开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (1)
master
master
分支 (1)
master
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (1)
master
FlutterAPIDocument
/
api
/
material
/
debugCheckHasMaterialLocalizations.html
FlutterAPIDocument
/
api
/
material
/
debugCheckHasMaterialLocalizations.html
debugCheckHasMaterialLocalizations.html 94.81 KB
一键复制 编辑 原始数据 按行查看 历史
地豆 提交于 2019年12月10日 18:03 +08:00 . 初始化1.9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="description" content="API docs for the debugCheckHasMaterialLocalizations function from the material library, for the Dart programming language.">
<title>debugCheckHasMaterialLocalizations function - material library - Dart API</title>
<!-- required because all the links are pseudo-absolute -->
<base href="..">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="static-assets/github.css">
<link rel="stylesheet" href="static-assets/styles.css">
<link rel="icon" href="static-assets/favicon.png">
</head>
<body>
<div id="overlay-under-drawer"></div>
<header id="title">
<button id="sidenav-left-toggle" type="button">&nbsp;</button>
<ol class="breadcrumbs gt-separated dark hidden-xs">
<li><a href="index.html">flutter</a></li>
<li><a href="material/material-library.html">material</a></li>
<li class="self-crumb">debugCheckHasMaterialLocalizations function</li>
</ol>
<div class="self-name">debugCheckHasMaterialLocalizations</div>
<form class="search navbar-right" role="search">
<input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<main>
<div id="dartdoc-sidebar-left" class="col-xs-6 col-sm-3 col-md-2 sidebar sidebar-offcanvas-left">
<header id="header-search-sidebar" class="hidden-l">
<form class="search-sidebar" role="search">
<input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
</form>
</header>
<ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
<li><a href="index.html">flutter</a></li>
<li><a href="material/material-library.html">material</a></li>
<li class="self-crumb">debugCheckHasMaterialLocalizations function</li>
</ol>
<h5>material library</h5>
<ol>
<li class="section-title"><a href="material/material-library.html#classes">Classes</a></li>
<li><a href="material/AboutDialog-class.html">AboutDialog</a></li>
<li><a href="material/AboutListTile-class.html">AboutListTile</a></li>
<li><a href="widgets/AbsorbPointer-class.html">AbsorbPointer</a></li>
<li><a href="painting/Accumulator-class.html">Accumulator</a></li>
<li><a href="widgets/Action-class.html">Action</a></li>
<li><a href="material/ActionChip-class.html">ActionChip</a></li>
<li><a href="widgets/ActionDispatcher-class.html">ActionDispatcher</a></li>
<li><a href="widgets/Actions-class.html">Actions</a></li>
<li><a href="material/AlertDialog-class.html">AlertDialog</a></li>
<li><a href="widgets/Align-class.html">Align</a></li>
<li><a href="painting/Alignment-class.html">Alignment</a></li>
<li><a href="painting/AlignmentDirectional-class.html">AlignmentDirectional</a></li>
<li><a href="painting/AlignmentGeometry-class.html">AlignmentGeometry</a></li>
<li><a href="rendering/AlignmentGeometryTween-class.html">AlignmentGeometryTween</a></li>
<li><a href="rendering/AlignmentTween-class.html">AlignmentTween</a></li>
<li><a href="widgets/AlignTransition-class.html">AlignTransition</a></li>
<li><a href="widgets/AlwaysScrollableScrollPhysics-class.html">AlwaysScrollableScrollPhysics</a></li>
<li><a href="animation/AlwaysStoppedAnimation-class.html">AlwaysStoppedAnimation</a></li>
<li><a href="widgets/AndroidView-class.html">AndroidView</a></li>
<li><a href="animation/Animatable-class.html">Animatable</a></li>
<li><a href="widgets/AnimatedAlign-class.html">AnimatedAlign</a></li>
<li><a href="widgets/AnimatedBuilder-class.html">AnimatedBuilder</a></li>
<li><a href="widgets/AnimatedContainer-class.html">AnimatedContainer</a></li>
<li><a href="widgets/AnimatedCrossFade-class.html">AnimatedCrossFade</a></li>
<li><a href="widgets/AnimatedDefaultTextStyle-class.html">AnimatedDefaultTextStyle</a></li>
<li><a href="material/AnimatedIcon-class.html">AnimatedIcon</a></li>
<li><a href="material/AnimatedIconData-class.html">AnimatedIconData</a></li>
<li><a href="material/AnimatedIcons-class.html">AnimatedIcons</a></li>
<li><a href="widgets/AnimatedList-class.html">AnimatedList</a></li>
<li><a href="widgets/AnimatedListState-class.html">AnimatedListState</a></li>
<li><a href="widgets/AnimatedModalBarrier-class.html">AnimatedModalBarrier</a></li>
<li><a href="widgets/AnimatedOpacity-class.html">AnimatedOpacity</a></li>
<li><a href="widgets/AnimatedPadding-class.html">AnimatedPadding</a></li>
<li><a href="widgets/AnimatedPhysicalModel-class.html">AnimatedPhysicalModel</a></li>
<li><a href="widgets/AnimatedPositioned-class.html">AnimatedPositioned</a></li>
<li><a href="widgets/AnimatedPositionedDirectional-class.html">AnimatedPositionedDirectional</a></li>
<li><a href="widgets/AnimatedSize-class.html">AnimatedSize</a></li>
<li><a href="widgets/AnimatedSwitcher-class.html">AnimatedSwitcher</a></li>
<li><a href="material/AnimatedTheme-class.html">AnimatedTheme</a></li>
<li><a href="widgets/AnimatedWidget-class.html">AnimatedWidget</a></li>
<li><a href="widgets/AnimatedWidgetBaseState-class.html">AnimatedWidgetBaseState</a></li>
<li><a href="animation/Animation-class.html">Animation</a></li>
<li><a href="animation/AnimationController-class.html">AnimationController</a></li>
<li><a href="animation/AnimationMax-class.html">AnimationMax</a></li>
<li><a href="animation/AnimationMean-class.html">AnimationMean</a></li>
<li><a href="animation/AnimationMin-class.html">AnimationMin</a></li>
<li><a href="widgets/AnnotatedRegion-class.html">AnnotatedRegion</a></li>
<li><a href="material/AppBar-class.html">AppBar</a></li>
<li><a href="material/AppBarTheme-class.html">AppBarTheme</a></li>
<li><a href="widgets/AspectRatio-class.html">AspectRatio</a></li>
<li><a href="painting/AssetBundleImageKey-class.html">AssetBundleImageKey</a></li>
<li><a href="painting/AssetBundleImageProvider-class.html">AssetBundleImageProvider</a></li>
<li><a href="painting/AssetImage-class.html">AssetImage</a></li>
<li><a href="widgets/AsyncSnapshot-class.html">AsyncSnapshot</a></li>
<li><a href="widgets/AutomaticKeepAlive-class.html">AutomaticKeepAlive</a></li>
<li><a href="painting/AutomaticNotchedShape-class.html">AutomaticNotchedShape</a></li>
<li><a href="material/BackButton-class.html">BackButton</a></li>
<li><a href="material/BackButtonIcon-class.html">BackButtonIcon</a></li>
<li><a href="widgets/BackdropFilter-class.html">BackdropFilter</a></li>
<li><a href="widgets/BallisticScrollActivity-class.html">BallisticScrollActivity</a></li>
<li><a href="widgets/Banner-class.html">Banner</a></li>
<li><a href="widgets/BannerPainter-class.html">BannerPainter</a></li>
<li><a href="widgets/Baseline-class.html">Baseline</a></li>
<li><a href="material/BaseSliderTrackShape-class.html">BaseSliderTrackShape</a></li>
<li><a href="painting/BeveledRectangleBorder-class.html">BeveledRectangleBorder</a></li>
<li><a href="widgets/BlockSemantics-class.html">BlockSemantics</a></li>
<li><a href="painting/Border-class.html">Border</a></li>
<li><a href="painting/BorderDirectional-class.html">BorderDirectional</a></li>
<li><a href="painting/BorderRadius-class.html">BorderRadius</a></li>
<li><a href="painting/BorderRadiusDirectional-class.html">BorderRadiusDirectional</a></li>
<li><a href="painting/BorderRadiusGeometry-class.html">BorderRadiusGeometry</a></li>
<li><a href="widgets/BorderRadiusTween-class.html">BorderRadiusTween</a></li>
<li><a href="painting/BorderSide-class.html">BorderSide</a></li>
<li><a href="widgets/BorderTween-class.html">BorderTween</a></li>
<li><a href="material/BottomAppBar-class.html">BottomAppBar</a></li>
<li><a href="material/BottomAppBarTheme-class.html">BottomAppBarTheme</a></li>
<li><a href="material/BottomNavigationBar-class.html">BottomNavigationBar</a></li>
<li><a href="widgets/BottomNavigationBarItem-class.html">BottomNavigationBarItem</a></li>
<li><a href="material/BottomSheet-class.html">BottomSheet</a></li>
<li><a href="material/BottomSheetThemeData-class.html">BottomSheetThemeData</a></li>
<li><a href="widgets/BouncingScrollPhysics-class.html">BouncingScrollPhysics</a></li>
<li><a href="widgets/BouncingScrollSimulation-class.html">BouncingScrollSimulation</a></li>
<li><a href="painting/BoxBorder-class.html">BoxBorder</a></li>
<li><a href="rendering/BoxConstraints-class.html">BoxConstraints</a></li>
<li><a href="widgets/BoxConstraintsTween-class.html">BoxConstraintsTween</a></li>
<li><a href="painting/BoxDecoration-class.html">BoxDecoration</a></li>
<li><a href="painting/BoxPainter-class.html">BoxPainter</a></li>
<li><a href="widgets/BoxScrollView-class.html">BoxScrollView</a></li>
<li><a href="painting/BoxShadow-class.html">BoxShadow</a></li>
<li><a href="widgets/BuildContext-class.html">BuildContext</a></li>
<li><a href="widgets/Builder-class.html">Builder</a></li>
<li><a href="widgets/BuildOwner-class.html">BuildOwner</a></li>
<li><a href="material/ButtonBar-class.html">ButtonBar</a></li>
<li><a href="material/ButtonTheme-class.html">ButtonTheme</a></li>
<li><a href="material/ButtonThemeData-class.html">ButtonThemeData</a></li>
<li><a href="widgets/CallbackAction-class.html">CallbackAction</a></li>
<li><a href="dart-ui/Canvas-class.html">Canvas</a></li>
<li><a href="material/Card-class.html">Card</a></li>
<li><a href="material/CardTheme-class.html">CardTheme</a></li>
<li><a href="widgets/Center-class.html">Center</a></li>
<li><a href="foundation/ChangeNotifier-class.html">ChangeNotifier</a></li>
<li><a href="material/Checkbox-class.html">Checkbox</a></li>
<li><a href="material/CheckboxListTile-class.html">CheckboxListTile</a></li>
<li><a href="widgets/CheckedModeBanner-class.html">CheckedModeBanner</a></li>
<li><a href="material/CheckedPopupMenuItem-class.html">CheckedPopupMenuItem</a></li>
<li><a href="material/Chip-class.html">Chip</a></li>
<li><a href="material/ChipAttributes-class.html">ChipAttributes</a></li>
<li><a href="material/ChipTheme-class.html">ChipTheme</a></li>
<li><a href="material/ChipThemeData-class.html">ChipThemeData</a></li>
<li><a href="material/ChoiceChip-class.html">ChoiceChip</a></li>
<li><a href="material/CircleAvatar-class.html">CircleAvatar</a></li>
<li><a href="painting/CircleBorder-class.html">CircleBorder</a></li>
<li><a href="painting/CircularNotchedRectangle-class.html">CircularNotchedRectangle</a></li>
<li><a href="material/CircularProgressIndicator-class.html">CircularProgressIndicator</a></li>
<li><a href="widgets/ClampingScrollPhysics-class.html">ClampingScrollPhysics</a></li>
<li><a href="widgets/ClampingScrollSimulation-class.html">ClampingScrollSimulation</a></li>
<li><a href="painting/ClipContext-class.html">ClipContext</a></li>
<li><a href="widgets/ClipOval-class.html">ClipOval</a></li>
<li><a href="widgets/ClipPath-class.html">ClipPath</a></li>
<li><a href="widgets/ClipRect-class.html">ClipRect</a></li>
<li><a href="widgets/ClipRRect-class.html">ClipRRect</a></li>
<li><a href="material/CloseButton-class.html">CloseButton</a></li>
<li><a href="dart-ui/Color-class.html">Color</a></li>
<li><a href="dart-ui/ColorFilter-class.html">ColorFilter</a></li>
<li><a href="widgets/ColorFiltered-class.html">ColorFiltered</a></li>
<li><a href="painting/ColorProperty-class.html">ColorProperty</a></li>
<li><a href="material/Colors-class.html">Colors</a></li>
<li><a href="material/ColorScheme-class.html">ColorScheme</a></li>
<li><a href="painting/ColorSwatch-class.html">ColorSwatch</a></li>
<li><a href="animation/ColorTween-class.html">ColorTween</a></li>
<li><a href="widgets/Column-class.html">Column</a></li>
<li><a href="widgets/ComponentElement-class.html">ComponentElement</a></li>
<li><a href="widgets/CompositedTransformFollower-class.html">CompositedTransformFollower</a></li>
<li><a href="widgets/CompositedTransformTarget-class.html">CompositedTransformTarget</a></li>
<li><a href="animation/CompoundAnimation-class.html">CompoundAnimation</a></li>
<li><a href="animation/ConstantTween-class.html">ConstantTween</a></li>
<li><a href="widgets/ConstrainedBox-class.html">ConstrainedBox</a></li>
<li><a href="widgets/ConstrainedLayoutBuilder-class.html">ConstrainedLayoutBuilder</a></li>
<li><a href="widgets/Container-class.html">Container</a></li>
<li><a href="painting/ContinuousRectangleBorder-class.html">ContinuousRectangleBorder</a></li>
<li><a href="animation/Cubic-class.html">Cubic</a></li>
<li><a href="material/CupertinoPageTransitionsBuilder-class.html">CupertinoPageTransitionsBuilder</a></li>
<li><a href="animation/Curve-class.html">Curve</a></li>
<li><a href="animation/CurvedAnimation-class.html">CurvedAnimation</a></li>
<li><a href="animation/Curves-class.html">Curves</a></li>
<li><a href="animation/CurveTween-class.html">CurveTween</a></li>
<li><a href="rendering/CustomClipper-class.html">CustomClipper</a></li>
<li><a href="widgets/CustomMultiChildLayout-class.html">CustomMultiChildLayout</a></li>
<li><a href="widgets/CustomPaint-class.html">CustomPaint</a></li>
<li><a href="rendering/CustomPainter-class.html">CustomPainter</a></li>
<li><a href="rendering/CustomPainterSemantics-class.html">CustomPainterSemantics</a></li>
<li><a href="widgets/CustomScrollView-class.html">CustomScrollView</a></li>
<li><a href="widgets/CustomSingleChildLayout-class.html">CustomSingleChildLayout</a></li>
<li><a href="material/DataCell-class.html">DataCell</a></li>
<li><a href="material/DataColumn-class.html">DataColumn</a></li>
<li><a href="material/DataRow-class.html">DataRow</a></li>
<li><a href="material/DataTable-class.html">DataTable</a></li>
<li><a href="material/DataTableSource-class.html">DataTableSource</a></li>
<li><a href="material/DayPicker-class.html">DayPicker</a></li>
<li><a href="widgets/DebugCreator-class.html">DebugCreator</a></li>
<li><a href="widgets/DecoratedBox-class.html">DecoratedBox</a></li>
<li><a href="widgets/DecoratedBoxTransition-class.html">DecoratedBoxTransition</a></li>
<li><a href="painting/Decoration-class.html">Decoration</a></li>
<li><a href="painting/DecorationImage-class.html">DecorationImage</a></li>
<li><a href="painting/DecorationImagePainter-class.html">DecorationImagePainter</a></li>
<li><a href="widgets/DecorationTween-class.html">DecorationTween</a></li>
<li><a href="widgets/DefaultAssetBundle-class.html">DefaultAssetBundle</a></li>
<li><a href="widgets/DefaultFocusTraversal-class.html">DefaultFocusTraversal</a></li>
<li><a href="material/DefaultMaterialLocalizations-class.html">DefaultMaterialLocalizations</a></li>
<li><a href="painting/DefaultShaderWarmUp-class.html">DefaultShaderWarmUp</a></li>
<li><a href="material/DefaultTabController-class.html">DefaultTabController</a></li>
<li><a href="widgets/DefaultTextStyle-class.html">DefaultTextStyle</a></li>
<li><a href="widgets/DefaultTextStyleTransition-class.html">DefaultTextStyleTransition</a></li>
<li><a href="widgets/DefaultWidgetsLocalizations-class.html">DefaultWidgetsLocalizations</a></li>
<li><a href="material/DeletableChipAttributes-class.html">DeletableChipAttributes</a></li>
<li><a href="foundation/DiagnosticsNode-class.html">DiagnosticsNode</a></li>
<li><a href="material/Dialog-class.html">Dialog</a></li>
<li><a href="material/DialogTheme-class.html">DialogTheme</a></li>
<li><a href="widgets/Directionality-class.html">Directionality</a></li>
<li><a href="material/DisabledChipAttributes-class.html">DisabledChipAttributes</a></li>
<li><a href="widgets/Dismissible-class.html">Dismissible</a></li>
<li><a href="material/Divider-class.html">Divider</a></li>
<li><a href="material/DividerTheme-class.html">DividerTheme</a></li>
<li><a href="material/DividerThemeData-class.html">DividerThemeData</a></li>
<li><a href="gestures/DragDownDetails-class.html">DragDownDetails</a></li>
<li><a href="gestures/DragEndDetails-class.html">DragEndDetails</a></li>
<li><a href="widgets/Draggable-class.html">Draggable</a></li>
<li><a href="widgets/DraggableDetails-class.html">DraggableDetails</a></li>
<li><a href="widgets/DraggableScrollableActuator-class.html">DraggableScrollableActuator</a></li>
<li><a href="widgets/DraggableScrollableNotification-class.html">DraggableScrollableNotification</a></li>
<li><a href="widgets/DraggableScrollableSheet-class.html">DraggableScrollableSheet</a></li>
<li><a href="widgets/DragScrollActivity-class.html">DragScrollActivity</a></li>
<li><a href="gestures/DragStartDetails-class.html">DragStartDetails</a></li>
<li><a href="widgets/DragTarget-class.html">DragTarget</a></li>
<li><a href="gestures/DragUpdateDetails-class.html">DragUpdateDetails</a></li>
<li><a href="material/Drawer-class.html">Drawer</a></li>
<li><a href="material/DrawerController-class.html">DrawerController</a></li>
<li><a href="material/DrawerControllerState-class.html">DrawerControllerState</a></li>
<li><a href="material/DrawerHeader-class.html">DrawerHeader</a></li>
<li><a href="widgets/DrivenScrollActivity-class.html">DrivenScrollActivity</a></li>
<li><a href="material/DropdownButton-class.html">DropdownButton</a></li>
<li><a href="material/DropdownButtonFormField-class.html">DropdownButtonFormField</a></li>
<li><a href="material/DropdownButtonHideUnderline-class.html">DropdownButtonHideUnderline</a></li>
<li><a href="material/DropdownMenuItem-class.html">DropdownMenuItem</a></li>
<li><a href="painting/EdgeInsets-class.html">EdgeInsets</a></li>
<li><a href="painting/EdgeInsetsDirectional-class.html">EdgeInsetsDirectional</a></li>
<li><a href="painting/EdgeInsetsGeometry-class.html">EdgeInsetsGeometry</a></li>
<li><a href="widgets/EdgeInsetsGeometryTween-class.html">EdgeInsetsGeometryTween</a></li>
<li><a href="widgets/EdgeInsetsTween-class.html">EdgeInsetsTween</a></li>
<li><a href="widgets/EditableText-class.html">EditableText</a></li>
<li><a href="widgets/EditableTextState-class.html">EditableTextState</a></li>
<li><a href="animation/ElasticInCurve-class.html">ElasticInCurve</a></li>
<li><a href="animation/ElasticInOutCurve-class.html">ElasticInOutCurve</a></li>
<li><a href="animation/ElasticOutCurve-class.html">ElasticOutCurve</a></li>
<li><a href="widgets/Element-class.html">Element</a></li>
<li><a href="foundation/ErrorDescription-class.html">ErrorDescription</a></li>
<li><a href="foundation/ErrorHint-class.html">ErrorHint</a></li>
<li><a href="foundation/ErrorSummary-class.html">ErrorSummary</a></li>
<li><a href="widgets/ErrorWidget-class.html">ErrorWidget</a></li>
<li><a href="painting/ExactAssetImage-class.html">ExactAssetImage</a></li>
<li><a href="widgets/ExcludeSemantics-class.html">ExcludeSemantics</a></li>
<li><a href="widgets/Expanded-class.html">Expanded</a></li>
<li><a href="material/ExpandIcon-class.html">ExpandIcon</a></li>
<li><a href="material/ExpansionPanel-class.html">ExpansionPanel</a></li>
<li><a href="material/ExpansionPanelList-class.html">ExpansionPanelList</a></li>
<li><a href="material/ExpansionPanelRadio-class.html">ExpansionPanelRadio</a></li>
<li><a href="material/ExpansionTile-class.html">ExpansionTile</a></li>
<li><a href="widgets/FadeInImage-class.html">FadeInImage</a></li>
<li><a href="widgets/FadeTransition-class.html">FadeTransition</a></li>
<li><a href="material/FadeUpwardsPageTransitionsBuilder-class.html">FadeUpwardsPageTransitionsBuilder</a></li>
<li><a href="material/Feedback-class.html">Feedback</a></li>
<li><a href="painting/FileImage-class.html">FileImage</a></li>
<li><a href="material/FilterChip-class.html">FilterChip</a></li>
<li><a href="widgets/FittedBox-class.html">FittedBox</a></li>
<li><a href="painting/FittedSizes-class.html">FittedSizes</a></li>
<li><a href="rendering/FixedColumnWidth-class.html">FixedColumnWidth</a></li>
<li><a href="widgets/FixedExtentMetrics-class.html">FixedExtentMetrics</a></li>
<li><a href="widgets/FixedExtentScrollController-class.html">FixedExtentScrollController</a></li>
<li><a href="widgets/FixedExtentScrollPhysics-class.html">FixedExtentScrollPhysics</a></li>
<li><a href="widgets/FixedScrollMetrics-class.html">FixedScrollMetrics</a></li>
<li><a href="material/FlatButton-class.html">FlatButton</a></li>
<li><a href="widgets/Flex-class.html">Flex</a></li>
<li><a href="rendering/FlexColumnWidth-class.html">FlexColumnWidth</a></li>
<li><a href="widgets/Flexible-class.html">Flexible</a></li>
<li><a href="material/FlexibleSpaceBar-class.html">FlexibleSpaceBar</a></li>
<li><a href="material/FlexibleSpaceBarSettings-class.html">FlexibleSpaceBarSettings</a></li>
<li><a href="animation/FlippedCurve-class.html">FlippedCurve</a></li>
<li><a href="material/FloatingActionButton-class.html">FloatingActionButton</a></li>
<li><a href="material/FloatingActionButtonAnimator-class.html">FloatingActionButtonAnimator</a></li>
<li><a href="material/FloatingActionButtonLocation-class.html">FloatingActionButtonLocation</a></li>
<li><a href="material/FloatingActionButtonThemeData-class.html">FloatingActionButtonThemeData</a></li>
<li><a href="widgets/Flow-class.html">Flow</a></li>
<li><a href="rendering/FlowDelegate-class.html">FlowDelegate</a></li>
<li><a href="rendering/FlowPaintingContext-class.html">FlowPaintingContext</a></li>
<li><a href="foundation/FlutterErrorDetails-class.html">FlutterErrorDetails</a></li>
<li><a href="material/FlutterLogo-class.html">FlutterLogo</a></li>
<li><a href="painting/FlutterLogoDecoration-class.html">FlutterLogoDecoration</a></li>
<li><a href="widgets/Focus-class.html">Focus</a></li>
<li><a href="widgets/FocusAttachment-class.html">FocusAttachment</a></li>
<li><a href="widgets/FocusManager-class.html">FocusManager</a></li>
<li><a href="widgets/FocusNode-class.html">FocusNode</a></li>
<li><a href="widgets/FocusScope-class.html">FocusScope</a></li>
<li><a href="widgets/FocusScopeNode-class.html">FocusScopeNode</a></li>
<li><a href="widgets/FocusTraversalPolicy-class.html">FocusTraversalPolicy</a></li>
<li><a href="dart-ui/FontWeight-class.html">FontWeight</a></li>
<li><a href="gestures/ForcePressDetails-class.html">ForcePressDetails</a></li>
<li><a href="widgets/Form-class.html">Form</a></li>
<li><a href="widgets/FormField-class.html">FormField</a></li>
<li><a href="widgets/FormFieldState-class.html">FormFieldState</a></li>
<li><a href="widgets/FormState-class.html">FormState</a></li>
<li><a href="widgets/FractionallySizedBox-class.html">FractionallySizedBox</a></li>
<li><a href="painting/FractionalOffset-class.html">FractionalOffset</a></li>
<li><a href="rendering/FractionalOffsetTween-class.html">FractionalOffsetTween</a></li>
<li><a href="widgets/FractionalTranslation-class.html">FractionalTranslation</a></li>
<li><a href="rendering/FractionColumnWidth-class.html">FractionColumnWidth</a></li>
<li><a href="widgets/FutureBuilder-class.html">FutureBuilder</a></li>
<li><a href="widgets/GestureDetector-class.html">GestureDetector</a></li>
<li><a href="widgets/GestureRecognizerFactory-class.html">GestureRecognizerFactory</a></li>
<li><a href="widgets/GestureRecognizerFactoryWithHandlers-class.html">GestureRecognizerFactoryWithHandlers</a></li>
<li><a href="widgets/GlobalKey-class.html">GlobalKey</a></li>
<li><a href="widgets/GlobalObjectKey-class.html">GlobalObjectKey</a></li>
<li><a href="widgets/GlowingOverscrollIndicator-class.html">GlowingOverscrollIndicator</a></li>
<li><a href="painting/Gradient-class.html">Gradient</a></li>
<li><a href="widgets/GridPaper-class.html">GridPaper</a></li>
<li><a href="material/GridTile-class.html">GridTile</a></li>
<li><a href="material/GridTileBar-class.html">GridTileBar</a></li>
<li><a href="widgets/GridView-class.html">GridView</a></li>
<li><a href="widgets/Hero-class.html">Hero</a></li>
<li><a href="widgets/HeroController-class.html">HeroController</a></li>
<li><a href="widgets/HoldScrollActivity-class.html">HoldScrollActivity</a></li>
<li><a href="painting/HSLColor-class.html">HSLColor</a></li>
<li><a href="painting/HSVColor-class.html">HSVColor</a></li>
<li><a href="widgets/Icon-class.html">Icon</a></li>
<li><a href="material/IconButton-class.html">IconButton</a></li>
<li><a href="widgets/IconData-class.html">IconData</a></li>
<li><a href="widgets/IconDataProperty-class.html">IconDataProperty</a></li>
<li><a href="material/Icons-class.html">Icons</a></li>
<li><a href="widgets/IconTheme-class.html">IconTheme</a></li>
<li><a href="widgets/IconThemeData-class.html">IconThemeData</a></li>
<li><a href="widgets/IdleScrollActivity-class.html">IdleScrollActivity</a></li>
<li><a href="widgets/IgnorePointer-class.html">IgnorePointer</a></li>
<li><a href="widgets/Image-class.html">Image</a></li>
<li><a href="painting/ImageCache-class.html">ImageCache</a></li>
<li><a href="painting/ImageChunkEvent-class.html">ImageChunkEvent</a></li>
<li><a href="painting/ImageConfiguration-class.html">ImageConfiguration</a></li>
<li><a href="widgets/ImageIcon-class.html">ImageIcon</a></li>
<li><a href="painting/ImageInfo-class.html">ImageInfo</a></li>
<li><a href="painting/ImageProvider-class.html">ImageProvider</a></li>
<li><a href="dart-ui/ImageShader-class.html">ImageShader</a></li>
<li><a href="painting/ImageStream-class.html">ImageStream</a></li>
<li><a href="painting/ImageStreamCompleter-class.html">ImageStreamCompleter</a></li>
<li><a href="painting/ImageStreamListener-class.html">ImageStreamListener</a></li>
<li><a href="widgets/ImplicitlyAnimatedWidget-class.html">ImplicitlyAnimatedWidget</a></li>
<li><a href="widgets/ImplicitlyAnimatedWidgetState-class.html">ImplicitlyAnimatedWidgetState</a></li>
<li><a href="widgets/IndexedSemantics-class.html">IndexedSemantics</a></li>
<li><a href="widgets/IndexedStack-class.html">IndexedStack</a></li>
<li><a href="widgets/InheritedElement-class.html">InheritedElement</a></li>
<li><a href="widgets/InheritedModel-class.html">InheritedModel</a></li>
<li><a href="widgets/InheritedModelElement-class.html">InheritedModelElement</a></li>
<li><a href="widgets/InheritedNotifier-class.html">InheritedNotifier</a></li>
<li><a href="widgets/InheritedWidget-class.html">InheritedWidget</a></li>
<li><a href="material/Ink-class.html">Ink</a></li>
<li><a href="material/InkDecoration-class.html">InkDecoration</a></li>
<li><a href="material/InkFeature-class.html">InkFeature</a></li>
<li><a href="material/InkHighlight-class.html">InkHighlight</a></li>
<li><a href="material/InkResponse-class.html">InkResponse</a></li>
<li><a href="material/InkRipple-class.html">InkRipple</a></li>
<li><a href="material/InkSplash-class.html">InkSplash</a></li>
<li><a href="material/InkWell-class.html">InkWell</a></li>
<li><a href="painting/InlineSpan-class.html">InlineSpan</a></li>
<li><a href="painting/InlineSpanSemanticsInformation-class.html">InlineSpanSemanticsInformation</a></li>
<li><a href="material/InputBorder-class.html">InputBorder</a></li>
<li><a href="material/InputChip-class.html">InputChip</a></li>
<li><a href="material/InputDecoration-class.html">InputDecoration</a></li>
<li><a href="material/InputDecorationTheme-class.html">InputDecorationTheme</a></li>
<li><a href="material/InputDecorator-class.html">InputDecorator</a></li>
<li><a href="widgets/InspectorSelection-class.html">InspectorSelection</a></li>
<li><a href="widgets/Intent-class.html">Intent</a></li>
<li><a href="material/InteractiveInkFeature-class.html">InteractiveInkFeature</a></li>
<li><a href="material/InteractiveInkFeatureFactory-class.html">InteractiveInkFeatureFactory</a></li>
<li><a href="animation/Interval-class.html">Interval</a></li>
<li><a href="rendering/IntrinsicColumnWidth-class.html">IntrinsicColumnWidth</a></li>
<li><a href="widgets/IntrinsicHeight-class.html">IntrinsicHeight</a></li>
<li><a href="widgets/IntrinsicWidth-class.html">IntrinsicWidth</a></li>
<li><a href="animation/IntTween-class.html">IntTween</a></li>
<li><a href="widgets/KeepAlive-class.html">KeepAlive</a></li>
<li><a href="widgets/KeepAliveHandle-class.html">KeepAliveHandle</a></li>
<li><a href="widgets/KeepAliveNotification-class.html">KeepAliveNotification</a></li>
<li><a href="foundation/Key-class.html">Key</a></li>
<li><a href="widgets/KeyedSubtree-class.html">KeyedSubtree</a></li>
<li><a href="widgets/KeySet-class.html">KeySet</a></li>
<li><a href="widgets/LabeledGlobalKey-class.html">LabeledGlobalKey</a></li>
<li><a href="rendering/LayerLink-class.html">LayerLink</a></li>
<li><a href="widgets/LayoutBuilder-class.html">LayoutBuilder</a></li>
<li><a href="widgets/LayoutChangedNotification-class.html">LayoutChangedNotification</a></li>
<li><a href="widgets/LayoutId-class.html">LayoutId</a></li>
<li><a href="widgets/LeafRenderObjectElement-class.html">LeafRenderObjectElement</a></li>
<li><a href="widgets/LeafRenderObjectWidget-class.html">LeafRenderObjectWidget</a></li>
<li><a href="material/LicensePage-class.html">LicensePage</a></li>
<li><a href="widgets/LimitedBox-class.html">LimitedBox</a></li>
<li><a href="painting/LinearGradient-class.html">LinearGradient</a></li>
<li><a href="material/LinearProgressIndicator-class.html">LinearProgressIndicator</a></li>
<li><a href="widgets/ListBody-class.html">ListBody</a></li>
<li><a href="foundation/Listenable-class.html">Listenable</a></li>
<li><a href="widgets/Listener-class.html">Listener</a></li>
<li><a href="material/ListTile-class.html">ListTile</a></li>
<li><a href="material/ListTileTheme-class.html">ListTileTheme</a></li>
<li><a href="widgets/ListView-class.html">ListView</a></li>
<li><a href="widgets/ListWheelChildBuilderDelegate-class.html">ListWheelChildBuilderDelegate</a></li>
<li><a href="widgets/ListWheelChildDelegate-class.html">ListWheelChildDelegate</a></li>
<li><a href="widgets/ListWheelChildListDelegate-class.html">ListWheelChildListDelegate</a></li>
<li><a href="widgets/ListWheelChildLoopingListDelegate-class.html">ListWheelChildLoopingListDelegate</a></li>
<li><a href="widgets/ListWheelElement-class.html">ListWheelElement</a></li>
<li><a href="widgets/ListWheelScrollView-class.html">ListWheelScrollView</a></li>
<li><a href="widgets/ListWheelViewport-class.html">ListWheelViewport</a></li>
<li><a href="dart-ui/Locale-class.html">Locale</a></li>
<li><a href="widgets/LocalHistoryEntry-class.html">LocalHistoryEntry</a></li>
<li><a href="widgets/Localizations-class.html">Localizations</a></li>
<li><a href="widgets/LocalizationsDelegate-class.html">LocalizationsDelegate</a></li>
<li><a href="foundation/LocalKey-class.html">LocalKey</a></li>
<li><a href="widgets/LogicalKeySet-class.html">LogicalKeySet</a></li>
<li><a href="widgets/LongPressDraggable-class.html">LongPressDraggable</a></li>
<li><a href="gestures/LongPressEndDetails-class.html">LongPressEndDetails</a></li>
<li><a href="gestures/LongPressMoveUpdateDetails-class.html">LongPressMoveUpdateDetails</a></li>
<li><a href="gestures/LongPressStartDetails-class.html">LongPressStartDetails</a></li>
<li><a href="dart-ui/MaskFilter-class.html">MaskFilter</a></li>
<li><a href="material/Material-class.html">Material</a></li>
<li><a href="material/MaterialAccentColor-class.html">MaterialAccentColor</a></li>
<li><a href="material/MaterialApp-class.html">MaterialApp</a></li>
<li><a href="material/MaterialBanner-class.html">MaterialBanner</a></li>
<li><a href="material/MaterialBannerTheme-class.html">MaterialBannerTheme</a></li>
<li><a href="material/MaterialBannerThemeData-class.html">MaterialBannerThemeData</a></li>
<li><a href="material/MaterialBasedCupertinoThemeData-class.html">MaterialBasedCupertinoThemeData</a></li>
<li><a href="material/MaterialButton-class.html">MaterialButton</a></li>
<li><a href="material/MaterialColor-class.html">MaterialColor</a></li>
<li><a href="material/MaterialGap-class.html">MaterialGap</a></li>
<li><a href="material/MaterialInkController-class.html">MaterialInkController</a></li>
<li><a href="material/MaterialLocalizations-class.html">MaterialLocalizations</a></li>
<li><a href="material/MaterialPageRoute-class.html">MaterialPageRoute</a></li>
<li><a href="material/MaterialPointArcTween-class.html">MaterialPointArcTween</a></li>
<li><a href="material/MaterialRectArcTween-class.html">MaterialRectArcTween</a></li>
<li><a href="material/MaterialRectCenterArcTween-class.html">MaterialRectCenterArcTween</a></li>
<li><a href="material/MaterialSlice-class.html">MaterialSlice</a></li>
<li><a href="material/MaterialStateColor-class.html">MaterialStateColor</a></li>
<li><a href="material/MaterialStateProperty-class.html">MaterialStateProperty</a></li>
<li><a href="widgets/Matrix4-class.html">Matrix4</a></li>
<li><a href="widgets/Matrix4Tween-class.html">Matrix4Tween</a></li>
<li><a href="painting/MatrixUtils-class.html">MatrixUtils</a></li>
<li><a href="rendering/MaxColumnWidth-class.html">MaxColumnWidth</a></li>
<li><a href="widgets/MediaQuery-class.html">MediaQuery</a></li>
<li><a href="widgets/MediaQueryData-class.html">MediaQueryData</a></li>
<li><a href="painting/MemoryImage-class.html">MemoryImage</a></li>
<li><a href="material/MergeableMaterial-class.html">MergeableMaterial</a></li>
<li><a href="material/MergeableMaterialItem-class.html">MergeableMaterialItem</a></li>
<li><a href="widgets/MergeSemantics-class.html">MergeSemantics</a></li>
<li><a href="widgets/MetaData-class.html">MetaData</a></li>
<li><a href="rendering/MinColumnWidth-class.html">MinColumnWidth</a></li>
<li><a href="widgets/ModalBarrier-class.html">ModalBarrier</a></li>
<li><a href="widgets/ModalRoute-class.html">ModalRoute</a></li>
<li><a href="material/MonthPicker-class.html">MonthPicker</a></li>
<li><a href="widgets/MouseRegion-class.html">MouseRegion</a></li>
<li><a href="rendering/MultiChildLayoutDelegate-class.html">MultiChildLayoutDelegate</a></li>
<li><a href="widgets/MultiChildRenderObjectElement-class.html">MultiChildRenderObjectElement</a></li>
<li><a href="widgets/MultiChildRenderObjectWidget-class.html">MultiChildRenderObjectWidget</a></li>
<li><a href="painting/MultiFrameImageStreamCompleter-class.html">MultiFrameImageStreamCompleter</a></li>
<li><a href="widgets/NavigationToolbar-class.html">NavigationToolbar</a></li>
<li><a href="widgets/Navigator-class.html">Navigator</a></li>
<li><a href="widgets/NavigatorObserver-class.html">NavigatorObserver</a></li>
<li><a href="widgets/NavigatorState-class.html">NavigatorState</a></li>
<li><a href="widgets/NestedScrollView-class.html">NestedScrollView</a></li>
<li><a href="widgets/NestedScrollViewViewport-class.html">NestedScrollViewViewport</a></li>
<li><a href="painting/NetworkImage-class.html">NetworkImage</a></li>
<li><a href="widgets/NeverScrollableScrollPhysics-class.html">NeverScrollableScrollPhysics</a></li>
<li><a href="painting/NotchedShape-class.html">NotchedShape</a></li>
<li><a href="widgets/Notification-class.html">Notification</a></li>
<li><a href="widgets/NotificationListener-class.html">NotificationListener</a></li>
<li><a href="widgets/ObjectKey-class.html">ObjectKey</a></li>
<li><a href="dart-ui/Offset-class.html">Offset</a></li>
<li><a href="widgets/Offstage-class.html">Offstage</a></li>
<li><a href="painting/OneFrameImageStreamCompleter-class.html">OneFrameImageStreamCompleter</a></li>
<li><a href="widgets/Opacity-class.html">Opacity</a></li>
<li><a href="material/OpenUpwardsPageTransitionsBuilder-class.html">OpenUpwardsPageTransitionsBuilder</a></li>
<li><a href="widgets/OrientationBuilder-class.html">OrientationBuilder</a></li>
<li><a href="material/OutlineButton-class.html">OutlineButton</a></li>
<li><a href="material/OutlineInputBorder-class.html">OutlineInputBorder</a></li>
<li><a href="widgets/OverflowBox-class.html">OverflowBox</a></li>
<li><a href="widgets/Overlay-class.html">Overlay</a></li>
<li><a href="widgets/OverlayEntry-class.html">OverlayEntry</a></li>
<li><a href="widgets/OverlayRoute-class.html">OverlayRoute</a></li>
<li><a href="widgets/OverlayState-class.html">OverlayState</a></li>
<li><a href="widgets/OverscrollIndicatorNotification-class.html">OverscrollIndicatorNotification</a></li>
<li><a href="widgets/OverscrollNotification-class.html">OverscrollNotification</a></li>
<li><a href="widgets/Padding-class.html">Padding</a></li>
<li><a href="material/PaddleRangeSliderValueIndicatorShape-class.html">PaddleRangeSliderValueIndicatorShape</a></li>
<li><a href="material/PaddleSliderValueIndicatorShape-class.html">PaddleSliderValueIndicatorShape</a></li>
<li><a href="widgets/PageController-class.html">PageController</a></li>
<li><a href="widgets/PageMetrics-class.html">PageMetrics</a></li>
<li><a href="widgets/PageRoute-class.html">PageRoute</a></li>
<li><a href="widgets/PageRouteBuilder-class.html">PageRouteBuilder</a></li>
<li><a href="widgets/PageScrollPhysics-class.html">PageScrollPhysics</a></li>
<li><a href="widgets/PageStorage-class.html">PageStorage</a></li>
<li><a href="widgets/PageStorageBucket-class.html">PageStorageBucket</a></li>
<li><a href="widgets/PageStorageKey-class.html">PageStorageKey</a></li>
<li><a href="material/PageTransitionsBuilder-class.html">PageTransitionsBuilder</a></li>
<li><a href="material/PageTransitionsTheme-class.html">PageTransitionsTheme</a></li>
<li><a href="widgets/PageView-class.html">PageView</a></li>
<li><a href="material/PaginatedDataTable-class.html">PaginatedDataTable</a></li>
<li><a href="material/PaginatedDataTableState-class.html">PaginatedDataTableState</a></li>
<li><a href="dart-ui/Paint-class.html">Paint</a></li>
<li><a href="rendering/PaintingContext-class.html">PaintingContext</a></li>
<li><a href="widgets/ParentDataElement-class.html">ParentDataElement</a></li>
<li><a href="widgets/ParentDataWidget-class.html">ParentDataWidget</a></li>
<li><a href="dart-ui/Path-class.html">Path</a></li>
<li><a href="widgets/PerformanceOverlay-class.html">PerformanceOverlay</a></li>
<li><a href="material/PersistentBottomSheetController-class.html">PersistentBottomSheetController</a></li>
<li><a href="widgets/PhysicalModel-class.html">PhysicalModel</a></li>
<li><a href="widgets/PhysicalShape-class.html">PhysicalShape</a></li>
<li><a href="widgets/Placeholder-class.html">Placeholder</a></li>
<li><a href="painting/PlaceholderDimensions-class.html">PlaceholderDimensions</a></li>
<li><a href="painting/PlaceholderSpan-class.html">PlaceholderSpan</a></li>
<li><a href="widgets/PlatformViewCreationParams-class.html">PlatformViewCreationParams</a></li>
<li><a href="widgets/PlatformViewLink-class.html">PlatformViewLink</a></li>
<li><a href="widgets/PlatformViewSurface-class.html">PlatformViewSurface</a></li>
<li><a href="gestures/PointerCancelEvent-class.html">PointerCancelEvent</a></li>
<li><a href="gestures/PointerDownEvent-class.html">PointerDownEvent</a></li>
<li><a href="gestures/PointerEvent-class.html">PointerEvent</a></li>
<li><a href="gestures/PointerMoveEvent-class.html">PointerMoveEvent</a></li>
<li><a href="gestures/PointerUpEvent-class.html">PointerUpEvent</a></li>
<li><a href="material/PopupMenuButton-class.html">PopupMenuButton</a></li>
<li><a href="material/PopupMenuDivider-class.html">PopupMenuDivider</a></li>
<li><a href="material/PopupMenuEntry-class.html">PopupMenuEntry</a></li>
<li><a href="material/PopupMenuItem-class.html">PopupMenuItem</a></li>
<li><a href="material/PopupMenuItemState-class.html">PopupMenuItemState</a></li>
<li><a href="material/PopupMenuTheme-class.html">PopupMenuTheme</a></li>
<li><a href="material/PopupMenuThemeData-class.html">PopupMenuThemeData</a></li>
<li><a href="widgets/PopupRoute-class.html">PopupRoute</a></li>
<li><a href="widgets/Positioned-class.html">Positioned</a></li>
<li><a href="widgets/PositionedDirectional-class.html">PositionedDirectional</a></li>
<li><a href="widgets/PositionedTransition-class.html">PositionedTransition</a></li>
<li><a href="widgets/PreferredSize-class.html">PreferredSize</a></li>
<li><a href="widgets/PreferredSizeWidget-class.html">PreferredSizeWidget</a></li>
<li><a href="widgets/PrimaryScrollController-class.html">PrimaryScrollController</a></li>
<li><a href="material/ProgressIndicator-class.html">ProgressIndicator</a></li>
<li><a href="animation/ProxyAnimation-class.html">ProxyAnimation</a></li>
<li><a href="widgets/ProxyElement-class.html">ProxyElement</a></li>
<li><a href="widgets/ProxyWidget-class.html">ProxyWidget</a></li>
<li><a href="painting/RadialGradient-class.html">RadialGradient</a></li>
<li><a href="material/Radio-class.html">Radio</a></li>
<li><a href="material/RadioListTile-class.html">RadioListTile</a></li>
<li><a href="dart-ui/Radius-class.html">Radius</a></li>
<li><a href="material/RaisedButton-class.html">RaisedButton</a></li>
<li><a href="material/RangeLabels-class.html">RangeLabels</a></li>
<li><a href="material/RangeSlider-class.html">RangeSlider</a></li>
<li><a href="material/RangeSliderThumbShape-class.html">RangeSliderThumbShape</a></li>
<li><a href="material/RangeSliderTickMarkShape-class.html">RangeSliderTickMarkShape</a></li>
<li><a href="material/RangeSliderTrackShape-class.html">RangeSliderTrackShape</a></li>
<li><a href="material/RangeSliderValueIndicatorShape-class.html">RangeSliderValueIndicatorShape</a></li>
<li><a href="material/RangeValues-class.html">RangeValues</a></li>
<li><a href="material/RawChip-class.html">RawChip</a></li>
<li><a href="widgets/RawGestureDetector-class.html">RawGestureDetector</a></li>
<li><a href="widgets/RawGestureDetectorState-class.html">RawGestureDetectorState</a></li>
<li><a href="widgets/RawImage-class.html">RawImage</a></li>
<li><a href="widgets/RawKeyboardListener-class.html">RawKeyboardListener</a></li>
<li><a href="services/RawKeyEvent-class.html">RawKeyEvent</a></li>
<li><a href="material/RawMaterialButton-class.html">RawMaterialButton</a></li>
<li><a href="widgets/ReadingOrderTraversalPolicy-class.html">ReadingOrderTraversalPolicy</a></li>
<li><a href="dart-ui/Rect-class.html">Rect</a></li>
<li><a href="material/RectangularRangeSliderTrackShape-class.html">RectangularRangeSliderTrackShape</a></li>
<li><a href="material/RectangularSliderTrackShape-class.html">RectangularSliderTrackShape</a></li>
<li><a href="animation/RectTween-class.html">RectTween</a></li>
<li><a href="material/RefreshIndicator-class.html">RefreshIndicator</a></li>
<li><a href="material/RefreshIndicatorState-class.html">RefreshIndicatorState</a></li>
<li><a href="material/RefreshProgressIndicator-class.html">RefreshProgressIndicator</a></li>
<li><a href="widgets/RelativePositionedTransition-class.html">RelativePositionedTransition</a></li>
<li><a href="rendering/RelativeRect-class.html">RelativeRect</a></li>
<li><a href="widgets/RelativeRectTween-class.html">RelativeRectTween</a></li>
<li><a href="rendering/RenderBox-class.html">RenderBox</a></li>
<li><a href="widgets/RenderNestedScrollViewViewport-class.html">RenderNestedScrollViewViewport</a></li>
<li><a href="rendering/RenderObject-class.html">RenderObject</a></li>
<li><a href="widgets/RenderObjectElement-class.html">RenderObjectElement</a></li>
<li><a href="widgets/RenderObjectToWidgetAdapter-class.html">RenderObjectToWidgetAdapter</a></li>
<li><a href="widgets/RenderObjectToWidgetElement-class.html">RenderObjectToWidgetElement</a></li>
<li><a href="widgets/RenderObjectWidget-class.html">RenderObjectWidget</a></li>
<li><a href="rendering/RenderSemanticsGestureHandler-class.html">RenderSemanticsGestureHandler</a></li>
<li><a href="widgets/RenderSliverOverlapAbsorber-class.html">RenderSliverOverlapAbsorber</a></li>
<li><a href="widgets/RenderSliverOverlapInjector-class.html">RenderSliverOverlapInjector</a></li>
<li><a href="material/RenderToggleable-class.html">RenderToggleable</a></li>
<li><a href="material/ReorderableListView-class.html">ReorderableListView</a></li>
<li><a href="widgets/RepaintBoundary-class.html">RepaintBoundary</a></li>
<li><a href="animation/ReverseAnimation-class.html">ReverseAnimation</a></li>
<li><a href="animation/ReverseTween-class.html">ReverseTween</a></li>
<li><a href="widgets/RichText-class.html">RichText</a></li>
<li><a href="widgets/RootRenderObjectElement-class.html">RootRenderObjectElement</a></li>
<li><a href="widgets/RotatedBox-class.html">RotatedBox</a></li>
<li><a href="widgets/RotationTransition-class.html">RotationTransition</a></li>
<li><a href="painting/RoundedRectangleBorder-class.html">RoundedRectangleBorder</a></li>
<li><a href="material/RoundedRectRangeSliderTrackShape-class.html">RoundedRectRangeSliderTrackShape</a></li>
<li><a href="material/RoundedRectSliderTrackShape-class.html">RoundedRectSliderTrackShape</a></li>
<li><a href="material/RoundRangeSliderThumbShape-class.html">RoundRangeSliderThumbShape</a></li>
<li><a href="material/RoundRangeSliderTickMarkShape-class.html">RoundRangeSliderTickMarkShape</a></li>
<li><a href="material/RoundSliderOverlayShape-class.html">RoundSliderOverlayShape</a></li>
<li><a href="material/RoundSliderThumbShape-class.html">RoundSliderThumbShape</a></li>
<li><a href="material/RoundSliderTickMarkShape-class.html">RoundSliderTickMarkShape</a></li>
<li><a href="widgets/Route-class.html">Route</a></li>
<li><a href="widgets/RouteAware-class.html">RouteAware</a></li>
<li><a href="widgets/RouteObserver-class.html">RouteObserver</a></li>
<li><a href="widgets/RouteSettings-class.html">RouteSettings</a></li>
<li><a href="widgets/Row-class.html">Row</a></li>
<li><a href="dart-ui/RRect-class.html">RRect</a></li>
<li><a href="dart-ui/RSTransform-class.html">RSTransform</a></li>
<li><a href="widgets/SafeArea-class.html">SafeArea</a></li>
<li><a href="animation/SawTooth-class.html">SawTooth</a></li>
<li><a href="material/Scaffold-class.html">Scaffold</a></li>
<li><a href="material/ScaffoldFeatureController-class.html">ScaffoldFeatureController</a></li>
<li><a href="material/ScaffoldGeometry-class.html">ScaffoldGeometry</a></li>
<li><a href="material/ScaffoldPrelayoutGeometry-class.html">ScaffoldPrelayoutGeometry</a></li>
<li><a href="material/ScaffoldState-class.html">ScaffoldState</a></li>
<li><a href="gestures/ScaleEndDetails-class.html">ScaleEndDetails</a></li>
<li><a href="gestures/ScaleStartDetails-class.html">ScaleStartDetails</a></li>
<li><a href="widgets/ScaleTransition-class.html">ScaleTransition</a></li>
<li><a href="gestures/ScaleUpdateDetails-class.html">ScaleUpdateDetails</a></li>
<li><a href="widgets/Scrollable-class.html">Scrollable</a></li>
<li><a href="widgets/ScrollableState-class.html">ScrollableState</a></li>
<li><a href="widgets/ScrollActivity-class.html">ScrollActivity</a></li>
<li><a href="widgets/ScrollActivityDelegate-class.html">ScrollActivityDelegate</a></li>
<li><a href="material/Scrollbar-class.html">Scrollbar</a></li>
<li><a href="widgets/ScrollbarPainter-class.html">ScrollbarPainter</a></li>
<li><a href="widgets/ScrollBehavior-class.html">ScrollBehavior</a></li>
<li><a href="widgets/ScrollConfiguration-class.html">ScrollConfiguration</a></li>
<li><a href="widgets/ScrollContext-class.html">ScrollContext</a></li>
<li><a href="widgets/ScrollController-class.html">ScrollController</a></li>
<li><a href="widgets/ScrollDragController-class.html">ScrollDragController</a></li>
<li><a href="widgets/ScrollEndNotification-class.html">ScrollEndNotification</a></li>
<li><a href="widgets/ScrollHoldController-class.html">ScrollHoldController</a></li>
<li><a href="widgets/ScrollMetrics-class.html">ScrollMetrics</a></li>
<li><a href="widgets/ScrollNotification-class.html">ScrollNotification</a></li>
<li><a href="widgets/ScrollPhysics-class.html">ScrollPhysics</a></li>
<li><a href="widgets/ScrollPosition-class.html">ScrollPosition</a></li>
<li><a href="widgets/ScrollPositionWithSingleContext-class.html">ScrollPositionWithSingleContext</a></li>
<li><a href="physics/ScrollSpringSimulation-class.html">ScrollSpringSimulation</a></li>
<li><a href="widgets/ScrollStartNotification-class.html">ScrollStartNotification</a></li>
<li><a href="widgets/ScrollUpdateNotification-class.html">ScrollUpdateNotification</a></li>
<li><a href="widgets/ScrollView-class.html">ScrollView</a></li>
<li><a href="material/SearchDelegate-class.html">SearchDelegate</a></li>
<li><a href="material/SelectableChipAttributes-class.html">SelectableChipAttributes</a></li>
<li><a href="material/SelectableText-class.html">SelectableText</a></li>
<li><a href="widgets/Semantics-class.html">Semantics</a></li>
<li><a href="widgets/SemanticsDebugger-class.html">SemanticsDebugger</a></li>
<li><a href="widgets/SemanticsGestureDelegate-class.html">SemanticsGestureDelegate</a></li>
<li><a href="dart-ui/Shader-class.html">Shader</a></li>
<li><a href="widgets/ShaderMask-class.html">ShaderMask</a></li>
<li><a href="painting/ShaderWarmUp-class.html">ShaderWarmUp</a></li>
<li><a href="dart-ui/Shadow-class.html">Shadow</a></li>
<li><a href="painting/ShapeBorder-class.html">ShapeBorder</a></li>
<li><a href="rendering/ShapeBorderClipper-class.html">ShapeBorderClipper</a></li>
<li><a href="material/ShapeBorderTween-class.html">ShapeBorderTween</a></li>
<li><a href="painting/ShapeDecoration-class.html">ShapeDecoration</a></li>
<li><a href="widgets/ShortcutManager-class.html">ShortcutManager</a></li>
<li><a href="widgets/Shortcuts-class.html">Shortcuts</a></li>
<li><a href="widgets/ShrinkWrappingViewport-class.html">ShrinkWrappingViewport</a></li>
<li><a href="material/SimpleDialog-class.html">SimpleDialog</a></li>
<li><a href="material/SimpleDialogOption-class.html">SimpleDialogOption</a></li>
<li><a href="physics/Simulation-class.html">Simulation</a></li>
<li><a href="rendering/SingleChildLayoutDelegate-class.html">SingleChildLayoutDelegate</a></li>
<li><a href="widgets/SingleChildRenderObjectElement-class.html">SingleChildRenderObjectElement</a></li>
<li><a href="widgets/SingleChildRenderObjectWidget-class.html">SingleChildRenderObjectWidget</a></li>
<li><a href="widgets/SingleChildScrollView-class.html">SingleChildScrollView</a></li>
<li><a href="dart-ui/Size-class.html">Size</a></li>
<li><a href="widgets/SizeChangedLayoutNotification-class.html">SizeChangedLayoutNotification</a></li>
<li><a href="widgets/SizeChangedLayoutNotifier-class.html">SizeChangedLayoutNotifier</a></li>
<li><a href="widgets/SizedBox-class.html">SizedBox</a></li>
<li><a href="widgets/SizedOverflowBox-class.html">SizedOverflowBox</a></li>
<li><a href="widgets/SizeTransition-class.html">SizeTransition</a></li>
<li><a href="animation/SizeTween-class.html">SizeTween</a></li>
<li><a href="material/Slider-class.html">Slider</a></li>
<li><a href="material/SliderComponentShape-class.html">SliderComponentShape</a></li>
<li><a href="material/SliderTheme-class.html">SliderTheme</a></li>
<li><a href="material/SliderThemeData-class.html">SliderThemeData</a></li>
<li><a href="material/SliderTickMarkShape-class.html">SliderTickMarkShape</a></li>
<li><a href="material/SliderTrackShape-class.html">SliderTrackShape</a></li>
<li><a href="widgets/SlideTransition-class.html">SlideTransition</a></li>
<li><a href="material/SliverAppBar-class.html">SliverAppBar</a></li>
<li><a href="widgets/SliverChildBuilderDelegate-class.html">SliverChildBuilderDelegate</a></li>
<li><a href="widgets/SliverChildDelegate-class.html">SliverChildDelegate</a></li>
<li><a href="widgets/SliverChildListDelegate-class.html">SliverChildListDelegate</a></li>
<li><a href="widgets/SliverFillRemaining-class.html">SliverFillRemaining</a></li>
<li><a href="widgets/SliverFillViewport-class.html">SliverFillViewport</a></li>
<li><a href="widgets/SliverFixedExtentList-class.html">SliverFixedExtentList</a></li>
<li><a href="widgets/SliverGrid-class.html">SliverGrid</a></li>
<li><a href="rendering/SliverGridDelegate-class.html">SliverGridDelegate</a></li>
<li><a href="rendering/SliverGridDelegateWithFixedCrossAxisCount-class.html">SliverGridDelegateWithFixedCrossAxisCount</a></li>
<li><a href="rendering/SliverGridDelegateWithMaxCrossAxisExtent-class.html">SliverGridDelegateWithMaxCrossAxisExtent</a></li>
<li><a href="widgets/SliverLayoutBuilder-class.html">SliverLayoutBuilder</a></li>
<li><a href="widgets/SliverList-class.html">SliverList</a></li>
<li><a href="widgets/SliverMultiBoxAdaptorElement-class.html">SliverMultiBoxAdaptorElement</a></li>
<li><a href="widgets/SliverMultiBoxAdaptorWidget-class.html">SliverMultiBoxAdaptorWidget</a></li>
<li><a href="widgets/SliverOverlapAbsorber-class.html">SliverOverlapAbsorber</a></li>
<li><a href="widgets/SliverOverlapAbsorberHandle-class.html">SliverOverlapAbsorberHandle</a></li>
<li><a href="widgets/SliverOverlapInjector-class.html">SliverOverlapInjector</a></li>
<li><a href="widgets/SliverPadding-class.html">SliverPadding</a></li>
<li><a href="widgets/SliverPersistentHeader-class.html">SliverPersistentHeader</a></li>
<li><a href="widgets/SliverPersistentHeaderDelegate-class.html">SliverPersistentHeaderDelegate</a></li>
<li><a href="widgets/SliverPrototypeExtentList-class.html">SliverPrototypeExtentList</a></li>
<li><a href="widgets/SliverSafeArea-class.html">SliverSafeArea</a></li>
<li><a href="widgets/SliverToBoxAdapter-class.html">SliverToBoxAdapter</a></li>
<li><a href="widgets/SliverWithKeepAliveWidget-class.html">SliverWithKeepAliveWidget</a></li>
<li><a href="material/SnackBar-class.html">SnackBar</a></li>
<li><a href="material/SnackBarAction-class.html">SnackBarAction</a></li>
<li><a href="material/SnackBarThemeData-class.html">SnackBarThemeData</a></li>
<li><a href="widgets/Spacer-class.html">Spacer</a></li>
<li><a href="widgets/Stack-class.html">Stack</a></li>
<li><a href="painting/StadiumBorder-class.html">StadiumBorder</a></li>
<li><a href="widgets/State-class.html">State</a></li>
<li><a href="widgets/StatefulBuilder-class.html">StatefulBuilder</a></li>
<li><a href="widgets/StatefulElement-class.html">StatefulElement</a></li>
<li><a href="widgets/StatefulWidget-class.html">StatefulWidget</a></li>
<li><a href="widgets/StatelessElement-class.html">StatelessElement</a></li>
<li><a href="widgets/StatelessWidget-class.html">StatelessWidget</a></li>
<li><a href="widgets/StatusTransitionWidget-class.html">StatusTransitionWidget</a></li>
<li><a href="material/Step-class.html">Step</a></li>
<li><a href="material/Stepper-class.html">Stepper</a></li>
<li><a href="animation/StepTween-class.html">StepTween</a></li>
<li><a href="widgets/StreamBuilder-class.html">StreamBuilder</a></li>
<li><a href="widgets/StreamBuilderBase-class.html">StreamBuilderBase</a></li>
<li><a href="painting/StrutStyle-class.html">StrutStyle</a></li>
<li><a href="painting/SweepGradient-class.html">SweepGradient</a></li>
<li><a href="material/Switch-class.html">Switch</a></li>
<li><a href="material/SwitchListTile-class.html">SwitchListTile</a></li>
<li><a href="material/Tab-class.html">Tab</a></li>
<li><a href="material/TabBar-class.html">TabBar</a></li>
<li><a href="material/TabBarTheme-class.html">TabBarTheme</a></li>
<li><a href="material/TabBarView-class.html">TabBarView</a></li>
<li><a href="material/TabController-class.html">TabController</a></li>
<li><a href="widgets/Table-class.html">Table</a></li>
<li><a href="rendering/TableBorder-class.html">TableBorder</a></li>
<li><a href="widgets/TableCell-class.html">TableCell</a></li>
<li><a href="rendering/TableColumnWidth-class.html">TableColumnWidth</a></li>
<li><a href="widgets/TableRow-class.html">TableRow</a></li>
<li><a href="material/TableRowInkWell-class.html">TableRowInkWell</a></li>
<li><a href="material/TabPageSelector-class.html">TabPageSelector</a></li>
<li><a href="material/TabPageSelectorIndicator-class.html">TabPageSelectorIndicator</a></li>
<li><a href="gestures/TapDownDetails-class.html">TapDownDetails</a></li>
<li><a href="material/TappableChipAttributes-class.html">TappableChipAttributes</a></li>
<li><a href="gestures/TapUpDetails-class.html">TapUpDetails</a></li>
<li><a href="widgets/Text-class.html">Text</a></li>
<li><a href="painting/TextAlignVertical-class.html">TextAlignVertical</a></li>
<li><a href="dart-ui/TextBox-class.html">TextBox</a></li>
<li><a href="dart-ui/TextDecoration-class.html">TextDecoration</a></li>
<li><a href="widgets/TextEditingController-class.html">TextEditingController</a></li>
<li><a href="services/TextEditingValue-class.html">TextEditingValue</a></li>
<li><a href="material/TextField-class.html">TextField</a></li>
<li><a href="material/TextFormField-class.html">TextFormField</a></li>
<li><a href="services/TextInputType-class.html">TextInputType</a></li>
<li><a href="painting/TextPainter-class.html">TextPainter</a></li>
<li><a href="dart-ui/TextPosition-class.html">TextPosition</a></li>
<li><a href="services/TextRange-class.html">TextRange</a></li>
<li><a href="services/TextSelection-class.html">TextSelection</a></li>
<li><a href="widgets/TextSelectionControls-class.html">TextSelectionControls</a></li>
<li><a href="services/TextSelectionDelegate-class.html">TextSelectionDelegate</a></li>
<li><a href="widgets/TextSelectionGestureDetector-class.html">TextSelectionGestureDetector</a></li>
<li><a href="widgets/TextSelectionGestureDetectorBuilder-class.html">TextSelectionGestureDetectorBuilder</a></li>
<li><a href="widgets/TextSelectionGestureDetectorBuilderDelegate-class.html">TextSelectionGestureDetectorBuilderDelegate</a></li>
<li><a href="widgets/TextSelectionOverlay-class.html">TextSelectionOverlay</a></li>
<li><a href="painting/TextSpan-class.html">TextSpan</a></li>
<li><a href="painting/TextStyle-class.html">TextStyle</a></li>
<li><a href="widgets/TextStyleTween-class.html">TextStyleTween</a></li>
<li><a href="material/TextTheme-class.html">TextTheme</a></li>
<li><a href="widgets/Texture-class.html">Texture</a></li>
<li><a href="material/Theme-class.html">Theme</a></li>
<li><a href="material/ThemeData-class.html">ThemeData</a></li>
<li><a href="material/ThemeDataTween-class.html">ThemeDataTween</a></li>
<li><a href="animation/Threshold-class.html">Threshold</a></li>
<li><a href="scheduler/TickerFuture-class.html">TickerFuture</a></li>
<li><a href="widgets/TickerMode-class.html">TickerMode</a></li>
<li><a href="scheduler/TickerProvider-class.html">TickerProvider</a></li>
<li><a href="material/TimeOfDay-class.html">TimeOfDay</a></li>
<li><a href="widgets/Title-class.html">Title</a></li>
<li><a href="material/ToggleButtons-class.html">ToggleButtons</a></li>
<li><a href="material/ToggleButtonsTheme-class.html">ToggleButtonsTheme</a></li>
<li><a href="material/ToggleButtonsThemeData-class.html">ToggleButtonsThemeData</a></li>
<li><a href="physics/Tolerance-class.html">Tolerance</a></li>
<li><a href="widgets/ToolbarOptions-class.html">ToolbarOptions</a></li>
<li><a href="material/Tooltip-class.html">Tooltip</a></li>
<li><a href="material/TooltipTheme-class.html">TooltipTheme</a></li>
<li><a href="material/TooltipThemeData-class.html">TooltipThemeData</a></li>
<li><a href="widgets/TrackingScrollController-class.html">TrackingScrollController</a></li>
<li><a href="animation/TrainHoppingAnimation-class.html">TrainHoppingAnimation</a></li>
<li><a href="widgets/Transform-class.html">Transform</a></li>
<li><a href="painting/TransformProperty-class.html">TransformProperty</a></li>
<li><a href="widgets/TransitionRoute-class.html">TransitionRoute</a></li>
<li><a href="animation/Tween-class.html">Tween</a></li>
<li><a href="animation/TweenSequence-class.html">TweenSequence</a></li>
<li><a href="animation/TweenSequenceItem-class.html">TweenSequenceItem</a></li>
<li><a href="widgets/TypeMatcher-class.html">TypeMatcher</a></li>
<li><a href="material/Typography-class.html">Typography</a></li>
<li><a href="widgets/UiKitView-class.html">UiKitView</a></li>
<li><a href="widgets/UnconstrainedBox-class.html">UnconstrainedBox</a></li>
<li><a href="material/UnderlineInputBorder-class.html">UnderlineInputBorder</a></li>
<li><a href="material/UnderlineTabIndicator-class.html">UnderlineTabIndicator</a></li>
<li><a href="widgets/UniqueKey-class.html">UniqueKey</a></li>
<li><a href="widgets/UniqueWidget-class.html">UniqueWidget</a></li>
<li><a href="material/UserAccountsDrawerHeader-class.html">UserAccountsDrawerHeader</a></li>
<li><a href="widgets/UserScrollNotification-class.html">UserScrollNotification</a></li>
<li><a href="foundation/ValueKey-class.html">ValueKey</a></li>
<li><a href="widgets/ValueListenableBuilder-class.html">ValueListenableBuilder</a></li>
<li><a href="foundation/ValueNotifier-class.html">ValueNotifier</a></li>
<li><a href="gestures/Velocity-class.html">Velocity</a></li>
<li><a href="material/VerticalDivider-class.html">VerticalDivider</a></li>
<li><a href="widgets/Viewport-class.html">Viewport</a></li>
<li><a href="widgets/Visibility-class.html">Visibility</a></li>
<li><a href="widgets/Widget-class.html">Widget</a></li>
<li><a href="widgets/WidgetInspector-class.html">WidgetInspector</a></li>
<li><a href="widgets/WidgetOrderFocusTraversalPolicy-class.html">WidgetOrderFocusTraversalPolicy</a></li>
<li><a href="widgets/WidgetsApp-class.html">WidgetsApp</a></li>
<li><a href="widgets/WidgetsBindingObserver-class.html">WidgetsBindingObserver</a></li>
<li><a href="widgets/WidgetsFlutterBinding-class.html">WidgetsFlutterBinding</a></li>
<li><a href="widgets/WidgetsLocalizations-class.html">WidgetsLocalizations</a></li>
<li><a href="widgets/WidgetSpan-class.html">WidgetSpan</a></li>
<li><a href="widgets/WidgetToRenderBoxAdapter-class.html">WidgetToRenderBoxAdapter</a></li>
<li><a href="widgets/WillPopScope-class.html">WillPopScope</a></li>
<li><a href="widgets/Wrap-class.html">Wrap</a></li>
<li><a href="material/YearPicker-class.html">YearPicker</a></li>
<li class="section-title"><a href="material/material-library.html#mixins">Mixins</a></li>
<li><a href="animation/AnimationEagerListenerMixin-mixin.html">AnimationEagerListenerMixin</a></li>
<li><a href="animation/AnimationLazyListenerMixin-mixin.html">AnimationLazyListenerMixin</a></li>
<li><a href="animation/AnimationLocalListenersMixin-mixin.html">AnimationLocalListenersMixin</a></li>
<li><a href="animation/AnimationLocalStatusListenersMixin-mixin.html">AnimationLocalStatusListenersMixin</a></li>
<li><a href="animation/AnimationWithParentMixin-mixin.html">AnimationWithParentMixin</a></li>
<li><a href="widgets/AutomaticKeepAliveClientMixin-mixin.html">AutomaticKeepAliveClientMixin</a></li>
<li><a href="widgets/DirectionalFocusTraversalPolicyMixin-mixin.html">DirectionalFocusTraversalPolicyMixin</a></li>
<li><a href="widgets/LocalHistoryRoute-mixin.html">LocalHistoryRoute</a></li>
<li><a href="material/MaterialButtonWithIconMixin-mixin.html">MaterialButtonWithIconMixin</a></li>
<li><a href="painting/PaintingBinding-mixin.html">PaintingBinding</a></li>
<li><a href="widgets/RenderConstrainedLayoutBuilder-mixin.html">RenderConstrainedLayoutBuilder</a></li>
<li><a href="widgets/SingleTickerProviderStateMixin-mixin.html">SingleTickerProviderStateMixin</a></li>
<li><a href="widgets/TickerProviderStateMixin-mixin.html">TickerProviderStateMixin</a></li>
<li><a href="widgets/ViewportNotificationMixin-mixin.html">ViewportNotificationMixin</a></li>
<li><a href="widgets/WidgetInspectorService-mixin.html">WidgetInspectorService</a></li>
<li><a href="widgets/WidgetsBinding-mixin.html">WidgetsBinding</a></li>
<li class="section-title"><a href="material/material-library.html#constants">Constants</a></li>
<li><a href="widgets/immutable-constant.html">immutable</a></li>
<li><a href="material/iOSHorizontalOffset-constant.html">iOSHorizontalOffset</a></li>
<li><a href="animation/kAlwaysCompleteAnimation-constant.html">kAlwaysCompleteAnimation</a></li>
<li><a href="animation/kAlwaysDismissedAnimation-constant.html">kAlwaysDismissedAnimation</a></li>
<li><a href="material/kBottomNavigationBarHeight-constant.html">kBottomNavigationBarHeight</a></li>
<li><a href="material/kElevationToShadow-constant.html">kElevationToShadow</a></li>
<li><a href="material/kFloatingActionButtonMargin-constant.html">kFloatingActionButtonMargin</a></li>
<li><a href="material/kFloatingActionButtonSegue-constant.html">kFloatingActionButtonSegue</a></li>
<li><a href="material/kFloatingActionButtonTurnInterval-constant.html">kFloatingActionButtonTurnInterval</a></li>
<li><a href="material/kMaterialListPadding-constant.html">kMaterialListPadding</a></li>
<li><a href="material/kMinInteractiveDimension-constant.html">kMinInteractiveDimension</a></li>
<li><a href="material/kRadialReactionAlpha-constant.html">kRadialReactionAlpha</a></li>
<li><a href="material/kRadialReactionDuration-constant.html">kRadialReactionDuration</a></li>
<li><a href="material/kRadialReactionRadius-constant.html">kRadialReactionRadius</a></li>
<li><a href="material/kTabLabelPadding-constant.html">kTabLabelPadding</a></li>
<li><a href="material/kTabScrollDuration-constant.html">kTabScrollDuration</a></li>
<li><a href="material/kTextTabBarHeight-constant.html">kTextTabBarHeight</a></li>
<li><a href="material/kThemeAnimationDuration-constant.html">kThemeAnimationDuration</a></li>
<li><a href="material/kThemeChangeDuration-constant.html">kThemeChangeDuration</a></li>
<li><a href="material/kToolbarHeight-constant.html">kToolbarHeight</a></li>
<li><a href="widgets/mustCallSuper-constant.html">mustCallSuper</a></li>
<li><a href="widgets/optionalTypeArgs-constant.html">optionalTypeArgs</a></li>
<li><a href="widgets/protected-constant.html">protected</a></li>
<li><a href="widgets/required-constant.html">required</a></li>
<li><a href="widgets/visibleForTesting-constant.html">visibleForTesting</a></li>
<li class="section-title"><a href="material/material-library.html#properties">Properties</a></li>
<li><a href="painting/debugDisableShadows.html">debugDisableShadows</a></li>
<li><a href="widgets/debugHighlightDeprecatedWidgets.html">debugHighlightDeprecatedWidgets</a></li>
<li><a href="painting/debugNetworkImageHttpClientProvider.html">debugNetworkImageHttpClientProvider</a></li>
<li><a href="widgets/debugOnRebuildDirtyWidget.html">debugOnRebuildDirtyWidget</a></li>
<li><a href="foundation/debugPrint.html">debugPrint</a></li>
<li><a href="widgets/debugPrintBuildScope.html">debugPrintBuildScope</a></li>
<li><a href="widgets/debugPrintGlobalKeyedWidgetLifecycle.html">debugPrintGlobalKeyedWidgetLifecycle</a></li>
<li><a href="widgets/debugPrintRebuildDirtyWidgets.html">debugPrintRebuildDirtyWidgets</a></li>
<li><a href="widgets/debugPrintScheduleBuildForStacks.html">debugPrintScheduleBuildForStacks</a></li>
<li><a href="widgets/debugProfileBuildsEnabled.html">debugProfileBuildsEnabled</a></li>
<li><a href="painting/imageCache.html">imageCache</a></li>
<li><a href="material/kMaterialEdges.html">kMaterialEdges</a></li>
<li><a href="material/materialTextSelectionControls.html">materialTextSelectionControls</a></li>
<li class="section-title"><a href="material/material-library.html#functions">Functions</a></li>
<li><a href="painting/applyBoxFit.html">applyBoxFit</a></li>
<li><a href="painting/axisDirectionIsReversed.html">axisDirectionIsReversed</a></li>
<li><a href="painting/axisDirectionToAxis.html">axisDirectionToAxis</a></li>
<li><a href="widgets/createLocalImageConfiguration.html">createLocalImageConfiguration</a></li>
<li><a href="painting/debugAssertAllPaintingVarsUnset.html">debugAssertAllPaintingVarsUnset</a></li>
<li><a href="widgets/debugAssertAllWidgetVarsUnset.html">debugAssertAllWidgetVarsUnset</a></li>
<li><a href="widgets/debugCheckHasDirectionality.html">debugCheckHasDirectionality</a></li>
<li><a href="material/debugCheckHasMaterial.html">debugCheckHasMaterial</a></li>
<li><a href="material/debugCheckHasMaterialLocalizations.html">debugCheckHasMaterialLocalizations</a></li>
<li><a href="widgets/debugCheckHasMediaQuery.html">debugCheckHasMediaQuery</a></li>
<li><a href="material/debugCheckHasScaffold.html">debugCheckHasScaffold</a></li>
<li><a href="widgets/debugCheckHasTable.html">debugCheckHasTable</a></li>
<li><a href="widgets/debugChildrenHaveDuplicateKeys.html">debugChildrenHaveDuplicateKeys</a></li>
<li><a href="widgets/debugDescribeFocusTree.html">debugDescribeFocusTree</a></li>
<li><a href="painting/debugDescribeTransform.html">debugDescribeTransform</a></li>
<li><a href="widgets/debugDumpApp.html">debugDumpApp</a></li>
<li><a href="widgets/debugDumpFocusTree.html">debugDumpFocusTree</a></li>
<li><a href="rendering/debugDumpLayerTree.html">debugDumpLayerTree</a></li>
<li><a href="rendering/debugDumpRenderTree.html">debugDumpRenderTree</a></li>
<li><a href="widgets/debugItemsHaveDuplicateKeys.html">debugItemsHaveDuplicateKeys</a></li>
<li><a href="foundation/debugPrintStack.html">debugPrintStack</a></li>
<li><a href="widgets/debugWidgetBuilderValue.html">debugWidgetBuilderValue</a></li>
<li><a href="painting/decodeImageFromList.html">decodeImageFromList</a></li>
<li><a href="widgets/defaultScrollNotificationPredicate.html">defaultScrollNotificationPredicate</a></li>
<li><a href="painting/flipAxis.html">flipAxis</a></li>
<li><a href="painting/flipAxisDirection.html">flipAxisDirection</a></li>
<li><a href="widgets/getAxisDirectionFromAxisReverseAndDirectionality.html">getAxisDirectionFromAxisReverseAndDirectionality</a></li>
<li><a href="dart-ui/hashList.html">hashList</a></li>
<li><a href="dart-ui/hashValues.html">hashValues</a></li>
<li><a href="material/hourFormat.html">hourFormat</a></li>
<li><a href="painting/paintBorder.html">paintBorder</a></li>
<li><a href="painting/paintImage.html">paintImage</a></li>
<li><a href="painting/paintZigZag.html">paintZigZag</a></li>
<li><a href="painting/positionDependentBox.html">positionDependentBox</a></li>
<li><a href="widgets/precacheImage.html">precacheImage</a></li>
<li><a href="widgets/runApp.html">runApp</a></li>
<li><a href="material/showAboutDialog.html">showAboutDialog</a></li>
<li><a href="material/showBottomSheet.html">showBottomSheet</a></li>
<li><a href="material/showDatePicker.html">showDatePicker</a></li>
<li><a href="material/showDialog.html">showDialog</a></li>
<li><a href="widgets/showGeneralDialog.html">showGeneralDialog</a></li>
<li><a href="material/showLicensePage.html">showLicensePage</a></li>
<li><a href="material/showMenu.html">showMenu</a></li>
<li><a href="material/showModalBottomSheet.html">showModalBottomSheet</a></li>
<li><a href="material/showSearch.html">showSearch</a></li>
<li><a href="material/showTimePicker.html">showTimePicker</a></li>
<li><a href="painting/textDirectionToAxisDirection.html">textDirectionToAxisDirection</a></li>
<li><a href="widgets/transformDebugCreator.html">transformDebugCreator</a></li>
<li class="section-title"><a href="material/material-library.html#enums">Enums</a></li>
<li><a href="animation/AnimationBehavior-class.html">AnimationBehavior</a></li>
<li><a href="animation/AnimationStatus-class.html">AnimationStatus</a></li>
<li><a href="dart-ui/AppLifecycleState-class.html">AppLifecycleState</a></li>
<li><a href="painting/Axis-class.html">Axis</a></li>
<li><a href="painting/AxisDirection-class.html">AxisDirection</a></li>
<li><a href="widgets/BannerLocation-class.html">BannerLocation</a></li>
<li><a href="dart-ui/BlendMode-class.html">BlendMode</a></li>
<li><a href="dart-ui/BlurStyle-class.html">BlurStyle</a></li>
<li><a href="painting/BorderStyle-class.html">BorderStyle</a></li>
<li><a href="material/BottomNavigationBarType-class.html">BottomNavigationBarType</a></li>
<li><a href="painting/BoxFit-class.html">BoxFit</a></li>
<li><a href="painting/BoxShape-class.html">BoxShape</a></li>
<li><a href="dart-ui/Brightness-class.html">Brightness</a></li>
<li><a href="material/ButtonBarLayoutBehavior-class.html">ButtonBarLayoutBehavior</a></li>
<li><a href="material/ButtonTextTheme-class.html">ButtonTextTheme</a></li>
<li><a href="dart-ui/Clip-class.html">Clip</a></li>
<li><a href="material/CollapseMode-class.html">CollapseMode</a></li>
<li><a href="widgets/ConnectionState-class.html">ConnectionState</a></li>
<li><a href="rendering/CrossAxisAlignment-class.html">CrossAxisAlignment</a></li>
<li><a href="widgets/CrossFadeState-class.html">CrossFadeState</a></li>
<li><a href="material/DatePickerMode-class.html">DatePickerMode</a></li>
<li><a href="material/DayPeriod-class.html">DayPeriod</a></li>
<li><a href="rendering/DecorationPosition-class.html">DecorationPosition</a></li>
<li><a href="foundation/DiagnosticLevel-class.html">DiagnosticLevel</a></li>
<li><a href="widgets/DismissDirection-class.html">DismissDirection</a></li>
<li><a href="widgets/DragAnchor-class.html">DragAnchor</a></li>
<li><a href="material/DrawerAlignment-class.html">DrawerAlignment</a></li>
<li><a href="dart-ui/FilterQuality-class.html">FilterQuality</a></li>
<li><a href="rendering/FlexFit-class.html">FlexFit</a></li>
<li><a href="painting/FlutterLogoStyle-class.html">FlutterLogoStyle</a></li>
<li><a href="widgets/FocusHighlightMode-class.html">FocusHighlightMode</a></li>
<li><a href="widgets/FocusHighlightStrategy-class.html">FocusHighlightStrategy</a></li>
<li><a href="dart-ui/FontStyle-class.html">FontStyle</a></li>
<li><a href="rendering/GrowthDirection-class.html">GrowthDirection</a></li>
<li><a href="widgets/HeroFlightDirection-class.html">HeroFlightDirection</a></li>
<li><a href="rendering/HitTestBehavior-class.html">HitTestBehavior</a></li>
<li><a href="material/HourFormat-class.html">HourFormat</a></li>
<li><a href="painting/ImageRepeat-class.html">ImageRepeat</a></li>
<li><a href="material/ListTileControlAffinity-class.html">ListTileControlAffinity</a></li>
<li><a href="material/ListTileStyle-class.html">ListTileStyle</a></li>
<li><a href="rendering/MainAxisAlignment-class.html">MainAxisAlignment</a></li>
<li><a href="rendering/MainAxisSize-class.html">MainAxisSize</a></li>
<li><a href="material/MaterialState-class.html">MaterialState</a></li>
<li><a href="material/MaterialTapTargetSize-class.html">MaterialTapTargetSize</a></li>
<li><a href="material/MaterialType-class.html">MaterialType</a></li>
<li><a href="widgets/Orientation-class.html">Orientation</a></li>
<li><a href="rendering/Overflow-class.html">Overflow</a></li>
<li><a href="dart-ui/PaintingStyle-class.html">PaintingStyle</a></li>
<li><a href="dart-ui/PathFillType-class.html">PathFillType</a></li>
<li><a href="dart-ui/PathOperation-class.html">PathOperation</a></li>
<li><a href="dart-ui/PlaceholderAlignment-class.html">PlaceholderAlignment</a></li>
<li><a href="painting/RenderComparison-class.html">RenderComparison</a></li>
<li><a href="widgets/RoutePopDisposition-class.html">RoutePopDisposition</a></li>
<li><a href="material/ScriptCategory-class.html">ScriptCategory</a></li>
<li><a href="rendering/SelectionChangedCause-class.html">SelectionChangedCause</a></li>
<li><a href="material/ShowValueIndicator-class.html">ShowValueIndicator</a></li>
<li><a href="material/SnackBarBehavior-class.html">SnackBarBehavior</a></li>
<li><a href="material/SnackBarClosedReason-class.html">SnackBarClosedReason</a></li>
<li><a href="rendering/StackFit-class.html">StackFit</a></li>
<li><a href="material/StepperType-class.html">StepperType</a></li>
<li><a href="material/StepState-class.html">StepState</a></li>
<li><a href="dart-ui/StrokeCap-class.html">StrokeCap</a></li>
<li><a href="dart-ui/StrokeJoin-class.html">StrokeJoin</a></li>
<li><a href="material/TabBarIndicatorSize-class.html">TabBarIndicatorSize</a></li>
<li><a href="rendering/TableCellVerticalAlignment-class.html">TableCellVerticalAlignment</a></li>
<li><a href="foundation/TargetPlatform-class.html">TargetPlatform</a></li>
<li><a href="dart-ui/TextAffinity-class.html">TextAffinity</a></li>
<li><a href="dart-ui/TextAlign-class.html">TextAlign</a></li>
<li><a href="dart-ui/TextBaseline-class.html">TextBaseline</a></li>
<li><a href="services/TextCapitalization-class.html">TextCapitalization</a></li>
<li><a href="dart-ui/TextDecorationStyle-class.html">TextDecorationStyle</a></li>
<li><a href="dart-ui/TextDirection-class.html">TextDirection</a></li>
<li><a href="services/TextInputAction-class.html">TextInputAction</a></li>
<li><a href="rendering/TextOverflow-class.html">TextOverflow</a></li>
<li><a href="widgets/TextSelectionHandleType-class.html">TextSelectionHandleType</a></li>
<li><a href="painting/TextWidthBasis-class.html">TextWidthBasis</a></li>
<li><a href="material/ThemeMode-class.html">ThemeMode</a></li>
<li><a href="material/Thumb-class.html">Thumb</a></li>
<li><a href="dart-ui/TileMode-class.html">TileMode</a></li>
<li><a href="material/TimeOfDayFormat-class.html">TimeOfDayFormat</a></li>
<li><a href="widgets/TraversalDirection-class.html">TraversalDirection</a></li>
<li><a href="dart-ui/VertexMode-class.html">VertexMode</a></li>
<li><a href="painting/VerticalDirection-class.html">VerticalDirection</a></li>
<li><a href="rendering/WrapAlignment-class.html">WrapAlignment</a></li>
<li><a href="rendering/WrapCrossAlignment-class.html">WrapCrossAlignment</a></li>
<li class="section-title"><a href="material/material-library.html#typedefs">Typedefs</a></li>
<li><a href="widgets/ActionFactory.html">ActionFactory</a></li>
<li><a href="widgets/AnimatedCrossFadeBuilder.html">AnimatedCrossFadeBuilder</a></li>
<li><a href="widgets/AnimatedListItemBuilder.html">AnimatedListItemBuilder</a></li>
<li><a href="widgets/AnimatedListRemovedItemBuilder.html">AnimatedListRemovedItemBuilder</a></li>
<li><a href="widgets/AnimatedSwitcherLayoutBuilder.html">AnimatedSwitcherLayoutBuilder</a></li>
<li><a href="widgets/AnimatedSwitcherTransitionBuilder.html">AnimatedSwitcherTransitionBuilder</a></li>
<li><a href="animation/AnimationStatusListener.html">AnimationStatusListener</a></li>
<li><a href="widgets/AsyncWidgetBuilder.html">AsyncWidgetBuilder</a></li>
<li><a href="widgets/ChildIndexGetter.html">ChildIndexGetter</a></li>
<li><a href="widgets/ConfirmDismissCallback.html">ConfirmDismissCallback</a></li>
<li><a href="widgets/ControlsWidgetBuilder.html">ControlsWidgetBuilder</a></li>
<li><a href="widgets/CreatePlatformViewCallback.html">CreatePlatformViewCallback</a></li>
<li><a href="widgets/CreateRectTween.html">CreateRectTween</a></li>
<li><a href="material/DataColumnSortCallback.html">DataColumnSortCallback</a></li>
<li><a href="widgets/DismissDirectionCallback.html">DismissDirectionCallback</a></li>
<li><a href="widgets/DragEndCallback.html">DragEndCallback</a></li>
<li><a href="widgets/DraggableCanceledCallback.html">DraggableCanceledCallback</a></li>
<li><a href="widgets/DragSelectionUpdateCallback.html">DragSelectionUpdateCallback</a></li>
<li><a href="widgets/DragTargetAccept.html">DragTargetAccept</a></li>
<li><a href="widgets/DragTargetBuilder.html">DragTargetBuilder</a></li>
<li><a href="widgets/DragTargetLeave.html">DragTargetLeave</a></li>
<li><a href="widgets/DragTargetWillAccept.html">DragTargetWillAccept</a></li>
<li><a href="material/DrawerCallback.html">DrawerCallback</a></li>
<li><a href="widgets/ElementVisitor.html">ElementVisitor</a></li>
<li><a href="widgets/ErrorWidgetBuilder.html">ErrorWidgetBuilder</a></li>
<li><a href="material/ExpansionPanelCallback.html">ExpansionPanelCallback</a></li>
<li><a href="material/ExpansionPanelHeaderBuilder.html">ExpansionPanelHeaderBuilder</a></li>
<li><a href="widgets/FocusOnKeyCallback.html">FocusOnKeyCallback</a></li>
<li><a href="widgets/FormFieldBuilder.html">FormFieldBuilder</a></li>
<li><a href="widgets/FormFieldSetter.html">FormFieldSetter</a></li>
<li><a href="widgets/FormFieldValidator.html">FormFieldValidator</a></li>
<li><a href="widgets/GenerateAppTitle.html">GenerateAppTitle</a></li>
<li><a href="gestures/GestureDragCancelCallback.html">GestureDragCancelCallback</a></li>
<li><a href="gestures/GestureDragDownCallback.html">GestureDragDownCallback</a></li>
<li><a href="gestures/GestureDragEndCallback.html">GestureDragEndCallback</a></li>
<li><a href="gestures/GestureDragStartCallback.html">GestureDragStartCallback</a></li>
<li><a href="gestures/GestureDragUpdateCallback.html">GestureDragUpdateCallback</a></li>
<li><a href="gestures/GestureForcePressEndCallback.html">GestureForcePressEndCallback</a></li>
<li><a href="gestures/GestureForcePressPeakCallback.html">GestureForcePressPeakCallback</a></li>
<li><a href="gestures/GestureForcePressStartCallback.html">GestureForcePressStartCallback</a></li>
<li><a href="gestures/GestureForcePressUpdateCallback.html">GestureForcePressUpdateCallback</a></li>
<li><a href="gestures/GestureLongPressCallback.html">GestureLongPressCallback</a></li>
<li><a href="gestures/GestureLongPressEndCallback.html">GestureLongPressEndCallback</a></li>
<li><a href="gestures/GestureLongPressMoveUpdateCallback.html">GestureLongPressMoveUpdateCallback</a></li>
<li><a href="gestures/GestureLongPressStartCallback.html">GestureLongPressStartCallback</a></li>
<li><a href="gestures/GestureLongPressUpCallback.html">GestureLongPressUpCallback</a></li>
<li><a href="widgets/GestureRecognizerFactoryConstructor.html">GestureRecognizerFactoryConstructor</a></li>
<li><a href="widgets/GestureRecognizerFactoryInitializer.html">GestureRecognizerFactoryInitializer</a></li>
<li><a href="gestures/GestureScaleEndCallback.html">GestureScaleEndCallback</a></li>
<li><a href="gestures/GestureScaleStartCallback.html">GestureScaleStartCallback</a></li>
<li><a href="gestures/GestureScaleUpdateCallback.html">GestureScaleUpdateCallback</a></li>
<li><a href="gestures/GestureTapCallback.html">GestureTapCallback</a></li>
<li><a href="gestures/GestureTapCancelCallback.html">GestureTapCancelCallback</a></li>
<li><a href="gestures/GestureTapDownCallback.html">GestureTapDownCallback</a></li>
<li><a href="gestures/GestureTapUpCallback.html">GestureTapUpCallback</a></li>
<li><a href="widgets/HeroFlightShuttleBuilder.html">HeroFlightShuttleBuilder</a></li>
<li><a href="widgets/HeroPlaceholderBuilder.html">HeroPlaceholderBuilder</a></li>
<li><a href="painting/HttpClientProvider.html">HttpClientProvider</a></li>
<li><a href="painting/ImageChunkListener.html">ImageChunkListener</a></li>
<li><a href="painting/ImageErrorListener.html">ImageErrorListener</a></li>
<li><a href="widgets/ImageFrameBuilder.html">ImageFrameBuilder</a></li>
<li><a href="painting/ImageListener.html">ImageListener</a></li>
<li><a href="widgets/ImageLoadingBuilder.html">ImageLoadingBuilder</a></li>
<li><a href="widgets/IndexedWidgetBuilder.html">IndexedWidgetBuilder</a></li>
<li><a href="painting/InlineSpanVisitor.html">InlineSpanVisitor</a></li>
<li><a href="material/InputCounterWidgetBuilder.html">InputCounterWidgetBuilder</a></li>
<li><a href="widgets/InspectorSelectButtonBuilder.html">InspectorSelectButtonBuilder</a></li>
<li><a href="widgets/InspectorSelectionChangedCallback.html">InspectorSelectionChangedCallback</a></li>
<li><a href="widgets/LayoutWidgetBuilder.html">LayoutWidgetBuilder</a></li>
<li><a href="widgets/LocaleListResolutionCallback.html">LocaleListResolutionCallback</a></li>
<li><a href="widgets/LocaleResolutionCallback.html">LocaleResolutionCallback</a></li>
<li><a href="material/MaterialPropertyResolver.html">MaterialPropertyResolver</a></li>
<li><a href="widgets/NestedScrollViewHeaderSliversBuilder.html">NestedScrollViewHeaderSliversBuilder</a></li>
<li><a href="widgets/NotificationListenerCallback.html">NotificationListenerCallback</a></li>
<li><a href="widgets/OnInvokeCallback.html">OnInvokeCallback</a></li>
<li><a href="widgets/OrientationWidgetBuilder.html">OrientationWidgetBuilder</a></li>
<li><a href="widgets/PageRouteFactory.html">PageRouteFactory</a></li>
<li><a href="widgets/PlatformViewSurfaceFactory.html">PlatformViewSurfaceFactory</a></li>
<li><a href="rendering/PointerCancelEventListener.html">PointerCancelEventListener</a></li>
<li><a href="rendering/PointerDownEventListener.html">PointerDownEventListener</a></li>
<li><a href="rendering/PointerMoveEventListener.html">PointerMoveEventListener</a></li>
<li><a href="rendering/PointerUpEventListener.html">PointerUpEventListener</a></li>
<li><a href="material/PopupMenuCanceled.html">PopupMenuCanceled</a></li>
<li><a href="material/PopupMenuItemBuilder.html">PopupMenuItemBuilder</a></li>
<li><a href="material/PopupMenuItemSelected.html">PopupMenuItemSelected</a></li>
<li><a href="material/RangeSemanticFormatterCallback.html">RangeSemanticFormatterCallback</a></li>
<li><a href="material/RangeThumbSelector.html">RangeThumbSelector</a></li>
<li><a href="widgets/RebuildDirtyWidgetCallback.html">RebuildDirtyWidgetCallback</a></li>
<li><a href="material/RectCallback.html">RectCallback</a></li>
<li><a href="material/RefreshCallback.html">RefreshCallback</a></li>
<li><a href="material/ReorderCallback.html">ReorderCallback</a></li>
<li><a href="widgets/RouteFactory.html">RouteFactory</a></li>
<li><a href="widgets/RoutePageBuilder.html">RoutePageBuilder</a></li>
<li><a href="widgets/RoutePredicate.html">RoutePredicate</a></li>
<li><a href="widgets/RouteTransitionsBuilder.html">RouteTransitionsBuilder</a></li>
<li><a href="widgets/ScrollableWidgetBuilder.html">ScrollableWidgetBuilder</a></li>
<li><a href="widgets/ScrollNotificationPredicate.html">ScrollNotificationPredicate</a></li>
<li><a href="material/SelectableDayPredicate.html">SelectableDayPredicate</a></li>
<li><a href="widgets/SelectionChangedCallback.html">SelectionChangedCallback</a></li>
<li><a href="material/SemanticFormatterCallback.html">SemanticFormatterCallback</a></li>
<li><a href="widgets/SemanticIndexCallback.html">SemanticIndexCallback</a></li>
<li><a href="rendering/SemanticsBuilderCallback.html">SemanticsBuilderCallback</a></li>
<li><a href="rendering/ShaderCallback.html">ShaderCallback</a></li>
<li><a href="widgets/SliverLayoutWidgetBuilder.html">SliverLayoutWidgetBuilder</a></li>
<li><a href="widgets/StatefulWidgetBuilder.html">StatefulWidgetBuilder</a></li>
<li><a href="widgets/StateSetter.html">StateSetter</a></li>
<li><a href="widgets/TextSelectionOverlayChanged.html">TextSelectionOverlayChanged</a></li>
<li><a href="widgets/TransitionBuilder.html">TransitionBuilder</a></li>
<li><a href="widgets/TweenConstructor.html">TweenConstructor</a></li>
<li><a href="widgets/TweenVisitor.html">TweenVisitor</a></li>
<li><a href="foundation/ValueChanged.html">ValueChanged</a></li>
<li><a href="foundation/ValueGetter.html">ValueGetter</a></li>
<li><a href="foundation/ValueSetter.html">ValueSetter</a></li>
<li><a href="widgets/ValueWidgetBuilder.html">ValueWidgetBuilder</a></li>
<li><a href="widgets/ViewportBuilder.html">ViewportBuilder</a></li>
<li><a href="dart-ui/VoidCallback.html">VoidCallback</a></li>
<li><a href="widgets/WidgetBuilder.html">WidgetBuilder</a></li>
<li><a href="widgets/WillPopCallback.html">WillPopCallback</a></li>
<li class="section-title"><a href="material/material-library.html#exceptions">Exceptions</a></li>
<li><a href="foundation/FlutterError-class.html">FlutterError</a></li>
<li><a href="painting/NetworkImageLoadException-class.html">NetworkImageLoadException</a></li>
<li><a href="scheduler/TickerCanceled-class.html">TickerCanceled</a></li>
</ol>
</div><!--/.sidebar-offcanvas-left-->
<div id="dartdoc-main-content" class="col-xs-12 col-sm-9 col-md-8 main-content">
<div><h1><span class="kind-function">debugCheckHasMaterialLocalizations</span> function </h1></div>
<section class="multi-line-signature">
<span class="returntype"><a href="dart-core/bool-class.html">bool</a></span>
<span class="name ">debugCheckHasMaterialLocalizations</span>
(<wbr><span class="parameter" id="debugCheckHasMaterialLocalizations-param-context"><span class="type-annotation"><a href="widgets/BuildContext-class.html">BuildContext</a></span> <span class="parameter-name">context</span></span>)
</section>
<section class="desc markdown">
<p>Asserts that the given context has a <a href="widgets/Localizations-class.html">Localizations</a> ancestor that contains
a <a href="material/MaterialLocalizations-class.html">MaterialLocalizations</a> delegate.</p>
<p>Used by many material design widgets to make sure that they are
only used in contexts where they have access to localizations.</p>
<p>To call this function, use the following pattern, typically in the
relevant Widget's build method:</p>
<pre class="language-dart"><code class="language-dart">assert(debugCheckHasMaterialLocalizations(context));
</code></pre>
<p>Does nothing if asserts are disabled. Always returns true.</p>
</section>
<section class="summary source-code" id="source">
<h2><span>Implementation</span></h2>
<pre class="language-dart"><code class="language-dart">bool debugCheckHasMaterialLocalizations(BuildContext context) {
assert(() {
if (Localizations.of&lt;MaterialLocalizations&gt;(context, MaterialLocalizations) == null) {
final StringBuffer message = StringBuffer();
message.writeln(&#39;No MaterialLocalizations found.&#39;);
message.writeln(
&#39;${context.widget.runtimeType} widgets require MaterialLocalizations &#39;
&#39;to be provided by a Localizations widget ancestor.&#39;
);
message.writeln(
&#39;Localizations are used to generate many different messages, labels,&#39;
&#39;and abbreviations which are used by the material library. &#39;
);
message.writeln(
&#39;To introduce a MaterialLocalizations, either use a &#39;
&#39; MaterialApp at the root of your application to include them &#39;
&#39;automatically, or add a Localization widget with a &#39;
&#39;MaterialLocalizations delegate.&#39;
);
message.writeln(
&#39;The specific widget that could not find a MaterialLocalizations ancestor was:&#39;
);
message.writeln(&#39; ${context.widget}&#39;);
final List&lt;Widget&gt; ancestors = &lt;Widget&gt;[];
context.visitAncestorElements((Element element) {
ancestors.add(element.widget);
return true;
});
if (ancestors.isNotEmpty) {
message.write(&#39;The ancestors of this widget were:&#39;);
for (Widget ancestor in ancestors)
message.write(&#39;\n $ancestor&#39;);
} else {
message.writeln(
&#39;This widget is the root of the tree, so it has no &#39;
&#39;ancestors, let alone a &quot;Localizations&quot; ancestor.&#39;
);
}
throw FlutterError(message.toString());
}
return true;
}());
return true;
}</code></pre>
</section>
</div> <!-- /.main-content -->
<div id="dartdoc-sidebar-right" class="col-xs-6 col-sm-6 col-md-2 sidebar sidebar-offcanvas-right">
</div><!--/.sidebar-offcanvas-->
</main>
<footer>
<span class="no-break">
flutter 0.0.0-unknown
</span>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="static-assets/typeahead.bundle.min.js"></script>
<script src="static-assets/highlight.pack.js"></script>
<script src="static-assets/URI.js"></script>
<script src="static-assets/script.js"></script>
</body>
</html>
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

自己搭建一个flutter api 文档方便查看
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/didou/FlutterAPIDocument.git
git@gitee.com:didou/FlutterAPIDocument.git
didou
FlutterAPIDocument
FlutterAPIDocument
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /