SYMBOL INDEX (31875 symbols across 3187 files) FILE: dev/automated_tests/flutter_test/child_directory/second_trivial_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/child_directory/trivial_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/dart_defines_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/exception_handling_test.dart function main (line 8) | void main() FILE: dev/automated_tests/flutter_test/filtering_tag_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/filtering_tag_widget_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/filtering_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/flutter_gold_test.dart function main (line 21) | void main() class FakeSkiaGoldClient (line 59) | class FakeSkiaGoldClient extends Fake implements SkiaGoldClient { method getExpectationForTest (line 63) | Future getExpectationForTest(String testName) method getImageBytes (line 72) | Future> getImageBytes(String imageHash) method cleanTestName (line 76) | String cleanTestName(String fileName) FILE: dev/automated_tests/flutter_test/package_assets_test.dart function main (line 8) | void main() FILE: dev/automated_tests/flutter_test/print_correct_local_widget_test.dart function main (line 8) | void main() FILE: dev/automated_tests/flutter_test/print_user_created_ancestor_no_flag_test.dart function main (line 8) | void main() FILE: dev/automated_tests/flutter_test/print_user_created_ancestor_test.dart function main (line 8) | void main() FILE: dev/automated_tests/flutter_test/test_async_utils_guarded_test.dart class TestTestBinding (line 9) | class TestTestBinding extends AutomatedTestWidgetsFlutterBinding { method testPrint (line 12) | void testPrint(String? message, { int? wrapWidth }) function guardedHelper (line 15) | Future guardedHelper(WidgetTester tester) function main (line 21) | void main() FILE: dev/automated_tests/flutter_test/test_async_utils_unguarded_test.dart class TestTestBinding (line 8) | class TestTestBinding extends AutomatedTestWidgetsFlutterBinding { method testPrint (line 11) | void testPrint(String? message, { int? wrapWidth }) function helperFunction (line 14) | Future helperFunction(WidgetTester tester) function main (line 18) | void main() FILE: dev/automated_tests/flutter_test/ticker_test.dart function main (line 9) | void main() FILE: dev/automated_tests/flutter_test/trivial_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/trivial_widget_test.dart function main (line 7) | void main() FILE: dev/automated_tests/flutter_test/working_directory_test.dart function main (line 8) | void main() FILE: dev/automated_tests/integration_test/exception_handling_test.dart function main (line 8) | void main() FILE: dev/automated_tests/integration_test/trivial_widget_test.dart function main (line 7) | void main() FILE: dev/automated_tests/test_smoke_test/crash1_test.dart function main (line 12) | void main() FILE: dev/automated_tests/test_smoke_test/crash2_test.dart function main (line 10) | void main() FILE: dev/automated_tests/test_smoke_test/disallow_error_reporter_modification_test.dart function main (line 8) | void main() FILE: dev/automated_tests/test_smoke_test/fail_test.dart function main (line 10) | void main() FILE: dev/automated_tests/test_smoke_test/pass_test.dart function main (line 10) | void main() FILE: dev/automated_tests/test_smoke_test/pending_timer_fail_test.dart function main (line 9) | void main() function failingPendingTimerTest (line 13) | void failingPendingTimerTest() FILE: dev/benchmarks/complex_layout/lib/main.dart function main (line 8) | void main() type ScrollMode (line 14) | enum ScrollMode { complex, tile } class ComplexLayoutApp (line 16) | class ComplexLayoutApp extends StatefulWidget { method createState (line 20) | ComplexLayoutAppState createState() method of (line 22) | ComplexLayoutAppState? of(BuildContext context) class ComplexLayoutAppState (line 25) | class ComplexLayoutAppState extends State { method build (line 27) | Widget build(BuildContext context) method toggleAnimationSpeed (line 50) | void toggleAnimationSpeed() class TileScrollLayout (line 57) | class TileScrollLayout extends StatelessWidget { method build (line 61) | Widget build(BuildContext context) class ComplexLayout (line 83) | class ComplexLayout extends StatefulWidget { method createState (line 87) | ComplexLayoutState createState() method of (line 89) | ComplexLayoutState? of(BuildContext context) class ComplexLayoutState (line 92) | class ComplexLayoutState extends State { method build (line 94) | Widget build(BuildContext context) class TopBarMenu (line 131) | class TopBarMenu extends StatelessWidget { method build (line 135) | Widget build(BuildContext context) class MenuItemWithIcon (line 184) | class MenuItemWithIcon extends StatelessWidget { method build (line 192) | Widget build(BuildContext context) class FancyImageItem (line 206) | class FancyImageItem extends StatelessWidget { method build (line 212) | Widget build(BuildContext context) class FancyGalleryItem (line 230) | class FancyGalleryItem extends StatelessWidget { method build (line 235) | Widget build(BuildContext context) class InfoBar (line 252) | class InfoBar extends StatelessWidget { method build (line 256) | Widget build(BuildContext context) class IconBar (line 270) | class IconBar extends StatelessWidget { method build (line 274) | Widget build(BuildContext context) class IconWithText (line 289) | class IconWithText extends StatelessWidget { method build (line 296) | Widget build(BuildContext context) class MiniIconWithText (line 310) | class MiniIconWithText extends StatelessWidget { method build (line 317) | Widget build(BuildContext context) class FatDivider (line 339) | class FatDivider extends StatelessWidget { method build (line 343) | Widget build(BuildContext context) class UserHeader (line 351) | class UserHeader extends StatelessWidget { method build (line 357) | Widget build(BuildContext context) class ItemDescription (line 399) | class ItemDescription extends StatelessWidget { method build (line 403) | Widget build(BuildContext context) class ItemImageBox (line 411) | class ItemImageBox extends StatelessWidget { method build (line 415) | Widget build(BuildContext context) class ItemGalleryBox (line 492) | class ItemGalleryBox extends StatelessWidget { method build (line 498) | Widget build(BuildContext context) class BottomBar (line 561) | class BottomBar extends StatelessWidget { method build (line 565) | Widget build(BuildContext context) class BottomBarButton (line 588) | class BottomBarButton extends StatelessWidget { method build (line 595) | Widget build(BuildContext context) class GalleryDrawer (line 611) | class GalleryDrawer extends StatelessWidget { method _changeTheme (line 614) | void _changeTheme(BuildContext context, bool value) method _changeScrollMode (line 618) | void _changeScrollMode(BuildContext context, ScrollMode mode) method build (line 623) | Widget build(BuildContext context) class FancyDrawerHeader (line 682) | class FancyDrawerHeader extends StatelessWidget { method build (line 686) | Widget build(BuildContext context) FILE: dev/benchmarks/complex_layout/test/measure_scroll_smoothness.dart function dragInputEvents (line 17) | Iterable dragInputEvents( type TestScenario (line 55) | enum TestScenario { class ResampleFlagVariant (line 62) | class ResampleFlagVariant extends TestVariant { method describeValue (line 94) | String describeValue(TestScenario value) method setUp (line 108) | Future setUp(TestScenario value) method tearDown (line 116) | Future tearDown(TestScenario value, bool memento) function main (line 122) | Future main() function now (line 147) | Duration now() function scroll (line 148) | Future scroll() function scrollSummary (line 224) | Map scrollSummary( FILE: dev/benchmarks/complex_layout/test_driver/measure_scroll_smoothness_test.dart function main (line 9) | Future main() FILE: dev/benchmarks/complex_layout/test_driver/scroll_perf.dart function main (line 8) | void main() FILE: dev/benchmarks/complex_layout/test_driver/scroll_perf_test.dart function main (line 10) | void main() function testScrollPerf (line 25) | Future testScrollPerf(String listKey, String summaryName) FILE: dev/benchmarks/complex_layout/test_driver/semantics_perf.dart function main (line 8) | void main() FILE: dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart function main (line 13) | void main() FILE: dev/benchmarks/complex_layout/test_memory/scroll_perf.dart function main (line 22) | Future main() FILE: dev/benchmarks/macrobenchmarks/android/app/src/androidTest/java/com/example/macrobenchmarks/MainActivityTest.java class MainActivityTest (line 12) | @RunWith(FlutterTestRunner.class) FILE: dev/benchmarks/macrobenchmarks/android/app/src/main/java/com/example/macrobenchmarks/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/benchmarks/macrobenchmarks/lib/main.dart function main (line 31) | void main() class MacrobenchmarksApp (line 33) | class MacrobenchmarksApp extends StatelessWidget { method build (line 37) | Widget build(BuildContext context) class HomePage (line 70) | class HomePage extends StatelessWidget { method build (line 74) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/animated_image.dart class AnimatedImagePage (line 7) | class AnimatedImagePage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/animated_placeholder.dart class AnimatedPlaceholderPage (line 26) | class AnimatedPlaceholderPage extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) class DelayedBase64Image (line 47) | class DelayedBase64Image extends ImageProvider { method obtainKey (line 55) | Future obtainKey(ImageConfiguration configuration) method load (line 60) | ImageStreamCompleter load(int key, DecoderCallback decode) FILE: dev/benchmarks/macrobenchmarks/lib/src/animation_with_microtasks.dart class AnimationWithMicrotasks (line 7) | class AnimationWithMicrotasks extends StatefulWidget { method createState (line 11) | State createState() class _AnimationWithMicrotasksState (line 14) | class _AnimationWithMicrotasksState extends State start() method cancel (line 55) | void cancel() method _chunkedSynchronousWork (line 59) | Future _chunkedSynchronousWork() method _syncComputationFor (line 69) | void _syncComputationFor(Duration duration) FILE: dev/benchmarks/macrobenchmarks/lib/src/backdrop_filter.dart class BackdropFilterPage (line 9) | class BackdropFilterPage extends StatefulWidget { method createState (line 13) | State createState() class _BackdropFilterPageState (line 16) | class _BackdropFilterPageState extends State with Ti... method initState (line 22) | void initState() method dispose (line 29) | void dispose() method build (line 35) | Widget build(BuildContext context) method addBlur (line 36) | Widget addBlur(Widget child, bool shouldBlur) method col (line 54) | Widget col(Widget w, int numRows) method grid (line 60) | Widget grid(Widget w, int numRows, int numCols) FILE: dev/benchmarks/macrobenchmarks/lib/src/color_filter_and_fade.dart class ColorFilterAndFadePage (line 11) | class ColorFilterAndFadePage extends StatefulWidget { method createState (line 15) | State createState() class _ColorFilterAndFadePageState (line 18) | class _ColorFilterAndFadePageState extends State... method build (line 20) | Widget build(BuildContext context) method _initAnimation (line 95) | void _initAnimation() method initState (line 109) | void initState() method dispose (line 115) | void dispose() class _ShadowWidget (line 125) | class _ShadowWidget extends StatelessWidget { method build (line 139) | Widget build(BuildContext context) class _ShadowPainter (line 155) | class _ShadowPainter extends CustomPainter { method paint (line 162) | void paint(Canvas canvas, Size size) method shouldRepaint (line 180) | bool shouldRepaint(_ShadowPainter oldDelegate) FILE: dev/benchmarks/macrobenchmarks/lib/src/cubic_bezier.dart class CubicBezierPage (line 10) | class CubicBezierPage extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class Bezier (line 26) | class Bezier extends StatelessWidget { method _getLogoPath (line 34) | List _getLogoPath() method build (line 75) | Widget build(BuildContext context) class PathDetail (line 87) | class PathDetail { class AnimatedBezier (line 95) | class AnimatedBezier extends StatefulWidget { method createState (line 103) | State createState() class Point (line 106) | class Point { class AnimatedBezierState (line 113) | class AnimatedBezierState extends State method _playForward (line 126) | List _playForward() method _playReversed (line 221) | List _playReversed() method _getLogoPath (line 269) | List _getLogoPath() method _getCubicPoint (line 278) | double _getCubicPoint(double t, double p0, double p1, double p2, doubl... method playAnimation (line 285) | void playAnimation() method stopAnimation (line 295) | void stopAnimation() method reverseAnimation (line 303) | void reverseAnimation() method initState (line 309) | void initState() method dispose (line 333) | void dispose() method build (line 339) | Widget build(BuildContext context) class BezierPainter (line 347) | class BezierPainter extends CustomPainter { method paint (line 356) | void paint(Canvas canvas, Size size) method shouldRepaint (line 385) | bool shouldRepaint(BezierPainter oldDelegate) method shouldRebuildSemantics (line 388) | bool shouldRebuildSemantics(BezierPainter oldDelegate) FILE: dev/benchmarks/macrobenchmarks/lib/src/cull_opacity.dart class CullOpacityPage (line 7) | class CullOpacityPage extends StatefulWidget { method createState (line 11) | State createState() class _CullOpacityPageState (line 14) | class _CullOpacityPageState extends State with SingleTi... method initState (line 19) | void initState() method dispose (line 34) | void dispose() method build (line 40) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/filtered_child_animation.dart type FilterType (line 10) | enum FilterType { class FilteredChildAnimationPage (line 14) | class FilteredChildAnimationPage extends StatefulWidget { method createState (line 26) | State createState() class _FilteredChildAnimationPageState (line 29) | class _FilteredChildAnimationPageState extends State createState() class _LargeImageChangerState (line 17) | class _LargeImageChangerState extends State { method didChangeDependencies (line 23) | void didChangeDependencies() method dispose (line 48) | void dispose() method build (line 54) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/large_images.dart class LargeImagesPage (line 9) | class LargeImagesPage extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class DummyImage (line 25) | class DummyImage extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) method _getPngData (line 46) | Future _getPngData(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/multi_widget_construction.dart class MultiWidgetConstructTable (line 7) | class MultiWidgetConstructTable extends StatefulWidget { method createState (line 15) | State createState() class _MultiWidgetConstructTableState (line 18) | class _MultiWidgetConstructTableState extends State createState() class _PostBackdropFilterPageState (line 16) | class _PostBackdropFilterPageState extends State... method initState (line 21) | void initState() method dispose (line 27) | void dispose() method build (line 33) | Widget build(BuildContext context) method getConditionalBackdrop (line 34) | Widget getConditionalBackdrop() FILE: dev/benchmarks/macrobenchmarks/lib/src/simple_animation.dart class SimpleAnimationPage (line 7) | class SimpleAnimationPage extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/simple_scroll.dart class SimpleScroll (line 7) | class SimpleScroll extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/stack_size.dart type GetStackPointerCallback (line 12) | typedef GetStackPointerCallback = int Function(); type CMmap (line 16) | typedef CMmap = ffi.Pointer Function( type DartMmap (line 18) | typedef DartMmap = ffi.Pointer Function( type CMprotect (line 24) | typedef CMprotect = ffi.Int32 Function(ffi.Pointer, ffi.IntPtr... type DartMprotect (line 25) | typedef DartMprotect = int Function(ffi.Pointer, int, int); class StackSizePage (line 83) | class StackSizePage extends StatelessWidget { method build (line 87) | Widget build(BuildContext context) class ParentWidget (line 102) | class ParentWidget extends StatelessWidget { method build (line 106) | Widget build(BuildContext context) class ChildWidget (line 112) | class ChildWidget extends StatelessWidget { method build (line 117) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/text.dart class TextPage (line 7) | class TextPage extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_build_image.dart class BenchBuildImage (line 35) | class BenchBuildImage extends WidgetRecorder { method createWidget (line 41) | Widget createWidget() class _RotatingWidget (line 54) | class _RotatingWidget extends StatefulWidget { method createState (line 60) | _RotatingWidgetState createState() class _RotatingWidgetState (line 63) | class _RotatingWidgetState extends State<_RotatingWidget> with SingleTic... method initState (line 67) | void initState() method dispose (line 76) | void dispose() method build (line 82) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_build_material_checkbox.dart class BenchBuildMaterialCheckbox (line 12) | class BenchBuildMaterialCheckbox extends WidgetBuildRecorder { method createWidget (line 20) | Widget createWidget() method _buildRow (line 33) | Row _buildRow() FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_card_infinite_scroll.dart class BenchCardInfiniteScroll (line 13) | class BenchCardInfiniteScroll extends WidgetRecorder { method createWidget (line 31) | Widget createWidget() class _InfiniteScrollCards (line 37) | class _InfiniteScrollCards extends StatefulWidget { method createState (line 44) | State<_InfiniteScrollCards> createState() class _InfiniteScrollCardsState (line 47) | class _InfiniteScrollCardsState extends State<_InfiniteScrollCards> { method initState (line 54) | void initState() method dispose (line 74) | void dispose() method build (line 80) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_child_layers.dart class BenchUpdateManyChildLayers (line 17) | class BenchUpdateManyChildLayers extends SceneBuilderRecorder { method setUpAll (line 40) | Future setUpAll() method onDrawFrame (line 62) | void onDrawFrame(SceneBuilder sceneBuilder) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_clipped_out_pictures.dart class BenchClippedOutPictures (line 30) | class BenchClippedOutPictures extends SceneBuilderRecorder { method onDrawFrame (line 43) | void onDrawFrame(SceneBuilder sceneBuilder) method fillCell (line 51) | void fillCell(int row, int column) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_default_target_platform.dart class BenchDefaultTargetPlatform (line 13) | class BenchDefaultTargetPlatform extends RawRecorder { method body (line 23) | void body(Profile profile) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_draw_rect.dart class BenchDrawRect (line 12) | class BenchDrawRect extends SceneBuilderRecorder { method makePaint (line 48) | Paint makePaint(int row, int col) method onDrawFrame (line 67) | void onDrawFrame(SceneBuilder sceneBuilder) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_dynamic_clip_on_static_picture.dart class BenchDynamicClipOnStaticPicture (line 34) | class BenchDynamicClipOnStaticPicture extends SceneBuilderRecorder { method onDrawFrame (line 102) | void onDrawFrame(SceneBuilder sceneBuilder) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_mouse_region_grid_hover.dart class _NestedMouseRegion (line 16) | class _NestedMouseRegion extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class BenchMouseRegionGridHover (line 38) | class BenchMouseRegionGridHover extends WidgetRecorder { method handleDataPoint (line 47) | void handleDataPoint(Duration duration) method _getBorder (line 52) | Border _getBorder(int columnIndex, int rowIndex) method frameDidDraw (line 66) | void frameDidDraw() method createWidget (line 78) | Widget createWidget() class _UntilNextFrame (line 119) | class _UntilNextFrame { method wait (line 124) | Future wait() class _Tester (line 136) | class _Tester { method _hoverTo (line 157) | Future _hoverTo(Offset location, Duration duration) method start (line 167) | Future start() method stop (line 177) | void stop() FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_mouse_region_grid_scroll.dart class BenchMouseRegionGridScroll (line 19) | class BenchMouseRegionGridScroll extends WidgetRecorder { method _getBorder (line 27) | Border _getBorder(int columnIndex, int rowIndex) method frameDidDraw (line 41) | void frameDidDraw() method createWidget (line 53) | Widget createWidget() class _UntilNextFrame (line 91) | class _UntilNextFrame { method wait (line 96) | Future wait() class _Tester (line 108) | class _Tester { method _scroll (line 129) | Future _scroll(Offset start, Offset offset, Duration duration) method start (line 157) | Future start() method stop (line 165) | void stop() FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_mouse_region_mixed_grid_hover.dart class _NestedMouseRegion (line 16) | class _NestedMouseRegion extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class _NestedListener (line 35) | class _NestedListener extends StatelessWidget { method build (line 42) | Widget build(BuildContext context) class BenchMouseRegionMixedGridHover (line 57) | class BenchMouseRegionMixedGridHover extends WidgetRecorder { method handleDataPoint (line 66) | void handleDataPoint(Duration duration) method _getBorder (line 71) | Border _getBorder(int columnIndex, int rowIndex) method frameDidDraw (line 85) | void frameDidDraw() method createWidget (line 97) | Widget createWidget() class _UntilNextFrame (line 141) | class _UntilNextFrame { method wait (line 146) | Future wait() class _Tester (line 158) | class _Tester { method _hoverTo (line 179) | Future _hoverTo(Offset location, Duration duration) method start (line 189) | Future start() method stop (line 199) | void stop() FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_pageview_scroll_linethrough.dart class BenchPageViewScrollLineThrough (line 16) | class BenchPageViewScrollLineThrough extends WidgetRecorder { method createWidget (line 22) | Widget createWidget() class _MyScrollContainer (line 28) | class _MyScrollContainer extends StatefulWidget { method createState (line 32) | State<_MyScrollContainer> createState() class _MyScrollContainerState (line 35) | class _MyScrollContainerState extends State<_MyScrollContainer> { method initState (line 42) | void initState() method dispose (line 58) | void dispose() method build (line 64) | Widget build(BuildContext context) class _CustomPainter (line 76) | class _CustomPainter extends CustomPainter { method paint (line 85) | void paint(Canvas canvas, Size size) method _drawVerticalAndHorizontalLines (line 137) | void _drawVerticalAndHorizontalLines(Canvas canvas, Size size, method shouldRepaint (line 163) | bool shouldRepaint(CustomPainter oldDelegate) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_paths.dart class BenchPathRecording (line 12) | class BenchPathRecording extends RawRecorder { method setUpAll (line 18) | Future setUpAll() method body (line 22) | void body(Profile profile) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_paths_recording.dart function createPaths (line 223) | void createPaths() function pathOps0 (line 807) | void pathOps0() function pathOps1 (line 819) | void pathOps1() function pathOps2 (line 837) | void pathOps2() function pathOps3 (line 859) | void pathOps3() function pathOps4 (line 882) | void pathOps4() function pathOps5 (line 889) | void pathOps5() function pathOps6 (line 896) | void pathOps6() function pathOps7 (line 903) | void pathOps7() function pathOps8 (line 953) | void pathOps8() function pathOps9 (line 958) | void pathOps9() function pathOps10 (line 1008) | void pathOps10() function pathOps11 (line 1013) | void pathOps11() function pathOps12 (line 1063) | void pathOps12() function pathOps13 (line 1068) | void pathOps13() function pathOps14 (line 1118) | void pathOps14() function pathOps15 (line 1123) | void pathOps15() function pathOps16 (line 1139) | void pathOps16() function pathOps17 (line 1144) | void pathOps17() function pathOps18 (line 1192) | void pathOps18() function pathOps19 (line 1197) | void pathOps19() function pathOps20 (line 1204) | void pathOps20() function pathOps21 (line 1217) | void pathOps21() function pathOps22 (line 1224) | void pathOps22() function pathOps23 (line 1237) | void pathOps23() function pathOps24 (line 1244) | void pathOps24() function pathOps25 (line 1257) | void pathOps25() function pathOps26 (line 1264) | void pathOps26() function pathOps27 (line 1277) | void pathOps27() function pathOps28 (line 1284) | void pathOps28() function pathOps29 (line 1297) | void pathOps29() function pathOps30 (line 1304) | void pathOps30() function pathOps31 (line 1315) | void pathOps31() function pathOps32 (line 1322) | void pathOps32() function pathOps33 (line 1333) | void pathOps33() function pathOps34 (line 1381) | void pathOps34() function pathOps35 (line 1386) | void pathOps35() function pathOps36 (line 1393) | void pathOps36() function pathOps37 (line 1406) | void pathOps37() function pathOps38 (line 1413) | void pathOps38() function pathOps39 (line 1426) | void pathOps39() function pathOps40 (line 1433) | void pathOps40() function pathOps41 (line 1446) | void pathOps41() function pathOps42 (line 1453) | void pathOps42() function pathOps43 (line 1466) | void pathOps43() function pathOps44 (line 1473) | void pathOps44() function pathOps45 (line 1486) | void pathOps45() function pathOps46 (line 1493) | void pathOps46() function pathOps47 (line 1506) | void pathOps47() function pathOps48 (line 1513) | void pathOps48() function pathOps49 (line 1524) | void pathOps49() function pathOps50 (line 1572) | void pathOps50() function pathOps51 (line 1577) | void pathOps51() function pathOps52 (line 1584) | void pathOps52() function pathOps53 (line 1597) | void pathOps53() function pathOps54 (line 1604) | void pathOps54() function pathOps55 (line 1617) | void pathOps55() function pathOps56 (line 1624) | void pathOps56() function pathOps57 (line 1637) | void pathOps57() function pathOps58 (line 1644) | void pathOps58() function pathOps59 (line 1657) | void pathOps59() function pathOps60 (line 1677) | void pathOps60() function pathOps61 (line 1682) | void pathOps61() function pathOps62 (line 1689) | void pathOps62() function pathOps63 (line 1699) | void pathOps63() function pathOps64 (line 1704) | void pathOps64() function pathOps65 (line 1715) | void pathOps65() function pathOps66 (line 1725) | void pathOps66() function pathOps67 (line 1730) | void pathOps67() function pathOps68 (line 1741) | void pathOps68() function pathOps69 (line 1751) | void pathOps69() function pathOps70 (line 1756) | void pathOps70() function pathOps71 (line 1767) | void pathOps71() function pathOps72 (line 1777) | void pathOps72() function pathOps73 (line 1782) | void pathOps73() function pathOps74 (line 1793) | void pathOps74() function pathOps75 (line 1803) | void pathOps75() function pathOps76 (line 1808) | void pathOps76() function pathOps77 (line 1819) | void pathOps77() function pathOps78 (line 1829) | void pathOps78() function pathOps79 (line 1834) | void pathOps79() function pathOps80 (line 1854) | void pathOps80() function pathOps81 (line 1859) | void pathOps81() function pathOps82 (line 1866) | void pathOps82() function pathOps83 (line 1871) | void pathOps83() function pathOps84 (line 1878) | void pathOps84() function pathOps85 (line 1883) | void pathOps85() function pathOps86 (line 1890) | void pathOps86() function pathOps87 (line 1895) | void pathOps87() function pathOps88 (line 1902) | void pathOps88() function pathOps89 (line 1907) | void pathOps89() function pathOps90 (line 1914) | void pathOps90() function pathOps91 (line 1927) | void pathOps91() function pathOps92 (line 1934) | void pathOps92() function pathOps93 (line 1947) | void pathOps93() function pathOps94 (line 1954) | void pathOps94() function pathOps95 (line 1967) | void pathOps95() function pathOps96 (line 1974) | void pathOps96() function pathOps97 (line 1987) | void pathOps97() function pathOps98 (line 1994) | void pathOps98() function pathOps99 (line 2007) | void pathOps99() function pathOps100 (line 2014) | void pathOps100() function pathOps101 (line 2027) | void pathOps101() function pathOps102 (line 2034) | void pathOps102() function pathOps103 (line 2047) | void pathOps103() function pathOps104 (line 2054) | void pathOps104() function pathOps105 (line 2065) | void pathOps105() function pathOps106 (line 2072) | void pathOps106() function pathOps107 (line 2083) | void pathOps107() function pathOps108 (line 2090) | void pathOps108() function pathOps109 (line 2103) | void pathOps109() function pathOps110 (line 2110) | void pathOps110() function pathOps111 (line 2123) | void pathOps111() function pathOps112 (line 2130) | void pathOps112() function pathOps113 (line 2143) | void pathOps113() function pathOps114 (line 2150) | void pathOps114() function pathOps115 (line 2163) | void pathOps115() function pathOps116 (line 2170) | void pathOps116() function pathOps117 (line 2181) | void pathOps117() function pathOps118 (line 2188) | void pathOps118() function pathOps119 (line 2201) | void pathOps119() function pathOps120 (line 2206) | void pathOps120() function pathOps121 (line 2211) | void pathOps121() function pathOps122 (line 2216) | void pathOps122() function pathOps123 (line 2221) | void pathOps123() function pathOps124 (line 2226) | void pathOps124() function pathOps125 (line 2237) | void pathOps125() function pathOps126 (line 2242) | void pathOps126() function pathOps127 (line 2253) | void pathOps127() function pathOps128 (line 2258) | void pathOps128() function pathOps129 (line 2269) | void pathOps129() function pathOps130 (line 2274) | void pathOps130() function pathOps131 (line 2285) | void pathOps131() function pathOps132 (line 2290) | void pathOps132() function pathOps133 (line 2295) | void pathOps133() function pathOps134 (line 2306) | void pathOps134() function pathOps135 (line 2311) | void pathOps135() function pathOps136 (line 2318) | void pathOps136() function pathOps137 (line 2331) | void pathOps137() function pathOps138 (line 2336) | void pathOps138() function pathOps139 (line 2343) | void pathOps139() function pathOps140 (line 2356) | void pathOps140() function pathOps141 (line 2361) | void pathOps141() function pathOps142 (line 2368) | void pathOps142() function pathOps143 (line 2381) | void pathOps143() function pathOps144 (line 2386) | void pathOps144() function pathOps145 (line 2393) | void pathOps145() function pathOps146 (line 2398) | void pathOps146() function pathOps147 (line 2405) | void pathOps147() function pathOps149 (line 2410) | void pathOps149() function pathOps150 (line 2421) | void pathOps150() function pathOps155 (line 2437) | void pathOps155() function pathOps156 (line 2453) | void pathOps156() function pathOps161 (line 2469) | void pathOps161() function pathOps162 (line 2485) | void pathOps162() function pathOps164 (line 2501) | void pathOps164() function pathOps165 (line 2517) | void pathOps165() function pathOps167 (line 2533) | void pathOps167() function pathOps168 (line 2544) | void pathOps168() function pathOps173 (line 2560) | void pathOps173() function pathOps174 (line 2576) | void pathOps174() function pathOps178 (line 2592) | void pathOps178() function pathOps179 (line 2599) | void pathOps179() function pathOps180 (line 2612) | void pathOps180() function pathOps181 (line 2619) | void pathOps181() function pathOps182 (line 2632) | void pathOps182() function pathOps183 (line 2639) | void pathOps183() function pathOps184 (line 2650) | void pathOps184() function pathOps185 (line 2657) | void pathOps185() function pathOps186 (line 2670) | void pathOps186() function pathOps187 (line 2677) | void pathOps187() function pathOps188 (line 2690) | void pathOps188() function pathOps189 (line 2697) | void pathOps189() function pathOps190 (line 2710) | void pathOps190() function pathOps191 (line 2717) | void pathOps191() function pathOps192 (line 2730) | void pathOps192() function pathOps193 (line 2737) | void pathOps193() function pathOps194 (line 2748) | void pathOps194() function pathOps195 (line 2754) | void pathOps195() function pathOps196 (line 2765) | void pathOps196() function pathOps197 (line 2772) | void pathOps197() function pathOps198 (line 2785) | void pathOps198() function pathOps199 (line 2792) | void pathOps199() function pathOps200 (line 2805) | void pathOps200() function pathOps201 (line 2812) | void pathOps201() function pathOps202 (line 2825) | void pathOps202() function pathOps203 (line 2832) | void pathOps203() function pathOps204 (line 2845) | void pathOps204() function pathOps205 (line 2852) | void pathOps205() function pathOps206 (line 2863) | void pathOps206() function pathOps207 (line 2870) | void pathOps207() function pathOps208 (line 2883) | void pathOps208() function pathOps209 (line 2888) | void pathOps209() function pathOps210 (line 2893) | void pathOps210() function pathOps211 (line 2898) | void pathOps211() function pathOps212 (line 2903) | void pathOps212() function pathOps213 (line 2917) | void pathOps213() function pathOps214 (line 2922) | void pathOps214() function pathOps215 (line 2933) | void pathOps215() function pathOps216 (line 2947) | void pathOps216() function pathOps217 (line 2952) | void pathOps217() function pathOps218 (line 2963) | void pathOps218() function pathOps219 (line 2977) | void pathOps219() function pathOps220 (line 2982) | void pathOps220() function pathOps221 (line 2993) | void pathOps221() function pathOps222 (line 3007) | void pathOps222() function pathOps223 (line 3012) | void pathOps223() function pathOps224 (line 3023) | void pathOps224() function pathOps225 (line 3035) | void pathOps225() function pathOps226 (line 3040) | void pathOps226() function pathOps227 (line 3054) | void pathOps227() function pathOps228 (line 3059) | void pathOps228() function pathOps229 (line 3070) | void pathOps229() function pathOps230 (line 3075) | void pathOps230() function pathOps231 (line 3082) | void pathOps231() function pathOps232 (line 3095) | void pathOps232() function pathOps233 (line 3100) | void pathOps233() function pathOps234 (line 3107) | void pathOps234() function pathOps235 (line 3120) | void pathOps235() function pathOps236 (line 3125) | void pathOps236() function pathOps237 (line 3132) | void pathOps237() function pathOps238 (line 3145) | void pathOps238() function pathOps239 (line 3150) | void pathOps239() function pathOps240 (line 3159) | void pathOps240() function pathOps241 (line 3166) | void pathOps241() function pathOps242 (line 3175) | void pathOps242() function pathOps243 (line 3180) | void pathOps243() function pathOps244 (line 3195) | void pathOps244() function pathOps245 (line 3210) | void pathOps245() function pathOps246 (line 3220) | void pathOps246() function pathOps247 (line 3235) | void pathOps247() function pathOps248 (line 3250) | void pathOps248() function pathOps249 (line 3260) | void pathOps249() function pathOps250 (line 3267) | void pathOps250() function pathOps251 (line 3278) | void pathOps251() function pathOps252 (line 3285) | void pathOps252() function pathOps253 (line 3298) | void pathOps253() function pathOps254 (line 3305) | void pathOps254() function pathOps255 (line 3318) | void pathOps255() function pathOps256 (line 3325) | void pathOps256() function pathOps257 (line 3336) | void pathOps257() function pathOps258 (line 3343) | void pathOps258() function pathOps259 (line 3356) | void pathOps259() function pathOps260 (line 3363) | void pathOps260() function pathOps261 (line 3376) | void pathOps261() function pathOps262 (line 3383) | void pathOps262() function pathOps263 (line 3396) | void pathOps263() function pathOps264 (line 3403) | void pathOps264() function pathOps265 (line 3416) | void pathOps265() function pathOps266 (line 3423) | void pathOps266() function pathOps267 (line 3436) | void pathOps267() function pathOps268 (line 3443) | void pathOps268() function pathOps269 (line 3456) | void pathOps269() function pathOps270 (line 3463) | void pathOps270() function pathOps271 (line 3474) | void pathOps271() function pathOps272 (line 3481) | void pathOps272() function pathOps273 (line 3494) | void pathOps273() function pathOps274 (line 3501) | void pathOps274() function pathOps275 (line 3514) | void pathOps275() function pathOps276 (line 3521) | void pathOps276() function pathOps277 (line 3534) | void pathOps277() function pathOps278 (line 3539) | void pathOps278() function pathOps279 (line 3544) | void pathOps279() function pathOps280 (line 3549) | void pathOps280() function pathOps281 (line 3554) | void pathOps281() function pathOps282 (line 3559) | void pathOps282() function pathOps283 (line 3564) | void pathOps283() function pathOps284 (line 3575) | void pathOps284() function pathOps285 (line 3580) | void pathOps285() function pathOps286 (line 3591) | void pathOps286() function pathOps287 (line 3596) | void pathOps287() function pathOps288 (line 3607) | void pathOps288() function pathOps289 (line 3612) | void pathOps289() function pathOps290 (line 3623) | void pathOps290() function pathOps291 (line 3628) | void pathOps291() function pathOps292 (line 3639) | void pathOps292() function pathOps293 (line 3644) | void pathOps293() function pathOps294 (line 3651) | void pathOps294() function pathOps295 (line 3664) | void pathOps295() function pathOps296 (line 3669) | void pathOps296() function pathOps297 (line 3676) | void pathOps297() function pathOps298 (line 3689) | void pathOps298() function pathOps299 (line 3694) | void pathOps299() function pathOps300 (line 3701) | void pathOps300() function pathOps301 (line 3714) | void pathOps301() function pathOps302 (line 3719) | void pathOps302() function pathOps303 (line 3726) | void pathOps303() function pathOps304 (line 3739) | void pathOps304() function pathOps305 (line 3746) | void pathOps305() function pathOps306 (line 3757) | void pathOps306() function pathOps307 (line 3764) | void pathOps307() function pathOps308 (line 3777) | void pathOps308() function pathOps309 (line 3784) | void pathOps309() function pathOps310 (line 3797) | void pathOps310() function pathOps311 (line 3804) | void pathOps311() function pathOps312 (line 3817) | void pathOps312() function pathOps313 (line 3824) | void pathOps313() function pathOps314 (line 3837) | void pathOps314() function pathOps315 (line 3844) | void pathOps315() function pathOps316 (line 3857) | void pathOps316() function pathOps317 (line 3864) | void pathOps317() function pathOps318 (line 3875) | void pathOps318() function pathOps319 (line 3882) | void pathOps319() function pathOps320 (line 3895) | void pathOps320() function pathOps321 (line 3902) | void pathOps321() function pathOps322 (line 3915) | void pathOps322() function pathOps323 (line 3922) | void pathOps323() function pathOps324 (line 3935) | void pathOps324() function pathOps325 (line 3942) | void pathOps325() function pathOps326 (line 3955) | void pathOps326() function pathOps327 (line 3962) | void pathOps327() function pathOps328 (line 3973) | void pathOps328() function pathOps329 (line 3980) | void pathOps329() function pathOps330 (line 3993) | void pathOps330() function pathOps331 (line 3998) | void pathOps331() function pathOps332 (line 4003) | void pathOps332() function pathOps333 (line 4008) | void pathOps333() function pathOps334 (line 4013) | void pathOps334() function pathOps335 (line 4018) | void pathOps335() function pathOps336 (line 4029) | void pathOps336() function pathOps337 (line 4034) | void pathOps337() function pathOps338 (line 4045) | void pathOps338() function pathOps339 (line 4050) | void pathOps339() function pathOps340 (line 4061) | void pathOps340() function pathOps341 (line 4066) | void pathOps341() function pathOps342 (line 4077) | void pathOps342() function pathOps343 (line 4082) | void pathOps343() function pathOps344 (line 4093) | void pathOps344() function pathOps345 (line 4098) | void pathOps345() function pathOps346 (line 4103) | void pathOps346() function pathOps347 (line 4108) | void pathOps347() function pathOps348 (line 4115) | void pathOps348() function pathOps349 (line 4128) | void pathOps349() function pathOps350 (line 4133) | void pathOps350() function pathOps351 (line 4140) | void pathOps351() function pathOps352 (line 4153) | void pathOps352() function pathOps353 (line 4158) | void pathOps353() function pathOps354 (line 4165) | void pathOps354() function pathOps355 (line 4178) | void pathOps355() function pathOps356 (line 4208) | void pathOps356() function pathOps357 (line 4213) | void pathOps357() function pathOps358 (line 4220) | void pathOps358() function pathOps359 (line 4225) | void pathOps359() function pathOps360 (line 4230) | void pathOps360() function pathOps361 (line 4235) | void pathOps361() function pathOps362 (line 4240) | void pathOps362() function pathOps363 (line 4245) | void pathOps363() function pathOps364 (line 4250) | void pathOps364() function pathOps365 (line 4257) | void pathOps365() function pathOps366 (line 4270) | void pathOps366() function pathOps367 (line 4275) | void pathOps367() function pathOps368 (line 4282) | void pathOps368() function pathOps369 (line 4295) | void pathOps369() function pathOps370 (line 4300) | void pathOps370() function pathOps371 (line 4307) | void pathOps371() function pathOps372 (line 4320) | void pathOps372() function pathOps373 (line 4325) | void pathOps373() function pathOps374 (line 4330) | void pathOps374() function pathOps375 (line 4335) | void pathOps375() function pathOps376 (line 4340) | void pathOps376() function pathOps377 (line 4345) | void pathOps377() function pathOps378 (line 4352) | void pathOps378() function pathOps379 (line 4365) | void pathOps379() function pathOps380 (line 4370) | void pathOps380() function pathOps381 (line 4377) | void pathOps381() function pathOps382 (line 4390) | void pathOps382() function pathOps383 (line 4395) | void pathOps383() function pathOps384 (line 4402) | void pathOps384() function pathOps385 (line 4415) | void pathOps385() function pathOps386 (line 4420) | void pathOps386() function pathOps387 (line 4425) | void pathOps387() function pathOps388 (line 4430) | void pathOps388() function pathOps389 (line 4435) | void pathOps389() function pathOps390 (line 4440) | void pathOps390() function pathOps391 (line 4447) | void pathOps391() function pathOps392 (line 4460) | void pathOps392() function pathOps393 (line 4465) | void pathOps393() function pathOps394 (line 4472) | void pathOps394() function pathOps395 (line 4485) | void pathOps395() function pathOps396 (line 4490) | void pathOps396() function pathOps397 (line 4497) | void pathOps397() function pathOps398 (line 4510) | void pathOps398() function pathOps399 (line 4515) | void pathOps399() function pathOps400 (line 4520) | void pathOps400() function pathOps401 (line 4525) | void pathOps401() function pathOps402 (line 4530) | void pathOps402() function pathOps403 (line 4535) | void pathOps403() function pathOps404 (line 4542) | void pathOps404() function pathOps405 (line 4555) | void pathOps405() function pathOps406 (line 4560) | void pathOps406() function pathOps407 (line 4567) | void pathOps407() function pathOps408 (line 4580) | void pathOps408() function pathOps409 (line 4585) | void pathOps409() function pathOps410 (line 4592) | void pathOps410() function pathOps411 (line 4605) | void pathOps411() function pathOps412 (line 4610) | void pathOps412() function pathOps413 (line 4615) | void pathOps413() function pathOps414 (line 4620) | void pathOps414() function pathOps415 (line 4625) | void pathOps415() function pathOps416 (line 4630) | void pathOps416() function pathOps417 (line 4637) | void pathOps417() function pathOps418 (line 4650) | void pathOps418() function pathOps419 (line 4655) | void pathOps419() function pathOps420 (line 4662) | void pathOps420() function pathOps421 (line 4675) | void pathOps421() function pathOps422 (line 4680) | void pathOps422() function pathOps423 (line 4687) | void pathOps423() function pathOps424 (line 4700) | void pathOps424() function pathOps425 (line 4705) | void pathOps425() function pathOps426 (line 4710) | void pathOps426() function pathOps427 (line 4715) | void pathOps427() function pathOps428 (line 4720) | void pathOps428() function pathOps429 (line 4725) | void pathOps429() function pathOps430 (line 4732) | void pathOps430() function pathOps431 (line 4745) | void pathOps431() function pathOps432 (line 4750) | void pathOps432() function pathOps433 (line 4757) | void pathOps433() function pathOps434 (line 4770) | void pathOps434() function pathOps435 (line 4775) | void pathOps435() function pathOps436 (line 4782) | void pathOps436() function pathOps437 (line 4795) | void pathOps437() function pathOps438 (line 4800) | void pathOps438() function pathOps439 (line 4805) | void pathOps439() function pathOps440 (line 4810) | void pathOps440() function pathOps441 (line 4815) | void pathOps441() function pathOps442 (line 4820) | void pathOps442() function pathOps443 (line 4827) | void pathOps443() function pathOps444 (line 4840) | void pathOps444() function pathOps445 (line 4845) | void pathOps445() function pathOps446 (line 4852) | void pathOps446() function pathOps447 (line 4865) | void pathOps447() function pathOps448 (line 4870) | void pathOps448() function pathOps449 (line 4877) | void pathOps449() function pathOps450 (line 4890) | void pathOps450() function pathOps451 (line 4895) | void pathOps451() function pathOps452 (line 4900) | void pathOps452() function pathOps453 (line 4905) | void pathOps453() function pathOps454 (line 4910) | void pathOps454() function pathOps455 (line 4915) | void pathOps455() function pathOps456 (line 4922) | void pathOps456() function pathOps457 (line 4935) | void pathOps457() function pathOps458 (line 4940) | void pathOps458() function pathOps459 (line 4947) | void pathOps459() function pathOps460 (line 4960) | void pathOps460() function pathOps461 (line 4965) | void pathOps461() function pathOps462 (line 4972) | void pathOps462() function pathOps463 (line 4985) | void pathOps463() function pathOps464 (line 4990) | void pathOps464() function pathOps465 (line 4995) | void pathOps465() function pathOps466 (line 5000) | void pathOps466() function pathOps467 (line 5005) | void pathOps467() function pathOps468 (line 5010) | void pathOps468() function pathOps469 (line 5017) | void pathOps469() function pathOps470 (line 5030) | void pathOps470() function pathOps471 (line 5035) | void pathOps471() function pathOps472 (line 5042) | void pathOps472() function pathOps473 (line 5055) | void pathOps473() function pathOps474 (line 5060) | void pathOps474() function pathOps475 (line 5067) | void pathOps475() function pathOps476 (line 5080) | void pathOps476() function pathOps477 (line 5085) | void pathOps477() function pathOps478 (line 5090) | void pathOps478() function pathOps479 (line 5095) | void pathOps479() function pathOps480 (line 5100) | void pathOps480() function pathOps481 (line 5105) | void pathOps481() function pathOps482 (line 5112) | void pathOps482() function pathOps483 (line 5125) | void pathOps483() function pathOps484 (line 5130) | void pathOps484() function pathOps485 (line 5137) | void pathOps485() function pathOps486 (line 5150) | void pathOps486() function pathOps487 (line 5155) | void pathOps487() function pathOps488 (line 5162) | void pathOps488() function pathOps489 (line 5175) | void pathOps489() function pathOps490 (line 5180) | void pathOps490() function pathOps491 (line 5185) | void pathOps491() function pathOps492 (line 5190) | void pathOps492() function pathOps493 (line 5195) | void pathOps493() function pathOps494 (line 5200) | void pathOps494() function pathOps495 (line 5207) | void pathOps495() function pathOps496 (line 5220) | void pathOps496() function pathOps497 (line 5225) | void pathOps497() function pathOps498 (line 5232) | void pathOps498() function pathOps499 (line 5245) | void pathOps499() function pathOps500 (line 5250) | void pathOps500() function pathOps501 (line 5257) | void pathOps501() function pathOps502 (line 5270) | void pathOps502() function pathOps503 (line 5275) | void pathOps503() function pathOps504 (line 5280) | void pathOps504() function pathOps505 (line 5285) | void pathOps505() function pathOps506 (line 5290) | void pathOps506() function pathOps507 (line 5295) | void pathOps507() function pathOps508 (line 5302) | void pathOps508() function pathOps509 (line 5315) | void pathOps509() function pathOps510 (line 5320) | void pathOps510() function pathOps511 (line 5327) | void pathOps511() function pathOps512 (line 5340) | void pathOps512() function pathOps513 (line 5345) | void pathOps513() function pathOps514 (line 5352) | void pathOps514() function pathOps515 (line 5365) | void pathOps515() function pathOps516 (line 5370) | void pathOps516() function pathOps517 (line 5375) | void pathOps517() function pathOps518 (line 5380) | void pathOps518() function pathOps519 (line 5385) | void pathOps519() function pathOps520 (line 5390) | void pathOps520() function pathOps521 (line 5397) | void pathOps521() function pathOps522 (line 5410) | void pathOps522() function pathOps523 (line 5415) | void pathOps523() function pathOps524 (line 5422) | void pathOps524() function pathOps525 (line 5435) | void pathOps525() function pathOps526 (line 5440) | void pathOps526() function pathOps527 (line 5447) | void pathOps527() function pathOps528 (line 5460) | void pathOps528() function pathOps529 (line 5465) | void pathOps529() function pathOps530 (line 5470) | void pathOps530() function pathOps531 (line 5475) | void pathOps531() function pathOps532 (line 5480) | void pathOps532() function pathOps533 (line 5485) | void pathOps533() function pathOps534 (line 5492) | void pathOps534() function pathOps535 (line 5505) | void pathOps535() function pathOps536 (line 5510) | void pathOps536() function pathOps537 (line 5517) | void pathOps537() function pathOps538 (line 5530) | void pathOps538() function pathOps539 (line 5535) | void pathOps539() function pathOps540 (line 5542) | void pathOps540() function pathOps541 (line 5555) | void pathOps541() function pathOps542 (line 5560) | void pathOps542() function pathOps543 (line 5565) | void pathOps543() function pathOps544 (line 5570) | void pathOps544() function pathOps545 (line 5575) | void pathOps545() function pathOps546 (line 5580) | void pathOps546() function pathOps547 (line 5587) | void pathOps547() function pathOps548 (line 5600) | void pathOps548() function pathOps549 (line 5605) | void pathOps549() function pathOps550 (line 5612) | void pathOps550() function pathOps551 (line 5625) | void pathOps551() function pathOps552 (line 5630) | void pathOps552() function pathOps553 (line 5637) | void pathOps553() function pathOps554 (line 5650) | void pathOps554() function pathOps555 (line 5655) | void pathOps555() function pathOps556 (line 5660) | void pathOps556() function pathOps557 (line 5665) | void pathOps557() function pathOps558 (line 5670) | void pathOps558() function pathOps559 (line 5682) | void pathOps559() function pathOps560 (line 5689) | void pathOps560() function pathOps561 (line 5702) | void pathOps561() function pathOps562 (line 5707) | void pathOps562() function pathOps563 (line 5714) | void pathOps563() function pathOps564 (line 5727) | void pathOps564() function pathOps565 (line 5732) | void pathOps565() function pathOps566 (line 5739) | void pathOps566() function pathOps567 (line 5752) | void pathOps567() function pathOps568 (line 5759) | void pathOps568() function pathOps569 (line 5772) | void pathOps569() function pathOps570 (line 5779) | void pathOps570() function pathOps571 (line 5792) | void pathOps571() function pathOps572 (line 5799) | void pathOps572() function pathOps573 (line 5807) | void pathOps573() function pathOps574 (line 5812) | void pathOps574() function pathOps575 (line 5819) | void pathOps575() function pathOps576 (line 5826) | void pathOps576() function pathOps577 (line 5842) | void pathOps577() function pathOps578 (line 5847) | void pathOps578() function pathOps579 (line 5855) | void pathOps579() function pathOps580 (line 5860) | void pathOps580() function pathOps581 (line 5867) | void pathOps581() function pathOps582 (line 5874) | void pathOps582() function pathOps583 (line 5887) | void pathOps583() function pathOps584 (line 5894) | void pathOps584() function pathOps585 (line 5907) | void pathOps585() function pathOps586 (line 5914) | void pathOps586() function pathOps587 (line 5927) | void pathOps587() function pathOps588 (line 5934) | void pathOps588() function pathOps589 (line 5947) | void pathOps589() function pathOps590 (line 5954) | void pathOps590() function pathOps596 (line 5967) | void pathOps596() function pathOps598 (line 5978) | void pathOps598() function pathOps600 (line 5989) | void pathOps600() function pathOps602 (line 6000) | void pathOps602() function pathOps604 (line 6011) | void pathOps604() function pathOps605 (line 6022) | void pathOps605() function pathOps607 (line 6028) | void pathOps607() function _runPathTest (line 6034) | void _runPathTest(Path path) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_picture_recording.dart class BenchPictureRecording (line 21) | class BenchPictureRecording extends RawRecorder { method setUpAll (line 37) | Future setUpAll() method body (line 46) | void body(Profile profile) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_simple_lazy_text_scroll.dart class BenchSimpleLazyTextScroll (line 16) | class BenchSimpleLazyTextScroll extends WidgetRecorder { method createWidget (line 22) | Widget createWidget() class _TestScrollingWidget (line 54) | class _TestScrollingWidget extends StatefulWidget { method createState (line 66) | State createState() class _TestScrollingWidgetState (line 71) | class _TestScrollingWidgetState extends State<_TestScrollingWidget> { method initState (line 75) | void initState() method dispose (line 99) | void dispose() method build (line 105) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_text_layout.dart function _randomize (line 19) | String _randomize(String text) class ParagraphGenerator (line 27) | class ParagraphGenerator { method generate (line 32) | ui.Paragraph generate( type _TestMode (line 51) | enum _TestMode { function _setTestMode (line 64) | void _setTestMode(_TestMode? mode) class BenchTextLayout (line 86) | class BenchTextLayout extends RawRecorder { method body (line 112) | void body(Profile profile) method recordParagraphOperations (line 150) | void recordParagraphOperations({ class BenchTextCachedLayout (line 182) | class BenchTextCachedLayout extends RawRecorder { method body (line 200) | void body(Profile profile) class BenchBuildColorsGrid (line 227) | class BenchBuildColorsGrid extends WidgetBuildRecorder { method setUpAll (line 255) | Future setUpAll() method tearDownAll (line 263) | Future tearDownAll() method frameWillDraw (line 269) | void frameWillDraw() method frameDidDraw (line 275) | void frameDidDraw() method createWidget (line 290) | Widget createWidget() class Palette (line 301) | class Palette { class ColorItem (line 389) | class ColorItem extends StatelessWidget { method colorString (line 404) | String colorString() method build (line 408) | Widget build(BuildContext context) class PaletteTabView (line 431) | class PaletteTabView extends StatelessWidget { method build (line 454) | Widget build(BuildContext context) class ColorsDemo (line 485) | class ColorsDemo extends StatelessWidget { method build (line 489) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_text_out_of_picture_bounds.dart class BenchTextOutOfPictureBounds (line 30) | class BenchTextOutOfPictureBounds extends SceneBuilderRecorder { method onDrawFrame (line 61) | void onDrawFrame(SceneBuilder sceneBuilder) method fillCellWithText (line 68) | void fillCellWithText(List textSource) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/bench_wrapbox_scroll.dart class BenchWrapBoxScroll (line 14) | class BenchWrapBoxScroll extends WidgetRecorder { method createWidget (line 20) | Widget createWidget() class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method initState (line 45) | void initState() method dispose (line 61) | void dispose() method build (line 67) | Widget build(BuildContext context) class ProductPreview (line 84) | class ProductPreview extends StatelessWidget { method build (line 90) | Widget build(BuildContext context) class ProductOption (line 142) | class ProductOption extends StatelessWidget { method build (line 151) | Widget build(BuildContext context) FILE: dev/benchmarks/macrobenchmarks/lib/src/web/recorder.dart function timeAction (line 41) | Duration timeAction(VoidCallback action) type AsyncVoidCallback (line 49) | typedef AsyncVoidCallback = Future Function(); function _dummyAsyncVoidCallback (line 54) | Future _dummyAsyncVoidCallback() class Runner (line 60) | @sealed method run (line 87) | Future run() class Recorder (line 100) | abstract class Recorder { method shouldContinue (line 122) | bool shouldContinue() method setUpAll (line 128) | Future setUpAll() method run (line 131) | Future run() method tearDownAll (line 137) | Future tearDownAll() class RawRecorder (line 163) | abstract class RawRecorder extends Recorder { method body (line 169) | void body(Profile profile) method run (line 177) | Future run() class SceneBuilderRecorder (line 212) | abstract class SceneBuilderRecorder extends Recorder { method onBeginFrame (line 221) | void onBeginFrame() method onDrawFrame (line 229) | void onDrawFrame(SceneBuilder sceneBuilder) method run (line 232) | Future run() class WidgetRecorder (line 335) | abstract class WidgetRecorder extends Recorder implements FrameRecorder { method createWidget (line 346) | Widget createWidget() method registerDidStop (line 350) | void registerDidStop(VoidCallback cb) method frameWillDraw (line 365) | void frameWillDraw() method frameDidDraw (line 372) | void frameDidDraw() method _onError (line 386) | void _onError(Object error, StackTrace? stackTrace) method run (line 391) | Future run() class WidgetBuildRecorder (line 434) | abstract class WidgetBuildRecorder extends Recorder implements FrameReco... method createWidget (line 442) | Widget createWidget() method registerDidStop (line 446) | void registerDidStop(VoidCallback cb) method _getWidgetForFrame (line 464) | Widget? _getWidgetForFrame() method frameWillDraw (line 474) | void frameWillDraw() method frameDidDraw (line 483) | void frameDidDraw() method _onError (line 501) | void _onError(Object error, StackTrace? stackTrace) method run (line 506) | Future run() class _WidgetBuildRecorderHost (line 524) | class _WidgetBuildRecorderHost extends StatefulWidget { method createState (line 530) | State createState() class _WidgetBuildRecorderHostState (line 533) | class _WidgetBuildRecorderHostState extends State<_WidgetBuildRecorderHo... method initState (line 535) | void initState() method _setStateTrampoline (line 541) | void _setStateTrampoline() method build (line 546) | Widget build(BuildContext context) class Timeseries (line 559) | class Timeseries { method computeStats (line 600) | TimeseriesStats computeStats() method add (line 667) | void add(double value, {required bool isWarmUpValue}) class TimeseriesStats (line 683) | @sealed method toString (line 749) | String toString() class AnnotatedSample (line 764) | @sealed class Profile (line 789) | class Profile { method stopWarmingUp (line 810) | void stopWarmingUp() method record (line 827) | Duration record(String key, VoidCallback callback, { required bool rep... method addDataPoint (line 839) | void addDataPoint(String key, Duration duration, { required bool repor... method shouldContinue (line 854) | bool shouldContinue() method toJson (line 868) | Map toJson() method toString (line 899) | String toString() function _computeAverage (line 923) | double _computeAverage(String label, Iterable values) function _computeStandardDeviationForPopulation (line 939) | double _computeStandardDeviationForPopulation(String label, Iterable generateLaidOutParagraphs({ FILE: dev/benchmarks/macrobenchmarks/lib/web_benchmarks.dart type RecorderFactory (line 32) | typedef RecorderFactory = Recorder Function(); function main (line 82) | Future main() function _runBenchmark (line 95) | Future _runBenchmark(String benchmarkName) function _fallbackToManual (line 147) | void _fallbackToManual(String error) function _printResultsToScreen (line 176) | void _printResultsToScreen(Profile profile) class TimeseriesVisualization (line 189) | class TimeseriesVisualization { method _normalized (line 225) | double _normalized(double value) method drawLine (line 230) | void drawLine(num x1, num y1, num x2, num y2) method render (line 238) | html.CanvasElement render() class LocalBenchmarkServerClient (line 294) | class LocalBenchmarkServerClient { method requestNextBenchmark (line 309) | Future requestNextBenchmark() method _checkNotManualMode (line 329) | void _checkNotManualMode() method startPerformanceTracing (line 340) | Future startPerformanceTracing(String benchmarkName) method stopPerformanceTracing (line 350) | Future stopPerformanceTracing() method sendProfileData (line 361) | Future sendProfileData(Profile profile) method reportError (line 380) | Future reportError(dynamic error, StackTrace stackTrace) method printToConsole (line 394) | Future printToConsole(String report) method _requestXhr (line 406) | Future _requestXhr( FILE: dev/benchmarks/macrobenchmarks/test/animated_placeholder_perf_e2e.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test/backdrop_filter_perf_e2e.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test/color_filter_and_fade_perf_e2e.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test/cubic_bezier_perf_e2e.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test/cull_opacity_perf_e2e.dart function main (line 12) | Future main() FILE: dev/benchmarks/macrobenchmarks/test/frame_policy.dart function main (line 12) | void main() function frameCounter (line 22) | void frameCounter(Duration elapsed) function _summarizeResult (line 81) | Map _summarizeResult( FILE: dev/benchmarks/macrobenchmarks/test/fullscreen_textfield_perf_e2e.dart function main (line 11) | void main() FILE: dev/benchmarks/macrobenchmarks/test/multi_widget_construction_perf_e2e.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test/picture_cache_perf_e2e.dart function main (line 11) | void main() function _scrollOnce (line 19) | Future _scrollOnce(double offset) FILE: dev/benchmarks/macrobenchmarks/test/textfield_perf_e2e.dart function main (line 11) | void main() FILE: dev/benchmarks/macrobenchmarks/test/util.dart type ControlCallback (line 11) | typedef ControlCallback = Future Function(WidgetController control... function macroPerfTestE2E (line 13) | void macroPerfTestE2E( FILE: dev/benchmarks/macrobenchmarks/test_driver/animated_image.dart function main (line 16) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/animated_image_test.dart function main (line 8) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/animated_placeholder_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/animation_with_microtasks_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/backdrop_filter_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/color_filter_and_fade_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/cubic_bezier_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/cull_opacity_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/e2e_test.dart function main (line 7) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/fading_child_animation_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/frame_policy_test.dart function main (line 9) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/fullscreen_textfield_perf_test.dart function main (line 10) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/imagefiltered_transform_animation_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/large_image_changer.dart function main (line 13) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/large_image_changer_test.dart function main (line 8) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_driver/multi_widget_construction_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/picture_cache_perf_test.dart function main (line 10) | void main() function _scrollOnce (line 17) | Future _scrollOnce(double offset) FILE: dev/benchmarks/macrobenchmarks/test_driver/post_backdrop_filter_perf_test.dart function main (line 10) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/run_app.dart function main (line 8) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/simple_animation_perf_test.dart function main (line 9) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/stack_size_perf_test.dart function main (line 17) | void main() function _encodeJson (line 36) | String _encodeJson(Map jsonObject) FILE: dev/benchmarks/macrobenchmarks/test_driver/textfield_perf_test.dart function main (line 10) | void main() FILE: dev/benchmarks/macrobenchmarks/test_driver/util.dart type DriverTestCallBack (line 9) | typedef DriverTestCallBack = Future Function(FlutterDriver driver); function runDriverTestForRoute (line 11) | Future runDriverTestForRoute(String routeName, DriverTestCallBack ... function macroPerfTest (line 34) | void macroPerfTest( FILE: dev/benchmarks/macrobenchmarks/test_memory/heavy_gridview.dart function endOfAnimation (line 11) | Future endOfAnimation() function main (line 17) | Future main() FILE: dev/benchmarks/macrobenchmarks/test_memory/large_images.dart function endOfAnimation (line 11) | Future endOfAnimation() function main (line 17) | Future main() FILE: dev/benchmarks/microbenchmarks/lib/common.dart class BenchmarkResultPrinter (line 22) | class BenchmarkResultPrinter { method addResult (line 32) | void addResult({ required String description, required double value, r... method printToStdout (line 38) | void printToStdout() method _printJson (line 50) | String _printJson() method _printPlainText (line 58) | String _printPlainText() class _BenchmarkResult (line 67) | class _BenchmarkResult { FILE: dev/benchmarks/microbenchmarks/lib/foundation/all_elements_bench.dart function main (line 13) | Future main() FILE: dev/benchmarks/microbenchmarks/lib/foundation/change_notifier_bench.dart function main (line 13) | void main() function runAddListenerBenchmark (line 23) | void runAddListenerBenchmark(int iteration, {bool addResult = true}) function runNotifyListenerBenchmark (line 52) | void runNotifyListenerBenchmark(int iteration, {bool addResult = true}) function runRemoveListenerBenchmark (line 78) | void runRemoveListenerBenchmark(int iteration, {bool addResult = true}) function runRemoveListenerWhileNotifyingBenchmark (line 120) | void runRemoveListenerWhileNotifyingBenchmark(int iteration, class _Notifier (line 184) | class _Notifier extends ChangeNotifier { method notify (line 185) | void notify() FILE: dev/benchmarks/microbenchmarks/lib/geometry/curves_bench.dart function _testCurve (line 12) | void _testCurve(Curve curve, {required String name, required String desc... function main (line 30) | void main() FILE: dev/benchmarks/microbenchmarks/lib/geometry/matrix_utils_transform_bench.dart function main (line 14) | void main() function _makePerspective (line 18) | Matrix4 _makePerspective(double radius, double angle, double perspective) FILE: dev/benchmarks/microbenchmarks/lib/geometry/rrect_contains_bench.dart function main (line 11) | void main() FILE: dev/benchmarks/microbenchmarks/lib/gestures/apps/button_matrix_app.dart class ButtonMatrixApp (line 7) | class ButtonMatrixApp extends StatefulWidget { method createState (line 11) | ButtonMatrixAppState createState() class ButtonMatrixAppState (line 14) | class ButtonMatrixAppState extends State { method build (line 20) | Widget build(BuildContext context) function main (line 52) | void main() FILE: dev/benchmarks/microbenchmarks/lib/gestures/gesture_detector_bench.dart function main (line 13) | Future main() function iter (line 23) | Future iter() FILE: dev/benchmarks/microbenchmarks/lib/gestures/velocity_tracker_bench.dart class TrackerBenchmark (line 12) | class TrackerBenchmark { function main (line 19) | void main() FILE: dev/benchmarks/microbenchmarks/lib/language/compute_bench.dart class Data (line 12) | class Data { method toJson (line 15) | Map toJson() function test (line 20) | List test(int length) function main (line 25) | Future main() FILE: dev/benchmarks/microbenchmarks/lib/language/sync_star_bench.dart function main (line 10) | void main() function generate (line 67) | int generate(int index) function generateIterableSyncStar (line 70) | Iterable generateIterableSyncStar() function generateIterableList (line 77) | Iterable generateIterableList() function sumIterable (line 85) | int sumIterable(Iterable values) FILE: dev/benchmarks/microbenchmarks/lib/language/sync_star_semantics_bench.dart function main (line 12) | void main() function consumeSpan (line 72) | String consumeSpan(Iterable items) function combineSemanticsInfoSyncStar (line 81) | Iterable combineSemanticsInfoSyncStar(Li... function combineSemanticsInfoList (line 110) | Iterable combineSemanticsInfoList(List main() FILE: dev/benchmarks/microbenchmarks/lib/stocks/build_bench.dart function main (line 14) | Future main() FILE: dev/benchmarks/microbenchmarks/lib/stocks/layout_bench.dart function main (line 15) | Future main() FILE: dev/benchmarks/multiple_flutters/module/lib/main.dart function main (line 7) | void main() function topMain (line 10) | void topMain() function bottomMain (line 13) | void bottomMain() class MyApp (line 15) | class MyApp extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class MyHomePage (line 32) | class MyHomePage extends StatefulWidget { method createState (line 37) | State createState() class _MyHomePageState (line 40) | class _MyHomePageState extends State { method build (line 42) | Widget build(BuildContext context) FILE: dev/benchmarks/platform_channels_benchmarks/lib/main.dart function _makeTestBuffer (line 15) | List _makeTestBuffer(int size) function _runBasicStandardSmall (line 51) | Future _runBasicStandardSmall( function _runBasicStandardLarge (line 62) | Future _runBasicStandardLarge(BasicMessageChannel basic... function _runBasicBinary (line 84) | Future _runBasicBinary(BasicMessageChannel basicBinary, function _runTests (line 104) | Future _runTests() class _BenchmarkWidget (line 172) | class _BenchmarkWidget extends StatefulWidget { method createState (line 178) | _BenchmarkWidgetState createState() class _BenchmarkWidgetState (line 181) | class _BenchmarkWidgetState extends State<_BenchmarkWidget> { method initState (line 183) | void initState() method build (line 189) | Widget build(BuildContext context) function main (line 192) | void main() FILE: dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformView.java class DummyPlatformView (line 13) | public class DummyPlatformView implements PlatformView { method DummyPlatformView (line 16) | @SuppressWarnings("unchecked") method getView (line 24) | @Override method dispose (line 29) | @Override FILE: dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewActivity.java class DummyPlatformViewActivity (line 11) | public class DummyPlatformViewActivity extends FlutterActivity { method configureFlutterEngine (line 12) | @Override FILE: dev/benchmarks/platform_views_layout/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewFactory.java class DummyPlatformViewFactory (line 15) | public final class DummyPlatformViewFactory extends PlatformViewFactory { method DummyPlatformViewFactory (line 16) | DummyPlatformViewFactory() { method create (line 37) | @SuppressWarnings("unchecked") FILE: dev/benchmarks/platform_views_layout/lib/main.dart function main (line 10) | void main() class PlatformViewApp (line 16) | class PlatformViewApp extends StatefulWidget { method createState (line 22) | PlatformViewAppState createState() class PlatformViewAppState (line 25) | class PlatformViewAppState extends State { method build (line 27) | Widget build(BuildContext context) method toggleAnimationSpeed (line 35) | void toggleAnimationSpeed() class PlatformViewLayout (line 42) | class PlatformViewLayout extends StatelessWidget { method build (line 46) | Widget build(BuildContext context) class DummyPlatformView (line 72) | class DummyPlatformView extends StatelessWidget { method build (line 76) | Widget build(BuildContext context) class RotationContainer (line 98) | class RotationContainer extends StatefulWidget { method createState (line 102) | State createState() class _RotationContainerState (line 105) | class _RotationContainerState extends State method initState (line 110) | void initState() method build (line 120) | Widget build(BuildContext context) FILE: dev/benchmarks/platform_views_layout/test_driver/android_view_scroll_perf.dart function main (line 10) | void main() FILE: dev/benchmarks/platform_views_layout/test_driver/scroll_perf_test.dart function main (line 8) | void main() function testScrollPerf (line 22) | Future testScrollPerf(String listKey, String summaryName) FILE: dev/benchmarks/platform_views_layout/test_driver/uikit_view_scroll_perf.dart function main (line 10) | void main() FILE: dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformView.java class DummyPlatformView (line 13) | public class DummyPlatformView implements PlatformView { method DummyPlatformView (line 16) | @SuppressWarnings("unchecked") method getView (line 24) | @Override method dispose (line 29) | @Override FILE: dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewActivity.java class DummyPlatformViewActivity (line 11) | public class DummyPlatformViewActivity extends FlutterActivity { method configureFlutterEngine (line 12) | @Override FILE: dev/benchmarks/platform_views_layout_hybrid_composition/android/app/src/main/java/dev/bechmarks/platform_views_layout/DummyPlatformViewFactory.java class DummyPlatformViewFactory (line 15) | public final class DummyPlatformViewFactory extends PlatformViewFactory { method DummyPlatformViewFactory (line 16) | DummyPlatformViewFactory() { method create (line 37) | @SuppressWarnings("unchecked") FILE: dev/benchmarks/platform_views_layout_hybrid_composition/lib/android_platform_view.dart class AndroidPlatformView (line 11) | class AndroidPlatformView extends StatelessWidget { method build (line 25) | Widget build(BuildContext context) FILE: dev/benchmarks/platform_views_layout_hybrid_composition/lib/main.dart function main (line 13) | void main() class PlatformViewApp (line 20) | class PlatformViewApp extends StatefulWidget { method createState (line 26) | PlatformViewAppState createState() class PlatformViewAppState (line 29) | class PlatformViewAppState extends State { method build (line 31) | Widget build(BuildContext context) method toggleAnimationSpeed (line 39) | void toggleAnimationSpeed() class PlatformViewLayout (line 46) | class PlatformViewLayout extends StatelessWidget { method build (line 50) | Widget build(BuildContext context) class DummyPlatformView (line 76) | class DummyPlatformView extends StatelessWidget { method build (line 80) | Widget build(BuildContext context) class RotationContainer (line 103) | class RotationContainer extends StatefulWidget { method createState (line 107) | State createState() class _RotationContainerState (line 110) | class _RotationContainerState extends State method initState (line 115) | void initState() method build (line 125) | Widget build(BuildContext context) FILE: dev/benchmarks/platform_views_layout_hybrid_composition/test_driver/android_view_scroll_perf.dart function main (line 10) | void main() FILE: dev/benchmarks/platform_views_layout_hybrid_composition/test_driver/scroll_perf_test.dart function main (line 8) | void main() function testScrollPerf (line 22) | Future testScrollPerf(String listKey, String summaryName) FILE: dev/benchmarks/platform_views_layout_hybrid_composition/test_driver/uikit_view_scroll_perf.dart function main (line 10) | void main() FILE: dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings.dart class StockStrings (line 68) | abstract class StockStrings { method of (line 73) | StockStrings of(BuildContext context) class _StockStringsDelegate (line 122) | class _StockStringsDelegate extends LocalizationsDelegate { method load (line 126) | Future load(Locale locale) method isSupported (line 131) | bool isSupported(Locale locale) method shouldReload (line 134) | bool shouldReload(_StockStringsDelegate old) function _lookupStockStrings (line 137) | StockStrings _lookupStockStrings(Locale locale) FILE: dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_en.dart class StockStringsEn (line 12) | class StockStringsEn extends StockStrings { class StockStringsEnUs (line 26) | class StockStringsEnUs extends StockStringsEn { FILE: dev/benchmarks/test_apps/stocks/lib/i18n/stock_strings_es.dart class StockStringsEs (line 12) | class StockStringsEs extends StockStrings { FILE: dev/benchmarks/test_apps/stocks/lib/main.dart class StocksApp (line 22) | class StocksApp extends StatefulWidget { method createState (line 26) | StocksAppState createState() class StocksAppState (line 29) | class StocksAppState extends State { method configurationUpdater (line 45) | void configurationUpdater(StockConfiguration value) method _getRoute (line 66) | Route? _getRoute(RouteSettings settings) method build (line 79) | Widget build(BuildContext context) function main (line 105) | void main() FILE: dev/benchmarks/test_apps/stocks/lib/stock_arrow.dart class StockArrowPainter (line 9) | class StockArrowPainter extends CustomPainter { method paint (line 19) | void paint(Canvas canvas, Size size) method shouldRepaint (line 52) | bool shouldRepaint(StockArrowPainter oldDelegate) class StockArrow (line 58) | class StockArrow extends StatelessWidget { method _colorIndexForPercentChange (line 63) | int _colorIndexForPercentChange(double percentChange) method _colorForPercentChange (line 69) | Color _colorForPercentChange(double percentChange) method build (line 76) | Widget build(BuildContext context) FILE: dev/benchmarks/test_apps/stocks/lib/stock_data.dart class Stock (line 18) | class Stock { class StockData (line 41) | class StockData extends ChangeNotifier { method add (line 58) | void add(List data) method _urlToFetch (line 71) | Uri _urlToFetch(int chunk) method _fetchNextChunk (line 78) | void _fetchNextChunk() method _end (line 96) | void _end() FILE: dev/benchmarks/test_apps/stocks/lib/stock_home.dart type ModeUpdater (line 16) | typedef ModeUpdater = void Function(StockMode mode); type _StockMenuItem (line 18) | enum _StockMenuItem { autorefresh, refresh, speedUp, speedDown } type StockHomeTab (line 19) | enum StockHomeTab { market, portfolio } class _NotImplementedDialog (line 21) | class _NotImplementedDialog extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) class StockHome (line 54) | class StockHome extends StatefulWidget { method createState (line 62) | StockHomeState createState() class StockHomeState (line 65) | class StockHomeState extends State { method _handleSearchBegin (line 71) | void _handleSearchBegin() method _handleStockModeChange (line 85) | void _handleStockModeChange(StockMode? value) method _handleStockMenu (line 90) | void _handleStockMenu(BuildContext context, _StockMenuItem value) method _buildDrawer (line 112) | Widget _buildDrawer(BuildContext context) method _handleShowSettings (line 183) | void _handleShowSettings() method _handleShowAbout (line 187) | void _handleShowAbout() method buildAppBar (line 191) | AppBar buildAppBar() method _getStockList (line 233) | Iterable _getStockList(StockData stocks, Iterable symbols) method _filterBySearchQuery (line 239) | Iterable _filterBySearchQuery(Iterable stocks) method _buyStock (line 246) | void _buyStock(Stock stock) method _buildStockList (line 262) | Widget _buildStockList(BuildContext context, Iterable stocks, S... method _buildStockTab (line 275) | Widget _buildStockTab(BuildContext context, StockHomeTab tab, List { method _handleOptimismChanged (line 20) | void _handleOptimismChanged(bool? value) method _handleBackupChanged (line 25) | void _handleBackupChanged(bool value) method _handleShowGridChanged (line 29) | void _handleShowGridChanged(bool value) method _handleShowSizesChanged (line 33) | void _handleShowSizesChanged(bool value) method _handleShowBaselinesChanged (line 37) | void _handleShowBaselinesChanged(bool value) method _handleShowLayersChanged (line 41) | void _handleShowLayersChanged(bool value) method _handleShowPointersChanged (line 45) | void _handleShowPointersChanged(bool value) method _handleShowRainbowChanged (line 49) | void _handleShowRainbowChanged(bool value) method _handleShowPerformanceOverlayChanged (line 54) | void _handleShowPerformanceOverlayChanged(bool value) method _handleShowSemanticsDebuggerChanged (line 58) | void _handleShowSemanticsDebuggerChanged(bool value) method _confirmOptimismChange (line 62) | void _confirmOptimismChange() method sendUpdates (line 95) | void sendUpdates(StockConfiguration value) method buildAppBar (line 100) | AppBar buildAppBar(BuildContext context) method buildSettingsPane (line 106) | Widget buildSettingsPane(BuildContext context) method build (line 212) | Widget build(BuildContext context) FILE: dev/benchmarks/test_apps/stocks/lib/stock_symbol_viewer.dart class _StockSymbolView (line 10) | class _StockSymbolView extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class StockSymbolPage (line 70) | class StockSymbolPage extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) class StockSymbolBottomSheet (line 122) | class StockSymbolBottomSheet extends StatelessWidget { method build (line 131) | Widget build(BuildContext context) FILE: dev/benchmarks/test_apps/stocks/lib/stock_types.dart type StockMode (line 5) | enum StockMode { optimistic, pessimistic } type BackupMode (line 6) | enum BackupMode { enabled, disabled } class StockConfiguration (line 8) | class StockConfiguration { method copyWith (line 42) | StockConfiguration copyWith({ FILE: dev/benchmarks/test_apps/stocks/test/icon_color_test.dart function findElementOfExactWidgetTypeGoingDown (line 12) | Element? findElementOfExactWidgetTypeGoingDown(Element node, Type target... function walker (line 13) | void walker(Element child) function findElementOfExactWidgetTypeGoingUp (line 26) | Element? findElementOfExactWidgetTypeGoingUp(Element node, Type targetType) function walker (line 28) | bool walker(Element ancestor) function checkIconColor (line 41) | void checkIconColor(WidgetTester tester, String label, Color color) function main (line 48) | void main() FILE: dev/benchmarks/test_apps/stocks/test/locale_test.dart function main (line 9) | void main() FILE: dev/benchmarks/test_apps/stocks/test/search_test.dart function main (line 10) | void main() FILE: dev/benchmarks/test_apps/stocks/test_driver/scroll_perf.dart function main (line 8) | void main() FILE: dev/benchmarks/test_apps/stocks/test_driver/scroll_perf_test.dart function main (line 10) | void main() FILE: dev/benchmarks/test_apps/stocks/test_driver/stock_view.dart function main (line 8) | void main() FILE: dev/benchmarks/test_apps/stocks/test_driver/stock_view_test.dart function main (line 10) | void main() FILE: dev/bots/analyze.dart function main (line 37) | Future main(List arguments) function run (line 47) | Future run(List arguments) function verifyGoldenTags (line 165) | Future verifyGoldenTags(String workingDirectory, { int minimumMatc... function verifyDeprecations (line 235) | Future verifyDeprecations(String workingDirectory, { int minimumMa... function _generateLicense (line 314) | String _generateLicense(String prefix) function verifyNoMissingLicense (line 321) | Future verifyNoMissingLicense(String workingDirectory, { bool chec... function _verifyNoMissingLicenseForExtension (line 337) | Future _verifyNoMissingLicenseForExtension(String workingDirectory... class _TestSkip (line 361) | class _TestSkip { function _getTestSkips (line 368) | Iterable<_TestSkip> _getTestSkips(File file) class _TestSkipLinesVisitor (line 378) | class _TestSkipLinesVisitor extends RecursiveAstVisitor { method isTestMethod (line 384) | bool isTestMethod(String name) method visitMethodInvocation (line 389) | T? visitMethodInvocation(MethodInvocation node) function verifySkipTestComments (line 408) | Future verifySkipTestComments(String workingDirectory) function verifyNoTestImports (line 442) | Future verifyNoTestImports(String workingDirectory) function verifyNoBadImportsInFlutter (line 463) | Future verifyNoBadImportsInFlutter(String workingDirectory) function verifyNoBadImportsInFlutterTools (line 534) | Future verifyNoBadImportsInFlutterTools(String workingDirectory) function verifyIntegrationTestTimeouts (line 554) | Future verifyIntegrationTestTimeouts(String workingDirectory) function verifyInternationalizations (line 579) | Future verifyInternationalizations(String workingDirectory, String... function verifyNoCheckedMode (line 630) | Future verifyNoCheckedMode(String workingDirectory) function verifyNoRuntimeTypeInToString (line 651) | Future verifyNoRuntimeTypeInToString(String workingDirectory) function _checkForRuntimeType (line 666) | bool _checkForRuntimeType(String line) function verifyNoTrailingSpaces (line 703) | Future verifyNoTrailingSpaces(String workingDirectory, { int minim... class Hash256 (line 731) | @immutable function verifyNoBinaries (line 1153) | Future verifyNoBinaries(String workingDirectory, { Set? l... function _listEquals (line 1194) | bool _listEquals(List a, List b) function _gitFiles (line 1206) | Future> _gitFiles(String workingDirectory, {bool runSilently ... function _allFiles (line 1231) | Stream _allFiles(String workingDirectory, String? extension, { req... class EvalResult (line 1279) | class EvalResult { function _evalCommand (line 1292) | Future _evalCommand(String executable, List argument... function _checkConsumerDependencies (line 1336) | Future _checkConsumerDependencies() function plural (line 1360) | String plural(int n, String s, String p) function _runFlutterAnalyze (line 1384) | Future _runFlutterAnalyze(String workingDirectory, { function _findFlutterDependencies (line 1397) | Future> _findFlutterDependencies(String srcPath, List? _deepSearch(Map> map, T start, [ Set? seen ]) function _isGeneratedPluginRegistrant (line 1454) | bool _isGeneratedPluginRegistrant(File file) FILE: dev/bots/analyze_sample_code.dart function main (line 29) | Future main(List arguments) type TaskQueueClosure (line 160) | typedef TaskQueueClosure = Future Function(); class _TaskQueueItem (line 162) | class _TaskQueueItem { method run (line 169) | Future run() class TaskQueue (line 184) | class TaskQueue { method add (line 213) | Future add(TaskQueueClosure task) method _processTask (line 223) | void _processTask() method _checkForCompletion (line 237) | void _checkForCompletion() class SampleCheckerException (line 249) | class SampleCheckerException implements Exception { method toString (line 256) | String toString() class AnalysisResult (line 267) | class AnalysisResult { class SampleChecker (line 287) | class SampleChecker { method _listDartFiles (line 363) | List _listDartFiles(Directory directory, {bool recursive = false}) method checkSamples (line 389) | Future checkSamples() method _createNameFromSource (line 425) | String _createNameFromSource(String prefix, String filename, int start) method _runSnippetsScript (line 435) | Future _runSnippetsScript(List args) method _writeSample (line 479) | Future _writeSample(Sample sample) method _extractSamples (line 527) | Future _extractSamples( method _splitUpQuotedArgs (line 702) | Iterable _splitUpQuotedArgs(String argsAsString) method _createConfigurationFiles (line 734) | void _createConfigurationFiles(Directory directory) method _writeSection (line 776) | File _writeSection(Section section) method _runAnalyzer (line 791) | int _runAnalyzer(Directory directory, {bool silent = true, required Li... method _analyze (line 829) | AnalysisResult _analyze( method addAnalysisError (line 839) | void addAnalysisError(File file, AnalysisError error) method _processBlock (line 993) | Section _processBlock(Line line, List block) class Line (line 1052) | class Line { method toStringWithColumn (line 1065) | String toStringWithColumn(int column) method toString (line 1073) | String toString() class Section (line 1077) | class Section { method copyWith (line 1123) | Section copyWith({String? dartVersionOverride}) class Sample (line 1132) | class Sample { method toString (line 1148) | String toString() class AnalysisError (line 1162) | class AnalysisError { method toString (line 1182) | String toString() function _runInteractive (line 1195) | Future _runInteractive({ function analyze (line 1223) | Future analyze(SampleChecker checker, File file) function rerun (line 1245) | void rerun() FILE: dev/bots/browser.dart function evalTestAppInChrome (line 22) | Future evalTestAppInChrome({ type ServerRequestListener (line 59) | typedef ServerRequestListener = void Function(Request); class AppServer (line 61) | class AppServer { method start (line 64) | Future start({ method stop (line 105) | Future stop() FILE: dev/bots/flutter_compact_formatter.dart class FlutterCompactFormatter (line 19) | class FlutterCompactFormatter { method processRawOutput (line 76) | TestResult? processRawOutput(String raw) method finish (line 158) | void finish() type TestStatus (line 196) | enum TestStatus { class TestResult (line 208) | class TestResult { method toString (line 267) | String toString() FILE: dev/bots/prepare_package.dart class PreparePackageException (line 30) | class PreparePackageException implements Exception { method toString (line 38) | String toString() type Branch (line 51) | enum Branch { dev, beta, stable } function getBranchName (line 53) | String getBranchName(Branch branch) function fromBranchName (line 64) | Branch fromBranchName(String name) class ProcessRunner (line 80) | class ProcessRunner { method runProcess (line 114) | Future runProcess( method allComplete (line 127) | Future allComplete() type HttpReader (line 180) | typedef HttpReader = Future Function(Uri url, {Map initializeRepo() method createArchive (line 285) | Future createArchive() method _validate (line 299) | Future _validate() method _getVersion (line 340) | Future _getVersion() method _checkoutFlutter (line 358) | Future _checkoutFlutter() method _installMinGitIfNeeded (line 370) | Future _installMinGitIfNeeded() method _populateCaches (line 385) | Future _populateCaches() method _archiveFiles (line 439) | Future _archiveFiles(File outputFile) method _runFlutter (line 447) | Future _runFlutter(List args, {Directory? workingDirec... method _runGit (line 454) | Future _runGit(List args, {Directory? workingDirectory}) method _unzipArchive (line 463) | Future _unzipArchive(File archive, {Directory? workingDirectory}) method _createZipArchive (line 482) | Future _createZipArchive(File output, Directory source) method _createTarArchive (line 515) | Future _createTarArchive(File output, Directory source) class ArchivePublisher (line 525) | class ArchivePublisher { method getMetadataFilename (line 556) | String getMetadataFilename(Platform platform) method _getChecksum (line 558) | Future _getChecksum(File archiveFile) method publishArchive (line 574) | Future publishArchive([bool forceUpload = false]) method _addRelease (line 591) | Future> _addRelease(Map jsonData) method _updateMetadata (line 624) | Future _updateMetadata(String gsPath) method _runGsUtil (line 661) | Future _runGsUtil( method _cloudPathExists (line 686) | Future _cloudPathExists(String cloudPath) method _cloudCopy (line 698) | Future _cloudCopy({ function main (line 735) | Future main(List rawArguments) function errorExit (line 789) | void errorExit(String message, {int exitCode = -1}) FILE: dev/bots/run_command.dart function runAndGetStdout (line 21) | Stream runAndGetStdout(String executable, List arguments, { class Command (line 48) | class Command { class CommandResult (line 73) | class CommandResult { function startCommand (line 99) | Future startCommand(String executable, List arguments, { function runCommand (line 164) | Future runCommand(String executable, List argumen... function _flattenToString (line 212) | String _flattenToString(List> chunks) type OutputMode (line 216) | enum OutputMode { FILE: dev/bots/service_worker_test.dart function main (line 25) | Future main() function _setAppVersion (line 29) | Future _setAppVersion(int version) function _rebuildApp (line 39) | Future _rebuildApp({ required int version }) function expect (line 58) | void expect(Object? actual, Object? expected) function runWebServiceWorkerTest (line 69) | Future runWebServiceWorkerTest({ function expectRequestCounts (line 75) | void expectRequestCounts(Map expectedCounts) function waitForAppToLoad (line 81) | Future waitForAppToLoad(Map waitForCounts) function startAppServer (line 97) | Future startAppServer({ FILE: dev/bots/test.dart type ShardRunner (line 20) | typedef ShardRunner = Future Function(); type OutputChecker (line 28) | typedef OutputChecker = String? Function(CommandResult); function main (line 114) | Future main(List args) function _validateEngineHash (line 162) | Future _validateEngineHash() function _runSmokeTests (line 185) | Future _runSmokeTests() function _runGeneralToolTests (line 275) | Future _runGeneralToolTests() function _runCommandsToolTests (line 287) | Future _runCommandsToolTests() function _runWebToolTests (line 295) | Future _runWebToolTests() function _runIntegrationToolTests (line 304) | Future _runIntegrationToolTests() function _runToolTests (line 318) | Future _runToolTests() function runForbiddenFromReleaseTests (line 325) | Future runForbiddenFromReleaseTests() function _runBuildTests (line 381) | Future _runBuildTests() function _runExampleProjectBuildTests (line 418) | Future _runExampleProjectBuildTests(Directory exampleDirectory, [F... function _flutterBuildApk (line 467) | Future _flutterBuildApk(String relativePathToApplication, { function _flutterBuildIpa (line 480) | Future _flutterBuildIpa(String relativePathToApplication, { function _flutterBuildLinux (line 494) | Future _flutterBuildLinux(String relativePathToApplication, { function _flutterBuildMacOS (line 509) | Future _flutterBuildMacOS(String relativePathToApplication, { function _flutterBuildWin32 (line 524) | Future _flutterBuildWin32(String relativePathToApplication, { function _flutterBuild (line 539) | Future _flutterBuild( function _allTargetsCached (line 586) | bool _allTargetsCached(File performanceFile) function _flutterBuildDart2js (line 594) | Future _flutterBuildDart2js(String relativePathToApplication, Stri... function _runAddToAppLifeCycleTests (line 606) | Future _runAddToAppLifeCycleTests() function _runFrameworkTests (line 617) | Future _runFrameworkTests() function runWidgets (line 622) | Future runWidgets() function runLibraries (line 646) | Future runLibraries() function runExampleTests (line 663) | Future runExampleTests() function runFixTests (line 682) | Future runFixTests() function runPrivateTests (line 694) | Future runPrivateTests() function runMisc (line 727) | Future runMisc() function _runFrameworkCoverage (line 785) | Future _runFrameworkCoverage() function _runWebUnitTests (line 805) | Future _runWebUnitTests() function _runWebLongRunningTests (line 869) | Future _runWebLongRunningTests() function _runWebE2eTest (line 965) | Future _runWebE2eTest( function _runFlutterDriverWebTest (line 978) | Future _runFlutterDriverWebTest({ function _runWebTreeshakeTest (line 1028) | Future _runWebTreeshakeTest() function getFlutterPluginsVersion (line 1089) | Future getFlutterPluginsVersion({ function _runFlutterPluginsTests (line 1099) | Future _runFlutterPluginsTests() function runAnalyze (line 1100) | Future runAnalyze() function _runSkpGeneratorTests (line 1161) | Future _runSkpGeneratorTests() function _isChromeDriverRunning (line 1188) | Future _isChromeDriverRunning() function _ensureChromeDriverIsRunning (line 1199) | Future _ensureChromeDriverIsRunning() function _stopChromeDriver (line 1226) | Future _stopChromeDriver() function _runGalleryE2eWebTest (line 1243) | Future _runGalleryE2eWebTest(String buildMode, { bool canvasKit = ... function _runWebStackTraceTest (line 1278) | Future _runWebStackTraceTest(String buildMode, String entrypoint) function _runWebReleaseTest (line 1323) | Future _runWebReleaseTest(String target, { function _runWebDebugTest (line 1374) | Future _runWebDebugTest(String target, { function _runFlutterWebTest (line 1424) | Future _runFlutterWebTest(String workingDirectory, List te... function _pubRunTest (line 1451) | Future _pubRunTest(String workingDirectory, { function _runFlutterTest (line 1549) | Future _runFlutterTest(String workingDirectory, { function _initGradleEnvironment (line 1642) | Map _initGradleEnvironment() function deleteFile (line 1658) | void deleteFile(String path) type CiProviders (line 1667) | enum CiProviders { function _processTestOutput (line 1672) | Future _processTestOutput( function verifyVersion (line 1712) | Future verifyVersion(File file) function _selectIndexOfTotalSubshard (line 1735) | List _selectIndexOfTotalSubshard(List tests, {String subshardKe... function _runShardRunnerIndexOfTotalSubshard (line 1766) | Future _runShardRunnerIndexOfTotalSubshard(List tests) function selectShard (line 1786) | Future selectShard(Map shards) function selectSubshard (line 1787) | Future selectSubshard(Map subshards) function _runFromList (line 1791) | Future _runFromList(Map items, String key, St... FILE: dev/bots/test/analyze-sample-code-test-dart-ui/ui.dart class _KeepToString (line 33) | class _KeepToString { FILE: dev/bots/test/analyze-test-input/root/dev/tools/localization/bin/gen_localizations.dart function main (line 5) | void main(List args) FILE: dev/bots/test/analyze-test-input/root/packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart function main (line 5) | void main(List args) FILE: dev/bots/test/analyze-test-input/root/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart function main (line 5) | void main(List args) FILE: dev/bots/test/analyze-test-input/root/packages/foo/deprecation.dart function test1 (line 9) | void test1() function test2 (line 15) | void test2() function test3 (line 21) | void test3() function test4 (line 27) | void test4() function test5 (line 30) | void test5() function test6 (line 33) | void test6() function test7 (line 38) | void test7() function test8 (line 43) | void test8() function test9 (line 48) | void test9() function test10 (line 54) | void test10() function test11 (line 60) | void test11() function test12 (line 66) | void test12() function test13 (line 72) | void test13() function test14 (line 78) | void test14() function test15 (line 84) | void test15() function test16 (line 90) | void test16() function test17 (line 96) | void test17() function test18 (line 102) | void test18() FILE: dev/bots/test/analyze-test-input/root/packages/foo/golden_class.dart function matchesGoldenFile (line 7) | void matchesGoldenFile(Object key) FILE: dev/bots/test/analyze-test-input/root/packages/foo/golden_ignore.dart function main (line 14) | void main() FILE: dev/bots/test/analyze-test-input/root/packages/foo/golden_missing_tag.dart function main (line 12) | void main() FILE: dev/bots/test/analyze-test-input/root/packages/foo/golden_no_tag.dart function main (line 9) | void main() FILE: dev/bots/test/analyze_sample_code_test.dart function main (line 9) | void main() FILE: dev/bots/test/analyze_test.dart type AsyncVoidCallback (line 13) | typedef AsyncVoidCallback = Future Function(); function capture (line 15) | Future capture(AsyncVoidCallback callback, { int exitCode = 0 }) function main (line 39) | void main() FILE: dev/bots/test/common.dart function isInstanceOf (line 12) | TypeMatcher isInstanceOf() function tryToDelete (line 14) | void tryToDelete(Directory directory) FILE: dev/bots/test/prepare_package_test.dart function main (line 16) | void main() function fakeHttpReader (line 86) | Future fakeHttpReader(Uri url, {Map? headers}) function convertResults (line 569) | List convertResults(Map?> results) FILE: dev/bots/test/sdk_directory_has_space_test.dart function main (line 11) | void main() FILE: dev/bots/test/test_test.dart function expectExitCode (line 18) | void expectExitCode(ProcessResult result, int expectedExitCode) function main (line 24) | void main() function runScript (line 99) | Future runScript( FILE: dev/bots/unpublish_package.dart class UnpublishException (line 31) | class UnpublishException implements Exception { method toString (line 39) | String toString() type Channel (line 52) | enum Channel { dev, beta, stable } function getChannelName (line 54) | String getChannelName(Channel channel) function fromChannelName (line 65) | Channel fromChannelName(String? name) type PublishedPlatform (line 78) | enum PublishedPlatform { linux, macos, windows } function getPublishedPlatform (line 80) | String getPublishedPlatform(PublishedPlatform platform) function fromPublishedPlatform (line 91) | PublishedPlatform fromPublishedPlatform(String name) class ProcessRunner (line 107) | class ProcessRunner { method runProcess (line 147) | Future runProcess( method allComplete (line 160) | Future allComplete() type HttpReader (line 213) | typedef HttpReader = Future Function(Uri url, {Map unpublishArchive() method _getArchivePaths (line 274) | Future>> _getArchivePaths(List> _loadMetadata() method _updateMetadata (line 315) | Future _updateMetadata(Map jsonData) method _runGsUtil (line 329) | Future _runGsUtil( method _cloudRemoveArchive (line 348) | Future _cloudRemoveArchive(Map> paths) method _cloudReplaceDest (line 362) | Future _cloudReplaceDest(String src, String dest) function _printBanner (line 388) | void _printBanner(String message) function main (line 398) | Future main(List rawArguments) function errorExit (line 452) | void errorExit(String message, {int exitCode = -1}) FILE: dev/bots/utils.dart class ExitException (line 20) | class ExitException implements Exception { method apply (line 25) | void apply() function exit (line 33) | void exit(int exitCode) function exitWithError (line 37) | void exitWithError(List messages) type PrintCallback (line 45) | typedef PrintCallback = void Function(Object line); function prettyPrintDuration (line 59) | String prettyPrintDuration(Duration duration) function printProgress (line 70) | void printProgress(String action, String workingDir, String command) function findAvailablePort (line 77) | Future findAvailablePort() function _isPortAvailable (line 84) | Future _isPortAvailable(int port) FILE: dev/conductor/core/bin/cli.dart function main (line 18) | Future main(List args) FILE: dev/conductor/core/lib/src/candidates.dart class CandidatesCommand (line 17) | class CandidatesCommand extends Command { method run (line 41) | Future run() FILE: dev/conductor/core/lib/src/clean.dart class CleanCommand (line 21) | class CleanCommand extends Command { method run (line 52) | void run() FILE: dev/conductor/core/lib/src/codesign.dart class CodesignCommand (line 32) | class CodesignCommand extends Command { method run (line 92) | Future run() method verifyExist (line 205) | Future verifyExist() method verifySignatures (line 243) | Future verifySignatures() method findBinaryPaths (line 336) | Future> findBinaryPaths(String rootDirectory) method isBinary (line 364) | Future isBinary(String filePath) method hasExpectedEntitlements (line 377) | Future hasExpectedEntitlements(String binaryPath) FILE: dev/conductor/core/lib/src/git.dart class Git (line 12) | class Git { method getOutput (line 17) | Future getOutput( method run (line 30) | Future run( method _run (line 43) | Future _run(List args, String workingDirectory) method _reportFailureAndExit (line 51) | Never _reportFailureAndExit( class GitException (line 76) | class GitException implements Exception { method toString (line 82) | String toString() FILE: dev/conductor/core/lib/src/globals.dart function stdoutToString (line 30) | String stdoutToString(dynamic input) class ConductorException (line 35) | class ConductorException implements Exception { method toString (line 41) | String toString() function assertsEnabled (line 66) | bool assertsEnabled() function getValueFromEnvOrArgs (line 84) | String? getValueFromEnvOrArgs( function getValuesFromEnvOrArgs (line 116) | List getValuesFromEnvOrArgs( function fromArgToEnvName (line 138) | String fromArgToEnvName(String argName) function getNewPrLink (line 145) | String getNewPrLink({ FILE: dev/conductor/core/lib/src/next.dart class NextCommand (line 20) | class NextCommand extends Command { method run (line 50) | Future run() function prompt (line 61) | bool prompt(String message, Stdio stdio) function runNext (line 77) | Future runNext({ FILE: dev/conductor/core/lib/src/proto/conductor_state.pb.dart class Remote (line 21) | class Remote extends $pb.GeneratedMessage { method clone (line 52) | Remote clone() method copyWith (line 56) | Remote copyWith(void Function(Remote) updates) method create (line 60) | Remote create() method createEmptyInstance (line 61) | Remote createEmptyInstance() method createRepeated (line 62) | $pb.PbList createRepeated() method getDefault (line 64) | Remote getDefault() method hasName (line 75) | $core.bool hasName() method clearName (line 77) | void clearName() method hasUrl (line 87) | $core.bool hasUrl() method clearUrl (line 89) | void clearUrl() class Cherrypick (line 92) | class Cherrypick extends $pb.GeneratedMessage { method clone (line 132) | Cherrypick clone() method copyWith (line 136) | Cherrypick copyWith(void Function(Cherrypick) updates) method create (line 140) | Cherrypick create() method createEmptyInstance (line 141) | Cherrypick createEmptyInstance() method createRepeated (line 142) | $pb.PbList createRepeated() method getDefault (line 144) | Cherrypick getDefault() method hasTrunkRevision (line 155) | $core.bool hasTrunkRevision() method clearTrunkRevision (line 157) | void clearTrunkRevision() method hasAppliedRevision (line 167) | $core.bool hasAppliedRevision() method clearAppliedRevision (line 169) | void clearAppliedRevision() method hasState (line 179) | $core.bool hasState() method clearState (line 181) | void clearState() class Repository (line 184) | class Repository extends $pb.GeneratedMessage { method clone (line 260) | Repository clone() method copyWith (line 264) | Repository copyWith(void Function(Repository) updates) method create (line 268) | Repository create() method createEmptyInstance (line 269) | Repository createEmptyInstance() method createRepeated (line 270) | $pb.PbList createRepeated() method getDefault (line 272) | Repository getDefault() method hasCandidateBranch (line 283) | $core.bool hasCandidateBranch() method clearCandidateBranch (line 285) | void clearCandidateBranch() method hasStartingGitHead (line 295) | $core.bool hasStartingGitHead() method clearStartingGitHead (line 297) | void clearStartingGitHead() method hasCurrentGitHead (line 307) | $core.bool hasCurrentGitHead() method clearCurrentGitHead (line 309) | void clearCurrentGitHead() method hasCheckoutPath (line 319) | $core.bool hasCheckoutPath() method clearCheckoutPath (line 321) | void clearCheckoutPath() method hasUpstream (line 331) | $core.bool hasUpstream() method clearUpstream (line 333) | void clearUpstream() method ensureUpstream (line 335) | Remote ensureUpstream() method hasMirror (line 345) | $core.bool hasMirror() method clearMirror (line 347) | void clearMirror() method ensureMirror (line 349) | Remote ensureMirror() method hasDartRevision (line 362) | $core.bool hasDartRevision() method clearDartRevision (line 364) | void clearDartRevision() method hasWorkingBranch (line 374) | $core.bool hasWorkingBranch() method clearWorkingBranch (line 376) | void clearWorkingBranch() class ConductorState (line 379) | class ConductorState extends $pb.GeneratedMessage { method clone (line 463) | ConductorState clone() method copyWith (line 467) | ConductorState copyWith(void Function(ConductorState) updates) method create (line 472) | ConductorState create() method createEmptyInstance (line 473) | ConductorState createEmptyInstance() method createRepeated (line 474) | $pb.PbList createRepeated() method getDefault (line 476) | ConductorState getDefault() method hasReleaseChannel (line 487) | $core.bool hasReleaseChannel() method clearReleaseChannel (line 489) | void clearReleaseChannel() method hasReleaseVersion (line 499) | $core.bool hasReleaseVersion() method clearReleaseVersion (line 501) | void clearReleaseVersion() method hasEngine (line 511) | $core.bool hasEngine() method clearEngine (line 513) | void clearEngine() method ensureEngine (line 515) | Repository ensureEngine() method hasFramework (line 525) | $core.bool hasFramework() method clearFramework (line 527) | void clearFramework() method ensureFramework (line 529) | Repository ensureFramework() method hasCreatedDate (line 539) | $core.bool hasCreatedDate() method clearCreatedDate (line 541) | void clearCreatedDate() method hasLastUpdatedDate (line 551) | $core.bool hasLastUpdatedDate() method clearLastUpdatedDate (line 553) | void clearLastUpdatedDate() method hasCurrentPhase (line 566) | $core.bool hasCurrentPhase() method clearCurrentPhase (line 568) | void clearCurrentPhase() method hasConductorVersion (line 578) | $core.bool hasConductorVersion() method clearConductorVersion (line 580) | void clearConductorVersion() method hasIncrementLevel (line 590) | $core.bool hasIncrementLevel() method clearIncrementLevel (line 592) | void clearIncrementLevel() FILE: dev/conductor/core/lib/src/proto/conductor_state.pbenum.dart class ReleasePhase (line 16) | class ReleasePhase extends $pb.ProtobufEnum { method valueOf (line 43) | ReleasePhase? valueOf($core.int value) class CherrypickState (line 48) | class CherrypickState extends $pb.ProtobufEnum { method valueOf (line 66) | CherrypickState? valueOf($core.int value) FILE: dev/conductor/core/lib/src/repository.dart type RemoteName (line 20) | enum RemoteName { class Remote (line 25) | class Remote { class Repository (line 50) | abstract class Repository { method lazilyInitialize (line 129) | Future lazilyInitialize(Directory checkoutDirectory) method remoteUrl (line 188) | Future remoteUrl(String remoteName) method gitCheckoutClean (line 198) | Future gitCheckoutClean() method branchPoint (line 208) | Future branchPoint(String firstRef, String secondRef) method fetch (line 217) | Future fetch(String remoteName) method newBranch (line 228) | Future newBranch(String branchName) method checkout (line 237) | Future checkout(String ref) method getFullTag (line 246) | Future getFullTag( method revList (line 270) | Future> revList(List args) method reverseParse (line 279) | Future reverseParse(String ref) method isAncestor (line 290) | Future isAncestor(String possibleAncestor, String possibleDescen... method isCommitTagged (line 306) | Future isCommitTagged(String commit) method canCherryPick (line 317) | Future canCherryPick(String commit) method cherryPick (line 347) | Future cherryPick(String commit) method reset (line 361) | Future reset(String ref) method pushRef (line 370) | Future pushRef({ method commit (line 399) | Future commit( method authorEmptyCommit (line 430) | Future authorEmptyCommit([String message = 'An empty commit']) method cloneRepository (line 455) | Future cloneRepository(String cloneName) class FrameworkRepository (line 458) | class FrameworkRepository extends Repository { method tag (line 524) | Future tag(String commit, String tagName, String remote) method cloneRepository (line 545) | Future cloneRepository(String? cloneName) method _ensureToolReady (line 557) | Future _ensureToolReady() method runFlutter (line 577) | Future runFlutter(List args) method checkout (line 586) | Future checkout(String ref) method flutterVersion (line 599) | Future flutterVersion() method updateEngineRevision (line 612) | Future updateEngineRevision( class HostFrameworkRepository (line 643) | class HostFrameworkRepository extends FrameworkRepository { method newBranch (line 664) | Future newBranch(String branchName) method checkout (line 670) | Future checkout(String ref) method cherryPick (line 676) | Future cherryPick(String commit) method reset (line 682) | Future reset(String ref) method tag (line 687) | Future tag(String commit, String tagName, String remote) method updateChannel (line 691) | void updateChannel( method authorEmptyCommit (line 703) | Future authorEmptyCommit([String message = 'An empty commit']) class EngineRepository (line 710) | class EngineRepository extends Repository { method updateDartRevision (line 745) | Future updateDartRevision( method cloneRepository (line 770) | Future cloneRepository(String? cloneName) type RepositoryType (line 784) | enum RepositoryType { class Checkouts (line 789) | class Checkouts { class CiYaml (line 810) | class CiYaml { method enableBranch (line 846) | void enableBranch(String branchName) FILE: dev/conductor/core/lib/src/roll_dev.dart class RollDevCommand (line 24) | class RollDevCommand extends Command { method run (line 92) | Future run() function rollDev (line 106) | Future rollDev({ FILE: dev/conductor/core/lib/src/start.dart class StartCommand (line 34) | class StartCommand extends Command { method run (line 127) | Future run() method _sortCherrypicks (line 362) | Future> _sortCherrypicks({ FILE: dev/conductor/core/lib/src/state.dart function luciConsoleLink (line 16) | String luciConsoleLink(String channel, String groupName) function defaultStateFilePath (line 29) | String defaultStateFilePath(Platform platform) function presentState (line 40) | String presentState(pb.ConductorState state) function presentPhases (line 96) | String presentPhases(ReleasePhase currentPhase) function phaseInstructions (line 116) | String phaseInstructions(pb.ConductorState state) function githubAccount (line 202) | String githubAccount(String remoteUrl) function getNextPhase (line 223) | ReleasePhase getNextPhase(ReleasePhase currentPhase) function writeStateToFile (line 235) | void writeStateToFile(File file, pb.ConductorState state, List l... function readStateFromFile (line 243) | pb.ConductorState readStateFromFile(File file) function requiresEnginePR (line 256) | bool requiresEnginePR(pb.ConductorState state) function requiresFrameworkPR (line 270) | bool requiresFrameworkPR(pb.ConductorState state) FILE: dev/conductor/core/lib/src/status.dart class StatusCommand (line 18) | class StatusCommand extends Command { method run (line 49) | void run() FILE: dev/conductor/core/lib/src/stdio.dart class Stdio (line 9) | abstract class Stdio { method printError (line 14) | void printError(String message) method printStatus (line 20) | void printStatus(String message) method printTrace (line 26) | void printTrace(String message) method write (line 32) | void write(String message) method readLineSync (line 37) | String readLineSync() class VerboseStdio (line 41) | class VerboseStdio extends Stdio { method printError (line 59) | void printError(String message) method printStatus (line 65) | void printStatus(String message) method printTrace (line 71) | void printTrace(String message) method write (line 77) | void write(String message) method readLineSync (line 83) | String readLineSync() FILE: dev/conductor/core/lib/src/version.dart type VersionType (line 8) | enum VersionType { class Version (line 39) | class Version { method toString (line 255) | String toString() FILE: dev/conductor/core/test/candidates_test.dart function main (line 13) | void main() function createRunner (line 31) | CommandRunner createRunner({ FILE: dev/conductor/core/test/clean_test.dart function main (line 14) | void main() FILE: dev/conductor/core/test/codesign_integration_test.dart function main (line 17) | void main() function _flutterRootFromDartBinary (line 64) | Directory _flutterRootFromDartBinary(File dartBinary) FILE: dev/conductor/core/test/codesign_test.dart function main (line 14) | void main() function createRunner (line 41) | void createRunner({ class FakeCodesignCommand (line 488) | class FakeCodesignCommand extends CodesignCommand { FILE: dev/conductor/core/test/common.dart function throwsAssertionWith (line 13) | Matcher throwsAssertionWith(String messageSubString) function throwsExceptionWith (line 23) | Matcher throwsExceptionWith(String messageSubString) class TestStdio (line 33) | class TestStdio extends Stdio { method readLineSync (line 50) | String readLineSync() class FakeArgResults (line 58) | class FakeArgResults implements ArgResults { method wasParsed (line 108) | bool wasParsed(String name) FILE: dev/conductor/core/test/globals_test.dart function main (line 10) | void main() FILE: dev/conductor/core/test/next_test.dart function main (line 17) | void main() function createRunner (line 41) | CommandRunner createRunner({ function _initializeCiYamlFile (line 1057) | void _initializeCiYamlFile( FILE: dev/conductor/core/test/repository_test.dart function main (line 12) | void main() function generateMockDeps (line 507) | String generateMockDeps(String dartRevision) FILE: dev/conductor/core/test/roll_dev_test.dart function main (line 14) | void main() FILE: dev/conductor/core/test/start_test.dart function main (line 19) | void main() function createRunner (line 39) | CommandRunner createRunner({ function generateMockDeps (line 480) | String generateMockDeps(String dartRevision) FILE: dev/conductor/core/test/state_test.dart function main (line 12) | void main() FILE: dev/conductor/core/test/version_test.dart function main (line 9) | void main() FILE: dev/conductor/ui/lib/main.dart function main (line 22) | Future main() class MyApp (line 35) | class MyApp extends StatelessWidget { method build (line 44) | Widget build(BuildContext context) FILE: dev/conductor/ui/lib/widgets/conductor_status.dart class ConductorStatus (line 10) | class ConductorStatus extends StatefulWidget { method createState (line 21) | ConductorStatusState createState() class ConductorStatusState (line 24) | class ConductorStatusState extends State { method build (line 26) | Widget build(BuildContext context) FILE: dev/conductor/ui/lib/widgets/progression.dart class MainProgression (line 15) | class MainProgression extends StatefulWidget { method createState (line 26) | MainProgressionState createState() class MainProgressionState (line 37) | class MainProgressionState extends State { method nextStep (line 41) | void nextStep() method handleStepState (line 50) | StepState handleStepState(int index) method build (line 63) | Widget build(BuildContext context) FILE: dev/conductor/ui/lib/widgets/substeps.dart class ConductorSubsteps (line 10) | class ConductorSubsteps extends StatefulWidget { method createState (line 19) | ConductorSubstepsState createState() class ConductorSubstepsState (line 28) | class ConductorSubstepsState extends State { method tapped (line 33) | void tapped() method substepPressed (line 38) | void substepPressed(int index) method build (line 45) | Widget build(BuildContext context) FILE: dev/conductor/ui/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: dev/conductor/ui/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: dev/conductor/ui/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: dev/conductor/ui/test/main_test.dart function main (line 12) | void main() FILE: dev/conductor/ui/test/widgets/stepper_test.dart function main (line 9) | void main() FILE: dev/customer_testing/lib/customer_test.dart class CustomerTest (line 9) | @immutable FILE: dev/customer_testing/lib/runner.dart function runTests (line 12) | Future runTests({ function printHeader (line 58) | void printHeader() function failure (line 63) | void failure(String message) function shell (line 172) | Future shell(String command, Directory directory, { bool verbose =... function printLog (line 197) | void printLog(String line) FILE: dev/customer_testing/run_tests.dart function main (line 14) | Future main(List arguments) function run (line 19) | Future run(List arguments) function printHelp (line 60) | void printHelp() FILE: dev/customer_testing/test/common.dart function isInstanceOf (line 10) | TypeMatcher isInstanceOf() FILE: dev/customer_testing/test/customer_test_test.dart function main (line 13) | void main() FILE: dev/devicelab/bin/run.dart function main (line 58) | Future main(List rawArgs) function _runABTest (line 119) | Future _runABTest() function _uniqueFile (line 200) | File _uniqueFile(String filenameTemplate) function addTasks (line 214) | void addTasks({ FILE: dev/devicelab/bin/summarize.dart function _usage (line 17) | void _usage(String error) function main (line 24) | Future main(List rawArgs) FILE: dev/devicelab/bin/tasks/analyzer_benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/android_defines_test.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/android_engine_dependency_proxy_test.dart function main (line 17) | Future main() FILE: dev/devicelab/bin/tasks/android_obfuscate_test.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/android_semantics_integration_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/android_stack_size_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/android_view_scroll_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/animated_image_gc_perf.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/animated_placeholder_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/animation_with_microtasks_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/backdrop_filter_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/backdrop_filter_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/backdrop_filter_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/basic_material_app_android__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/basic_material_app_ios__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/basic_material_app_win__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/build_aar_module_test.dart function main (line 20) | Future main() FILE: dev/devicelab/bin/tasks/build_ios_framework_module_test.dart function main (line 14) | Future main() function _testBuildIosFramework (line 62) | Future _testBuildIosFramework(Directory projectDir, { bool isModul... function _checkBitcode (line 460) | Future _checkBitcode(String frameworkPath, String mode) function _dylibSymbols (line 469) | Future _dylibSymbols(String pathToDylib) function _linksOnFlutter (line 478) | Future _linksOnFlutter(String pathToBinary) FILE: dev/devicelab/bin/tasks/channels_integration_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/channels_integration_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/channels_integration_test_win.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/color_filter_and_fade_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/color_filter_and_fade_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_android__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_android__scroll_smoothness.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_ios__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_ios__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_scroll_perf__devtools_memory.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_scroll_perf__memory.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_scroll_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_scroll_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/complex_layout_semantics_perf.dart function main (line 13) | void main() FILE: dev/devicelab/bin/tasks/complex_layout_win__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/cubic_bezier_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/cubic_bezier_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/cubic_bezier_perf_ios_sksl_warmup__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/cubic_bezier_perf_sksl_warmup__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/cubic_bezier_perf_sksl_warmup__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/cull_opacity_perf__e2e_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/cull_opacity_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/dart_plugin_registry_test.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/dartdocs.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/devtools_profile_start_test.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/drive_perf_debug_warning.dart function _runWithMode (line 10) | Future _runWithMode(String mode, String deviceId) function run (line 22) | Future run() function main (line 48) | Future main() FILE: dev/devicelab/bin/tasks/embedded_android_views_integration_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/external_ui_integration_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/external_ui_integration_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/fading_child_animation_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/fast_scroll_heavy_gridview__memory.dart class FastScrollHeavyGridViewMemoryTest (line 13) | class FastScrollHeavyGridViewMemoryTest extends MemoryTest { method useMemory (line 27) | Future useMemory() function main (line 40) | Future main() FILE: dev/devicelab/bin/tasks/fast_scroll_large_images__memory.dart class FastScrollLargeImagesMemoryTest (line 13) | class FastScrollLargeImagesMemoryTest extends MemoryTest { method useMemory (line 27) | Future useMemory() function main (line 36) | Future main() FILE: dev/devicelab/bin/tasks/flavors_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flavors_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flavors_test_win.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_attach_test_fuchsia.dart function generateMain (line 17) | void generateMain(Directory appDir, String sentinel) function main (line 67) | void main() function eventOrExit (line 144) | Future eventOrExit(Future event) FILE: dev/devicelab/bin/tasks/flutter_engine_group_performance.dart function _withApkInstall (line 18) | Future _withApkInstall( function _copyGradleFromModule (line 33) | void _copyGradleFromModule(String source, String destination) function _doTest (line 50) | Future _doTest() function main (line 108) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__back_button_memory.dart class BackButtonMemoryTest (line 16) | class BackButtonMemoryTest extends MemoryTest { method useMemory (line 27) | Future useMemory() function main (line 56) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__image_cache_memory.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__memory_nav.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__start_up_delayed.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf_e2e_ios32.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf_hybrid.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery__transition_perf_with_semantics.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_android__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_ios__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_ios__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_ios__transition_perf.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_ios_sksl_warmup__transition_perf.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_sksl_warmup__transition_perf.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_sksl_warmup__transition_perf_e2e.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_gallery_v2_chrome_run_test.dart function main (line 15) | Future main() class NewGalleryChromeRunTest (line 35) | class NewGalleryChromeRunTest { method run (line 39) | Future run() FILE: dev/devicelab/bin/tasks/flutter_gallery_v2_web_compile_test.dart function main (line 14) | Future main() class NewGalleryWebCompileTest (line 20) | class NewGalleryWebCompileTest { method run (line 26) | Future run() FILE: dev/devicelab/bin/tasks/flutter_gallery_win__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_test_performance.dart type TestStep (line 29) | enum TestStep { function runTest (line 39) | Future runTest({bool coverage = false, bool noPub = false}) function pubGetDependencies (line 103) | Future pubGetDependencies(List directories) function main (line 111) | void main() FILE: dev/devicelab/bin/tasks/flutter_view__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/flutter_view_ios__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/frame_policy_delay_test_android.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/fullscreen_textfield_perf.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/fullscreen_textfield_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/fullscreen_textfield_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/gradle_desugar_classes_test.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/gradle_java8_compile_test.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/gradle_non_android_plugin_test.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/gradle_plugin_bundle_test.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/gradle_plugin_fat_apk_test.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/gradle_plugin_light_apk_test.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/hello_world__memory.dart class HelloWorldMemoryTest (line 9) | class HelloWorldMemoryTest extends MemoryTest { method useMemory (line 19) | Future useMemory() function main (line 35) | Future main() FILE: dev/devicelab/bin/tasks/hello_world_android__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/hello_world_ios__compile.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/home_scroll_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle_linux_target__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle_macos_target__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle_win__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hot_mode_dev_cycle_win_target__benchmark.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/hybrid_android_views_integration_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/image_list_jit_reported_duration.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/image_list_reported_duration.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/imagefiltered_transform_animation_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_test_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_test_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_driver.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_frame_number.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_ios_driver.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_ios_frame_number.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_ios_keyboard_resize.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_ios_screenshot.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_ios_textfield.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_keyboard_resize.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_screenshot.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/integration_ui_textfield.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/ios_app_with_extensions_test.dart function main (line 15) | Future main() function _checkFlutterFrameworkArchs (line 293) | Future _checkFlutterFrameworkArchs(String frameworkPath) function _checkWatchExtensionFrameworkArchs (line 306) | Future _checkWatchExtensionFrameworkArchs(String frameworkPath) FILE: dev/devicelab/bin/tasks/ios_content_validation_test.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/ios_defines_test.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/ios_platform_view_tests.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/large_image_changer_perf_android.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/large_image_changer_perf_ios.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/linux_chrome_dev_mode.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/macos_chrome_dev_mode.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/microbenchmarks.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/microbenchmarks_ios.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/module_custom_host_app_name_test.dart function main (line 20) | Future main() FILE: dev/devicelab/bin/tasks/module_host_with_custom_build_test.dart function main (line 18) | Future main() function clean (line 80) | Future clean() FILE: dev/devicelab/bin/tasks/module_test.dart function main (line 23) | Future main() FILE: dev/devicelab/bin/tasks/module_test_ios.dart function main (line 19) | Future main() function _isAppAotBuild (line 484) | Future _isAppAotBuild(Directory app) FILE: dev/devicelab/bin/tasks/multi_widget_construction_perf__e2e_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/native_ui_tests_ios.dart function main (line 12) | Future main() FILE: dev/devicelab/bin/tasks/native_ui_tests_macos.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/new_gallery__crane_perf.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/new_gallery__transition_perf.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/new_gallery_ios__transition_perf.dart function main (line 13) | Future main() FILE: dev/devicelab/bin/tasks/picture_cache_perf__e2e_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/picture_cache_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_channel_sample_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_channel_sample_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_channel_sample_test_swift.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_channels_benchmarks.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_channels_benchmarks_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_interaction_test.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_interaction_test_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_view__start_up.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_view_ios__start_up.dart function main (line 12) | Future main() FILE: dev/devicelab/bin/tasks/platform_views_scroll_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/platform_views_scroll_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/plugin_dependencies_test.dart function main (line 20) | Future main() FILE: dev/devicelab/bin/tasks/plugin_lint_mac.dart function main (line 14) | Future main() function _validateIosPodfile (line 445) | void _validateIosPodfile(String appPath) function _validateMacOSPodfile (line 511) | void _validateMacOSPodfile(String appPath) FILE: dev/devicelab/bin/tasks/plugin_test.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/plugin_test_ios.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/post_backdrop_filter_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/routing_test.dart function main (line 16) | void main() FILE: dev/devicelab/bin/tasks/run_release_test.dart function main (line 16) | void main() function _findNextMatcherInList (line 136) | void _findNextMatcherInList( FILE: dev/devicelab/bin/tasks/service_extensions_test.dart function main (line 18) | void main() function expect (line 125) | void expect(bool value) FILE: dev/devicelab/bin/tasks/simple_animation_perf_ios.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/smoke_catalina_hot_mode_dev_cycle_ios__benchmark.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/smoke_catalina_start_up.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/smoke_test_build_test.dart function main (line 11) | Future main(List args) class FakeBuildTestTask (line 16) | class FakeBuildTestTask extends BuildTestTask { method build (line 24) | Future build() method test (line 27) | Future test() FILE: dev/devicelab/bin/tasks/smoke_test_device.dart function main (line 10) | Future main() FILE: dev/devicelab/bin/tasks/smoke_test_failure.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/smoke_test_setup_failure.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/smoke_test_success.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/smoke_test_throws.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/technical_debt__cost.dart function findCostsForFile (line 38) | Future findCostsForFile(File file) function isOptingOutOfNullSafety (line 71) | bool isOptingOutOfNullSafety(String line) function packageIsNullSafe (line 80) | bool packageIsNullSafe(File file) function findGlobalsForFile (line 91) | Future findGlobalsForFile(File file) function findCostsForRepo (line 102) | Future findCostsForRepo() function findGlobalsForTool (line 117) | Future findGlobalsForTool() function countDependencies (line 132) | Future countDependencies() function countConsumerDependencies (line 143) | Future countConsumerDependencies() function main (line 159) | Future main() FILE: dev/devicelab/bin/tasks/textfield_perf__e2e_summary.dart function main (line 11) | Future main() FILE: dev/devicelab/bin/tasks/textfield_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/tiles_scroll_perf__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/tiles_scroll_perf_ios__timeline_summary.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/web_benchmarks_canvaskit.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/web_benchmarks_html.dart function main (line 9) | Future main() FILE: dev/devicelab/bin/tasks/web_size__compile_test.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/tasks/windows_chrome_dev_mode.dart function main (line 8) | Future main() FILE: dev/devicelab/bin/test_runner.dart function main (line 18) | Future main(List rawArgs) FILE: dev/devicelab/lib/command/test.dart class TestCommand (line 9) | class TestCommand extends Command { method run (line 62) | Future run() FILE: dev/devicelab/lib/command/upload_results.dart class UploadResultsCommand (line 10) | class UploadResultsCommand extends Command { method run (line 37) | Future run() FILE: dev/devicelab/lib/common.dart function unawaited (line 14) | void unawaited(Future future) FILE: dev/devicelab/lib/framework/ab.dart type FieldJustification (line 21) | enum FieldJustification { LEFT, RIGHT, CENTER } class ABTest (line 26) | class ABTest { method _convertFrom (line 49) | Map> _convertFrom(dynamic results) method addAResult (line 62) | void addAResult(TaskResult result) method addBResult (line 74) | void addBResult(TaskResult result) method finalize (line 81) | void finalize() method updateColumnLengths (line 96) | void updateColumnLengths(List lengths, List results) method formatResult (line 104) | void formatResult(StringBuffer buffer, method asciiSummary (line 138) | String asciiSummary() method rawResults (line 186) | String rawResults() method printSummary (line 223) | String printSummary() class _ScoreSummary (line 259) | class _ScoreSummary { method improvementOver (line 275) | String improvementOver(_ScoreSummary? other) function _addResult (line 280) | void _addResult(TaskResult result, Map> results) function _summarize (line 287) | Map _summarize(Map> results) function _computeAverage (line 301) | double _computeAverage(Iterable values) function _computeStandardDeviationForPopulation (line 313) | double _computeStandardDeviationForPopulation(Iterable population) function _ratioToPercent (line 322) | String _ratioToPercent(double value) FILE: dev/devicelab/lib/framework/apk_utils.dart function runProjectTest (line 33) | Future runProjectTest(Future Function(FlutterProject project... function runPluginProjectTest (line 45) | Future runPluginProjectTest(Future Function(FlutterPluginPro... function runModuleProjectTest (line 57) | Future runModuleProjectTest(Future Function(FlutterModulePro... function getFilesInApk (line 69) | Future> getFilesInApk(String apk) function getFilesInAppBundle (line 84) | Future> getFilesInAppBundle(String bundle) function getFilesInAar (line 89) | Future> getFilesInAar(String aar) function failure (line 93) | TaskResult failure(String message, ProcessResult result) function hasMultipleOccurrences (line 101) | bool hasMultipleOccurrences(String text, Pattern pattern) function _evalApkAnalyzer (line 116) | Future _evalApkAnalyzer( class ApkExtractor (line 161) | class ApkExtractor { method _extractDex (line 172) | Future _extractDex() method containsClass (line 198) | Future containsClass(String className) method containsMethod (line 205) | Future containsMethod(String methodName) function getAndroidManifest (line 212) | Future getAndroidManifest(String apk) function checkApkContainsClasses (line 224) | Future checkApkContainsClasses(File apk, List classes) function checkApkContainsMethods (line 234) | Future checkApkContainsMethods(File apk, List methods) class FlutterProject (line 243) | class FlutterProject { method create (line 249) | Future create(Directory directory, String name) method addCustomBuildType (line 260) | Future addCustomBuildType(String name, {required String initWith}) method addGlobalBuildType (line 277) | Future addGlobalBuildType(String name, {required String initWith}) method addPlugin (line 300) | void addPlugin(String plugin, { String value = '' }) method getPackages (line 310) | Future getPackages() method addProductFlavors (line 316) | Future addProductFlavors(Iterable flavors) method introduceError (line 340) | Future introduceError() method introducePubspecError (line 347) | Future introducePubspecError() method runGradleTask (line 361) | Future runGradleTask(String task, {List? options}) method resultOfGradleTask (line 365) | Future resultOfGradleTask(String task, {List? o... method resultOfFlutterCommand (line 369) | Future resultOfFlutterCommand(String command, List create(Directory directory, String name) class FlutterModuleProject (line 401) | class FlutterModuleProject { method create (line 407) | Future create(Directory directory, String name) function _runGradleTask (line 417) | Future _runGradleTask({ function _resultOfGradleTask (line 436) | Future _resultOfGradleTask({ function validateSnapshotDependency (line 473) | String? validateSnapshotDependency(FlutterProject project, String expect... FILE: dev/devicelab/lib/framework/browser.dart class ChromeOptions (line 21) | class ChromeOptions { type ChromeErrorCallback (line 60) | typedef ChromeErrorCallback = void Function(String); class Chrome (line 63) | class Chrome { method launch (line 79) | Future launch(ChromeOptions options, { String? workingDirector... method beginRecordingPerformance (line 139) | Future beginRecordingPerformance(String label) method endRecordingPerformance (line 190) | Future>?> endRecordingPerformance() method reloadPage (line 199) | Future reloadPage({bool ignoreCache = false}) method stop (line 204) | void stop() function _findSystemChromeExecutable (line 211) | String _findSystemChromeExecutable() function _connectToChromeDebugPort (line 249) | Future _connectToChromeDebugPort(io.Process chromeProcess... function _getRemoteDebuggerUrl (line 263) | Future _getRemoteDebuggerUrl(Uri base) class BlinkTraceSummary (line 275) | class BlinkTraceSummary { method fromJson (line 281) | BlinkTraceSummary? fromJson(List> traceJson) method noMeasuredFramesFound (line 289) | Exception noMeasuredFramesFound() method toString (line 382) | String toString() class BlinkFrame (line 388) | class BlinkFrame { function _computeAverageDuration (line 404) | Duration _computeAverageDuration(List events) class BlinkTraceEvent (line 422) | class BlinkTraceEvent { method fromJson (line 459) | BlinkTraceEvent fromJson(Map json) method toString (line 536) | String toString() function _readInt (line 554) | int? _readInt(Map json, String key) function _spawnChromiumProcess (line 576) | Future _spawnChromiumProcess(String executable, List... FILE: dev/devicelab/lib/framework/cocoon.dart type ProcessRunSync (line 18) | typedef ProcessRunSync = ProcessResult Function( class Cocoon (line 33) | class Cocoon { method _readCommitSha (line 69) | String _readCommitSha() method sendTaskStatus (line 87) | Future sendTaskStatus({ method _shouldUpdateCocoon (line 116) | bool _shouldUpdateCocoon(Map resultJson, String build... method writeTaskResultToFile (line 122) | Future writeTaskResultToFile({ method _constructUpdateRequest (line 142) | Map _constructUpdateRequest({ method _sendUpdateTaskRequest (line 175) | Future _sendUpdateTaskRequest(Map postBody) method _sendCocoonRequest (line 187) | Future> _sendCocoonRequest(String apiPath, [dynam... class AuthenticatedCocoonClient (line 202) | class AuthenticatedCocoonClient extends BaseClient { method _readServiceAccountTokenFile (line 226) | String _readServiceAccountTokenFile() method send (line 231) | Future send(BaseRequest request) class CocoonException (line 248) | class CocoonException implements Exception { method toString (line 255) | String toString() FILE: dev/devicelab/lib/framework/devices.dart class DeviceException (line 17) | class DeviceException implements Exception { method toString (line 23) | String toString() function getArtifactPath (line 27) | String getArtifactPath() function _findMatchId (line 37) | String? _findMatchId(List idList, String idPattern) type DeviceOperatingSystem (line 55) | enum DeviceOperatingSystem { android, androidArm, androidArm64 ,ios, fuc... class DeviceDiscovery (line 61) | abstract class DeviceDiscovery { method chooseWorkingDevice (line 87) | Future chooseWorkingDevice() method chooseWorkingDeviceById (line 90) | Future chooseWorkingDeviceById(String deviceId) method discoverDevices (line 100) | Future> discoverDevices() method checkDevices (line 103) | Future> checkDevices() method performPreflightTasks (line 106) | Future performPreflightTasks() class Device (line 110) | abstract class Device { method isAwake (line 118) | Future isAwake() method isAsleep (line 121) | Future isAsleep() method wakeUp (line 124) | Future wakeUp() method sendToSleep (line 127) | Future sendToSleep() method togglePower (line 130) | Future togglePower() method unlock (line 135) | Future unlock() method reboot (line 138) | Future reboot() method tap (line 141) | Future tap(int x, int y) method getMemoryStats (line 144) | Future> getMemoryStats(String packageName) method startLoggingToSink (line 160) | Future startLoggingToSink(IOSink sink, {bool clear = true}) method stopLoggingToSink (line 165) | Future stopLoggingToSink() method stop (line 170) | Future stop(String packageName) method toString (line 173) | String toString() type AndroidCPU (line 178) | enum AndroidCPU { class AndroidDeviceDiscovery (line 183) | class AndroidDeviceDiscovery implements DeviceDiscovery { method _matchesCPURequirement (line 215) | Future _matchesCPURequirement(AndroidDevice device) method chooseWorkingDevice (line 229) | Future chooseWorkingDevice() method chooseWorkingDeviceById (line 257) | Future chooseWorkingDeviceById(String deviceId) method discoverDevices (line 276) | Future> discoverDevices() method checkDevices (line 306) | Future> checkDevices() method performPreflightTasks (line 323) | Future performPreflightTasks() class FuchsiaDeviceDiscovery (line 334) | class FuchsiaDeviceDiscovery implements DeviceDiscovery { method chooseWorkingDevice (line 368) | Future chooseWorkingDevice() method chooseWorkingDeviceById (line 381) | Future chooseWorkingDeviceById(String deviceId) method discoverDevices (line 395) | Future> discoverDevices() method checkDevices (line 410) | Future> checkDevices() method performPreflightTasks (line 437) | Future performPreflightTasks() class AndroidDevice (line 440) | class AndroidDevice extends Device { method isAwake (line 451) | Future isAwake() method isAsleep (line 457) | Future isAsleep() method wakeUp (line 463) | Future wakeUp() method sendToSleep (line 470) | Future sendToSleep() method togglePower (line 478) | Future togglePower() method unlock (line 486) | Future unlock() method tap (line 492) | Future tap(int x, int y) method _getWakefulness (line 499) | Future _getWakefulness() method isArm64 (line 505) | Future isArm64() method isArm (line 510) | Future isArm() method _updateDeviceInfo (line 515) | Future _updateDeviceInfo() method shellExec (line 539) | Future shellExec(String command, List arguments, { Map shellEval(String command, List arguments, { Map... method adb (line 549) | Future adb( method getMemoryStats (line 564) | Future> getMemoryStats(String packageName) method startLoggingToSink (line 580) | Future startLoggingToSink(IOSink sink, {bool clear = true}) method stopLoggingToSink (line 612) | Future stopLoggingToSink() method stop (line 689) | Future stop(String packageName) method toString (line 694) | String toString() method reboot (line 699) | Future reboot() class IosDeviceDiscovery (line 704) | class IosDeviceDiscovery implements DeviceDiscovery { method chooseWorkingDevice (line 732) | Future chooseWorkingDevice() method chooseWorkingDeviceById (line 746) | Future chooseWorkingDeviceById(String deviceId) method discoverDevices (line 760) | Future> discoverDevices() method checkDevices (line 805) | Future> checkDevices() method performPreflightTasks (line 815) | Future performPreflightTasks() class IosDevice (line 821) | class IosDevice extends Device { method startLoggingToSink (line 848) | Future startLoggingToSink(IOSink sink, {bool clear = true}) method stopLoggingToSink (line 875) | Future stopLoggingToSink() method isAwake (line 889) | Future isAwake() method isAsleep (line 892) | Future isAsleep() method wakeUp (line 895) | Future wakeUp() method sendToSleep (line 898) | Future sendToSleep() method togglePower (line 901) | Future togglePower() method unlock (line 904) | Future unlock() method tap (line 907) | Future tap(int x, int y) method getMemoryStats (line 912) | Future> getMemoryStats(String packageName) method stop (line 922) | Future stop(String packageName) method reboot (line 925) | Future reboot() class FuchsiaDevice (line 931) | class FuchsiaDevice extends Device { method isAwake (line 939) | Future isAwake() method isAsleep (line 942) | Future isAsleep() method wakeUp (line 945) | Future wakeUp() method sendToSleep (line 948) | Future sendToSleep() method togglePower (line 951) | Future togglePower() method unlock (line 954) | Future unlock() method tap (line 957) | Future tap(int x, int y) method stop (line 960) | Future stop(String packageName) method getMemoryStats (line 963) | Future> getMemoryStats(String packageName) method reboot (line 973) | Future reboot() class FakeDevice (line 998) | class FakeDevice extends Device { method isAwake (line 1005) | Future isAwake() method isAsleep (line 1008) | Future isAsleep() method wakeUp (line 1011) | Future wakeUp() method sendToSleep (line 1014) | Future sendToSleep() method togglePower (line 1017) | Future togglePower() method unlock (line 1020) | Future unlock() method tap (line 1023) | Future tap(int x, int y) method getMemoryStats (line 1028) | Future> getMemoryStats(String packageName) method stop (line 1038) | Future stop(String packageName) method reboot (line 1041) | Future reboot() class FakeDeviceDiscovery (line 1046) | class FakeDeviceDiscovery implements DeviceDiscovery { method chooseWorkingDevice (line 1073) | Future chooseWorkingDevice() method chooseWorkingDeviceById (line 1078) | Future chooseWorkingDeviceById(String deviceId) method discoverDevices (line 1092) | Future> discoverDevices() method checkDevices (line 1097) | Future> checkDevices() method performPreflightTasks (line 1106) | Future performPreflightTasks() FILE: dev/devicelab/lib/framework/framework.dart type TaskFunction (line 33) | typedef TaskFunction = Future Function(); function task (line 44) | Future task(TaskFunction task) class _TaskRunner (line 61) | class _TaskRunner { method _getWorkingDeviceIfAvailable (line 83) | Future _getWorkingDeviceIfAvailable() method run (line 103) | Future run(Duration? taskTimeout, { method checkForRebootRequired (line 203) | Future checkForRebootRequired() method keepVmAliveUntilTaskRunRequested (line 235) | void keepVmAliveUntilTaskRunRequested() method _closeKeepAlivePort (line 255) | void _closeKeepAlivePort() method _performTask (line 260) | Future _performTask() function _rebootFile (line 282) | File _rebootFile() FILE: dev/devicelab/lib/framework/host_agent.dart class HostAgent (line 14) | class HostAgent { method resetDumpDirectory (line 38) | void resetDumpDirectory() FILE: dev/devicelab/lib/framework/ios.dart type SimulatorFunction (line 13) | typedef SimulatorFunction = Future Function(String deviceId); function fileType (line 15) | Future fileType(String pathToBinary) function containsBitcode (line 19) | Future containsBitcode(String pathToBinary) function testWithNewIOSSimulator (line 60) | Future testWithNewIOSSimulator( function removeIOSimulator (line 119) | Future removeIOSimulator(String deviceId) function runXcodeTests (line 143) | Future runXcodeTests(String platformDirectory, String destination,... FILE: dev/devicelab/lib/framework/manifest.dart function loadTaskManifest (line 12) | Manifest loadTaskManifest([ String? yaml ]) class Manifest (line 22) | class Manifest { class ManifestTask (line 30) | class ManifestTask { method isSupportedByHost (line 71) | bool isSupportedByHost() class ManifestError (line 86) | class ManifestError extends Error { method toString (line 92) | String toString() function _validateAndParseManifest (line 97) | Manifest _validateAndParseManifest(YamlMap manifestYaml) function _validateAndParseTasks (line 102) | List _validateAndParseTasks(dynamic tasksYaml) function _validateAndParseTask (line 109) | ManifestTask _validateAndParseTask(String taskName, dynamic taskYaml) function _validateAndParseCapabilities (line 153) | List _validateAndParseCapabilities(String taskName, dynamic capa... function _checkType (line 163) | void _checkType(bool isValid, dynamic value, String variableName, String... function _checkIsNotBlank (line 171) | void _checkIsNotBlank(dynamic value, String variableName, String ownerName) function _checkKeys (line 177) | void _checkKeys(Map map, String variableName, List connectFlutterDestination() function parse (line 47) | List parse(Map resultsJson) function upload (line 83) | Future upload( function uploadToSkiaPerf (line 105) | Future uploadToSkiaPerf(String? resultsPath, String? commitTime, S... FILE: dev/devicelab/lib/framework/runner.dart function runTasks (line 29) | Future runTasks( function rerunTask (line 90) | Future rerunTask( function runTask (line 139) | Future runTask( function _connectToRunnerIsolate (line 217) | Future _connectToRunnerIsolate(Uri vmServiceUri) class ConnectionResult (line 251) | class ConnectionResult { function vmServiceConnectUri (line 259) | Future vmServiceConnectUri(String wsUri, {Log? log}) FILE: dev/devicelab/lib/framework/running_processes.dart class RunningProcessInfo (line 10) | @immutable method toString (line 32) | String toString() function killProcess (line 37) | Future killProcess(String pid, {ProcessManager? processManager}) function getRunningProcesses (line 58) | Stream getRunningProcesses({ function windowsRunningProcesses (line 70) | Stream windowsRunningProcesses(String? processName) function processPowershellOutput (line 101) | Iterable processPowershellOutput(String output) function posixRunningProcesses (line 160) | Stream posixRunningProcesses( function processPsOutput (line 193) | Iterable processPsOutput( FILE: dev/devicelab/lib/framework/task_result.dart class TaskResult (line 9) | class TaskResult { method toJson (line 108) | Map toJson() method toString (line 127) | String toString() class TaskResultCheckProcesses (line 130) | class TaskResultCheckProcesses extends TaskResult { FILE: dev/devicelab/lib/framework/utils.dart class ProcessInfo (line 38) | class ProcessInfo { method toString (line 46) | String toString() class HealthCheckResult (line 57) | class HealthCheckResult { method toString (line 68) | String toString() class BuildFailedError (line 81) | class BuildFailedError extends Error { method toString (line 87) | String toString() function fail (line 90) | void fail(String message) function rm (line 95) | void rm(FileSystemEntity entity, { bool recursive = false}) function rmTree (line 109) | void rmTree(FileSystemEntity entity) function ls (line 113) | List ls(Directory directory) function dir (line 115) | Directory dir(String path) function file (line 117) | File file(String path) function copy (line 119) | void copy(File sourceFile, Directory targetDirectory, {String? name}) function recursiveCopy (line 125) | void recursiveCopy(Directory source, Directory target) function move (line 145) | FileSystemEntity move(FileSystemEntity whatToMove, function makeExecutable (line 152) | void makeExecutable(File file) function mkdir (line 173) | void mkdir(Directory directory) function mkdirs (line 178) | void mkdirs(Directory directory) function exists (line 182) | bool exists(FileSystemEntity entity) function section (line 184) | void section(String title) function getDartVersion (line 200) | Future getDartVersion() function getCurrentFlutterRepoCommit (line 217) | Future getCurrentFlutterRepoCommit() function getFlutterRepoCommitTimestamp (line 227) | Future getFlutterRepoCommitTimestamp(String commit) function startProcess (line 265) | Future startProcess( function forceQuitRunningProcesses (line 295) | Future forceQuitRunningProcesses() function exec (line 313) | Future exec( function _execute (line 329) | Future _execute( function forwardStandardStreams (line 366) | Future forwardStandardStreams( function eval (line 403) | Future eval( function flutterCommandArgs (line 428) | List flutterCommandArgs(String command, List options) function flutter (line 459) | Future flutter(String command, { function startFlutter (line 469) | Future startFlutter(String command, { function evalFlutter (line 482) | Future evalFlutter(String command, { function executeFlutter (line 493) | Future executeFlutter(String command, { function dart (line 509) | Future dart(List args) function findJavaHome (line 513) | Future findJavaHome() function inDirectory (line 531) | Future inDirectory(dynamic directory, Future Function() action) function cd (line 541) | void cd(dynamic directory) function requireEnvVar (line 559) | String requireEnvVar(String name) function requireConfigProperty (line 568) | T requireConfigProperty(Map map, String propertyName) function jsonEncode (line 575) | String jsonEncode(dynamic data) function getNewGallery (line 580) | Future getNewGallery(String revision, Directory galleryDir) function checkNotNull (line 596) | void checkNotNull(Object o1, function grep (line 629) | Iterable grep(Pattern pattern, {required String from}) function runAndCaptureAsyncStacks (line 647) | Future runAndCaptureAsyncStacks(Future Function() callback) function canRun (line 656) | bool canRun(String path) function parseServicePort (line 667) | int? parseServicePort(String line, { function parseServiceUri (line 685) | Uri? parseServiceUri(String line, { function checkFileExists (line 700) | void checkFileExists(String file) function checkFileNotExists (line 707) | void checkFileNotExists(String file) function checkDirectoryExists (line 714) | void checkDirectoryExists(String directory) function checkDirectoryNotExists (line 721) | void checkDirectoryNotExists(String directory) function checkCollectionContains (line 728) | void checkCollectionContains(Iterable values, Iterable collection) function checkCollectionDoesNotContain (line 737) | void checkCollectionDoesNotContain(Iterable values, Iterable co... function checkFileContains (line 747) | void checkFileContains(List patterns, String filePath) function gitClone (line 763) | Future gitClone({required String path, required String repo}) function retry (line 782) | Future retry( FILE: dev/devicelab/lib/microbenchmarks.dart function readJsonResults (line 12) | Future> readJsonResults(Process process) FILE: dev/devicelab/lib/tasks/analysis.dart function analyzerBenchmarkTask (line 23) | Future analyzerBenchmarkTask() class _BenchmarkResult (line 41) | class _BenchmarkResult { method asMap (line 50) | Map asMap(String benchmark, String mode) class _Benchmark (line 59) | abstract class _Benchmark { method execute (line 73) | Future execute(int iteration, int targetIterations) class _FlutterRepoBenchmark (line 86) | class _FlutterRepoBenchmark extends _Benchmark { class _MegaGalleryBenchmark (line 102) | class _MegaGalleryBenchmark extends _Benchmark { function _run (line 113) | Future<_BenchmarkResult> _run(_Benchmark benchmark) FILE: dev/devicelab/lib/tasks/build_test_task.dart class BuildTestTask (line 16) | abstract class BuildTestTask { method build (line 54) | Future build() method test (line 69) | Future test() method getBuildArgs (line 81) | List getBuildArgs(DeviceOperatingSystem deviceOperatingSystem) method getTestArgs (line 84) | List getTestArgs(DeviceOperatingSystem deviceOperatingSystem, ... method parseTaskResult (line 87) | Future parseTaskResult() method getApplicationBinaryPath (line 93) | String? getApplicationBinaryPath() method call (line 98) | Future call() FILE: dev/devicelab/lib/tasks/dart_plugin_registry_tests.dart function dartPluginRegistryTest (line 15) | TaskFunction dartPluginRegistryTest({ FILE: dev/devicelab/lib/tasks/gallery.dart function createGalleryTransitionTest (line 14) | TaskFunction createGalleryTransitionTest({bool semanticsEnabled = false}) function createGalleryTransitionE2ETest (line 18) | TaskFunction createGalleryTransitionE2ETest({bool semanticsEnabled = fal... function createGalleryTransitionHybridTest (line 31) | TaskFunction createGalleryTransitionHybridTest({bool semanticsEnabled = ... class GalleryTransitionTest (line 40) | class GalleryTransitionTest { method call (line 60) | Future call() function _countMissedTransitions (line 163) | int _countMissedTransitions(Map> transitions) FILE: dev/devicelab/lib/tasks/hot_mode_tests.dart function createHotModeTest (line 21) | TaskFunction createHotModeTest({String? deviceIdOverride, Map> captureReloadData( FILE: dev/devicelab/lib/tasks/integration_tests.dart function createChannelsIntegrationTest (line 10) | TaskFunction createChannelsIntegrationTest() function createPlatformInteractionTest (line 17) | TaskFunction createPlatformInteractionTest() function createFlavorsTest (line 24) | TaskFunction createFlavorsTest() function createExternalUiIntegrationTest (line 32) | TaskFunction createExternalUiIntegrationTest() function createPlatformChannelSampleTest (line 39) | TaskFunction createPlatformChannelSampleTest() function createPlatformChannelSwiftSampleTest (line 46) | TaskFunction createPlatformChannelSwiftSampleTest() function createEmbeddedAndroidViewsIntegrationTest (line 53) | TaskFunction createEmbeddedAndroidViewsIntegrationTest() function createHybridAndroidViewsIntegrationTest (line 60) | TaskFunction createHybridAndroidViewsIntegrationTest() function createAndroidSemanticsIntegrationTest (line 67) | TaskFunction createAndroidSemanticsIntegrationTest() function createIOSPlatformViewTests (line 74) | TaskFunction createIOSPlatformViewTests() function createEndToEndKeyboardTest (line 81) | TaskFunction createEndToEndKeyboardTest() function createEndToEndFrameNumberTest (line 88) | TaskFunction createEndToEndFrameNumberTest() function createEndToEndDriverTest (line 95) | TaskFunction createEndToEndDriverTest() function createEndToEndScreenshotTest (line 102) | TaskFunction createEndToEndScreenshotTest() function createEndToEndKeyboardTextfieldTest (line 109) | TaskFunction createEndToEndKeyboardTextfieldTest() function dartDefinesTask (line 116) | TaskFunction dartDefinesTask() function createEndToEndIntegrationTest (line 126) | TaskFunction createEndToEndIntegrationTest() class DriverTest (line 133) | class DriverTest { method call (line 145) | Future call() class IntegrationTest (line 168) | class IntegrationTest { method call (line 174) | Future call() FILE: dev/devicelab/lib/tasks/microbenchmarks.dart function createMicrobenchmarkTask (line 17) | TaskFunction createMicrobenchmarkTask() function _runMicrobench (line 22) | Future> _runMicrobench(String benchmarkPath) function _run (line 23) | Future> _run() FILE: dev/devicelab/lib/tasks/new_gallery.dart class NewGalleryPerfTest (line 14) | class NewGalleryPerfTest extends PerfTest { method run (line 27) | Future run() FILE: dev/devicelab/lib/tasks/perf_tests.dart function _testOutputDirectory (line 23) | String _testOutputDirectory(String testDirectory) function createComplexLayoutScrollPerfTest (line 27) | TaskFunction createComplexLayoutScrollPerfTest({bool measureCpuGpu = true}) function createTilesScrollPerfTest (line 36) | TaskFunction createTilesScrollPerfTest() function createUiKitViewScrollPerfTest (line 44) | TaskFunction createUiKitViewScrollPerfTest() function createAndroidTextureScrollPerfTest (line 54) | TaskFunction createAndroidTextureScrollPerfTest() function createAndroidViewScrollPerfTest (line 63) | TaskFunction createAndroidViewScrollPerfTest() function createHomeScrollPerfTest (line 72) | TaskFunction createHomeScrollPerfTest() function createCullOpacityPerfTest (line 80) | TaskFunction createCullOpacityPerfTest() function createCullOpacityPerfE2ETest (line 89) | TaskFunction createCullOpacityPerfE2ETest() function createCubicBezierPerfTest (line 96) | TaskFunction createCubicBezierPerfTest() function createCubicBezierPerfE2ETest (line 105) | TaskFunction createCubicBezierPerfE2ETest() function createCubicBezierPerfSkSlWarmupE2ETest (line 112) | TaskFunction createCubicBezierPerfSkSlWarmupE2ETest() function createCubicBezierPerfSkSLWarmupTest (line 119) | TaskFunction createCubicBezierPerfSkSLWarmupTest() function createFlutterGalleryTransitionsPerfSkSLWarmupTest (line 128) | TaskFunction createFlutterGalleryTransitionsPerfSkSLWarmupTest() function createFlutterGalleryTransitionsPerfSkSLWarmupE2ETest (line 136) | TaskFunction createFlutterGalleryTransitionsPerfSkSLWarmupE2ETest() function createBackdropFilterPerfTest (line 144) | TaskFunction createBackdropFilterPerfTest({bool measureCpuGpu = true}) function createAnimationWithMicrotasksPerfTest (line 155) | TaskFunction createAnimationWithMicrotasksPerfTest({bool measureCpuGpu =... function createBackdropFilterPerfE2ETest (line 166) | TaskFunction createBackdropFilterPerfE2ETest() function createPostBackdropFilterPerfTest (line 173) | TaskFunction createPostBackdropFilterPerfTest({bool measureCpuGpu = true}) function createSimpleAnimationPerfTest (line 184) | TaskFunction createSimpleAnimationPerfTest({bool measureCpuGpu = true}) function createAnimatedPlaceholderPerfE2ETest (line 195) | TaskFunction createAnimatedPlaceholderPerfE2ETest() function createPictureCachePerfTest (line 202) | TaskFunction createPictureCachePerfTest() function createPictureCachePerfE2ETest (line 211) | TaskFunction createPictureCachePerfE2ETest() function createFlutterGalleryStartupTest (line 218) | TaskFunction createFlutterGalleryStartupTest({String target = 'lib/main.... function createComplexLayoutStartupTest (line 225) | TaskFunction createComplexLayoutStartupTest() function createFlutterGalleryCompileTest (line 231) | TaskFunction createFlutterGalleryCompileTest() function createHelloWorldCompileTest (line 235) | TaskFunction createHelloWorldCompileTest() function createWebCompileTest (line 239) | TaskFunction createWebCompileTest() function createComplexLayoutCompileTest (line 243) | TaskFunction createComplexLayoutCompileTest() function createFlutterViewStartupTest (line 247) | TaskFunction createFlutterViewStartupTest() function createPlatformViewStartupTest (line 254) | TaskFunction createPlatformViewStartupTest() function createBasicMaterialCompileTest (line 261) | TaskFunction createBasicMaterialCompileTest() function createTextfieldPerfTest (line 279) | TaskFunction createTextfieldPerfTest() function createTextfieldPerfE2ETest (line 288) | TaskFunction createTextfieldPerfE2ETest() function createStackSizeTest (line 295) | TaskFunction createStackSizeTest() function createFullscreenTextfieldPerfTest (line 332) | TaskFunction createFullscreenTextfieldPerfTest() function createFullscreenTextfieldPerfE2ETest (line 341) | TaskFunction createFullscreenTextfieldPerfE2ETest() function createColorFilterAndFadePerfTest (line 348) | TaskFunction createColorFilterAndFadePerfTest() function createColorFilterAndFadePerfE2ETest (line 358) | TaskFunction createColorFilterAndFadePerfE2ETest() function createFadingChildAnimationPerfTest (line 365) | TaskFunction createFadingChildAnimationPerfTest() function createImageFilteredTransformAnimationPerfTest (line 375) | TaskFunction createImageFilteredTransformAnimationPerfTest() function createsMultiWidgetConstructPerfE2ETest (line 385) | TaskFunction createsMultiWidgetConstructPerfE2ETest() function createsScrollSmoothnessPerfTest (line 392) | TaskFunction createsScrollSmoothnessPerfTest() function addResult (line 417) | void addResult(dynamic data, String suffix) function createFramePolicyIntegrationTest (line 443) | TaskFunction createFramePolicyIntegrationTest() function _average (line 487) | Map _average(List> results, int it... class StartupTest (line 505) | class StartupTest { method run (line 512) | Future run() class DevtoolsStartupTest (line 628) | class DevtoolsStartupTest { method run (line 633) | Future run() class PerfTest (line 729) | class PerfTest { method run (line 801) | Future run() method internalRun (line 806) | Future internalRun({ class PerfTestWithSkSL (line 908) | class PerfTestWithSkSL extends PerfTest { method run (line 942) | Future run() method _generateSkSL (line 966) | Future _generateSkSL() method _runApp (line 988) | Future _runApp({String? appBinary, bool cacheSkSL = false, Str... method _transform (line 1042) | Stream _transform(Stream> stream) method _forwardStream (line 1045) | void _forwardStream(Stream> stream, String label) class WebCompileTest (line 1060) | class WebCompileTest { method run (line 1063) | Future run() method runSingleBuildTest (line 1097) | Future> runSingleBuildTest({ method getSize (line 1127) | Future> getSize(String fileName, {required String met... method _parseDu (line 1140) | int _parseDu(String source) class CompileTest (line 1147) | class CompileTest { method run (line 1153) | Future run() method _compileApp (line 1180) | Future> _compileApp({ bool reportPackageContentSi... method _compileDebug (line 1255) | Future> _compileDebug({ method getSizesFromIosApp (line 1291) | Future> getSizesFromIosApp(String appPath) method getSizesFromApk (line 1309) | Future> getSizesFromApk(String apkPath) class MemoryTest (line 1336) | class MemoryTest { method prepareForNextMessage (line 1351) | void prepareForNextMessage(String message) method run (line 1361) | Future run() method launchApp (line 1415) | Future launchApp() method useMemory (line 1435) | Future useMemory() method recordStart (line 1455) | Future recordStart() method recordEnd (line 1462) | Future recordEnd() class DevToolsMemoryTest (line 1472) | class DevToolsMemoryTest { method run (line 1478) | Future run() type ReportedDurationTestFlavor (line 1522) | enum ReportedDurationTestFlavor { function _reportedDurationTestToString (line 1526) | String _reportedDurationTestToString(ReportedDurationTestFlavor flavor) class ReportedDurationTest (line 1537) | class ReportedDurationTest { method run (line 1553) | Future run() class ListStatistics (line 1597) | class ListStatistics { method asMap (line 1615) | Map asMap(String prefix) class _UnzipListEntry (line 1624) | class _UnzipListEntry { function waitForFile (line 1650) | Future waitForFile(String path) function _findIosAppInBuildDirectory (line 1662) | String? _findIosAppInBuildDirectory(String searchDirectory) FILE: dev/devicelab/lib/tasks/platform_channels_benchmarks.dart function runTask (line 14) | TaskFunction runTask(adb.DeviceOperatingSystem operatingSystem) FILE: dev/devicelab/lib/tasks/plugin_tests.dart function combine (line 13) | TaskFunction combine(List tasks) class PluginTest (line 27) | class PluginTest { method call (line 35) | Future call() class _FlutterProject (line 70) | class _FlutterProject { method addPlugin (line 78) | Future addPlugin(String plugin, {String? pluginPath}) method test (line 90) | Future test() method create (line 96) | Future<_FlutterProject> create( method _reduceDarwinPluginMinimumVersion (line 128) | void _reduceDarwinPluginMinimumVersion(String plugin, String target) method build (line 149) | Future build(String target) method delete (line 196) | Future delete() FILE: dev/devicelab/lib/tasks/web_benchmarks.dart function runWebBenchmark (line 23) | Future runWebBenchmark({ required bool useCanvasKit }) FILE: dev/devicelab/lib/tasks/web_dev_mode_tests.dart class WebDevice (line 24) | abstract class WebDevice { function createWebDevModeTest (line 29) | TaskFunction createWebDevModeTest(String webDevice, bool enableIncrement... FILE: dev/devicelab/test/ab_test.dart function main (line 10) | void main() FILE: dev/devicelab/test/adb_test.dart function main (line 12) | void main() function expectLog (line 126) | void expectLog(List log) function cmd (line 130) | CommandArgs cmd({ type ExitErrorFactory (line 142) | typedef ExitErrorFactory = dynamic Function(); class CommandArgs (line 144) | @immutable method toString (line 153) | String toString() class FakeDevice (line 176) | class FakeDevice extends AndroidDevice { method resetLog (line 183) | void resetLog() method pretendAwake (line 187) | void pretendAwake() method pretendAsleep (line 193) | void pretendAsleep() method pretendArm64 (line 199) | void pretendArm64() method shellEval (line 206) | Future shellEval(String command, List arguments, { Map... method shellExec (line 216) | Future shellExec(String command, List arguments, { Map args, FILE: dev/devicelab/test/common.dart function isInstanceOf (line 10) | TypeMatcher isInstanceOf() FILE: dev/devicelab/test/host_agent_test.dart function main (line 12) | void main() FILE: dev/devicelab/test/metrics_center_test.dart class FakeFlutterDestination (line 10) | class FakeFlutterDestination implements FlutterDestination { method update (line 14) | Future update(List points, DateTime commitTime, Str... function main (line 25) | void main() FILE: dev/devicelab/test/run_test.dart function main (line 12) | void main() function runScript (line 16) | Future runScript(List testNames, function expectScriptResult (line 29) | Future expectScriptResult( FILE: dev/devicelab/test/runner_test.dart function main (line 11) | void main() function print (line 18) | void print(String s) FILE: dev/devicelab/test/running_processes_test.dart function main (line 8) | void main() FILE: dev/devicelab/test/task_result_test.dart function main (line 9) | void main() FILE: dev/devicelab/test/tasks/build_test_task_test.dart function main (line 12) | void main() FILE: dev/devicelab/test/utils_test.dart function main (line 9) | void main() FILE: dev/docs/assets/snippets.js function showSnippet (line 8) | function showSnippet(name, visibleSnippet) { function findSiblingWithId (line 41) | function findSiblingWithId(element, id) { function supportsCopying (line 55) | function supportsCopying() { function copyStringToClipboard (line 61) | function copyStringToClipboard(string) { function fixHref (line 80) | function fixHref(anchor, id) { function copyTextToClipboard (line 86) | function copyTextToClipboard(element) { FILE: dev/docs/dashing_postprocess.dart function main (line 18) | void main(List args) FILE: dev/forbidden_from_release_tests/bin/main.dart function main (line 20) | Future main(List args) function validateType (line 64) | Future validateType(String forbiddenType, File packageConfigFile) class Options (line 102) | class Options { method _getFileArg (line 147) | File _getFileArg(ArgResults argResults, String argName) FILE: dev/integration_tests/abstract_method_smoke_test/lib/main.dart function main (line 8) | Future main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class HomePage (line 31) | class HomePage extends StatefulWidget { method createState (line 35) | State createState() class _HomePage (line 38) | class _HomePage extends State { method initState (line 40) | void initState() method build (line 52) | Widget build(BuildContext context) class SecondPage (line 57) | class SecondPage extends StatelessWidget { method build (line 61) | Widget build(BuildContext context) FILE: dev/integration_tests/android_custom_host_app/SampleApp/src/main/java/io/flutter/add2app/MainActivity.java class MainActivity (line 11) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/android_embedding_v2_smoke_test/lib/main.dart function main (line 7) | void main() FILE: dev/integration_tests/android_host_app_v2_embedding/app/src/main/java/io/flutter/add2app/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/android_module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/android_semantics_testing/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java class MainActivity (line 31) | public class MainActivity extends FlutterActivity { method onCreate (line 32) | @Override class SemanticsTesterMethodHandler (line 39) | class SemanticsTesterMethodHandler implements MethodCallHandler { method onMethodCall (line 42) | @Override method convertSemantics (line 69) | @SuppressWarnings("unchecked") FILE: dev/integration_tests/android_semantics_testing/lib/main.dart function main (line 18) | void main() function dataHandler (line 26) | Future dataHandler(String message) function completeSemantics (line 30) | Future completeSemantics([Object _]) class TestApp (line 52) | class TestApp extends StatelessWidget { method build (line 56) | Widget build(BuildContext context) FILE: dev/integration_tests/android_semantics_testing/lib/src/common.dart class AndroidSemanticsNode (line 22) | class AndroidSemanticsNode { method getRect (line 134) | Rect getRect() method getSize (line 146) | Size getSize() method getActions (line 152) | List getActions() method toString (line 157) | String toString() class Rect (line 166) | @immutable method toString (line 200) | String toString() class Size (line 206) | @immutable method toString (line 230) | String toString() FILE: dev/integration_tests/android_semantics_testing/lib/src/constants.dart class AndroidClassName (line 9) | class AndroidClassName { class AndroidSemanticsAction (line 33) | @immutable method toString (line 126) | String toString() method deserialize (line 213) | AndroidSemanticsAction deserialize(int value) FILE: dev/integration_tests/android_semantics_testing/lib/src/matcher.dart function hasAndroidSemantics (line 20) | Matcher hasAndroidSemantics({ class _AndroidSemanticsMatcher (line 59) | class _AndroidSemanticsMatcher extends Matcher { method describe (line 97) | Description describe(Description description) method matches (line 133) | bool matches(covariant AndroidSemanticsNode item, Map ... method describeMismatch (line 179) | Description describeMismatch(Object item, Description mismatchDescript... method _failWithMessage (line 184) | bool _failWithMessage(String value, Map matchState) FILE: dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart class SelectionControlsPage (line 11) | class SelectionControlsPage extends StatefulWidget { method createState (line 15) | State createState() class _SelectionControlsPageState (line 18) | class _SelectionControlsPageState extends State { method _updateCheckbox (line 31) | void _updateCheckbox(bool newValue) method _updateRadio (line 37) | void _updateRadio(int newValue) method _updateSwitch (line 43) | void _updateSwitch(bool newValue) method _updateLabeledSwitch (line 49) | void _updateLabeledSwitch(bool newValue) method build (line 56) | Widget build(BuildContext context) FILE: dev/integration_tests/android_semantics_testing/lib/src/tests/headings_page.dart class HeadingsPage (line 11) | class HeadingsPage extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: dev/integration_tests/android_semantics_testing/lib/src/tests/popup_page.dart class PopupControlsPage (line 12) | class PopupControlsPage extends StatefulWidget { method createState (line 16) | State createState() class _PopupControlsPageState (line 19) | class _PopupControlsPageState extends State { method build (line 28) | Widget build(BuildContext context) FILE: dev/integration_tests/android_semantics_testing/lib/src/tests/text_field_page.dart class TextFieldPage (line 12) | class TextFieldPage extends StatefulWidget { method createState (line 16) | State createState() class _TextFieldPageState (line 19) | class _TextFieldPageState extends State { method build (line 27) | Widget build(BuildContext context) FILE: dev/integration_tests/android_semantics_testing/test/android_semantics_testing_test.dart function main (line 34) | void main() FILE: dev/integration_tests/android_semantics_testing/test_driver/main_test.dart function adbPath (line 13) | String adbPath() function main (line 22) | void main() function getSemantics (line 25) | Future getSemantics(SerializableFinder finder) function getCheckboxSemantics (line 245) | Future getCheckboxSemantics(String key) function getRadioSemantics (line 292) | Future getRadioSemantics(String key) function getSwitchSemantics (line 328) | Future getSwitchSemantics(String key) function getSwitchSemantics (line 366) | Future getSwitchSemantics(String key) FILE: dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/MainActivity.java class MainActivity (line 23) | public class MainActivity extends FlutterActivity implements MethodChann... method getFlutterView (line 33) | private View getFlutterView() { method onCreate (line 37) | @Override method configureFlutterEngine (line 43) | @Override method onMethodCall (line 55) | @Override method synthesizeEvent (line 81) | @SuppressWarnings("unchecked") method onRequestPermissionsResult (line 88) | @Override method getExternalStoragePermissions (line 97) | private void getExternalStoragePermissions() { method sendPermissionResult (line 110) | private void sendPermissionResult(boolean result) { FILE: dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/MotionEventCodec.java class MotionEventCodec (line 18) | @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) method encode (line 22) | public static HashMap encode(MotionEvent event) { method encodePointerProperties (line 56) | private static HashMap encodePointerProperties(Pointer... method encodePointerCoords (line 63) | private static HashMap encodePointerCoords(PointerCoor... method decode (line 77) | @SuppressWarnings("unchecked") method decodePointerProperties (line 108) | private static PointerProperties decodePointerProperties(HashMap originalE... function diffPointerProperties (line 64) | void diffPointerProperties(StringBuffer diffBuffer, function diffPointerCoordsList (line 86) | void diffPointerCoordsList(StringBuffer diffBuffer, function diffPointerCoords (line 107) | void diffPointerCoords(Map expected, function diffMaps (line 112) | void diffMaps( function getActionMasked (line 138) | int getActionMasked(int action) function getPointerIdx (line 140) | int getPointerIdx(int action) function getActionName (line 142) | String getActionName(int actionMasked, int action) function doublesApproximatelyMatch (line 164) | bool doublesApproximatelyMatch(dynamic a, dynamic b) FILE: dev/integration_tests/android_views/lib/motion_events_page.dart class MotionEventsPage (line 20) | class MotionEventsPage extends PageWidget { method build (line 25) | Widget build(BuildContext context) class FutureDataHandler (line 35) | class FutureDataHandler { method handleMessage (line 38) | Future handleMessage(String? message) class MotionEventsBody (line 46) | class MotionEventsBody extends StatefulWidget { method createState (line 50) | State createState() class MotionEventsBodyState (line 53) | class MotionEventsBodyState extends State { method build (line 65) | Widget build(BuildContext context) method playEventsFile (line 130) | Future playEventsFile() method initState (line 168) | void initState() method saveRecordedEvents (line 173) | Future saveRecordedEvents(ByteData data, BuildContext context) method showMessage (line 190) | void showMessage(BuildContext context, String message) method onPlatformViewCreated (line 197) | void onPlatformViewCreated(int id) method listenToFlutterViewEvents (line 203) | void listenToFlutterViewEvents() method handleDriverMessage (line 212) | Future handleDriverMessage(String? message) method onMethodChannelCall (line 220) | Future onMethodChannelCall(MethodCall call) method onViewMethodChannelCall (line 233) | Future onViewMethodChannelCall(MethodCall call) method buildEventTile (line 246) | Widget buildEventTile(BuildContext context, int index) class TouchEventDiff (line 255) | class TouchEventDiff extends StatelessWidget { method build (line 262) | Widget build(BuildContext context) method prettyPrintEvent (line 291) | void prettyPrintEvent(Map event) FILE: dev/integration_tests/android_views/lib/page.dart class PageWidget (line 10) | abstract class PageWidget extends StatelessWidget { FILE: dev/integration_tests/android_views/lib/wm_integrations.dart class WindowManagerIntegrationsPage (line 12) | class WindowManagerIntegrationsPage extends PageWidget { method build (line 17) | Widget build(BuildContext context) class WindowManagerBody (line 20) | class WindowManagerBody extends StatefulWidget { method createState (line 24) | State createState() type _LastTestStatus (line 27) | enum _LastTestStatus { class WindowManagerBodyState (line 33) | class WindowManagerBodyState extends State { method build (line 42) | Widget build(BuildContext context) method _statusWidget (line 88) | Widget _statusWidget() method onShowAlertDialogPressed (line 103) | Future onShowAlertDialogPressed() method onAddWindowPressed (line 122) | Future onAddWindowPressed() method onTapWindowPressed (line 136) | Future onTapWindowPressed() method onPlatformViewCreated (line 149) | void onPlatformViewCreated(int id) FILE: dev/integration_tests/android_views/test_driver/main_test.dart function main (line 8) | Future main() FILE: dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/MainActivity.java class MainActivity (line 20) | public class MainActivity extends FlutterActivity { method configureFlutterEngine (line 21) | @Override method setupMessageHandshake (line 34) | private void setupMessageHandshake(final BasicMessageChannel ch... method echo (line 54) | @SuppressWarnings("unchecked") method setupMethodHandshake (line 65) | private void setupMethodHandshake(final MethodChannel channel) { method doSuccessHandshake (line 84) | private void doSuccessHandshake(final MethodChannel channel, final Met... method doErrorHandshake (line 104) | private void doErrorHandshake(final MethodChannel channel, final Metho... method doNotImplementedHandshake (line 124) | private void doNotImplementedHandshake(final MethodChannel channel, fi... class ExtendedStandardMessageCodec (line 145) | final class ExtendedStandardMessageCodec extends StandardMessageCodec { method writeValue (line 150) | @Override method readValueOfType (line 164) | @Override class Pair (line 176) | final class Pair { method Pair (line 180) | public Pair(Object left, Object right) { method toString (line 185) | @Override FILE: dev/integration_tests/channels/lib/main.dart function main (line 16) | void main() class TestApp (line 21) | class TestApp extends StatefulWidget { method createState (line 25) | State createState() class _TestAppState (line 28) | class _TestAppState extends State { method _executeNextStep (line 173) | void _executeNextStep() method _buildTestResultWidget (line 182) | Widget _buildTestResultWidget( method build (line 190) | Widget build(BuildContext context) FILE: dev/integration_tests/channels/lib/src/basic_messaging.dart class ExtendedStandardMessageCodec (line 13) | class ExtendedStandardMessageCodec extends StandardMessageCodec { method writeValue (line 20) | void writeValue(WriteBuffer buffer, dynamic value) method readValueOfType (line 34) | dynamic readValueOfType(int type, ReadBuffer buffer) function basicBinaryHandshake (line 45) | Future basicBinaryHandshake(ByteData? message) function basicStringHandshake (line 55) | Future basicStringHandshake(String? message) function basicJsonHandshake (line 63) | Future basicJsonHandshake(dynamic message) function basicStandardHandshake (line 72) | Future basicStandardHandshake(dynamic message) function basicBinaryMessageToUnknownChannel (line 82) | Future basicBinaryMessageToUnknownChannel() function basicStringMessageToUnknownChannel (line 91) | Future basicStringMessageToUnknownChannel() function basicJsonMessageToUnknownChannel (line 99) | Future basicJsonMessageToUnknownChannel() function basicStandardMessageToUnknownChannel (line 108) | Future basicStandardMessageToUnknownChannel() function _basicMessageHandshake (line 123) | Future _basicMessageHandshake( function _basicMessageToUnknownChannel (line 151) | Future _basicMessageToUnknownChannel( function toString (line 172) | String toString(dynamic message) FILE: dev/integration_tests/channels/lib/src/method_calls.dart function methodCallJsonSuccessHandshake (line 10) | Future methodCallJsonSuccessHandshake(dynamic payload) function methodCallJsonErrorHandshake (line 16) | Future methodCallJsonErrorHandshake(dynamic payload) function methodCallJsonNotImplementedHandshake (line 22) | Future methodCallJsonNotImplementedHandshake() function methodCallStandardSuccessHandshake (line 28) | Future methodCallStandardSuccessHandshake( function methodCallStandardErrorHandshake (line 37) | Future methodCallStandardErrorHandshake(dynamic payload) function methodCallStandardNotImplementedHandshake (line 45) | Future methodCallStandardNotImplementedHandshake() function _methodCallSuccessHandshake (line 53) | Future _methodCallSuccessHandshake( function _methodCallErrorHandshake (line 80) | Future _methodCallErrorHandshake( function _methodCallNotImplementedHandshake (line 109) | Future _methodCallNotImplementedHandshake( FILE: dev/integration_tests/channels/lib/src/pair.dart class Pair (line 6) | class Pair { method toString (line 13) | String toString() FILE: dev/integration_tests/channels/lib/src/test_step.dart type TestStatus (line 12) | enum TestStatus { ok, pending, failed, complete } type TestStep (line 14) | typedef TestStep = Future Function(); class TestStepResult (line 27) | class TestStepResult { method asWidget (line 71) | Widget asWidget(BuildContext context) function resultOfHandshake (line 95) | Future resultOfHandshake( function _toString (line 129) | String _toString(dynamic message) function _deepEquals (line 138) | bool _deepEquals(dynamic a, dynamic b) function _deepEqualsByteData (line 154) | bool _deepEqualsByteData(ByteData a, ByteData b) function _deepEqualsList (line 161) | bool _deepEqualsList(List a, List b) function _deepEqualsMap (line 171) | bool _deepEqualsMap(Map a, Map b) function _deepEqualsPair (line 181) | bool _deepEqualsPair(Pair a, Pair b) FILE: dev/integration_tests/channels/test_driver/main_test.dart function main (line 8) | void main() FILE: dev/integration_tests/deferred_components_test/lib/component1.dart class LogoScreen (line 10) | class LogoScreen extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) FILE: dev/integration_tests/deferred_components_test/lib/main.dart function main (line 12) | void main() class MyApp (line 17) | class MyApp extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) class MyHomePage (line 33) | class MyHomePage extends StatefulWidget { method createState (line 37) | MyHomePageState createState() class MyHomePageState (line 40) | class MyHomePageState extends State { method initState (line 49) | void initState() method _pressHandler (line 57) | void _pressHandler() method build (line 76) | Widget build(BuildContext context) FILE: dev/integration_tests/deferred_components_test/test_driver/main_test.dart function main (line 8) | Future main() FILE: dev/integration_tests/external_ui/android/app/src/main/java/io/flutter/externalui/MainActivity.java class MainActivity (line 27) | public class MainActivity extends FlutterActivity { method onCreate (line 37) | @Override method frameRate (line 116) | double frameRate(AtomicInteger frameCounter, long startTime, long endT... method onDestroy (line 120) | @Override class FrameRenderer (line 129) | class FrameRenderer { method FrameRenderer (line 134) | FrameRenderer(Surface surface) { method drawFrame (line 142) | void drawFrame() { FILE: dev/integration_tests/external_ui/lib/main.dart function main (line 11) | void main() class MyApp (line 17) | class MyApp extends StatefulWidget { method createState (line 21) | State createState() type FrameState (line 26) | enum FrameState { initial, slow, afterSlow, fast, afterFast } class MyAppState (line 28) | class MyAppState extends State with SingleTickerProviderStateMixin { method _summarizeStats (line 35) | Future _summarizeStats() method _nextState (line 44) | Future _nextState() method initState (line 87) | void initState() method _calibrate (line 95) | Future _calibrate() method build (line 131) | Widget build(BuildContext context) FILE: dev/integration_tests/external_ui/test_driver/main_test.dart function main (line 14) | Future main() FILE: dev/integration_tests/flavors/android/app/src/main/java/com/yourcompany/flavors/MainActivity.java class MainActivity (line 14) | public class MainActivity extends FlutterActivity { method onCreate (line 15) | @Override FILE: dev/integration_tests/flavors/lib/main.dart function main (line 9) | void main() class Flavor (line 14) | class Flavor extends StatefulWidget { method createState (line 18) | State createState() class _FlavorState (line 21) | class _FlavorState extends State { method initState (line 25) | void initState() method build (line 35) | Widget build(BuildContext context) FILE: dev/integration_tests/flavors/test_driver/main_test.dart function main (line 8) | void main() FILE: dev/integration_tests/flutter_gallery/android/app/src/androidTest/java/io/flutter/demo/gallery/MainActivityTest.java class MainActivityTest (line 12) | @RunWith(FlutterTestRunner.class) FILE: dev/integration_tests/flutter_gallery/android/app/src/main/java/io/flutter/demo/gallery/FlutterGalleryInstrumentation.java class FlutterGalleryInstrumentation (line 17) | public class FlutterGalleryInstrumentation implements MethodCallHandler { method FlutterGalleryInstrumentation (line 21) | FlutterGalleryInstrumentation(@NonNull BinaryMessenger messenger) { method onMethodCall (line 26) | @Override method isTestSuccessful (line 33) | public boolean isTestSuccessful() { method waitForTestToFinish (line 37) | public void waitForTestToFinish() throws Exception { FILE: dev/integration_tests/flutter_gallery/android/app/src/main/java/io/flutter/demo/gallery/MainActivity.java class MainActivity (line 11) | public class MainActivity extends FlutterActivity { method getInstrumentation (line 15) | public FlutterGalleryInstrumentation getInstrumentation() { method configureFlutterEngine (line 19) | @Override FILE: dev/integration_tests/flutter_gallery/lib/delayed_main.dart function createGarbage (line 9) | Object? createGarbage() function main (line 20) | Future main() FILE: dev/integration_tests/flutter_gallery/lib/demo/animation/home.dart class _RenderStatusBarPaddingSliver (line 33) | class _RenderStatusBarPaddingSliver extends RenderSliver { method performLayout (line 66) | void performLayout() class _StatusBarPaddingSliver (line 76) | class _StatusBarPaddingSliver extends SingleChildRenderObjectWidget { method createRenderObject (line 89) | _RenderStatusBarPaddingSliver createRenderObject(BuildContext context) method updateRenderObject (line 97) | void updateRenderObject(BuildContext context, _RenderStatusBarPaddingS... method debugFillProperties (line 104) | void debugFillProperties(DiagnosticPropertiesBuilder description) class _SliverAppBarDelegate (line 111) | class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate { method build (line 128) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 133) | bool shouldRebuild(_SliverAppBarDelegate oldDelegate) method toString (line 140) | String toString() class _AllSectionsLayout (line 164) | class _AllSectionsLayout extends MultiChildLayoutDelegate { method _interpolateRect (line 179) | Rect? _interpolateRect(Rect begin, Rect end) method _interpolatePoint (line 183) | Offset? _interpolatePoint(Offset begin, Offset end) method performLayout (line 188) | void performLayout(Size size) method shouldRelayout (line 254) | bool shouldRelayout(_AllSectionsLayout oldDelegate) class _AllSectionsView (line 261) | class _AllSectionsView extends AnimatedWidget { method _selectedIndexDelta (line 284) | double _selectedIndexDelta(int index) method _build (line 288) | Widget _build(BuildContext context, BoxConstraints constraints) method _indicatorOpacity (line 306) | double _indicatorOpacity(int index) method _titleOpacity (line 310) | double _titleOpacity(int index) method _titleScale (line 314) | double _titleScale(int index) method build (line 354) | Widget build(BuildContext context) class _SnappingScrollPhysics (line 362) | class _SnappingScrollPhysics extends ClampingScrollPhysics { method applyTo (line 371) | _SnappingScrollPhysics applyTo(ScrollPhysics? ancestor) method _toMidScrollOffsetSimulation (line 375) | Simulation _toMidScrollOffsetSimulation(double offset, double dragVelo... method _toZeroScrollOffsetSimulation (line 380) | Simulation _toZeroScrollOffsetSimulation(double offset, double dragVel... method createBallisticSimulation (line 386) | Simulation? createBallisticSimulation(ScrollMetrics position, double d... class AnimationDemoHome (line 417) | class AnimationDemoHome extends StatefulWidget { method createState (line 423) | State createState() class _AnimationDemoHomeState (line 426) | class _AnimationDemoHomeState extends State { method build (line 434) | Widget build(BuildContext context) method _handleBackButton (line 444) | void _handleBackButton(double midScrollOffset) method _handleScrollNotification (line 453) | bool _handleScrollNotification(ScrollNotification notification, double... method _maybeScroll (line 467) | void _maybeScroll(double midScrollOffset, int pageIndex, double xOffset) method _handlePageNotification (line 481) | bool _handlePageNotification(ScrollNotification notification, PageCont... method _detailItemsFor (line 490) | Iterable _detailItemsFor(Section section) method _allHeadingItems (line 497) | List _allHeadingItems(double maxHeight, double midScrollOffset) method _buildBody (line 536) | Widget _buildBody(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/animation/sections.dart class SectionDetail (line 16) | class SectionDetail { class Section (line 29) | @immutable FILE: dev/integration_tests/flutter_gallery/lib/demo/animation/widgets.dart class SectionCard (line 12) | class SectionCard extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class SectionTitle (line 46) | class SectionTitle extends StatelessWidget { method build (line 73) | Widget build(BuildContext context) class SectionIndicator (line 96) | class SectionIndicator extends StatelessWidget { method build (line 102) | Widget build(BuildContext context) class SectionDetailView (line 114) | class SectionDetailView extends StatelessWidget { method build (line 123) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/animation_demo.dart class AnimationDemo (line 9) | class AnimationDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/calculator/home.dart class Calculator (line 9) | class Calculator extends StatefulWidget { method createState (line 13) | State createState() class CalculatorState (line 16) | class CalculatorState extends State { method pushExpression (line 25) | void pushExpression(CalcExpression expression) method popCalcExpression (line 31) | void popCalcExpression() method setResult (line 40) | void setResult(CalcExpression resultExpression) method handleNumberTap (line 45) | void handleNumberTap(int n) method handlePointTap (line 54) | void handlePointTap() method handlePlusTap (line 63) | void handlePlusTap() method handleMinusTap (line 72) | void handleMinusTap() method handleMultTap (line 81) | void handleMultTap() method handleDivTap (line 90) | void handleDivTap() method handleEqualsTap (line 99) | void handleEqualsTap() method handleDelTap (line 108) | void handleDelTap() method build (line 115) | Widget build(BuildContext context) class CalcDisplay (line 140) | class CalcDisplay extends StatelessWidget { method build (line 146) | Widget build(BuildContext context) class KeyPad (line 156) | class KeyPad extends StatelessWidget { method build (line 162) | Widget build(BuildContext context) class KeyRow (line 224) | class KeyRow extends StatelessWidget { method build (line 230) | Widget build(BuildContext context) class CalcKey (line 240) | class CalcKey extends StatelessWidget { method build (line 247) | Widget build(BuildContext context) class NumberKey (line 267) | class NumberKey extends CalcKey { FILE: dev/integration_tests/flutter_gallery/lib/demo/calculator/logic.dart class ExpressionToken (line 9) | class ExpressionToken { method toString (line 15) | String toString() class NumberToken (line 19) | class NumberToken extends ExpressionToken { class IntToken (line 28) | class IntToken extends NumberToken { class FloatToken (line 33) | class FloatToken extends NumberToken { method _parse (line 36) | double _parse(String stringRep) class ResultToken (line 47) | class ResultToken extends NumberToken { method round (line 53) | num round(num number) class LeadingNegToken (line 61) | class LeadingNegToken extends ExpressionToken { type Operation (line 65) | enum Operation { Addition, Subtraction, Multiplication, Division } class OperationToken (line 68) | class OperationToken extends ExpressionToken { method opString (line 74) | String? opString(Operation operation) type ExpressionState (line 90) | enum ExpressionState { class CalcExpression (line 118) | class CalcExpression { method toString (line 138) | String toString() method appendDigit (line 147) | CalcExpression? appendDigit(int digit) method appendPoint (line 182) | CalcExpression? appendPoint() method appendOperation (line 208) | CalcExpression? appendOperation(Operation op) method appendLeadingNeg (line 228) | CalcExpression? appendLeadingNeg() method appendMinus (line 250) | CalcExpression? appendMinus() method computeResult (line 268) | CalcExpression? computeResult() method removeNextTerm (line 313) | num removeNextTerm(List list) FILE: dev/integration_tests/flutter_gallery/lib/demo/calculator_demo.dart class CalculatorDemo (line 9) | class CalculatorDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/colors_demo.dart class Palette (line 9) | class Palette { class ColorItem (line 43) | class ColorItem extends StatelessWidget { method colorString (line 55) | String colorString() method build (line 58) | Widget build(BuildContext context) class PaletteTabView (line 81) | class PaletteTabView extends StatelessWidget { method build (line 94) | Widget build(BuildContext context) class ColorsDemo (line 121) | class ColorsDemo extends StatelessWidget { method build (line 127) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/contacts_demo.dart class _ContactCategory (line 8) | class _ContactCategory extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class _ContactItem (line 44) | class _ContactItem extends StatelessWidget { method build (line 55) | Widget build(BuildContext context) class ContactsDemo (line 88) | class ContactsDemo extends StatefulWidget { method createState (line 94) | ContactsDemoState createState() type AppBarBehavior (line 97) | enum AppBarBehavior { normal, pinned, floating, snapping } class ContactsDemoState (line 99) | class ContactsDemoState extends State { method build (line 105) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_activity_indicator_demo.dart class CupertinoProgressIndicatorDemo (line 9) | class CupertinoProgressIndicatorDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_alert_demo.dart class CupertinoAlertDemo (line 9) | class CupertinoAlertDemo extends StatefulWidget { method createState (line 15) | State createState() class _CupertinoAlertDemoState (line 18) | class _CupertinoAlertDemoState extends State { method showDemoDialog (line 21) | void showDemoDialog({required BuildContext context, Widget? child}) method showDemoActionSheet (line 32) | void showDemoActionSheet({required BuildContext context, Widget? child}) method build (line 44) | Widget build(BuildContext context) method _onAlertPress (line 116) | void _onAlertPress(BuildContext context) method _onAlertWithTitlePress (line 137) | void _onAlertWithTitlePress(BuildContext context) method _onAlertWithButtonsPress (line 158) | void _onAlertWithButtonsPress(BuildContext context) method _onActionSheetPress (line 170) | void _onActionSheetPress(BuildContext context) class CupertinoDessertDialog (line 200) | class CupertinoDessertDialog extends StatelessWidget { method build (line 207) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_buttons_demo.dart class CupertinoButtonsDemo (line 9) | class CupertinoButtonsDemo extends StatefulWidget { method createState (line 15) | State createState() class _CupertinoButtonDemoState (line 18) | class _CupertinoButtonDemoState extends State { method build (line 22) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_navigation_demo.dart class CupertinoNavigationDemo (line 34) | class CupertinoNavigationDemo extends StatelessWidget { method build (line 51) | Widget build(BuildContext context) class ExitButton (line 107) | class ExitButton extends StatelessWidget { method build (line 111) | Widget build(BuildContext context) class CupertinoDemoTab1 (line 136) | class CupertinoDemoTab1 extends StatelessWidget { method build (line 149) | Widget build(BuildContext context) class Tab1RowItem (line 187) | class Tab1RowItem extends StatelessWidget { method build (line 204) | Widget build(BuildContext context) class Tab1ItemPage (line 292) | class Tab1ItemPage extends StatefulWidget { method createState (line 301) | State createState() class Tab1ItemPageState (line 304) | class Tab1ItemPageState extends State { method build (line 316) | Widget build(BuildContext context) class CupertinoDemoTab2 (line 439) | class CupertinoDemoTab2 extends StatelessWidget { method build (line 443) | Widget build(BuildContext context) class Tab2Header (line 463) | class Tab2Header extends StatelessWidget { method build (line 467) | Widget build(BuildContext context) type Tab2ConversationBubbleColor (line 586) | enum Tab2ConversationBubbleColor { class Tab2ConversationBubble (line 591) | class Tab2ConversationBubble extends StatelessWidget { method build (line 598) | Widget build(BuildContext context) class Tab2ConversationAvatar (line 635) | class Tab2ConversationAvatar extends StatelessWidget { method build (line 642) | Widget build(BuildContext context) class Tab2ConversationRow (line 674) | class Tab2ConversationRow extends StatelessWidget { method build (line 681) | Widget build(BuildContext context) function buildTab2Conversation (line 706) | List buildTab2Conversation() class CupertinoDemoTab3 (line 744) | class CupertinoDemoTab3 extends StatelessWidget { method build (line 748) | Widget build(BuildContext context) class Tab3Dialog (line 796) | class Tab3Dialog extends StatelessWidget { method build (line 800) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_picker_demo.dart class CupertinoPickerDemo (line 14) | class CupertinoPickerDemo extends StatefulWidget { method createState (line 20) | State createState() class _BottomPicker (line 23) | class _BottomPicker extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) class _Menu (line 55) | class _Menu extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) class _CupertinoPickerDemoState (line 89) | class _CupertinoPickerDemoState extends State { method _buildColorPicker (line 103) | Widget _buildColorPicker(BuildContext context) method _buildCountdownTimerPicker (line 143) | Widget _buildCountdownTimerPicker(BuildContext context) method _buildDatePicker (line 176) | Widget _buildDatePicker(BuildContext context) method _buildTimePicker (line 208) | Widget _buildTimePicker(BuildContext context) method _buildDateAndTimePicker (line 240) | Widget _buildDateAndTimePicker(BuildContext context) method build (line 272) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_refresh_demo.dart class CupertinoRefreshControlDemo (line 11) | class CupertinoRefreshControlDemo extends StatefulWidget { method createState (line 17) | State createState() class _CupertinoRefreshControlDemoState (line 20) | class _CupertinoRefreshControlDemoState extends State createState() class _CupertinoSegmentedControlDemoState (line 23) | class _CupertinoSegmentedControlDemoState extends State createState() class _CupertinoSliderDemoState (line 18) | class _CupertinoSliderDemoState extends State { method build (line 23) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_switch_demo.dart class CupertinoSwitchDemo (line 9) | class CupertinoSwitchDemo extends StatefulWidget { method createState (line 15) | State createState() class _CupertinoSwitchDemoState (line 18) | class _CupertinoSwitchDemoState extends State { method build (line 23) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/cupertino/cupertino_text_field_demo.dart class CupertinoTextFieldDemo (line 7) | class CupertinoTextFieldDemo extends StatefulWidget { method createState (line 13) | State createState() class _CupertinoTextFieldDemoState (line 18) | class _CupertinoTextFieldDemoState extends State { method initState (line 23) | void initState() method _buildChatTextField (line 29) | Widget _buildChatTextField() method _buildNameField (line 63) | Widget _buildNameField() method _buildEmailField (line 81) | Widget _buildEmailField() method _buildLocationField (line 99) | Widget _buildLocationField() method _buildPinField (line 117) | Widget _buildPinField() method _buildTagsField (line 136) | Widget _buildTagsField() method build (line 153) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/fortnightly/fortnightly.dart class FortnightlyDemo (line 7) | class FortnightlyDemo extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class ShortAppBar (line 35) | class ShortAppBar extends StatelessWidget { method build (line 41) | Widget build(BuildContext context) class FruitPage (line 70) | class FruitPage extends StatelessWidget { method build (line 92) | Widget build(BuildContext context) function _buildFortnightlyTheme (line 190) | ThemeData _buildFortnightlyTheme() function _buildTextTheme (line 198) | TextTheme _buildTextTheme(TextTheme base) FILE: dev/integration_tests/flutter_gallery/lib/demo/images_demo.dart class ImagesDemo (line 9) | class ImagesDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/backdrop_demo.dart class Category (line 13) | class Category { method toString (line 18) | String toString() class CategoryView (line 97) | class CategoryView extends StatelessWidget { method build (line 103) | Widget build(BuildContext context) class BackdropPanel (line 150) | class BackdropPanel extends StatelessWidget { method build (line 167) | Widget build(BuildContext context) class BackdropTitle (line 205) | class BackdropTitle extends AnimatedWidget { method build (line 212) | Widget build(BuildContext context) class BackdropDemo (line 241) | class BackdropDemo extends StatefulWidget { method createState (line 247) | State createState() class _BackdropDemoState (line 250) | class _BackdropDemoState extends State with SingleTickerPr... method initState (line 256) | void initState() method dispose (line 266) | void dispose() method _changeCategory (line 271) | void _changeCategory(Category category) method _toggleBackdropPanelVisibility (line 283) | void _toggleBackdropPanelVisibility() method _handleDragUpdate (line 295) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 302) | void _handleDragEnd(DragEndDetails details) method _buildStack (line 320) | Widget _buildStack(BuildContext context, BoxConstraints constraints) method build (line 390) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/banner_demo.dart type BannerDemoAction (line 9) | enum BannerDemoAction { class BannerDemo (line 15) | class BannerDemo extends StatefulWidget { method createState (line 21) | State createState() class _BannerDemoState (line 24) | class _BannerDemoState extends State { method handleDemoAction (line 30) | void handleDemoAction(BannerDemoAction action) method build (line 49) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/bottom_app_bar_demo.dart class BottomAppBarDemo (line 9) | class BottomAppBarDemo extends StatefulWidget { method createState (line 15) | State createState() class _BottomAppBarDemoState (line 22) | class _BottomAppBarDemoState extends State { method _showSnackbar (line 91) | void _showSnackbar() method _onShowNotchChanged (line 117) | void _onShowNotchChanged(_ChoiceValue? value) method _onFabShapeChanged (line 123) | void _onFabShapeChanged(_ChoiceValue? value) method _onFabLocationChanged (line 129) | void _onFabLocationChanged(_ChoiceValue?... method _onBabColorChanged (line 135) | void _onBabColorChanged(Color? value) method build (line 142) | Widget build(BuildContext context) method _selectNotch (line 205) | NotchedShape? _selectNotch() class _ChoiceValue (line 216) | class _ChoiceValue { method toString (line 224) | String toString() class _RadioItem (line 227) | class _RadioItem extends StatelessWidget { method build (line 235) | Widget build(BuildContext context) class _NamedColor (line 273) | class _NamedColor { class _ColorsItem (line 280) | class _ColorsItem extends StatelessWidget { method build (line 288) | Widget build(BuildContext context) class _Heading (line 317) | class _Heading extends StatelessWidget { method build (line 323) | Widget build(BuildContext context) class _DemoBottomAppBar (line 337) | class _DemoBottomAppBar extends StatelessWidget { method build (line 354) | Widget build(BuildContext context) class _DemoDrawer (line 396) | class _DemoDrawer extends StatelessWidget { method build (line 400) | Widget build(BuildContext context) class _DiamondFab (line 419) | class _DiamondFab extends StatelessWidget { method build (line 429) | Widget build(BuildContext context) class _DiamondNotchedRectangle (line 449) | class _DiamondNotchedRectangle implements NotchedShape { method getOuterPath (line 453) | Path getOuterPath(Rect host, Rect? guest) class _DiamondBorder (line 487) | class _DiamondBorder extends ShapeBorder { method getInnerPath (line 496) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 501) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 511) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method scale (line 515) | ShapeBorder scale(double t) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/bottom_navigation_demo.dart class NavigationIconView (line 9) | class NavigationIconView { method transition (line 41) | FadeTransition transition(BottomNavigationBarType type, BuildContext c... class CustomIcon (line 77) | class CustomIcon extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) class CustomInactiveIcon (line 92) | class CustomInactiveIcon extends StatelessWidget { method build (line 96) | Widget build(BuildContext context) class BottomNavigationDemo (line 109) | class BottomNavigationDemo extends StatefulWidget { method createState (line 115) | State createState() class _BottomNavigationDemoState (line 118) | class _BottomNavigationDemoState extends State method initState (line 125) | void initState() method dispose (line 167) | void dispose() method _buildTransitionsStack (line 173) | Widget _buildTransitionsStack() method build (line 191) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/buttons_demo.dart class ButtonsDemo (line 48) | class ButtonsDemo extends StatefulWidget { method createState (line 54) | State createState() class _ButtonsDemoState (line 57) | class _ButtonsDemoState extends State { method build (line 61) | Widget build(BuildContext context) method buildElevatedButton (line 123) | Widget buildElevatedButton(OutlinedBorder? shape) method buildTextButton (line 172) | Widget buildTextButton(OutlinedBorder? shape) method buildOutlinedButton (line 220) | Widget buildOutlinedButton(OutlinedBorder? shape) method buildDropdownButton (line 274) | Widget buildDropdownButton() method buildIconButton (line 349) | Widget buildIconButton() method buildActionButton (line 379) | Widget buildActionButton() FILE: dev/integration_tests/flutter_gallery/lib/demo/material/cards_demo.dart type CardDemoType (line 11) | enum CardDemoType { class TravelDestination (line 17) | class TravelDestination { class TravelDestinationItem (line 66) | class TravelDestinationItem extends StatelessWidget { method build (line 76) | Widget build(BuildContext context) class TappableTravelDestinationItem (line 101) | class TappableTravelDestinationItem extends StatelessWidget { method build (line 111) | Widget build(BuildContext context) class SelectableTravelDestinationItem (line 145) | class SelectableTravelDestinationItem extends StatefulWidget { method createState (line 153) | State createState() class _SelectableTravelDestinationItemState (line 156) | class _SelectableTravelDestinationItemState extends State createState() class _CardsDemoState (line 350) | class _CardsDemoState extends State { method build (line 354) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/chip_demo.dart class _ChipsTile (line 89) | class _ChipsTile extends StatelessWidget { method build (line 101) | Widget build(BuildContext context) class ChipDemo (line 137) | class ChipDemo extends StatefulWidget { method createState (line 143) | State createState() class _ChipDemoState (line 146) | class _ChipDemoState extends State { method _reset (line 162) | void _reset() method _removeMaterial (line 178) | void _removeMaterial(String name) method _removeTool (line 186) | void _removeTool(String name) method _capitalize (line 192) | String _capitalize(String name) method _nameToColor (line 203) | Color _nameToColor(String name, ThemeData theme) method _nameToAvatar (line 211) | AssetImage _nameToAvatar(String name) method _createResult (line 219) | String _createResult() method build (line 228) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/data_table_demo.dart class Dessert (line 9) | class Dessert { class DessertDataSource (line 23) | class DessertDataSource extends DataTableSource { method _sort (line 81) | void _sort(Comparable Function(Dessert d) getField, bool ascending) method getRow (line 98) | DataRow? getRow(int index) method _selectAll (line 136) | void _selectAll(bool? checked) class DataTableDemo (line 144) | class DataTableDemo extends StatefulWidget { method createState (line 150) | State createState() class _DataTableDemoState (line 153) | class _DataTableDemoState extends State { method _sort (line 159) | void _sort(Comparable Function(Dessert d) getField, int columnIn... method build (line 168) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/date_and_time_picker_demo.dart class _InputDropdown (line 10) | class _InputDropdown extends StatelessWidget { method build (line 27) | Widget build(BuildContext context) class _DateTimePicker (line 50) | class _DateTimePicker extends StatelessWidget { method _selectDate (line 66) | Future _selectDate(BuildContext context) method _selectTime (line 77) | Future _selectTime(BuildContext context) method build (line 87) | Widget build(BuildContext context) class DateAndTimePickerDemo (line 115) | class DateAndTimePickerDemo extends StatefulWidget { method createState (line 121) | State createState() class _DateAndTimePickerDemoState (line 124) | class _DateAndTimePickerDemoState extends State { method build (line 133) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/dialog_demo.dart type DialogDemoAction (line 10) | enum DialogDemoAction { class DialogDemoItem (line 23) | class DialogDemoItem extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) class DialogDemo (line 48) | class DialogDemo extends StatefulWidget { method createState (line 54) | DialogDemoState createState() class DialogDemoState (line 57) | class DialogDemoState extends State { method initState (line 62) | void initState() method showDemoDialog (line 68) | void showDemoDialog({ required BuildContext context, Widget? child }) method build (line 83) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/drawer_demo.dart class DrawerDemo (line 15) | class DrawerDemo extends StatefulWidget { method createState (line 21) | State createState() class _DrawerDemoState (line 24) | class _DrawerDemoState extends State with TickerProviderStat... method initState (line 44) | void initState() method dispose (line 58) | void dispose() method _backIcon (line 63) | IconData? _backIcon() method _showNotImplementedMessage (line 76) | void _showNotImplementedMessage() method build (line 84) | Widget build(BuildContext context) method _onOtherAccountsTap (line 250) | void _onOtherAccountsTap(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/elevation_demo.dart class ElevationDemo (line 9) | class ElevationDemo extends StatefulWidget { method createState (line 15) | State createState() class _ElevationDemoState (line 18) | class _ElevationDemoState extends State { method buildCards (line 21) | List buildCards() method build (line 52) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/expansion_panels_demo.dart type Location (line 9) | @visibleForTesting type DemoItemBodyBuilder (line 16) | typedef DemoItemBodyBuilder = Widget Function(DemoItem item); type ValueToString (line 17) | typedef ValueToString = String? Function(T value); class DualHeaderWithHint (line 19) | class DualHeaderWithHint extends StatelessWidget { method _crossFade (line 33) | Widget _crossFade(Widget first, Widget second, bool isExpanded) method build (line 46) | Widget build(BuildContext context) class CollapsibleBody (line 82) | class CollapsibleBody extends StatelessWidget { method build (line 97) | Widget build(BuildContext context) class DemoItem (line 148) | class DemoItem { method build (line 176) | Widget build() class ExpansionPanelsDemo (line 179) | class ExpansionPanelsDemo extends StatefulWidget { method createState (line 185) | State createState() class _ExpansionPanelsDemoState (line 188) | class _ExpansionPanelsDemoState extends State { method initState (line 192) | void initState() method close (line 202) | void close() method close (line 238) | void close() method close (line 291) | void close() method build (line 331) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/expansion_tile_list_demo.dart class ExpansionTileListDemo (line 9) | class ExpansionTileListDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/full_screen_dialog_demo.dart type DismissDialogAction (line 11) | enum DismissDialogAction { class DateTimeItem (line 17) | class DateTimeItem extends StatelessWidget { method build (line 28) | Widget build(BuildContext context) class FullScreenDialogDemo (line 95) | class FullScreenDialogDemo extends StatefulWidget { method createState (line 99) | FullScreenDialogDemoState createState() class FullScreenDialogDemoState (line 102) | class FullScreenDialogDemoState extends State { method _onWillPop (line 111) | Future _onWillPop() method build (line 147) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/grid_list_demo.dart type GridDemoTileStyle (line 9) | enum GridDemoTileStyle { type BannerTapCallback (line 15) | typedef BannerTapCallback = void Function(Photo photo); class Photo (line 20) | class Photo { class GridPhotoViewer (line 40) | class GridPhotoViewer extends StatefulWidget { method createState (line 46) | State createState() class _GridTitleText (line 49) | class _GridTitleText extends StatelessWidget { method build (line 55) | Widget build(BuildContext context) class _GridPhotoViewerState (line 64) | class _GridPhotoViewerState extends State with SingleTi... method initState (line 73) | void initState() method dispose (line 80) | void dispose() method _clampOffset (line 87) | Offset _clampOffset(Offset offset) method _handleFlingAnimation (line 96) | void _handleFlingAnimation() method _handleOnScaleStart (line 102) | void _handleOnScaleStart(ScaleStartDetails details) method _handleOnScaleUpdate (line 111) | void _handleOnScaleUpdate(ScaleUpdateDetails details) method _handleOnScaleEnd (line 119) | void _handleOnScaleEnd(ScaleEndDetails details) method build (line 135) | Widget build(BuildContext context) class GridDemoPhotoItem (line 156) | class GridDemoPhotoItem extends StatelessWidget { method showPhoto (line 169) | void showPhoto(BuildContext context) method build (line 188) | Widget build(BuildContext context) class GridListDemo (line 247) | class GridListDemo extends StatefulWidget { method createState (line 253) | GridListDemoState createState() class GridListDemoState (line 256) | class GridListDemoState extends State { method changeTileStyle (line 334) | void changeTileStyle(GridDemoTileStyle value) method build (line 341) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/icons_demo.dart class IconsDemo (line 9) | class IconsDemo extends StatefulWidget { method createState (line 15) | IconsDemoState createState() class IconsDemoState (line 18) | class IconsDemoState extends State { method handleIconButtonPress (line 45) | void handleIconButtonPress() method build (line 52) | Widget build(BuildContext context) class _IconsDemoCard (line 79) | class _IconsDemoCard extends StatelessWidget { method _buildIconButton (line 85) | Widget _buildIconButton(double iconSize, IconData icon, bool enabled) method _centeredText (line 94) | Widget _centeredText(String label) method _buildIconRow (line 101) | TableRow _buildIconRow(double size) method build (line 112) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/leave_behind_demo.dart type LeaveBehindDemoAction (line 12) | enum LeaveBehindDemoAction { class LeaveBehindItem (line 20) | class LeaveBehindItem implements Comparable { method compareTo (line 32) | int compareTo(LeaveBehindItem other) class LeaveBehindDemo (line 35) | class LeaveBehindDemo extends StatefulWidget { method createState (line 41) | LeaveBehindDemoState createState() class LeaveBehindDemoState (line 44) | class LeaveBehindDemoState extends State { method initListItems (line 49) | void initListItems() method initState (line 61) | void initState() method handleDemoAction (line 66) | void handleDemoAction(LeaveBehindDemoAction action) method handleUndo (line 88) | void handleUndo(LeaveBehindItem item) method _handleArchive (line 95) | void _handleArchive(LeaveBehindItem item) method _handleDelete (line 108) | void _handleDelete(LeaveBehindItem item) method build (line 122) | Widget build(BuildContext context) class _LeaveBehindListItem (line 189) | class _LeaveBehindListItem extends StatelessWidget { method _handleArchive (line 205) | void _handleArchive() method _handleDelete (line 209) | void _handleDelete() method build (line 214) | Widget build(BuildContext context) method _showConfirmationDialog (line 276) | Future _showConfirmationDialog(BuildContext context, String act... FILE: dev/integration_tests/flutter_gallery/lib/demo/material/list_demo.dart type _MaterialListType (line 9) | enum _MaterialListType { class ListDemo (line 23) | class ListDemo extends StatefulWidget { method createState (line 29) | State createState() class _ListDemoState (line 32) | class _ListDemoState extends State { method changeItemType (line 46) | void changeItemType(_MaterialListType? type) method _showConfigurationSheet (line 53) | void _showConfigurationSheet() method buildListTile (line 186) | Widget buildListTile(BuildContext context, String item) method build (line 208) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/menu_demo.dart class MenuDemo (line 9) | class MenuDemo extends StatefulWidget { method createState (line 15) | MenuDemoState createState() class MenuDemoState (line 18) | class MenuDemoState extends State { method initState (line 32) | void initState() method showInSnackBar (line 38) | void showInSnackBar(String value) method showMenuSelection (line 44) | void showMenuSelection(String value) method showCheckedMenuSelections (line 50) | void showCheckedMenuSelections(String value) method isChecked (line 59) | bool isChecked(String value) method build (line 62) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/modal_bottom_sheet_demo.dart class ModalBottomSheetDemo (line 9) | class ModalBottomSheetDemo extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/overscroll_demo.dart type IndicatorType (line 11) | enum IndicatorType { overscroll, refresh } class OverscrollDemo (line 13) | class OverscrollDemo extends StatefulWidget { method createState (line 19) | OverscrollDemoState createState() class OverscrollDemoState (line 22) | class OverscrollDemoState extends State { method _handleRefresh (line 28) | Future _handleRefresh() method build (line 47) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/page_selector_demo.dart class _PageSelector (line 9) | class _PageSelector extends StatelessWidget { method _handleArrowButtonPress (line 14) | void _handleArrowButtonPress(BuildContext context, int delta) method build (line 21) | Widget build(BuildContext context) class PageSelectorDemo (line 76) | class PageSelectorDemo extends StatelessWidget { method build (line 90) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/persistent_bottom_sheet_demo.dart class PersistentBottomSheetDemo (line 9) | class PersistentBottomSheetDemo extends StatefulWidget { method createState (line 15) | State createState() class _PersistentBottomSheetDemoState (line 18) | class _PersistentBottomSheetDemoState extends State createState() class _ProgressIndicatorDemoState (line 18) | class _ProgressIndicatorDemoState extends State w... method initState (line 23) | void initState() method dispose (line 44) | void dispose() method _handleTap (line 49) | void _handleTap() method _buildIndicators (line 69) | Widget _buildIndicators(BuildContext context, Widget? child) method build (line 108) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/reorderable_list_demo.dart type _ReorderableListType (line 9) | enum _ReorderableListType { class ReorderableListDemo (line 20) | class ReorderableListDemo extends StatefulWidget { method createState (line 26) | State createState() class _ListItem (line 29) | class _ListItem { class _ListDemoState (line 37) | class _ListDemoState extends State { method changeItemType (line 48) | void changeItemType(_ReorderableListType? type) method changeReverse (line 60) | void changeReverse(bool? newValue) method _showConfigurationSheet (line 72) | void _showConfigurationSheet() method buildListTile (line 126) | Widget buildListTile(_ListItem item) method _onReorder (line 169) | void _onReorder(int oldIndex, int newIndex) method build (line 181) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/scrollable_tabs_demo.dart type TabsDemoStyle (line 9) | enum TabsDemoStyle { class _Page (line 15) | class _Page { class ScrollableTabsDemo (line 38) | class ScrollableTabsDemo extends StatefulWidget { method createState (line 44) | ScrollableTabsDemoState createState() class ScrollableTabsDemoState (line 47) | class ScrollableTabsDemoState extends State with Sin... method initState (line 53) | void initState() method dispose (line 59) | void dispose() method changeDemoStyle (line 64) | void changeDemoStyle(TabsDemoStyle style) method getIndicator (line 70) | Decoration? getIndicator() method build (line 125) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/search_demo.dart class SearchDemo (line 9) | class SearchDemo extends StatefulWidget { method createState (line 15) | State createState() class _SearchDemoState (line 18) | class _SearchDemoState extends State { method build (line 25) | Widget build(BuildContext context) class _SearchDemoSearchDelegate (line 138) | class _SearchDemoSearchDelegate extends SearchDelegate { method buildLeading (line 143) | Widget buildLeading(BuildContext context) method buildSuggestions (line 157) | Widget buildSuggestions(BuildContext context) method buildResults (line 174) | Widget buildResults(BuildContext context) method buildActions (line 207) | List buildActions(BuildContext context) method buildBottom (line 230) | PreferredSizeWidget buildBottom(BuildContext context) class _ResultCard (line 236) | class _ResultCard extends StatelessWidget { method build (line 244) | Widget build(BuildContext context) class _SuggestionList (line 268) | class _SuggestionList extends StatelessWidget { method build (line 276) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/selection_controls_demo.dart class SelectionControlsDemo (line 30) | class SelectionControlsDemo extends StatefulWidget { method createState (line 36) | State createState() class _SelectionControlsDemoState (line 39) | class _SelectionControlsDemoState extends State { method build (line 41) | Widget build(BuildContext context) method handleRadioValueChanged (line 78) | void handleRadioValueChanged(int? value) method buildCheckbox (line 84) | Widget buildCheckbox() method buildRadio (line 143) | Widget buildRadio() method buildSwitch (line 195) | Widget buildSwitch() FILE: dev/integration_tests/flutter_gallery/lib/demo/material/slider_demo.dart class SliderDemo (line 11) | class SliderDemo extends StatefulWidget { method createState (line 17) | State createState() function _downTriangle (line 20) | Path _downTriangle(double size, Offset thumbCenter, { bool invert = fals... function _rightTriangle (line 33) | Path _rightTriangle(double size, Offset thumbCenter, { bool invert = fal... function _upTriangle (line 44) | Path _upTriangle(double size, Offset thumbCenter) function _leftTriangle (line 46) | Path _leftTriangle(double size, Offset thumbCenter) class _CustomRangeThumbShape (line 48) | class _CustomRangeThumbShape extends RangeSliderThumbShape { method getPreferredSize (line 53) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 63) | void paint( class _CustomThumbShape (line 116) | class _CustomThumbShape extends SliderComponentShape { method getPreferredSize (line 121) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 131) | void paint( class _CustomValueIndicatorShape (line 156) | class _CustomValueIndicatorShape extends SliderComponentShape { method getPreferredSize (line 162) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 172) | void paint( class _SliderDemoState (line 214) | class _SliderDemoState extends State { method build (line 216) | Widget build(BuildContext context) class _Sliders (line 241) | class _Sliders extends StatefulWidget { method createState (line 243) | _SlidersState createState() class _SlidersState (line 246) | class _SlidersState extends State<_Sliders> { method build (line 252) | Widget build(BuildContext context) class _RangeSliders (line 359) | class _RangeSliders extends StatefulWidget { method createState (line 361) | _RangeSlidersState createState() class _RangeSlidersState (line 364) | class _RangeSlidersState extends State<_RangeSliders> { method build (line 370) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/snack_bar_demo.dart class SnackBarDemo (line 21) | class SnackBarDemo extends StatefulWidget { method createState (line 27) | State createState() class _SnackBarDemoState (line 30) | class _SnackBarDemoState extends State { method buildBody (line 33) | Widget buildBody(BuildContext context) method build (line 75) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/tabs_demo.dart class _Page (line 14) | class _Page { method toString (line 19) | String toString() class _CardData (line 22) | class _CardData { class _CardDataItem (line 96) | class _CardDataItem extends StatelessWidget { method build (line 104) | Widget build(BuildContext context) class TabsDemo (line 139) | class TabsDemo extends StatelessWidget { method build (line 145) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/tabs_fab_demo.dart class _Page (line 15) | class _Page { class TabsFabDemo (line 37) | class TabsFabDemo extends StatefulWidget { method createState (line 43) | State createState() class _TabsFabDemoState (line 46) | class _TabsFabDemoState extends State with SingleTickerProv... method initState (line 54) | void initState() method dispose (line 62) | void dispose() method _handleTabSelection (line 67) | void _handleTabSelection() method _showExplanatoryText (line 73) | void _showExplanatoryText() method buildTabView (line 87) | Widget buildTabView(_Page page) method buildFloatingActionButton (line 109) | Widget? buildFloatingActionButton(_Page page) method build (line 134) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/material/text_form_field_demo.dart class TextFormFieldDemo (line 11) | class TextFormFieldDemo extends StatefulWidget { method createState (line 17) | TextFormFieldDemoState createState() class PersonData (line 20) | class PersonData { class PasswordField (line 27) | class PasswordField extends StatefulWidget { method createState (line 48) | State createState() class _PasswordFieldState (line 51) | class _PasswordFieldState extends State { method build (line 55) | Widget build(BuildContext context) class TextFormFieldDemoState (line 86) | class TextFormFieldDemoState extends State { method showInSnackBar (line 90) | void showInSnackBar(String value) method _handleSubmitted (line 102) | void _handleSubmitted() method _validateName (line 113) | String? _validateName(String? value) method _validatePhoneNumber (line 123) | String? _validatePhoneNumber(String? value) method _validatePassword (line 131) | String? _validatePassword(String? value) method _warnUserAboutInvalidData (line 141) | Future _warnUserAboutInvalidData() method build (line 169) | Widget build(BuildContext context) class _UsNumberTextInputFormatter (line 303) | class _UsNumberTextInputFormatter extends TextInputFormatter { method formatEditUpdate (line 305) | TextEditingValue formatEditUpdate( FILE: dev/integration_tests/flutter_gallery/lib/demo/material/tooltip_demo.dart class TooltipDemo (line 14) | class TooltipDemo extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/pesto_demo.dart class PestoDemo (line 7) | class PestoDemo extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class PestoHome (line 30) | class PestoHome extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) class PestoFavorites (line 39) | class PestoFavorites extends StatelessWidget { method build (line 43) | Widget build(BuildContext context) class PestoStyle (line 48) | class PestoStyle extends TextStyle { class RecipeGridPage (line 68) | class RecipeGridPage extends StatefulWidget { method createState (line 74) | State createState() class _RecipeGridPageState (line 77) | class _RecipeGridPageState extends State { method build (line 80) | Widget build(BuildContext context) method _buildAppBar (line 105) | Widget _buildAppBar(BuildContext context, double statusBarHeight) method _buildBody (line 141) | Widget _buildBody(BuildContext context, double statusBarHeight) method showFavoritesPage (line 171) | void showFavoritesPage(BuildContext context) method showRecipePage (line 178) | void showRecipePage(BuildContext context, Recipe? recipe) class PestoLogo (line 191) | class PestoLogo extends StatefulWidget { method createState (line 198) | State createState() class _PestoLogoState (line 201) | class _PestoLogoState extends State { method build (line 219) | Widget build(BuildContext context) class RecipeCard (line 254) | class RecipeCard extends StatelessWidget { method build (line 264) | Widget build(BuildContext context) class RecipePage (line 316) | class RecipePage extends StatefulWidget { method createState (line 322) | State createState() class _RecipePageState (line 325) | class _RecipePageState extends State { method _getAppBarHeight (line 328) | double _getAppBarHeight(BuildContext context) method build (line 331) | Widget build(BuildContext context) method _buildMenuItem (line 410) | PopupMenuItem _buildMenuItem(IconData icon, String label) method _toggleFavorite (line 424) | void _toggleFavorite() class RecipeSheet (line 435) | class RecipeSheet extends StatelessWidget { method build (line 447) | Widget build(BuildContext context) method _buildItemRow (line 518) | TableRow _buildItemRow(String left, String right) class Recipe (line 534) | class Recipe { class RecipeIngredient (line 558) | class RecipeIngredient { class RecipeStep (line 565) | class RecipeStep { FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/app.dart class ShrineApp (line 15) | class ShrineApp extends StatefulWidget { method createState (line 19) | State createState() class _ShrineAppState (line 22) | class _ShrineAppState extends State with SingleTickerProvider... method initState (line 28) | void initState() method build (line 38) | Widget build(BuildContext context) function _getRoute (line 65) | Route? _getRoute(RouteSettings settings) function _customIconTheme (line 79) | IconThemeData _customIconTheme(IconThemeData original) function _buildShrineTheme (line 83) | ThemeData _buildShrineTheme() function _buildShrineTextTheme (line 99) | TextTheme _buildShrineTextTheme(TextTheme base) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/backdrop.dart class _TappableWhileStatusIs (line 14) | class _TappableWhileStatusIs extends StatefulWidget { method createState (line 27) | _TappableWhileStatusIsState createState() class _TappableWhileStatusIsState (line 30) | class _TappableWhileStatusIsState extends State<_TappableWhileStatusIs> { method initState (line 34) | void initState() method dispose (line 41) | void dispose() method _handleStatusChange (line 46) | void _handleStatusChange(AnimationStatus status) method build (line 56) | Widget build(BuildContext context) class _FrontLayer (line 73) | class _FrontLayer extends StatelessWidget { method build (line 84) | Widget build(BuildContext context) class _BackdropTitle (line 110) | class _BackdropTitle extends AnimatedWidget { method build (line 124) | Widget build(BuildContext context) class Backdrop (line 199) | class Backdrop extends StatefulWidget { method createState (line 216) | State createState() class _BackdropState (line 219) | class _BackdropState extends State with SingleTickerProviderSt... method initState (line 225) | void initState() method dispose (line 231) | void dispose() method _toggleBackdropLayerVisibility (line 241) | void _toggleBackdropLayerVisibility() method _getLayerAnimation (line 251) | Animation _getLayerAnimation(Size layerSize, double laye... method _buildStack (line 311) | Widget _buildStack(BuildContext context, BoxConstraints constraints) method build (line 342) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/category_menu_page.dart class CategoryMenuPage (line 11) | class CategoryMenuPage extends StatelessWidget { method _buildCategory (line 19) | Widget _buildCategory(Category category, BuildContext context) method build (line 61) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/expanding_bottom_sheet.dart class ExpandingBottomSheet (line 26) | class ExpandingBottomSheet extends StatefulWidget { method createState (line 33) | ExpandingBottomSheetState createState() method of (line 35) | ExpandingBottomSheetState? of(BuildContext context, {bool isNullOk = f... function _getEmphasizedEasingAnimation (line 50) | Animation _getEmphasizedEasingAnimation({ function _getPeakPoint (line 96) | double _getPeakPoint({required double begin, required double end}) class ExpandingBottomSheetState (line 100) | class ExpandingBottomSheetState extends State with... method initState (line 120) | void initState() method dispose (line 129) | void dispose() method _getWidthAnimation (line 134) | Animation _getWidthAnimation(double screenWidth) method _getHeightAnimation (line 155) | Animation _getHeightAnimation(double screenHeight) method _getShapeAnimation (line 183) | Animation _getShapeAnimation() method _getThumbnailOpacityAnimation (line 202) | Animation _getThumbnailOpacityAnimation() method _getCartOpacityAnimation (line 213) | Animation _getCartOpacityAnimation() method _widthFor (line 224) | double _widthFor(int numProducts) method open (line 246) | void open() method close (line 253) | void close() method _cartPaddingFor (line 262) | EdgeInsetsDirectional _cartPaddingFor(int numProducts) method _buildThumbnails (line 270) | Widget _buildThumbnails(int numProducts) method _buildShoppingCartPage (line 299) | Widget _buildShoppingCartPage() method _buildCart (line 306) | Widget _buildCart(BuildContext context, Widget? child) method _buildSlideAnimation (line 347) | Widget _buildSlideAnimation(BuildContext context, Widget? child) method _onWillPop (line 364) | Future _onWillPop() method build (line 375) | Widget build(BuildContext context) class ProductThumbnailRow (line 404) | class ProductThumbnailRow extends StatefulWidget { method createState (line 408) | State createState() class _ProductThumbnailRowState (line 411) | class _ProductThumbnailRowState extends State { method initState (line 422) | void initState() method _productWithId (line 432) | Product _productWithId(int productId) method _buildRemovedThumbnail (line 438) | Widget _buildRemovedThumbnail(int item, BuildContext context, Animatio... method _buildThumbnail (line 442) | Widget _buildThumbnail(BuildContext context, int index, Animation createState() class _LoginPageState (line 16) | class _LoginPageState extends State { method build (line 27) | Widget build(BuildContext context) class PrimaryColorOverride (line 125) | class PrimaryColorOverride extends StatelessWidget { method build (line 132) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/model/app_state_model.dart class AppStateModel (line 12) | class AppStateModel extends Model { method getProducts (line 48) | List getProducts() method addProductToCart (line 63) | void addProductToCart(int productId) method removeItemFromCart (line 75) | void removeItemFromCart(int productId) method getProductById (line 90) | Product getProductById(int id) method clearCart (line 95) | void clearCart() method loadProducts (line 101) | void loadProducts() method setCategory (line 106) | void setCategory(Category newCategory) method toString (line 112) | String toString() FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/model/product.dart type Category (line 5) | enum Category { class Product (line 12) | class Product { method toString (line 31) | String toString() FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/model/products_repository.dart function loadProducts (line 7) | List loadProducts(Category category) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/shopping_cart.dart class ShoppingCartPage (line 15) | class ShoppingCartPage extends StatefulWidget { method createState (line 19) | State createState() class _ShoppingCartPageState (line 22) | class _ShoppingCartPageState extends State { method _createShoppingCartRows (line 23) | List _createShoppingCartRows(AppStateModel model) method build (line 37) | Widget build(BuildContext context) class ShoppingCartSummary (line 104) | class ShoppingCartSummary extends StatelessWidget { method build (line 110) | Widget build(BuildContext context) class ShoppingCartRow (line 182) | class ShoppingCartRow extends StatelessWidget { method build (line 195) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/asymmetric_view.dart class AsymmetricView (line 10) | class AsymmetricView extends StatelessWidget { method _buildColumns (line 15) | List _buildColumns(BuildContext context) method _evenCasesIndex (line 57) | int _evenCasesIndex(int input) method _oddCasesIndex (line 65) | int _oddCasesIndex(int input) method _listItemCount (line 70) | int _listItemCount(int totalItems) method build (line 77) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/cut_corners_border.dart class CutCornersBorder (line 9) | class CutCornersBorder extends OutlineInputBorder { method copyWith (line 22) | CutCornersBorder copyWith({ method lerpFrom (line 39) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 53) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method _notchedCornerPath (line 66) | Path _notchedCornerPath(Rect center, [double start = 0.0, double? exte... method _notchedSidesAndBottom (line 80) | Path _notchedSidesAndBottom(Rect center, Path path) method paint (line 92) | void paint( FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/product_card.dart class ProductCard (line 11) | class ProductCard extends StatelessWidget { method build (line 21) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine/supplemental/product_columns.dart class TwoProductCardColumn (line 10) | class TwoProductCardColumn extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class OneProductCardColumn (line 60) | class OneProductCardColumn extends StatelessWidget { method build (line 66) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/shrine_demo.dart class ShrineDemo (line 8) | class ShrineDemo extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo.dart class TransformationsDemo (line 11) | class TransformationsDemo extends StatefulWidget { method createState (line 17) | State createState() class _TransformationsDemoState (line 19) | class _TransformationsDemoState extends State { method build (line 35) | Widget build (BuildContext context) method _onTapUp (line 159) | void _onTapUp(TapUpDetails details) class BoardPainter (line 170) | class BoardPainter extends CustomPainter { method paint (line 178) | void paint(Canvas canvas, Size size) method drawBoardPoint (line 179) | void drawBoardPoint(BoardPoint? boardPoint) method shouldRepaint (line 192) | bool shouldRepaint(BoardPainter oldDelegate) FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_board.dart class Board (line 13) | @immutable method _getRRangeForQ (line 67) | _Range _getRRangeForQ(int q) method _getNextBoardPoint (line 84) | BoardPoint? _getNextBoardPoint (BoardPoint? boardPoint) method _validateBoardPoint (line 107) | bool _validateBoardPoint(BoardPoint boardPoint) method getDistance (line 114) | int getDistance(BoardPoint a, BoardPoint b) method pointToBoardPoint (line 124) | BoardPoint? pointToBoardPoint(Offset point) method boardPointToPoint (line 140) | Point boardPointToPoint(BoardPoint boardPoint) method getVerticesForBoardPoint (line 148) | Vertices getVerticesForBoardPoint(BoardPoint boardPoint, Color color) method copyWithSelected (line 163) | Board copyWithSelected(BoardPoint? boardPoint) method copyWithBoardPointColor (line 178) | Board copyWithBoardPointColor(BoardPoint boardPoint, Color color) class _BoardIterator (line 203) | class _BoardIterator extends Iterator { method moveNext (line 213) | bool moveNext() class _Range (line 232) | @immutable class BoardPoint (line 251) | @immutable method toString (line 262) | String toString() method copyWithColor (line 280) | BoardPoint copyWithColor(Color nextColor) FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_color_picker.dart class ColorPicker (line 8) | @immutable method build (line 22) | Widget build (BuildContext context) class _ColorPickerSwatch (line 39) | @immutable method build (line 52) | Widget build (BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_edit_board_point.dart class EditBoardPoint (line 10) | @immutable method build (line 22) | Widget build (BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_gesture_transformable.dart class GestureTransformable (line 14) | @immutable method createState (line 121) | State createState() type _GestureType (line 126) | enum _GestureType { class _GestureTransformableState (line 133) | class _GestureTransformableState extends State wit... method fromViewport (line 165) | Offset fromViewport(Offset viewportPoint, Matrix4 transform) method getOffset (line 178) | Offset getOffset(BuildContext context) method initState (line 185) | void initState() method didUpdateWidget (line 201) | void didUpdateWidget(GestureTransformable oldWidget) method build (line 211) | Widget build(BuildContext context) method matrixTranslate (line 302) | Matrix4 matrixTranslate(Matrix4 matrix, Offset? translation) method matrixScale (line 345) | Matrix4 matrixScale(Matrix4 matrix, double? scale) method matrixRotate (line 381) | Matrix4 matrixRotate(Matrix4 matrix, double? rotation, Offset focalPoint) method _onScaleStart (line 393) | void _onScaleStart(ScaleStartDetails details) method _onScaleUpdate (line 415) | void _onScaleUpdate(ScaleUpdateDetails details) method _onScaleEnd (line 473) | void _onScaleEnd(ScaleEndDetails details) method _onAnimate (line 504) | void _onAnimate() method _onAnimateReset (line 523) | void _onAnimateReset() method _animateResetInitialize (line 536) | void _animateResetInitialize() method _animateResetStop (line 548) | void _animateResetStop() method dispose (line 557) | void dispose() FILE: dev/integration_tests/flutter_gallery/lib/demo/transformations/transformations_demo_inertial_motion.dart class InertialMotion (line 12) | @immutable method _getPositionAt (line 43) | Offset _getPositionAt(Duration time) method _getPosition (line 61) | double _getPosition({required double r0, required double v0, required ... FILE: dev/integration_tests/flutter_gallery/lib/demo/typography_demo.dart class TextStyleItem (line 7) | class TextStyleItem extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class TypographyDemo (line 41) | class TypographyDemo extends StatelessWidget { method build (line 47) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/demo/video_demo.dart class VideoCard (line 14) | class VideoCard extends StatelessWidget { method _buildInlineVideo (line 21) | Widget _buildInlineVideo() method _buildFullScreenVideo (line 36) | Widget _buildFullScreenVideo() method build (line 54) | Widget build(BuildContext context) method fullScreenRoutePageBuilder (line 55) | Widget fullScreenRoutePageBuilder( method pushFullScreenWidget (line 63) | void pushFullScreenWidget() class VideoPlayerLoading (line 95) | class VideoPlayerLoading extends StatefulWidget { method createState (line 101) | State createState() class _VideoPlayerLoadingState (line 104) | class _VideoPlayerLoadingState extends State { method initState (line 108) | void initState() method build (line 125) | Widget build(BuildContext context) class VideoPlayPause (line 139) | class VideoPlayPause extends StatefulWidget { method createState (line 145) | State createState() class _VideoPlayPauseState (line 148) | class _VideoPlayPauseState extends State { method initState (line 162) | void initState() method deactivate (line 168) | void deactivate() method build (line 174) | Widget build(BuildContext context) class FadeAnimation (line 204) | class FadeAnimation extends StatefulWidget { method createState (line 215) | State createState() class _FadeAnimationState (line 218) | class _FadeAnimationState extends State with SingleTicker... method initState (line 222) | void initState() method deactivate (line 237) | void deactivate() method didUpdateWidget (line 243) | void didUpdateWidget(FadeAnimation oldWidget) method dispose (line 251) | void dispose() method build (line 257) | Widget build(BuildContext context) class ConnectivityOverlay (line 267) | class ConnectivityOverlay extends StatefulWidget { method createState (line 278) | State createState() class _ConnectivityOverlayState (line 281) | class _ConnectivityOverlayState extends State { method connectivityStream (line 295) | Stream connectivityStream() method initState (line 308) | void initState() method dispose (line 336) | void dispose() method build (line 342) | Widget build(BuildContext context) class VideoDemo (line 345) | class VideoDemo extends StatefulWidget { method createState (line 351) | State createState() function isIOSSimulator (line 356) | Future isIOSSimulator() class _VideoDemoState (line 362) | class _VideoDemoState extends State with SingleTickerProvider... method initState (line 381) | void initState() method initController (line 384) | Future initController(VideoPlayerController controller, String n... method dispose (line 405) | void dispose() method build (line 415) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/about.dart class _LinkTextSpan (line 10) | class _LinkTextSpan extends TextSpan { function showGalleryAboutDialog (line 34) | void showGalleryAboutDialog(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/app.dart class GalleryApp (line 23) | class GalleryApp extends StatefulWidget { method createState (line 42) | State createState() class _GalleryAppState (line 45) | class _GalleryAppState extends State { method _buildRoutes (line 50) | Map _buildRoutes() method initState (line 60) | void initState() method reassemble (line 72) | void reassemble() method dispose (line 78) | void dispose() method _handleOptionsChanged (line 84) | void _handleOptionsChanged(GalleryOptions newOptions) method _applyTextScaleFactor (line 105) | Widget _applyTextScaleFactor(Widget child) method build (line 119) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/backdrop.dart class _TappableWhileStatusIs (line 25) | class _TappableWhileStatusIs extends StatefulWidget { method createState (line 38) | _TappableWhileStatusIsState createState() class _TappableWhileStatusIsState (line 41) | class _TappableWhileStatusIsState extends State<_TappableWhileStatusIs> { method initState (line 45) | void initState() method dispose (line 52) | void dispose() method _handleStatusChange (line 57) | void _handleStatusChange(AnimationStatus status) method build (line 67) | Widget build(BuildContext context) class _CrossFadeTransition (line 84) | class _CrossFadeTransition extends AnimatedWidget { method build (line 98) | Widget build(BuildContext context) class _BackAppBar (line 135) | class _BackAppBar extends StatelessWidget { method build (line 148) | Widget build(BuildContext context) class Backdrop (line 180) | class Backdrop extends StatefulWidget { method createState (line 199) | State createState() class _BackdropState (line 202) | class _BackdropState extends State with SingleTickerProviderSt... method initState (line 211) | void initState() method dispose (line 230) | void dispose() method _handleDragUpdate (line 242) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 246) | void _handleDragEnd(DragEndDetails details) method _toggleFrontLayer (line 259) | void _toggleFrontLayer() method _buildStack (line 265) | Widget _buildStack(BuildContext context, BoxConstraints constraints) method build (line 360) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/demo.dart class ComponentDemoTabData (line 13) | @immutable class TabbedComponentDemoScaffold (line 43) | class TabbedComponentDemoScaffold extends StatelessWidget { method _showExampleCode (line 59) | void _showExampleCode(BuildContext context) method _showApiDocumentation (line 68) | Future _showApiDocumentation(BuildContext context) method build (line 94) | Widget build(BuildContext context) class FullScreenCodeDialog (line 150) | class FullScreenCodeDialog extends StatefulWidget { method createState (line 156) | FullScreenCodeDialogState createState() class FullScreenCodeDialogState (line 159) | class FullScreenCodeDialogState extends State { method didChangeDependencies (line 164) | void didChangeDependencies() method build (line 176) | Widget build(BuildContext context) class MaterialDemoDocumentationButton (line 218) | class MaterialDemoDocumentationButton extends StatelessWidget { method build (line 230) | Widget build(BuildContext context) class CupertinoDemoDocumentationButton (line 239) | class CupertinoDemoDocumentationButton extends StatelessWidget { method build (line 251) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/demos.dart class GalleryDemoCategory (line 10) | @immutable method toString (line 35) | String toString() class GalleryDemo (line 65) | class GalleryDemo { method toString (line 85) | String toString() function _buildGalleryDemos (line 90) | List _buildGalleryDemos() FILE: dev/integration_tests/flutter_gallery/lib/gallery/example_code.dart class ButtonsDemo (line 10) | class ButtonsDemo { method setState (line 11) | void setState(VoidCallback callback) method buttons (line 14) | void buttons() class SelectionControls (line 148) | class SelectionControls { method setState (line 149) | void setState(VoidCallback callback) method selectionControls (line 151) | void selectionControls() method handleRadioValueChanged (line 190) | void handleRadioValueChanged(int? value) class GridLists (line 249) | class GridLists { method gridlists (line 250) | void gridlists() class AnimatedImage (line 279) | class AnimatedImage { method animatedImage (line 280) | void animatedImage() FILE: dev/integration_tests/flutter_gallery/lib/gallery/example_code_parser.dart function getExampleCode (line 12) | Future getExampleCode(String? tag, AssetBundle bundle) function _parseExampleCode (line 18) | Future _parseExampleCode(AssetBundle bundle) FILE: dev/integration_tests/flutter_gallery/lib/gallery/home.dart class _FlutterLogo (line 20) | class _FlutterLogo extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) class _CategoryItem (line 42) | class _CategoryItem extends StatelessWidget { method build (line 53) | Widget build(BuildContext context) class _CategoriesPage (line 96) | class _CategoriesPage extends StatelessWidget { method build (line 107) | Widget build(BuildContext context) class _DemoItem (line 164) | class _DemoItem extends StatelessWidget { method _launchDemo (line 169) | void _launchDemo(BuildContext context) method build (line 180) | Widget build(BuildContext context) class _DemosPage (line 233) | class _DemosPage extends StatelessWidget { method build (line 239) | Widget build(BuildContext context) class GalleryHome (line 263) | class GalleryHome extends StatefulWidget { method createState (line 278) | State createState() class _GalleryHomeState (line 281) | class _GalleryHomeState extends State with SingleTickerProv... method _topHomeLayout (line 286) | Widget _topHomeLayout(Widget? currentChild, List previousChild... method initState (line 299) | void initState() method dispose (line 309) | void dispose() method build (line 315) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/icons.dart class GalleryIcons (line 7) | class GalleryIcons { FILE: dev/integration_tests/flutter_gallery/lib/gallery/options.dart class GalleryOptions (line 10) | @immutable method copyWith (line 34) | GalleryOptions copyWith({ method toString (line 87) | String toString() class _OptionsItem (line 95) | class _OptionsItem extends StatelessWidget { method build (line 101) | Widget build(BuildContext context) class _BooleanItem (line 123) | class _BooleanItem extends StatelessWidget { method build (line 133) | Widget build(BuildContext context) class _ActionItem (line 152) | class _ActionItem extends StatelessWidget { method build (line 159) | Widget build(BuildContext context) class _TextButton (line 169) | class _TextButton extends StatelessWidget { method build (line 176) | Widget build(BuildContext context) class _Heading (line 190) | class _Heading extends StatelessWidget { method build (line 196) | Widget build(BuildContext context) class _ThemeModeItem (line 214) | class _ThemeModeItem extends StatelessWidget { method build (line 227) | Widget build(BuildContext context) class _TextScaleFactorItem (line 267) | class _TextScaleFactorItem extends StatelessWidget { method build (line 274) | Widget build(BuildContext context) class _VisualDensityItem (line 313) | class _VisualDensityItem extends StatelessWidget { method build (line 320) | Widget build(BuildContext context) class _TextDirectionItem (line 359) | class _TextDirectionItem extends StatelessWidget { method build (line 366) | Widget build(BuildContext context) class _TimeDilationItem (line 382) | class _TimeDilationItem extends StatelessWidget { method build (line 389) | Widget build(BuildContext context) class _PlatformItem (line 405) | class _PlatformItem extends StatelessWidget { method _platformLabel (line 411) | String? _platformLabel(TargetPlatform? platform) method build (line 432) | Widget build(BuildContext context) class GalleryOptionsPage (line 471) | class GalleryOptionsPage extends StatelessWidget { method _enabledDiagnosticItems (line 483) | List _enabledDiagnosticItems() method build (line 517) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/gallery/scales.dart class GalleryTextScaleValue (line 7) | @immutable method toString (line 27) | String toString() class GalleryVisualDensityValue (line 41) | @immutable method toString (line 61) | String toString() FILE: dev/integration_tests/flutter_gallery/lib/gallery/syntax_highlighter.dart class SyntaxHighlighterStyle (line 8) | class SyntaxHighlighterStyle { method lightThemeStyle (line 20) | SyntaxHighlighterStyle lightThemeStyle() method darkThemeStyle (line 33) | SyntaxHighlighterStyle darkThemeStyle() class SyntaxHighlighter (line 56) | abstract class SyntaxHighlighter { method format (line 57) | TextSpan format(String src) class DartSyntaxHighlighter (line 60) | class DartSyntaxHighlighter extends SyntaxHighlighter { method format (line 88) | TextSpan format(String? src) method _generateSpans (line 116) | bool _generateSpans() method _simplify (line 296) | void _simplify() method _firstLetterIsUpperCase (line 309) | bool _firstLetterIsUpperCase(String str) type _HighlightType (line 318) | enum _HighlightType { class _HighlightSpan (line 328) | class _HighlightSpan { method textForSpan (line 334) | String textForSpan(String src) method textStyle (line 338) | TextStyle? textStyle(SyntaxHighlighterStyle? style) FILE: dev/integration_tests/flutter_gallery/lib/gallery/themes.dart function _buildTextTheme (line 10) | TextTheme _buildTextTheme(TextTheme base) function _buildDarkTheme (line 18) | ThemeData _buildDarkTheme() function _buildLightTheme (line 45) | ThemeData _buildLightTheme() FILE: dev/integration_tests/flutter_gallery/lib/gallery/updater.dart type UpdateUrlFetcher (line 9) | typedef UpdateUrlFetcher = Future Function(); class Updater (line 11) | class Updater extends StatefulWidget { method createState (line 19) | State createState() class UpdaterState (line 22) | class UpdaterState extends State { method initState (line 24) | void initState() method _checkForUpdates (line 30) | Future _checkForUpdates() method _buildDialog (line 44) | Widget _buildDialog(BuildContext context) method build (line 69) | Widget build(BuildContext context) FILE: dev/integration_tests/flutter_gallery/lib/main.dart function main (line 12) | void main() FILE: dev/integration_tests/flutter_gallery/lib/main_publish.dart function main (line 10) | void main() FILE: dev/integration_tests/flutter_gallery/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 11) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: dev/integration_tests/flutter_gallery/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: dev/integration_tests/flutter_gallery/linux/my_application.cc type _MyApplication (line 7) | struct _MyApplication { function my_application_activate (line 14) | static void my_application_activate(GApplication* application) { function my_application_class_init (line 36) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 40) | static void my_application_init(MyApplication* self) {} function MyApplication (line 42) | MyApplication* my_application_new() { FILE: dev/integration_tests/flutter_gallery/test/accessibility_test.dart function main (line 11) | void main() FILE: dev/integration_tests/flutter_gallery/test/calculator/logic.dart function main (line 10) | void main() FILE: dev/integration_tests/flutter_gallery/test/calculator/smoke_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/cupertino/cupertino_navigation_demo_test.dart function main (line 10) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/material/buttons_demo_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/material/chip_demo_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/material/drawer_demo_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/material/expansion_panels_demo_test.dart function main (line 9) | Future main() function _isRadioSelected (line 37) | bool _isRadioSelected(int index) FILE: dev/integration_tests/flutter_gallery/test/demo/material/menu_demo_test.dart function main (line 10) | void main() FILE: dev/integration_tests/flutter_gallery/test/demo/material/text_form_field_demo_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/drawer_test.dart function main (line 10) | void main() FILE: dev/integration_tests/flutter_gallery/test/example_code_display_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/example_code_parser_test.dart function main (line 11) | void main() class TestAssetBundle (line 42) | class TestAssetBundle extends AssetBundle { method load (line 44) | Future load(String key) method loadString (line 49) | Future loadString(String key, { bool cache = true }) method loadStructuredData (line 56) | Future loadStructuredData(String key, Future Function(String ... method toString (line 61) | String toString() FILE: dev/integration_tests/flutter_gallery/test/live_smoketest.dart function main (line 49) | Future main() class _LiveWidgetController (line 103) | class _LiveWidgetController extends LiveWidgetController { method _waitUntilFrame (line 111) | Future _waitUntilFrame(bool Function() condition, [Completer _waitForElement(Finder finder) method tap (line 134) | Future tap(Finder finder, { int? pointer, int buttons = kPrimary... method scrollIntoView (line 138) | Future scrollIntoView(Finder finder, {required double alignment}) FILE: dev/integration_tests/flutter_gallery/test/pesto_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/simple_smoke_test.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test/smoke_test.dart function reportToStringError (line 29) | void reportToStringError(String name, String route, int lineNumber, List... function verifyToStringOutput (line 40) | void verifyToStringOutput(String name, String route, String testString) function smokeDemo (line 57) | Future smokeDemo(WidgetTester tester, GalleryDemo demo) function smokeOptionsPage (line 105) | Future smokeOptionsPage(WidgetTester tester) function smokeGallery (line 144) | Future smokeGallery(WidgetTester tester) function main (line 178) | void main() FILE: dev/integration_tests/flutter_gallery/test/update_test.dart function mockUpdateUrlFetcher (line 8) | Future mockUpdateUrlFetcher() function main (line 13) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/run_demos.dart function runDemos (line 22) | Future runDemos(List demos, WidgetController controller) function pageBack (line 52) | Future pageBack() FILE: dev/integration_tests/flutter_gallery/test_driver/scroll_perf.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/scroll_perf_test.dart function main (line 8) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/scroll_perf_web.dart function main (line 9) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/scroll_perf_web_test.dart function main (line 8) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf.dart class _MessageHandler (line 26) | class _MessageHandler { method call (line 28) | Future call(String message) function main (line 48) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_e2e.dart function main (line 23) | void main([List args = const []]) FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_e2e_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_e2e_with_semantics.dart function main (line 7) | void main() FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_hybrid_test.dart function main (line 7) | void main([List args = const []]) FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_test.dart function saveDurationsHistogram (line 26) | Future saveDurationsHistogram(List> events, S... function runDemos (line 104) | Future runDemos(List demos, FlutterDriver driver) function main (line 154) | void main([List args = const []]) FILE: dev/integration_tests/flutter_gallery/test_driver/transitions_perf_with_semantics_test.dart function main (line 7) | void main() FILE: dev/integration_tests/flutter_gallery/test_memory/back_button.dart function endOfAnimation (line 12) | Future endOfAnimation() class LifecycleObserver (line 20) | class LifecycleObserver extends WidgetsBindingObserver { method didChangeAppLifecycleState (line 22) | void didChangeAppLifecycleState(AppLifecycleState state) function main (line 28) | Future main() FILE: dev/integration_tests/flutter_gallery/test_memory/image_cache_memory.dart function main (line 14) | Future main() FILE: dev/integration_tests/flutter_gallery/test_memory/memory_nav.dart function endOfAnimation (line 14) | Future endOfAnimation() function boundsFor (line 20) | Rect boundsFor(WidgetController controller, Finder item) function main (line 25) | Future main() FILE: dev/integration_tests/flutter_gallery/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 11) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: dev/integration_tests/flutter_gallery/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: dev/integration_tests/flutter_gallery/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: dev/integration_tests/flutter_gallery/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: dev/integration_tests/flutter_gallery/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: dev/integration_tests/flutter_gallery/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: dev/integration_tests/flutter_gallery/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: dev/integration_tests/gradle_deprecated_settings/android/app/src/main/java/com/yourcompany/flavors/MainActivity.java class MainActivity (line 12) | public class MainActivity extends FlutterActivity { method onCreate (line 13) | @Override FILE: dev/integration_tests/gradle_deprecated_settings/lib/main.dart function main (line 7) | void main() FILE: dev/integration_tests/hybrid_android_views/android/app/src/main/java/io/flutter/integration/androidviews/MainActivity.java class MainActivity (line 29) | public class MainActivity extends FlutterActivity implements MethodChann... method getFlutterView (line 38) | private View getFlutterView() { method getViewName (line 42) | private String getViewName(View view) { method recurseViewHierarchy (line 61) | private void recurseViewHierarchy(View current, String padding, String... method getSerializedViewHierarchy (line 92) | private String getSerializedViewHierarchy() { method onCreate (line 99) | @Override method configureFlutterEngine (line 104) | @Override method onMethodCall (line 116) | @Override method synthesizeEvent (line 139) | @SuppressWarnings("unchecked") method onRequestPermissionsResult (line 147) | @Override method getExternalStoragePermissions (line 155) | private void getExternalStoragePermissions() { method sendPermissionResult (line 168) | private void sendPermissionResult(boolean result) { FILE: dev/integration_tests/hybrid_android_views/android/app/src/main/java/io/flutter/integration/androidviews/MotionEventCodec.java class MotionEventCodec (line 18) | @TargetApi(Build.VERSION_CODES.ICE_CREAM_SANDWICH) method encode (line 20) | public static HashMap encode(MotionEvent event) { method encodePointerProperties (line 53) | private static HashMap encodePointerProperties(Pointer... method encodePointerCoords (line 60) | private static HashMap encodePointerCoords(PointerCoor... method decode (line 74) | @SuppressWarnings("unchecked") method decodePointerProperties (line 105) | private static PointerProperties decodePointerProperties(HashMap Function(); class FutureDataHandler (line 16) | class FutureDataHandler { method registerHandler (line 20) | Completer registerHandler(String key) method handleMessage (line 25) | Future handleMessage(String? message) FILE: dev/integration_tests/hybrid_android_views/lib/main.dart function main (line 18) | void main() class Home (line 23) | class Home extends StatelessWidget { method build (line 27) | Widget build(BuildContext context) method _buildPageListTile (line 35) | Widget _buildPageListTile(BuildContext context, PageWidget page) method _pushPage (line 43) | void _pushPage(BuildContext context, PageWidget page) FILE: dev/integration_tests/hybrid_android_views/lib/motion_event_diff.dart function diffMotionEvents (line 18) | String diffMotionEvents( function diffActions (line 39) | void diffActions(StringBuffer diffBuffer, Map originalE... function diffPointerProperties (line 63) | void diffPointerProperties(StringBuffer diffBuffer, function diffPointerCoordsList (line 85) | void diffPointerCoordsList(StringBuffer diffBuffer, function diffPointerCoords (line 106) | void diffPointerCoords(Map expected, function diffMaps (line 111) | void diffMaps( function getActionMasked (line 137) | int getActionMasked(int action) function getPointerIdx (line 139) | int getPointerIdx(int action) function getActionName (line 141) | String getActionName(int actionMasked, int action) function doublesApproximatelyMatch (line 163) | bool doublesApproximatelyMatch(dynamic a, dynamic b) FILE: dev/integration_tests/hybrid_android_views/lib/motion_events_page.dart class MotionEventsPage (line 19) | class MotionEventsPage extends PageWidget { method build (line 24) | Widget build(BuildContext context) class MotionEventsBody (line 29) | class MotionEventsBody extends StatefulWidget { method createState (line 33) | State createState() class MotionEventsBodyState (line 36) | class MotionEventsBodyState extends State { method build (line 48) | Widget build(BuildContext context) method playEventsFile (line 114) | Future playEventsFile() method initState (line 150) | void initState() method saveRecordedEvents (line 155) | Future saveRecordedEvents(ByteData data, BuildContext context) method showMessage (line 172) | void showMessage(BuildContext context, String message) method onPlatformViewCreated (line 179) | void onPlatformViewCreated(int id) method listenToFlutterViewEvents (line 185) | void listenToFlutterViewEvents() method onMethodChannelCall (line 192) | Future onMethodChannelCall(MethodCall call) method onViewMethodChannelCall (line 205) | Future onViewMethodChannelCall(MethodCall call) method buildEventTile (line 218) | Widget buildEventTile(BuildContext context, int index) class TouchEventDiff (line 227) | class TouchEventDiff extends StatelessWidget { method build (line 234) | Widget build(BuildContext context) method prettyPrintEvent (line 263) | void prettyPrintEvent(Map event) FILE: dev/integration_tests/hybrid_android_views/lib/nested_view_event_page.dart class NestedViewEventPage (line 14) | class NestedViewEventPage extends PageWidget { method build (line 19) | Widget build(BuildContext context) class NestedViewEventBody (line 22) | class NestedViewEventBody extends StatefulWidget { method createState (line 26) | State createState() type _LastTestStatus (line 29) | enum _LastTestStatus { class NestedViewEventBodyState (line 35) | class NestedViewEventBodyState extends State { method build (line 44) | Widget build(BuildContext context) method _statusWidget (line 97) | Widget _statusWidget() method onShowAlertDialogPressed (line 112) | Future onShowAlertDialogPressed() method onTogglePlatformView (line 131) | Future onTogglePlatformView() method onChildViewPressed (line 137) | Future onChildViewPressed() method onTapChildViewPressed (line 151) | Future onTapChildViewPressed() method onPlatformViewCreated (line 164) | void onPlatformViewCreated(int id) FILE: dev/integration_tests/hybrid_android_views/lib/page.dart class PageWidget (line 10) | abstract class PageWidget extends StatelessWidget { FILE: dev/integration_tests/hybrid_android_views/test_driver/main_test.dart function main (line 8) | Future main() FILE: dev/integration_tests/ios_add2app_life_cycle/flutterapp/lib/main.dart function main (line 14) | void main() class LifeCycleSpy (line 31) | class LifeCycleSpy extends StatefulWidget { method createState (line 35) | State createState() class _LifeCycleSpyState (line 38) | class _LifeCycleSpyState extends State with WidgetsBinding... method initState (line 47) | void initState() method dispose (line 56) | void dispose() method didChangeAppLifecycleState (line 62) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 70) | Widget build(BuildContext context) FILE: dev/integration_tests/ios_app_with_extensions/lib/main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class MyHomePage (line 34) | class MyHomePage extends StatefulWidget { method createState (line 49) | State createState() class _MyHomePageState (line 52) | class _MyHomePageState extends State { method _incrementCounter (line 55) | void _incrementCounter() method build (line 67) | Widget build(BuildContext context) FILE: dev/integration_tests/ios_platform_view_tests/lib/main.dart function main (line 8) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 32) | class MyHomePage extends StatefulWidget { method createState (line 37) | State createState() class _MyHomePageState (line 40) | class _MyHomePageState extends State { method build (line 42) | Widget build(BuildContext context) class PlatformViewPage (line 71) | class PlatformViewPage extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) FILE: dev/integration_tests/ios_platform_view_tests/test_driver/main_test.dart function main (line 9) | void main() FILE: dev/integration_tests/module_host_with_custom_build_v2_embedding/app/src/main/java/io/flutter/addtoapp/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/non_nullable/lib/main.dart function main (line 9) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) FILE: dev/integration_tests/non_nullable/test/test_test.dart function main (line 7) | void main() FILE: dev/integration_tests/platform_interaction/android/app/src/main/java/com/yourcompany/platforminteraction/MainActivity.java class MainActivity (line 13) | public class MainActivity extends FlutterActivity { method onCreate (line 14) | @Override method finish (line 19) | public void finish() { FILE: dev/integration_tests/platform_interaction/lib/main.dart function main (line 13) | void main() class TestApp (line 18) | class TestApp extends StatefulWidget { method createState (line 22) | State createState() class _TestAppState (line 25) | class _TestAppState extends State { method _executeNextStep (line 32) | void _executeNextStep() method _buildTestResultWidget (line 41) | Widget _buildTestResultWidget( method build (line 49) | Widget build(BuildContext context) FILE: dev/integration_tests/platform_interaction/lib/src/system_navigation.dart function systemNavigatorPop (line 9) | Future systemNavigatorPop() FILE: dev/integration_tests/platform_interaction/lib/src/test_step.dart type TestStatus (line 9) | enum TestStatus { ok, pending, failed, complete } type TestStep (line 11) | typedef TestStep = Future Function(); class TestStepResult (line 15) | class TestStepResult { method asWidget (line 47) | Widget asWidget(BuildContext context) FILE: dev/integration_tests/platform_interaction/test_driver/main_test.dart function main (line 8) | void main() FILE: dev/integration_tests/release_smoke_test/android/app/src/androidTest/java/com/example/release_smoke_test/MainActivityTest.java class MainActivityTest (line 12) | @RunWith(FlutterRunner.class) FILE: dev/integration_tests/release_smoke_test/android/app/src/main/java/com/example/release_smoke_test/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/release_smoke_test/lib/main.dart function main (line 10) | Future main() function _utf8Encode (line 27) | List _utf8Encode(String data) FILE: dev/integration_tests/release_smoke_test/test_adapter/hello_world_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/android/app/src/main/java/com/yourcompany/integration_ui/MainActivity.java class MainActivity (line 9) | public class MainActivity extends FlutterActivity { FILE: dev/integration_tests/ui/integration_test/integration_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/lib/commands.dart function main (line 8) | void main() class Test (line 13) | class Test extends SingleChildRenderObjectWidget { method createRenderObject (line 17) | RenderTest createRenderObject(BuildContext context) class RenderTest (line 20) | class RenderTest extends RenderProxyBox { method debugPaintSize (line 24) | void debugPaintSize(PaintingContext context, Offset offset) method paint (line 30) | void paint(PaintingContext context, Offset offset) method reassemble (line 35) | void reassemble() FILE: dev/integration_tests/ui/lib/defines.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/lib/driver.dart function main (line 8) | void main() class DriverTestApp (line 13) | class DriverTestApp extends StatefulWidget { method createState (line 17) | State createState() class DriverTestAppState (line 22) | class DriverTestAppState extends State { method build (line 27) | Widget build(BuildContext context) type Letter (line 94) | enum Letter { a, b, c } FILE: dev/integration_tests/ui/lib/empty.dart function main (line 9) | void main() class Empty (line 14) | class Empty extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) FILE: dev/integration_tests/ui/lib/exit.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/lib/frame_number.dart function main (line 13) | void main() class _FirstFrameTimings (line 27) | class _FirstFrameTimings extends StatefulWidget { method createState (line 36) | _FirstFrameTimingsState createState() class _FirstFrameTimingsState (line 39) | class _FirstFrameTimingsState extends State<_FirstFrameTimings> { method build (line 43) | Widget build(BuildContext context) method _setMinFrameNumber (line 55) | void _setMinFrameNumber(List timings) FILE: dev/integration_tests/ui/lib/keyboard_resize.dart function main (line 10) | void main() class MyApp (line 18) | class MyApp extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) class MyHomePage (line 31) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method build (line 42) | Widget build(BuildContext context) FILE: dev/integration_tests/ui/lib/keyboard_textfield.dart function main (line 10) | void main() class MyApp (line 16) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 33) | State createState() class _MyHomePageState (line 36) | class _MyHomePageState extends State { method initState (line 41) | void initState() method build (line 51) | Widget build(BuildContext context) FILE: dev/integration_tests/ui/lib/license_check.dart function main (line 11) | void main() class ShowLicenses (line 16) | class ShowLicenses extends StatelessWidget { method _buildTestResultWidget (line 19) | Widget _buildTestResultWidget( method build (line 60) | Widget build(BuildContext context) FILE: dev/integration_tests/ui/lib/main.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/lib/overflow.dart function main (line 7) | void main() class Test (line 11) | class Test extends StatefulWidget { method createState (line 15) | State createState() class _TestState (line 18) | class _TestState extends State { method reassemble (line 22) | void reassemble() method build (line 28) | Widget build(BuildContext context) FILE: dev/integration_tests/ui/lib/route.dart function main (line 11) | void main() FILE: dev/integration_tests/ui/lib/screenshot.dart function main (line 12) | void main() class Toggler (line 18) | class Toggler extends StatefulWidget { method createState (line 22) | State createState() class TogglerState (line 25) | class TogglerState extends State { method build (line 29) | Widget build(BuildContext context) function _buildRows (line 60) | List _buildRows(int count) function _buildCells (line 70) | List _buildCells(double epsilon) FILE: dev/integration_tests/ui/lib/track_widget_creation.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/test_driver/commands_debug_paint_test.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/test_driver/commands_none_test.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/test_driver/commands_performance_overlay_test.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/test_driver/defines_test.dart function main (line 8) | void main() FILE: dev/integration_tests/ui/test_driver/driver_test.dart function main (line 11) | void main() FILE: dev/integration_tests/ui/test_driver/empty_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/test_driver/frame_number_test.dart function _isNumeric (line 8) | bool _isNumeric(String s) function main (line 13) | void main() FILE: dev/integration_tests/ui/test_driver/keyboard_resize_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/test_driver/keyboard_textfield_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/test_driver/license_check_test.dart function main (line 12) | void main() FILE: dev/integration_tests/ui/test_driver/route_test.dart function main (line 9) | void main() FILE: dev/integration_tests/ui/test_driver/screenshot_test.dart function main (line 16) | void main() FILE: dev/integration_tests/web/lib/framework_stack_trace.dart function main (line 17) | Future main() function _errorMessageFormattedCorrectly (line 45) | bool _errorMessageFormattedCorrectly(String errorMessage) class ThrowingWidget (line 64) | class ThrowingWidget extends StatefulWidget { method createState (line 68) | State createState() class _ThrowingWidgetState (line 71) | class _ThrowingWidgetState extends State { method initState (line 73) | void initState() method build (line 79) | Widget build(BuildContext context) function topLevelFunction (line 85) | void topLevelFunction() function secondLevelFunction (line 90) | void secondLevelFunction() function thirdLevelFunction (line 95) | void thirdLevelFunction() FILE: dev/integration_tests/web/lib/main.dart function main (line 7) | void main() FILE: dev/integration_tests/web/lib/null_assert_main.dart function main (line 9) | void main() FILE: dev/integration_tests/web/lib/null_enabled_api.dart function methodThatAcceptsNonNull (line 7) | void methodThatAcceptsNonNull(int x) FILE: dev/integration_tests/web/lib/null_safe_main.dart function main (line 9) | void main() FILE: dev/integration_tests/web/lib/service_worker_test.dart function main (line 6) | Future main() FILE: dev/integration_tests/web/lib/sound_mode.dart function main (line 10) | void main() FILE: dev/integration_tests/web/lib/stack_trace.dart function main (line 69) | void main() function foo (line 109) | void foo() function bar (line 114) | void bar() function baz (line 119) | void baz() function _checkStackFrameContents (line 123) | void _checkStackFrameContents(List parsedFrames, List { method equals (line 143) | bool equals(StackFrame e1, StackFrame e2) method hash (line 156) | int hash(StackFrame e) method isValidKey (line 161) | bool isValidKey(Object? o) FILE: dev/integration_tests/web/lib/web_define_loading.dart function main (line 7) | Future main() FILE: dev/integration_tests/web/lib/web_directory_loading.dart function main (line 8) | Future main() FILE: dev/integration_tests/web/test/test.dart function main (line 10) | void main() FILE: dev/integration_tests/web_compile_tests/lib/dart_io_import.dart function main (line 7) | void main() FILE: dev/integration_tests/web_e2e_tests/lib/common.dart function findElements (line 18) | List findElements(String selector) FILE: dev/integration_tests/web_e2e_tests/lib/image_loading_main.dart function main (line 8) | Future main() class MyApp (line 18) | class MyApp extends StatefulWidget { method createState (line 22) | MyAppState createState() class MyAppState (line 25) | class MyAppState extends State { method build (line 27) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/platform_messages_main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | State createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 36) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/profile_diagnostics_main.dart function main (line 7) | void main() class MyApp (line 11) | class MyApp extends StatefulWidget { method createState (line 15) | MyAppState createState() class MyAppState (line 18) | class MyAppState extends State { method build (line 21) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/screenshot_support.dart function runTestWithScreenshots (line 18) | Future runTestWithScreenshots({ FILE: dev/integration_tests/web_e2e_tests/lib/scroll_wheel_main.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method build (line 40) | Widget build(BuildContext context) class DeltaMode (line 76) | abstract class DeltaMode { function dispatchMouseWheelEvent (line 82) | void dispatchMouseWheelEvent(int mouseX, int mouseY, FILE: dev/integration_tests/web_e2e_tests/lib/target_platform_main.dart function main (line 8) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatelessWidget { method build (line 27) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/text_editing_main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | State createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 44) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/treeshaking_main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | State createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 33) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/lib/url_strategy_main.dart function main (line 14) | void main() class MyApp (line 18) | class MyApp extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) FILE: dev/integration_tests/web_e2e_tests/test_driver/image_loading_integration.dart function main (line 11) | void main() FILE: dev/integration_tests/web_e2e_tests/test_driver/image_loading_integration_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/web_e2e_tests/test_driver/platform_messages_integration.dart function main (line 15) | void main() FILE: dev/integration_tests/web_e2e_tests/test_driver/platform_messages_integration_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/web_e2e_tests/test_driver/profile_diagnostics_integration.dart function main (line 9) | void main() FILE: dev/integration_tests/web_e2e_tests/test_driver/profile_diagnostics_integration_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/web_e2e_tests/test_driver/scroll_wheel_integration.dart function main (line 10) | void main() FILE: dev/integration_tests/web_e2e_tests/test_driver/scroll_wheel_integration_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/web_e2e_tests/test_driver/text_editing_integration.dart function main (line 15) | void main() function dispatchKeyboardEvent (line 238) | KeyboardEvent dispatchKeyboardEvent( FILE: dev/integration_tests/web_e2e_tests/test_driver/text_editing_integration_test.dart function main (line 7) | Future main() FILE: dev/integration_tests/web_e2e_tests/test_driver/url_strategy_integration.dart function main (line 14) | void main() class TestUrlStrategy (line 44) | class TestUrlStrategy extends UrlStrategy { method getPath (line 56) | String getPath() method getState (line 59) | dynamic getState() method pushState (line 82) | void pushState(dynamic state, String title, String url) method replaceState (line 95) | void replaceState(dynamic state, String title, String url) method simulateUserTypingUrl (line 105) | Future simulateUserTypingUrl(String url) method go (line 114) | Future go(int count) method addPopStateListener (line 129) | ui.VoidCallback addPopStateListener(html.EventListener fn) method _nextEventLoop (line 140) | Future _nextEventLoop(ui.VoidCallback callback) method _firePopStateEvent (line 147) | void _firePopStateEvent() method prepareExternalUrl (line 159) | String prepareExternalUrl(String internalUrl) method toString (line 162) | String toString() class TestHistoryEntry (line 172) | class TestHistoryEntry { method toString (line 180) | String toString() FILE: dev/integration_tests/web_e2e_tests/test_driver/url_strategy_integration_test.dart function main (line 7) | Future main() FILE: dev/manual_tests/lib/actions.dart function main (line 12) | void main() class Memento (line 24) | class Memento extends Object with Diagnosticable { method debugFillProperties (line 48) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class UndoableActionDispatcher (line 60) | class UndoableActionDispatcher extends ActionDispatcher implements Liste... method addListener (line 93) | void addListener(VoidCallback listener) method removeListener (line 98) | void removeListener(VoidCallback listener) method notifyListeners (line 106) | void notifyListeners() method invokeAction (line 113) | Object? invokeAction(Action action, Intent intent, [BuildConte... method _pruneActions (line 126) | void _pruneActions() method undo (line 151) | bool undo() method redo (line 166) | bool redo() method debugFillProperties (line 180) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class UndoIntent (line 189) | class UndoIntent extends Intent { class UndoAction (line 193) | class UndoAction extends Action { method isEnabled (line 195) | bool isEnabled(UndoIntent intent) method invoke (line 205) | void invoke(UndoIntent intent) class RedoIntent (line 215) | class RedoIntent extends Intent { class RedoAction (line 219) | class RedoAction extends Action { method isEnabled (line 221) | bool isEnabled(RedoIntent intent) method invoke (line 231) | RedoAction invoke(RedoIntent intent) class UndoableAction (line 243) | abstract class UndoableAction extends Action { method invoke (line 253) | void invoke(T intent) class UndoableFocusActionBase (line 258) | class UndoableFocusActionBase extends UndoableAction { method invoke (line 261) | Memento invoke(T intent) class UndoableRequestFocusAction (line 272) | class UndoableRequestFocusAction extends UndoableFocusActionBase createState() class _DemoButtonState (line 321) | class _DemoButtonState extends State { method _handleOnPressed (line 325) | void _handleOnPressed() method dispose (line 333) | void dispose() method build (line 339) | Widget build(BuildContext context) class FocusDemo (line 358) | class FocusDemo extends StatefulWidget { method createState (line 364) | State createState() class _FocusDemoState (line 367) | class _FocusDemoState extends State { method initState (line 374) | void initState() method _handleUndoStateChange (line 381) | void _handleUndoStateChange() method dispose (line 395) | void dispose() method build (line 402) | Widget build(BuildContext context) FILE: dev/manual_tests/lib/animated_icons.dart class AnimatedIconsTestApp (line 7) | class AnimatedIconsTestApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class IconsList (line 21) | class IconsList extends StatelessWidget { method build (line 25) | Widget build(BuildContext context) class IconSampleRow (line 32) | class IconSampleRow extends StatefulWidget { method createState (line 38) | State createState() class IconSampleRowState (line 41) | class IconSampleRowState extends State with SingleTickerP... method build (line 45) | Widget build(BuildContext context) method initState (line 64) | void initState() method dispose (line 70) | void dispose() method _handleChange (line 75) | void _handleChange() class IconSample (line 103) | class IconSample { function main (line 109) | void main() FILE: dev/manual_tests/lib/card_collection.dart class CardModel (line 9) | class CardModel { class CardCollection (line 20) | class CardCollection extends StatefulWidget { method createState (line 24) | CardCollectionState createState() class CardCollectionState (line 27) | class CardCollectionState extends State { method _updateCardSizes (line 52) | void _updateCardSizes() method _initVariableSizedCardModels (line 64) | void _initVariableSizedCardModels() method _initFixedSizedCardModels (line 71) | void _initFixedSizedCardModels() method _initCardModels (line 79) | void _initCardModels() method initState (line 87) | void initState() method dismissCard (line 92) | void dismissCard(CardModel card) method _buildDrawer (line 100) | Widget _buildDrawer() method _dismissDirectionText (line 136) | String _dismissDirectionText(DismissDirection direction) method _toggleEditable (line 141) | void _toggleEditable() method _toggleFixedSizeCards (line 148) | void _toggleFixedSizeCards() method _toggleSunshine (line 155) | void _toggleSunshine() method _toggleVaryFontSizes (line 161) | void _toggleVaryFontSizes() method _selectColor (line 167) | void _selectColor(MaterialColor? selection) method _changeDismissDirection (line 173) | void _changeDismissDirection(DismissDirection? newDismissDirection) method _changeTextAlign (line 179) | void _changeTextAlign(TextAlign? newTextAlign) method buildDrawerCheckbox (line 185) | Widget buildDrawerCheckbox(String label, bool value, void Function() c... method buildDrawerColorRadioItem (line 196) | Widget buildDrawerColorRadioItem(String label, MaterialColor itemValue... method buildDrawerDirectionRadioItem (line 209) | Widget buildDrawerDirectionRadioItem(String label, DismissDirection it... method buildFontRadioItem (line 222) | Widget buildFontRadioItem(String label, TextAlign itemValue, TextAlign... method _buildAppBar (line 235) | AppBar _buildAppBar(BuildContext context) method _buildCard (line 249) | Widget _buildCard(BuildContext context, int index) method _createShader (line 347) | Shader _createShader(Rect bounds) method build (line 358) | Widget build(BuildContext context) function main (line 393) | void main() FILE: dev/manual_tests/lib/color_testing_demo.dart class ColorTestingDemo (line 7) | class ColorTestingDemo extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class ColorDemoHome (line 16) | class ColorDemoHome extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class GradientRow (line 54) | class GradientRow extends StatelessWidget { method build (line 61) | Widget build(BuildContext context) class ColorRow (line 75) | class ColorRow extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) function main (line 89) | void main() FILE: dev/manual_tests/lib/density.dart function main (line 22) | void main() class MyApp (line 24) | class MyApp extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) class MyHomePage (line 38) | class MyHomePage extends StatefulWidget { method createState (line 44) | State createState() class OptionModel (line 47) | class OptionModel extends ChangeNotifier { method reset (line 102) | void reset() class LabeledCheckbox (line 114) | class LabeledCheckbox extends StatelessWidget { method build (line 122) | Widget build(BuildContext context) class Options (line 136) | class Options extends StatefulWidget { method createState (line 142) | State createState() class _OptionsState (line 145) | class _OptionsState extends State { method initState (line 147) | void initState() method didUpdateWidget (line 153) | void didUpdateWidget(Options oldWidget) method dispose (line 162) | void dispose() method _modelChanged (line 167) | void _modelChanged() method _densityToProfile (line 173) | String _densityToProfile(VisualDensity density) method _profileToDensity (line 184) | VisualDensity _profileToDensity(String? profile) method build (line 199) | Widget build(BuildContext context) class _ControlTile (line 367) | class _ControlTile extends StatelessWidget { method build (line 377) | Widget build(BuildContext context) class _MyHomePageState (line 398) | class _MyHomePageState extends State { method initState (line 404) | void initState() method dispose (line 410) | void dispose() method _modelChanged (line 415) | void _modelChanged() method build (line 426) | Widget build(BuildContext context) FILE: dev/manual_tests/lib/drag_and_drop.dart class ExampleDragTarget (line 9) | class ExampleDragTarget extends StatefulWidget { method createState (line 13) | ExampleDragTargetState createState() class ExampleDragTargetState (line 16) | class ExampleDragTargetState extends State { method _handleAccept (line 19) | void _handleAccept(Color data) method build (line 26) | Widget build(BuildContext context) class Dot (line 46) | class Dot extends StatefulWidget { method createState (line 55) | DotState createState() class DotState (line 57) | class DotState extends State { method build (line 61) | Widget build(BuildContext context) class ExampleDragSource (line 78) | class ExampleDragSource extends StatelessWidget { method build (line 97) | Widget build(BuildContext context) class DashOutlineCirclePainter (line 152) | class DashOutlineCirclePainter extends CustomPainter { method paint (line 161) | void paint(Canvas canvas, Size size) method shouldRepaint (line 175) | bool shouldRepaint(DashOutlineCirclePainter oldDelegate) class MovableBall (line 178) | class MovableBall extends StatelessWidget { method build (line 189) | Widget build(BuildContext context) class DragAndDropApp (line 227) | class DragAndDropApp extends StatefulWidget { method createState (line 231) | DragAndDropAppState createState() class DragAndDropAppState (line 234) | class DragAndDropAppState extends State { method moveBall (line 237) | void moveBall(int newPosition) method build (line 242) | Widget build(BuildContext context) function main (line 297) | void main() FILE: dev/manual_tests/lib/focus.dart function main (line 8) | void main() class DemoButton (line 15) | class DemoButton extends StatefulWidget { method createState (line 23) | State createState() class _DemoButtonState (line 26) | class _DemoButtonState extends State { method dispose (line 33) | void dispose() method didUpdateWidget (line 39) | void didUpdateWidget(DemoButton oldWidget) method _handleOnPressed (line 44) | void _handleOnPressed() method build (line 51) | Widget build(BuildContext context) class FocusDemo (line 70) | class FocusDemo extends StatefulWidget { method createState (line 74) | State createState() class _FocusDemoState (line 77) | class _FocusDemoState extends State { method initState (line 81) | void initState() method dispose (line 87) | void dispose() method _handleKeyPress (line 92) | KeyEventResult _handleKeyPress(FocusNode node, RawKeyEvent event) method build (line 129) | Widget build(BuildContext context) FILE: dev/manual_tests/lib/hover.dart function main (line 7) | void main() class DemoButton (line 14) | class DemoButton extends StatelessWidget { method _handleOnPressed (line 19) | void _handleOnPressed() method build (line 24) | Widget build(BuildContext context) class HoverDemo (line 32) | class HoverDemo extends StatefulWidget { method createState (line 36) | State createState() class _HoverDemoState (line 39) | class _HoverDemoState extends State { method build (line 41) | Widget build(BuildContext context) FILE: dev/manual_tests/lib/main.dart function main (line 7) | void main() FILE: dev/manual_tests/lib/material_arc.dart type _DragTarget (line 8) | enum _DragTarget { class _DragHandler (line 20) | class _DragHandler extends Drag { method update (line 28) | void update(DragUpdateDetails details) method cancel (line 33) | void cancel() method end (line 38) | void end(DragEndDetails details) class _IgnoreDrag (line 43) | class _IgnoreDrag extends Drag { class _PointDemoPainter (line 46) | class _PointDemoPainter extends CustomPainter { method drawPoint (line 55) | void drawPoint(Canvas canvas, Offset point, Color color) method paint (line 68) | void paint(Canvas canvas, Size size) method hitTest (line 94) | bool hitTest(Offset position) method shouldRepaint (line 100) | bool shouldRepaint(_PointDemoPainter oldPainter) class _PointDemo (line 103) | class _PointDemo extends StatefulWidget { method createState (line 109) | _PointDemoState createState() class _PointDemoState (line 112) | class _PointDemoState extends State<_PointDemo> { method initState (line 122) | void initState() method dispose (line 128) | void dispose() method _handleOnStart (line 133) | Drag _handleOnStart(Offset position) method _handleDragUpdate (line 153) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragCancel (line 168) | void _handleDragCancel() method _handleDragEnd (line 173) | void _handleDragEnd(DragEndDetails details) method build (line 178) | Widget build(BuildContext context) class _RectangleDemoPainter (line 223) | class _RectangleDemoPainter extends CustomPainter { method drawPoint (line 232) | void drawPoint(Canvas canvas, Offset p, Color color) method drawRect (line 244) | void drawRect(Canvas canvas, Rect rect, Color color) method paint (line 254) | void paint(Canvas canvas, Size size) method hitTest (line 261) | bool hitTest(Offset position) method shouldRepaint (line 267) | bool shouldRepaint(_RectangleDemoPainter oldPainter) class _RectangleDemo (line 270) | class _RectangleDemo extends StatefulWidget { method createState (line 276) | _RectangleDemoState createState() class _RectangleDemoState (line 279) | class _RectangleDemoState extends State<_RectangleDemo> { method dispose (line 289) | void dispose() method _handleOnStart (line 294) | Drag _handleOnStart(Offset position) method _handleDragUpdate (line 313) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragCancel (line 328) | void _handleDragCancel() method _handleDragEnd (line 333) | void _handleDragEnd(DragEndDetails details) method build (line 338) | Widget build(BuildContext context) type _DemoBuilder (line 389) | typedef _DemoBuilder = Widget Function(_ArcDemo demo); class _ArcDemo (line 391) | class _ArcDemo { class AnimationDemo (line 402) | class AnimationDemo extends StatefulWidget { method createState (line 406) | State createState() class _AnimationDemoState (line 409) | class _AnimationDemoState extends State with TickerProvid... method _play (line 425) | Future _play(_ArcDemo demo) method build (line 432) | Widget build(BuildContext context) function main (line 460) | void main() FILE: dev/manual_tests/lib/overlay_geometry.dart class CardModel (line 7) | class CardModel { type MarkerType (line 19) | enum MarkerType { topLeft, bottomRight, touch } class _MarkerPainter (line 21) | class _MarkerPainter extends CustomPainter { method paint (line 31) | void paint(Canvas canvas, _) method shouldRepaint (line 51) | bool shouldRepaint(_MarkerPainter oldPainter) class Marker (line 57) | class Marker extends StatelessWidget { method build (line 70) | Widget build(BuildContext context) class OverlayGeometryApp (line 88) | class OverlayGeometryApp extends StatefulWidget { method createState (line 92) | OverlayGeometryAppState createState() type CardTapCallback (line 95) | typedef CardTapCallback = void Function(GlobalKey targetKey, Offset glob... class CardBuilder (line 97) | class CardBuilder extends SliverChildDelegate { method build (line 107) | Widget? build(BuildContext context, int index) method shouldRebuild (line 130) | bool shouldRebuild(CardBuilder oldDelegate) class OverlayGeometryAppState (line 135) | class OverlayGeometryAppState extends State { method initState (line 141) | void initState() method handleScrollNotification (line 154) | bool handleScrollNotification(ScrollNotification notification) method handleTapUp (line 167) | void handleTapUp(GlobalKey target, Offset globalPosition) method build (line 180) | Widget build(BuildContext context) function main (line 205) | void main() FILE: dev/manual_tests/lib/page_view.dart class CardModel (line 7) | class CardModel { class PageViewApp (line 16) | class PageViewApp extends StatefulWidget { method createState (line 20) | PageViewAppState createState() class PageViewAppState (line 23) | class PageViewAppState extends State { method initState (line 25) | void initState() method buildCard (line 49) | Widget buildCard(CardModel cardModel) method switchScrollDirection (line 71) | void switchScrollDirection() method toggleItemsWrap (line 79) | void toggleItemsWrap() method _buildDrawer (line 85) | Widget _buildDrawer() method _buildAppBar (line 113) | AppBar _buildAppBar() method _buildBody (line 122) | Widget _buildBody(BuildContext context) method build (line 131) | Widget build(BuildContext context) function main (line 143) | void main() FILE: dev/manual_tests/lib/raw_keyboard.dart function main (line 8) | void main() class RawKeyboardDemo (line 22) | class RawKeyboardDemo extends StatefulWidget { method createState (line 26) | State createState() class _HardwareKeyDemoState (line 29) | class _HardwareKeyDemoState extends State { method dispose (line 34) | void dispose() method _handleKeyEvent (line 39) | KeyEventResult _handleKeyEvent(FocusNode node, RawKeyEvent event) method _asHex (line 46) | String _asHex(int value) method _getEnumName (line 48) | String _getEnumName(dynamic enumItem) method build (line 55) | Widget build(BuildContext context) FILE: dev/manual_tests/lib/text.dart function main (line 13) | void main() class Home (line 28) | class Home extends StatefulWidget { method createState (line 32) | State createState() class _HomeState (line 35) | class _HomeState extends State { method build (line 37) | Widget build(BuildContext context) class Fuzzer (line 120) | class Fuzzer extends StatefulWidget { method createState (line 126) | State createState() class _FuzzerState (line 129) | class _FuzzerState extends State with SingleTickerProviderStateM... method initState (line 135) | void initState() method dispose (line 141) | void dispose() method _updateTextSpan (line 146) | void _updateTextSpan(Duration? duration) method _fiddleWith (line 152) | TextSpan _fiddleWith(TextSpan node) method _fiddleWithText (line 160) | String? _fiddleWithText(String? text) method _fiddleWithStyle (line 166) | TextStyle? _fiddleWithStyle(TextStyle? style) method _fiddleWithColor (line 196) | Color? _fiddleWithColor(Color? value) method _fiddleWithDecoration (line 218) | TextDecoration? _fiddleWithDecoration(TextDecoration? value) method _fiddleWithDecorationStyle (line 246) | TextDecorationStyle? _fiddleWithDecorationStyle(TextDecorationStyle? v... method _fiddleWithFontWeight (line 256) | FontWeight? _fiddleWithFontWeight(FontWeight? value) method _fiddleWithFontStyle (line 266) | FontStyle? _fiddleWithFontStyle(FontStyle? value) method _fiddleWithFontFamily (line 276) | String? _fiddleWithFontFamily(String? value) method _fiddleWithDouble (line 300) | double? _fiddleWithDouble(double? value, double defaultValue, double max) method _fiddleWithChildren (line 312) | List? _fiddleWithChildren(List children) method depthOf (line 339) | int depthOf(TextSpan node) method _createRandomTextSpan (line 348) | TextSpan _createRandomTextSpan() method _createRandomText (line 354) | String? _createRandomText() method build (line 499) | Widget build(BuildContext context) class Underlines (line 536) | class Underlines extends StatefulWidget { method createState (line 540) | State createState() class _UnderlinesState (line 543) | class _UnderlinesState extends State { method _wrap (line 555) | Widget _wrap(TextDecorationStyle? style) method build (line 567) | Widget build(BuildContext context) class Fallback (line 641) | class Fallback extends StatefulWidget { method createState (line 645) | State createState() class _FallbackState (line 648) | class _FallbackState extends State { method build (line 670) | Widget build(BuildContext context) class Bidi (line 736) | class Bidi extends StatefulWidget { method createState (line 740) | State createState() class _BidiState (line 743) | class _BidiState extends State { method build (line 745) | Widget build(BuildContext context) class Zalgo (line 811) | class Zalgo extends StatefulWidget { method createState (line 817) | State createState() class _ZalgoState (line 820) | class _ZalgoState extends State with SingleTickerProviderStateMix... method initState (line 826) | void initState() method dispose (line 833) | void dispose() method _update (line 841) | void _update(Duration? duration) method build (line 853) | Widget build(BuildContext context) class Painting (line 917) | class Painting extends StatefulWidget { method createState (line 923) | State createState() class _PaintingState (line 926) | class _PaintingState extends State with SingleTickerProviderSt... method initState (line 932) | void initState() method dispose (line 939) | void dispose() method _update (line 949) | void _update(Duration? duration) method build (line 978) | Widget build(BuildContext context) function zalgo (line 1098) | String zalgo(math.Random random, int targetLength, { bool includeSpacing... function pickFromList (line 1443) | T pickFromList(math.Random random, List list) class Range (line 1447) | class Range { function randomCharacter (line 1453) | int randomCharacter(math.Random random) FILE: dev/manual_tests/test/card_collection_test.dart function main (line 13) | void main() FILE: dev/manual_tests/test/color_testing_demo_test.dart function main (line 12) | void main() FILE: dev/manual_tests/test/mock_image_http.dart function createMockImageHttpClient (line 13) | FakeHttpClient createMockImageHttpClient(SecurityContext? _) class FakeHttpClient (line 18) | class FakeHttpClient extends Fake implements HttpClient { method getUrl (line 29) | Future getUrl(Uri url) class FakeHttpClientRequest (line 34) | class FakeHttpClientRequest extends Fake implements HttpClientRequest { method close (line 38) | Future close() class FakeHttpClientResponse (line 43) | class FakeHttpClientResponse extends Fake implements HttpClientResponse { method listen (line 57) | StreamSubscription> listen(void Function(List)? onData, { class FakeHttpHeaders (line 67) | class FakeHttpHeaders extends Fake implements HttpHeaders { } FILE: dev/manual_tests/test/overlay_geometry_test.dart function main (line 9) | void main() FILE: dev/manual_tests/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: dev/manual_tests/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: dev/manual_tests/windows/runner/flutter_window.h function class (line 17) | class FlutterWindow : public Win32Window { FILE: dev/manual_tests/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: dev/manual_tests/windows/runner/run_loop.h function class (line 15) | class RunLoop { FILE: dev/manual_tests/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: dev/manual_tests/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: dev/manual_tests/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: dev/missing_dependency_tests/trivial_test.dart function main (line 7) | void main() FILE: dev/tools/bin/find_commit.dart function log (line 15) | void log(String message) class Commit (line 20) | class Commit { method parse (line 28) | Commit parse(String line) method parseList (line 33) | List parseList(String lines) function findCommit (line 38) | String findCommit({ function git (line 75) | String git(String workingDirectory, List arguments) function main (line 82) | void main(List arguments) FILE: dev/tools/bin/generate_gradle_lockfiles.dart function main (line 14) | void main(List arguments) function getFilesFromStdin (line 104) | List getFilesFromStdin() function exec (line 116) | void exec( FILE: dev/tools/dartdoc.dart function main (line 37) | Future main(List arguments) function quote (line 218) | String quote(String arg) function _createArgsParser (line 249) | ArgParser _createArgsParser() function getBranchName (line 272) | String getBranchName({ function gitRevision (line 290) | String gitRevision() function createFooter (line 301) | void createFooter(String footerPath, String version) function createSearchMetadata (line 326) | void createSearchMetadata(String templatePath, String metadataPath) function copyDirectorySync (line 341) | void copyDirectorySync(Directory srcDir, Directory destDir, [void Functi... function copyAssets (line 362) | void copyAssets() function cleanOutSnippets (line 375) | void cleanOutSnippets() function sanityCheckDocs (line 384) | void sanityCheckDocs() function createIndexAndCleanup (line 404) | void createIndexAndCleanup() function removeOldFlutterDocsDir (line 416) | void removeOldFlutterDocsDir() function renameApiDir (line 424) | void renameApiDir() function copyIndexToRootOfDocs (line 428) | void copyIndexToRootOfDocs() function changePackageToSdkInTitlebar (line 432) | void changePackageToSdkInTitlebar() function addHtmlBaseToIndex (line 443) | void addHtmlBaseToIndex() function putRedirectInOldIndexLocation (line 462) | void putRedirectInOldIndexLocation() function writeSnippetsIndexFile (line 468) | void writeSnippetsIndexFile() function findPackageNames (line 484) | List findPackageNames() function findPackages (line 489) | List findPackages() function libraryRefs (line 508) | Iterable libraryRefs() function printStream (line 523) | void printStream(Stream> stream, { String prefix = '', List args) FILE: dev/tools/examples_smoke_test.dart function main (line 25) | FutureOr main() function cleanUp (line 49) | Future cleanUp(File integrationTest) function runSmokeTests (line 61) | Future runSmokeTests({ class ExampleInfo (line 84) | class ExampleInfo { method _getImportPath (line 95) | String _getImportPath(File example, Directory examplesLibDir) function generateTest (line 104) | Future generateTest(Directory apiDir) function runCommand (line 185) | Future runCommand( function allComplete (line 198) | Future allComplete() FILE: dev/tools/find_engine_commit.dart function _validate (line 7) | void _validate(List args) function main (line 28) | Future main(List args) function _fetchUpstream (line 48) | Future _fetchUpstream([String workingDirectory = '.']) function _tagsForRevision (line 63) | Future _tagsForRevision(String flutterRevision) function containsRevision (line 75) | Future containsRevision(String ancestorRevision, String revision) function _logEngineVersions (line 89) | Stream _logEngineVersions() class FlutterEngineRevision (line 122) | class FlutterEngineRevision { method toString (line 129) | String toString() FILE: dev/tools/gen_keycodes/bin/gen_keycodes.dart function getChromiumCodes (line 27) | Future getChromiumCodes() function getChromiumKeys (line 34) | Future getChromiumKeys() function getAndroidKeyCodes (line 40) | Future getAndroidKeyCodes() function getWindowsKeyCodes (line 45) | Future getWindowsKeyCodes() function getAndroidScanCodes (line 56) | Future getAndroidScanCodes() function getGlfwKeyCodes (line 61) | Future getGlfwKeyCodes() function getGtkKeyCodes (line 66) | Future getGtkKeyCodes() function readDataFile (line 71) | String readDataFile(String fileName) function _assertsEnabled (line 75) | bool _assertsEnabled() function main (line 84) | Future main(List rawArguments) FILE: dev/tools/gen_keycodes/lib/android_code_gen.dart class AndroidCodeGenerator (line 15) | class AndroidCodeGenerator extends PlatformCodeGenerator { method outputPath (line 47) | String outputPath(String platform) method mappings (line 51) | Map mappings() FILE: dev/tools/gen_keycodes/lib/base_code_gen.dart function _injectDictionary (line 10) | String _injectDictionary(String template, Map dictionary) class BaseCodeGenerator (line 26) | abstract class BaseCodeGenerator { method mappings (line 34) | Map mappings() method generate (line 38) | String generate() class PlatformCodeGenerator (line 50) | abstract class PlatformCodeGenerator extends BaseCodeGenerator { method outputPath (line 57) | String outputPath(String platform) FILE: dev/tools/gen_keycodes/lib/constants.dart class MaskConstant (line 7) | class MaskConstant { FILE: dev/tools/gen_keycodes/lib/gtk_code_gen.dart class GtkCodeGenerator (line 16) | class GtkCodeGenerator extends PlatformCodeGenerator { method constructMapFromModToKeys (line 50) | String constructMapFromModToKeys( method outputPath (line 113) | String outputPath(String platform) method mappings (line 117) | Map mappings() FILE: dev/tools/gen_keycodes/lib/ios_code_gen.dart class IOSCodeGenerator (line 30) | class IOSCodeGenerator extends PlatformCodeGenerator { method outputPath (line 125) | String outputPath(String platform) method mappings (line 129) | Map mappings() FILE: dev/tools/gen_keycodes/lib/keyboard_keys_code_gen.dart function _wrapString (line 15) | String _wrapString(String input) class SynonymKeyInfo (line 36) | class SynonymKeyInfo { class KeyboardKeysCodeGenerator (line 51) | class KeyboardKeysCodeGenerator extends BaseCodeGenerator { method printKey (line 82) | void printKey(int flutterId, String constantName, String commentName, ... method _otherComments (line 102) | String? _otherComments(String name) method mappings (line 167) | Map mappings() FILE: dev/tools/gen_keycodes/lib/keyboard_maps_code_gen.dart function _isAsciiLetter (line 14) | bool _isAsciiLetter(String? char) function _isDigit (line 27) | bool _isDigit(String? char) class KeyboardMapsCodeGenerator (line 39) | class KeyboardMapsCodeGenerator extends BaseCodeGenerator { method mappings (line 345) | Map mappings() FILE: dev/tools/gen_keycodes/lib/logical_key_data.dart function _isControlCharacter (line 14) | bool _isControlCharacter(int codeUnit) class _ModifierPair (line 19) | class _ModifierPair { function _getGrandchildList (line 28) | List _getGrandchildList(Map map, String key1, Str... class LogicalKeyData (line 41) | class LogicalKeyData { method toJson (line 94) | Map toJson() method entryByName (line 105) | LogicalKeyEntry entryByName(String name) method _readKeyEntries (line 133) | void _readKeyEntries(Map data, String input) method _readMacOsKeyCodes (line 178) | void _readMacOsKeyCodes( method _readIosKeyCodes (line 198) | void _readIosKeyCodes( method _readGtkKeyCodes (line 223) | void _readGtkKeyCodes(Map data, String header... method _readWindowsKeyCodes (line 252) | void _readWindowsKeyCodes(Map data, String he... method _readAndroidKeyCodes (line 290) | void _readAndroidKeyCodes(Map data, String he... method _readFuchsiaKeyCodes (line 321) | void _readFuchsiaKeyCodes(Map data, PhysicalK... method _readGlfwKeyCodes (line 347) | void _readGlfwKeyCodes(Map data, String heade... method _sourceToPlane (line 422) | int _sourceToPlane(String source, bool isPrintable) class LogicalKeyEntry (line 442) | class LogicalKeyEntry { method toJson (line 569) | Map toJson() method toString (line 596) | String toString() method computeName (line 607) | String computeName(String rawName) method computeCommentName (line 617) | String computeCommentName(String name) method computeConstantName (line 633) | String computeConstantName(String commentName) method compareByValue (line 645) | int compareByValue(LogicalKeyEntry a, LogicalKeyEntry b) FILE: dev/tools/gen_keycodes/lib/macos_code_gen.dart class MacOSCodeGenerator (line 30) | class MacOSCodeGenerator extends PlatformCodeGenerator { method outputPath (line 104) | String outputPath(String platform) method mappings (line 108) | Map mappings() FILE: dev/tools/gen_keycodes/lib/physical_key_data.dart class PhysicalKeyData (line 15) | class PhysicalKeyData { method tryEntryByName (line 49) | PhysicalKeyEntry? tryEntryByName(String name) method entryByName (line 56) | PhysicalKeyEntry entryByName(String name) method toJson (line 71) | Map toJson() method _readAndroidScanCodes (line 92) | Map> _readAndroidScanCodes(String keyboardLayout, St... method _readHidEntries (line 138) | Map _readHidEntries( class PhysicalKeyEntry (line 205) | class PhysicalKeyEntry { method toJson (line 263) | Map toJson() method getCommentName (line 281) | String getCommentName(String constantName) method toString (line 319) | String toString() method compareByUsbHidCode (line 327) | int compareByUsbHidCode(PhysicalKeyEntry a, PhysicalKeyEntry b) FILE: dev/tools/gen_keycodes/lib/testing_key_codes_gen.dart function _toUpperCammel (line 12) | String _toUpperCammel(String lowerCammel) class KeyCodesCcGenerator (line 18) | class KeyCodesCcGenerator extends BaseCodeGenerator { method mappings (line 45) | Map mappings() FILE: dev/tools/gen_keycodes/lib/utils.dart function shoutingToUpperCamel (line 24) | String shoutingToUpperCamel(String shouting) function upperCamelToLowerCamel (line 37) | String upperCamelToLowerCamel(String upperCamel) function lowerCamelToUpperCamel (line 45) | String lowerCamelToUpperCamel(String lowerCamel) function toHex (line 116) | String toHex(int? value, {int digits = 8}) function getHex (line 124) | int getHex(String input) function wrapString (line 130) | String wrapString(String input, {required String prefix}) function zipStrict (line 155) | void zipStrict(Iterable list1, Iterable list2, void Func... function parseMapOfString (line 168) | Map parseMapOfString(String jsonString) function parseMapOfListOfString (line 173) | Map> parseMapOfListOfString(String jsonString) function parseMapOfListOfNullableString (line 180) | Map> parseMapOfListOfNullableString(String jsonStr... function reverseMapOfListOfString (line 188) | Map reverseMapOfListOfString(Map> i... function removeEmptyValues (line 205) | Map removeEmptyValues(Map map) function addNameValue (line 220) | void addNameValue(List names, List values, String name, int... class OutputLine (line 233) | class OutputLine> { class OutputLines (line 245) | class OutputLines> { method add (line 261) | void add(T code, String line) method join (line 273) | String join() method sortedJoin (line 277) | String sortedJoin() function toPlane (line 285) | int toPlane(int value, int plane) function getPlane (line 289) | int getPlane(int value) FILE: dev/tools/gen_keycodes/lib/web_code_gen.dart class WebCodeGenerator (line 15) | class WebCodeGenerator extends PlatformCodeGenerator { method outputPath (line 69) | String outputPath(String platform) method mappings (line 73) | Map mappings() FILE: dev/tools/gen_keycodes/lib/windows_code_gen.dart class WindowsCodeGenerator (line 15) | class WindowsCodeGenerator extends PlatformCodeGenerator { method outputPath (line 86) | String outputPath(String platform) method mappings (line 90) | Map mappings() FILE: dev/tools/gen_keycodes/test/gen_keycodes_test.dart function readDataFile (line 21) | String readDataFile(String fileName) function main (line 30) | void main() function checkCommonOutput (line 39) | void checkCommonOutput(String output) FILE: dev/tools/java_and_objc_doc.dart function main (line 15) | Future main(List args) function fetchArchive (line 28) | Future fetchArchive(String url, int maxTries) function generateDocs (line 46) | Future generateDocs(String url, String docName, String checkFile) FILE: dev/tools/localization/bin/encode_kn_arb_files.dart function _loadBundle (line 23) | Map _loadBundle(File file) function _encodeBundleTranslations (line 29) | void _encodeBundleTranslations(Map bundle) function _checkEncodedTranslations (line 45) | void _checkEncodedTranslations(Map encodedBundle, Map bundle) function encodeKnArbFiles (line 68) | void encodeKnArbFiles(Directory directory) FILE: dev/tools/localization/bin/gen_date_localizations.dart function main (line 45) | Future main(List rawArgs) function _jsonToMapEntry (line 135) | String _jsonToMapEntry(String key, dynamic value) function _jsonToMap (line 139) | String _jsonToMap(dynamic json) function _supportedLocales (line 167) | Set _supportedLocales() function _listIntlData (line 188) | Map _listIntlData(Directory directory) FILE: dev/tools/localization/bin/gen_localizations.dart function generateArbBasedLocalizationSubclasses (line 54) | String generateArbBasedLocalizationSubclasses({ function generateType (line 382) | String generateType(Map? attributes) function generateKey (line 406) | String generateKey(String key, Map? attributes) function generateValue (line 447) | String? generateValue(String? value, Map? attributes, L... function generateGetter (line 479) | String generateGetter(String key, String? value, Map? a... function main (line 489) | void main(List rawArgs) FILE: dev/tools/localization/bin/gen_missing_localizations.dart function main (line 29) | Future main(List rawArgs) function loadBundle (line 37) | Map loadBundle(File file) function writeBundle (line 43) | void writeBundle(File file, Map bundle) function resourceKeys (line 53) | Set resourceKeys(Map bundle) function intentionallyOmitted (line 60) | bool intentionallyOmitted(String key, Map bundle) function isPluralVariation (line 68) | bool isPluralVariation(String key, Map bundle) function updateMissingResources (line 76) | void updateMissingResources(String localizationPath, String groupPrefix) FILE: dev/tools/localization/bin/gen_subtag_registry.dart function main (line 14) | Future main() FILE: dev/tools/localization/gen_cupertino_localizations.dart function generateCupertinoHeader (line 7) | String generateCupertinoHeader(String regenerateInstructions) function generateCupertinoConstructor (line 34) | String generateCupertinoConstructor(LocaleInfo locale) FILE: dev/tools/localization/gen_material_localizations.dart function generateMaterialHeader (line 7) | String generateMaterialHeader(String regenerateInstructions) function generateMaterialConstructor (line 34) | String generateMaterialConstructor(LocaleInfo locale) FILE: dev/tools/localization/localizations_utils.dart type HeaderGenerator (line 13) | typedef HeaderGenerator = String Function(String regenerateInstructions); type ConstructorGenerator (line 14) | typedef ConstructorGenerator = String Function(LocaleInfo locale); function sortFilesByPath (line 16) | int sortFilesByPath (FileSystemEntity a, FileSystemEntity b) class LocaleInfo (line 21) | @immutable method camelCase (line 117) | String camelCase() method toString (line 134) | String toString() method compareTo (line 139) | int compareTo(LocaleInfo other) function loadMatchingArbsIntoBundleMaps (line 146) | void loadMatchingArbsIntoBundleMaps({ function populateResources (line 172) | void populateResources(LocaleInfo locale, File file) function exitWithError (line 213) | void exitWithError(String errorMessage) function checkCwdIsRepoRoot (line 219) | void checkCwdIsRepoRoot(String commandName) function parseArgs (line 230) | GeneratorOptions parseArgs(List rawArgs) class GeneratorOptions (line 252) | class GeneratorOptions { function _parseSection (line 265) | Map> _parseSection(String section) function precacheLanguageAndRegionTags (line 295) | void precacheLanguageAndRegionTags() function describeLocale (line 328) | String describeLocale(String tag) function generateClassDeclaration (line 353) | String generateClassDeclaration( function generateString (line 387) | String generateString(String value) function generateEncodedString (line 430) | String generateEncodedString(String locale, String value) FILE: dev/tools/localization/localizations_validator.dart class ValidationError (line 15) | class ValidationError implements Exception { method toString (line 19) | String toString() function validateEnglishLocalizations (line 31) | void validateEnglishLocalizations(File file) function checkPluralResource (line 48) | bool checkPluralResource(String suffix) function validateLocalizations (line 100) | void validateLocalizations( function isPluralVariation (line 116) | bool isPluralVariation(String key) FILE: dev/tools/mega_gallery.dart function main (line 15) | void main(List args) function _createEntry (line 96) | void _createEntry(File mainFile, int copies) function _copyGallery (line 122) | void _copyGallery(Directory galleryDir, int index) function _copy (line 133) | void _copy(Directory source, Directory target) function _dir (line 153) | Directory _dir(Directory parent, String name) function _file (line 154) | File _file(Directory parent, String name) function _normalize (line 155) | String _normalize(String filePath) class SourceStats (line 157) | class SourceStats { method toString (line 162) | String toString() function getStatsFor (line 165) | SourceStats getStatsFor(Directory dir, [SourceStats? stats]) function _lineCount (line 181) | int _lineCount(File file) function _comma (line 190) | String _comma(int count) FILE: dev/tools/test/dartdoc_test.dart function main (line 11) | void main() FILE: dev/tools/update_icons.dart function main (line 159) | void main(List args) function _handleArguments (line 204) | ArgResults _handleArguments(List args) function _stringToTokenPairMap (line 225) | Map _stringToTokenPairMap(String codepointData) function _regenerateIconsFile (line 243) | String _regenerateIconsFile(String iconData, Map tokenPa... function _testIsMapSuperset (line 302) | void _testIsMapSuperset(Map newCodepoints, Map args) function printUsage (line 91) | void printUsage(ArgParser parser) FILE: dev/tools/vitool/lib/vitool.dart class Animation (line 17) | class Animation { method _validateFramesData (line 36) | void _validateFramesData(List frames) method toDart (line 56) | String toDart(String className, String varName) class PathAnimation (line 70) | class PathAnimation { method toString (line 109) | String toString() method toDart (line 113) | String toDart() class PathCommandAnimation (line 130) | class PathCommandAnimation { method toString (line 142) | String toString() method toDart (line 146) | String toDart() function interpretSvg (line 187) | FrameData interpretSvg(String svgFilePath) function _interpretSvgGroup (line 199) | List _interpretSvgGroup(List children, _Transform tran... function parsePoints (line 245) | List> parsePoints(String points) class FrameData (line 260) | @immutable method toString (line 280) | String toString() class SvgPath (line 286) | @immutable method fromElement (line 298) | SvgPath fromElement(XmlElement pathElement) method _applyTransform (line 314) | SvgPath _applyTransform(_Transform transform) method toString (line 334) | String toString() class SvgPathCommand (line 350) | @immutable method _applyTransform (line 360) | SvgPathCommand _applyTransform(_Transform transform) method toString (line 383) | String toString() class SvgPathCommandBuilder (line 388) | class SvgPathCommandBuilder { method build (line 400) | SvgPathCommand build(String type, List> points) method _isRelativeCommand (line 417) | bool _isRelativeCommand(String type) function _pointsToVector3Array (line 422) | List _pointsToVector3Array(List> points) function _vector3ArrayToPoints (line 432) | List> _vector3ArrayToPoints(List vector) class _Transform (line 445) | class _Transform { method applyTransform (line 454) | _Transform applyTransform(_Transform transform) function _parseSvgTransform (line 467) | Matrix3 _parseSvgTransform(String transform) function _parseSvgTranslate (line 494) | Matrix3 _parseSvgTranslate(String paramsStr) function _parseSvgScale (line 503) | Matrix3 _parseSvgScale(String paramsStr) function _parseSvgRotate (line 512) | Matrix3 _parseSvgRotate(String paramsStr) function _matrix (line 519) | Matrix3 _matrix(double a, double b, double c, double d, double e, double f) function parsePixels (line 529) | int parsePixels(String pixels) function _extractAttr (line 537) | String _extractAttr(XmlElement element, String name) function _hasAttr (line 549) | bool _hasAttr(XmlElement element, String name) function _extractSvgElement (line 553) | XmlElement _extractSvgElement(XmlDocument document) function _asElement (line 560) | XmlElement _asElement(XmlNode node) FILE: dev/tools/vitool/test/vitool_test.dart function main (line 13) | void main() class PathMatcher (line 606) | class PathMatcher extends Matcher { method describe (line 613) | Description describe(Description description) method matches (line 616) | bool matches(dynamic item, Map matchState) method commandsMatch (line 637) | bool commandsMatch(SvgPathCommand actual, SvgPathCommand other) class PathAnimationMatcher (line 651) | class PathAnimationMatcher extends Matcher { method describe (line 657) | Description describe(Description description) method matches (line 660) | bool matches(dynamic item, Map matchState) method commandsMatch (line 682) | bool commandsMatch(PathCommandAnimation expected, PathCommandAnimation... function testAsset (line 694) | String testAsset(String name) FILE: dev/tracing_tests/test/default_streams_test.dart function main (line 14) | void main() FILE: dev/tracing_tests/test/image_cache_tracing_test.dart function main (line 14) | void main() function _expectTimelineEvents (line 83) | void _expectTimelineEvents(List events, List expectedArgs, Map ... class TestImageStreamCompleter (line 110) | class TestImageStreamCompleter extends ImageStreamCompleter { method testSetImage (line 111) | void testSetImage(ImageInfo image) FILE: dev/tracing_tests/test/image_painting_event_test.dart function main (line 15) | void main() class TestCanvas (line 112) | class TestCanvas implements Canvas { method noSuchMethod (line 114) | void noSuchMethod(Invocation invocation) FILE: examples/api/lib/animation/curves/curve2_d.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class FollowCurve2D (line 44) | class FollowCurve2D extends StatefulWidget { method createState (line 59) | State createState() class _FollowCurve2DState (line 62) | class _FollowCurve2DState extends State method initState (line 70) | void initState() method dispose (line 81) | void dispose() method build (line 88) | Widget build(BuildContext context) class MyStatelessWidget (line 99) | class MyStatelessWidget extends StatelessWidget { method build (line 103) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/context_menu/cupertino_context_menu.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatelessWidget (line 27) | class MyStatelessWidget extends StatelessWidget { method build (line 31) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/nav_bar/cupertino_navigation_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/page_scaffold/cupertino_page_scaffold.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/refresh/cupertino_sliver_refresh_control.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 45) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/route/show_cupertino_dialog.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 26) | class MyStatelessWidget extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) method _dialogBuilder (line 45) | Route _dialogBuilder( FILE: examples/api/lib/cupertino/route/show_cupertino_modal_popup.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 26) | class MyStatelessWidget extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) method _modalBuilder (line 45) | Route _modalBuilder(BuildContext context, Object? arguments) FILE: examples/api/lib/cupertino/scrollbar/cupertino_scrollbar.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 35) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/scrollbar/cupertino_scrollbar.1.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/cupertino/text_form_field_row/cupertino_text_form_field_row.1.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatefulWidget (line 27) | class MyStatefulWidget extends StatefulWidget { method createState (line 31) | State createState() class _MyStatefulWidgetState (line 34) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/gestures/pointer_signal_resolver/pointer_signal_resolver.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class ColorChanger (line 27) | class ColorChanger extends StatefulWidget { method createState (line 40) | State createState() class _ColorChangerState (line 43) | class _ColorChangerState extends State { method rotateColor (line 46) | void rotateColor() method initState (line 53) | void initState() method build (line 59) | Widget build(BuildContext context) class MyStatefulWidget (line 88) | class MyStatefulWidget extends StatefulWidget { method createState (line 92) | State createState() class _MyStatefulWidgetState (line 95) | class _MyStatefulWidgetState extends State { method build (line 99) | Widget build(BuildContext context) FILE: examples/api/lib/material/about/about_list_tile.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/app_bar/app_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/app_bar/app_bar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/app_bar/sliver_app_bar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/material/autocomplete/autocomplete.0.dart function main (line 9) | void main() class AutocompleteExampleApp (line 11) | class AutocompleteExampleApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class AutocompleteBasicExample (line 29) | class AutocompleteBasicExample extends StatelessWidget { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/autocomplete/autocomplete.1.dart function main (line 9) | void main() class AutocompleteExampleApp (line 11) | class AutocompleteExampleApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class User (line 29) | @immutable method toString (line 40) | String toString() class AutocompleteBasicUserExample (line 56) | class AutocompleteBasicUserExample extends StatelessWidget { method _displayStringForOption (line 65) | String _displayStringForOption(User option) method build (line 68) | Widget build(BuildContext context) FILE: examples/api/lib/material/banner/material_banner.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/banner/material_banner.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/bottom_app_bar/bottom_app_bar.1.dart function main (line 9) | void main() class BottomAppBarDemo (line 13) | class BottomAppBarDemo extends StatefulWidget { method createState (line 17) | State createState() class _BottomAppBarDemoState (line 20) | class _BottomAppBarDemoState extends State { method _onShowNotchChanged (line 26) | void _onShowNotchChanged(bool value) method _onShowFabChanged (line 32) | void _onShowFabChanged(bool value) method _onFabLocationChanged (line 38) | void _onFabLocationChanged(FloatingActionButtonLocation? value) method build (line 45) | Widget build(BuildContext context) class _DemoBottomAppBar (line 114) | class _DemoBottomAppBar extends StatelessWidget { method build (line 130) | Widget build(BuildContext context) FILE: examples/api/lib/material/bottom_navigation_bar/bottom_navigation_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _onItemTapped (line 51) | void _onItemTapped(int index) method build (line 58) | Widget build(BuildContext context) FILE: examples/api/lib/material/bottom_navigation_bar/bottom_navigation_bar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _onItemTapped (line 55) | void _onItemTapped(int index) method build (line 62) | Widget build(BuildContext context) FILE: examples/api/lib/material/bottom_sheet/show_modal_bottom_sheet.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/card/card.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/card/card.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/checkbox/checkbox.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) method getColor (line 42) | Color getColor(Set states) FILE: examples/api/lib/material/checkbox_list_tile/checkbox_list_tile.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 31) | class MyStatefulWidget extends StatefulWidget { method createState (line 35) | State createState() class _MyStatefulWidgetState (line 38) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/material/checkbox_list_tile/checkbox_list_tile.1.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class LinkedLabelCheckbox (line 32) | class LinkedLabelCheckbox extends StatelessWidget { method build (line 47) | Widget build(BuildContext context) class MyStatefulWidget (line 79) | class MyStatefulWidget extends StatefulWidget { method createState (line 83) | State createState() class _MyStatefulWidgetState (line 86) | class _MyStatefulWidgetState extends State { method build (line 90) | Widget build(BuildContext context) FILE: examples/api/lib/material/checkbox_list_tile/checkbox_list_tile.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class LabeledCheckbox (line 30) | class LabeledCheckbox extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class MyStatefulWidget (line 68) | class MyStatefulWidget extends StatefulWidget { method createState (line 72) | State createState() class _MyStatefulWidgetState (line 75) | class _MyStatefulWidgetState extends State { method build (line 79) | Widget build(BuildContext context) FILE: examples/api/lib/material/chip/deletable_chip_attributes.on_deleted.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class Actor (line 30) | class Actor { class CastList (line 36) | class CastList extends StatefulWidget { method createState (line 40) | State createState() class CastListState (line 43) | class CastListState extends State { method build (line 71) | Widget build(BuildContext context) class MyStatefulWidget (line 78) | class MyStatefulWidget extends StatefulWidget { method createState (line 82) | State createState() class _MyStatefulWidgetState (line 85) | class _MyStatefulWidgetState extends State { method build (line 87) | Widget build(BuildContext context) FILE: examples/api/lib/material/data_table/data_table.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/data_table/data_table.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/material/date_picker/show_date_picker.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 26) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 36) | class _MyStatefulWidgetState extends State method _datePickerRoute (line 56) | Route _datePickerRoute( method restoreState (line 75) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _selectDate (line 81) | void _selectDate(DateTime? newSelectedDate) method build (line 94) | Widget build(BuildContext context) FILE: examples/api/lib/material/date_picker/show_date_range_picker.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 26) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 36) | class _MyStatefulWidgetState extends State method _selectDateRange (line 60) | void _selectDateRange(DateTimeRange? newSelectedDate) method restoreState (line 70) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _dateRangePickerRoute (line 77) | Route _dateRangePickerRoute( method _initialDateTimeRange (line 96) | DateTimeRange? _initialDateTimeRange(Map arguments) method build (line 111) | Widget build(BuildContext context) FILE: examples/api/lib/material/dialog/alert_dialog.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/dialog/show_dialog.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 26) | class MyStatelessWidget extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) method _dialogBuilder (line 43) | Route _dialogBuilder( FILE: examples/api/lib/material/divider/divider.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/divider/vertical_divider.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/dropdown/dropdown_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/dropdown/dropdown_button.selected_item_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/material/dropdown/dropdown_button.style.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/material/elevated_button/elevated_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 37) | Widget build(BuildContext context) FILE: examples/api/lib/material/expansion_panel/expansion_panel_list.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class Item (line 29) | class Item { function generateItems (line 41) | List generateItems(int numberOfItems) class MyStatefulWidget (line 50) | class MyStatefulWidget extends StatefulWidget { method createState (line 54) | State createState() class _MyStatefulWidgetState (line 57) | class _MyStatefulWidgetState extends State { method build (line 61) | Widget build(BuildContext context) method _buildPanel (line 69) | Widget _buildPanel() FILE: examples/api/lib/material/expansion_panel/expansion_panel_list.expansion_panel_list_radio.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class Item (line 29) | class Item { function generateItems (line 41) | List generateItems(int numberOfItems) class MyStatefulWidget (line 51) | class MyStatefulWidget extends StatefulWidget { method createState (line 55) | State createState() class _MyStatefulWidgetState (line 58) | class _MyStatefulWidgetState extends State { method build (line 62) | Widget build(BuildContext context) method _buildPanel (line 70) | Widget _buildPanel() FILE: examples/api/lib/material/expansion_tile/expansion_tile.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/flexible_space_bar/flexible_space_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: examples/api/lib/material/floating_action_button/floating_action_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/floating_action_button/floating_action_button.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/floating_action_button_location/standard_fab_location.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class AlmostEndFloatFabLocation (line 25) | class AlmostEndFloatFabLocation extends StandardFabLocation method getOffsetX (line 28) | double getOffsetX( class MyStatelessWidget (line 37) | class MyStatelessWidget extends StatelessWidget { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/icon_button/icon_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 32) | class MyStatefulWidget extends StatefulWidget { method createState (line 36) | State createState() class _MyStatefulWidgetState (line 39) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/icon_button/icon_button.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 33) | Widget build(BuildContext context) FILE: examples/api/lib/material/ink_well/ink_well.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.3.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.label.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.prefix_icon_constraints.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/input_decorator/input_decoration.suffix_icon_constraints.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/list_tile/list_tile.4.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class CustomListItem (line 28) | class CustomListItem extends StatelessWidget { method build (line 43) | Widget build(BuildContext context) class _VideoDescription (line 71) | class _VideoDescription extends StatelessWidget { method build (line 84) | Widget build(BuildContext context) class MyStatelessWidget (line 113) | class MyStatelessWidget extends StatelessWidget { method build (line 117) | Widget build(BuildContext context) FILE: examples/api/lib/material/list_tile/list_tile.5.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class _ArticleDescription (line 28) | class _ArticleDescription extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class CustomListItemTwo (line 101) | class CustomListItemTwo extends StatelessWidget { method build (line 120) | Widget build(BuildContext context) class MyStatelessWidget (line 151) | class MyStatelessWidget extends StatelessWidget { method build (line 155) | Widget build(BuildContext context) FILE: examples/api/lib/material/list_tile/list_tile.selected.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/material_state/material_state_border_side.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/material_state/material_state_mouse_cursor.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class ListTileCursor (line 31) | class ListTileCursor extends MaterialStateMouseCursor { method resolve (line 33) | MouseCursor resolve(Set states) class MyStatelessWidget (line 44) | class MyStatelessWidget extends StatelessWidget { method build (line 48) | Widget build(BuildContext context) FILE: examples/api/lib/material/material_state/material_state_outlined_border.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class SelectedBorder (line 25) | class SelectedBorder extends RoundedRectangleBorder method resolve (line 28) | OutlinedBorder? resolve(Set states) class MyStatefulWidget (line 36) | class MyStatefulWidget extends StatefulWidget { method createState (line 40) | State createState() class _MyStatefulWidgetState (line 43) | class _MyStatefulWidgetState extends State { method build (line 47) | Widget build(BuildContext context) FILE: examples/api/lib/material/material_state/material_state_property.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) method getColor (line 35) | Color getColor(Set states) FILE: examples/api/lib/material/navigation_rail/navigation_rail.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/material/navigation_rail/navigation_rail.extended_animation.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyNavigationRail (line 30) | class MyNavigationRail extends StatefulWidget { method createState (line 34) | State createState() class _MyNavigationRailState (line 37) | class _MyNavigationRailState extends State { method build (line 42) | Widget build(BuildContext context) class MyNavigationRailFab (line 89) | class MyNavigationRailFab extends StatelessWidget { method build (line 95) | Widget build(BuildContext context) FILE: examples/api/lib/material/outlined_button/outlined_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/progress_indicator/circular_progress_indicator.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method initState (line 38) | void initState() method dispose (line 50) | void dispose() method build (line 56) | Widget build(BuildContext context) FILE: examples/api/lib/material/progress_indicator/linear_progress_indicator.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method initState (line 38) | void initState() method dispose (line 50) | void dispose() method build (line 56) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio/radio.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) type SingingCharacter (line 30) | enum SingingCharacter { lafayette, jefferson } class MyStatefulWidget (line 32) | class MyStatefulWidget extends StatefulWidget { method createState (line 36) | State createState() class _MyStatefulWidgetState (line 39) | class _MyStatefulWidgetState extends State { method build (line 43) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio/radio.toggleable.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 46) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio_list_tile/radio_list_tile.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) type SingingCharacter (line 28) | enum SingingCharacter { lafayette, jefferson } class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio_list_tile/radio_list_tile.1.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class LinkedLabelRadio (line 30) | class LinkedLabelRadio extends StatelessWidget { method build (line 47) | Widget build(BuildContext context) class MyStatefulWidget (line 77) | class MyStatefulWidget extends StatefulWidget { method createState (line 81) | State createState() class _MyStatefulWidgetState (line 84) | class _MyStatefulWidgetState extends State { method build (line 88) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio_list_tile/radio_list_tile.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class LabeledRadio (line 28) | class LabeledRadio extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class MyStatefulWidget (line 71) | class MyStatefulWidget extends StatefulWidget { method createState (line 75) | State createState() class _MyStatefulWidgetState (line 78) | class _MyStatefulWidgetState extends State { method build (line 82) | Widget build(BuildContext context) FILE: examples/api/lib/material/radio_list_tile/radio_list_tile.toggleable.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 46) | Widget build(BuildContext context) FILE: examples/api/lib/material/range_slider/range_slider.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/reorderable_list/reorderable_list_view.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/reorderable_list/reorderable_list_view.build_default_drag_handles.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/reorderable_list/reorderable_list_view.reorderable_list_view_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.drawer.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _openDrawer (line 35) | void _openDrawer() method _closeDrawer (line 39) | void _closeDrawer() method build (line 44) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.end_drawer.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _openEndDrawer (line 35) | void _openEndDrawer() method _closeEndDrawer (line 39) | void _closeEndDrawer() method build (line 44) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.of.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class MyScaffoldBody (line 31) | class MyScaffoldBody extends StatelessWidget { method build (line 35) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold.of.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_messenger.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_messenger.of.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_messenger.of.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatefulWidget { method createState (line 15) | State createState() class _MyAppState (line 18) | class _MyAppState extends State { method _incrementCounter (line 23) | void _incrementCounter() method build (line 35) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_messenger_state.show_material_banner.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_messenger_state.show_snack_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_state.show_bottom_sheet.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/scaffold/scaffold_state.show_snack_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/scrollbar/scrollbar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/scrollbar/scrollbar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/slider/slider.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/material/snack_bar/snack_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/snack_bar/snack_bar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/stepper/stepper.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/stepper/stepper.controls_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/switch_list_tile/switch_list_tile.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/material/switch_list_tile/switch_list_tile.1.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class LinkedLabelSwitch (line 32) | class LinkedLabelSwitch extends StatelessWidget { method build (line 47) | Widget build(BuildContext context) class MyStatefulWidget (line 79) | class MyStatefulWidget extends StatefulWidget { method createState (line 83) | State createState() class _MyStatefulWidgetState (line 86) | class _MyStatefulWidgetState extends State { method build (line 90) | Widget build(BuildContext context) FILE: examples/api/lib/material/switch_list_tile/switch_list_tile.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class LabeledSwitch (line 30) | class LabeledSwitch extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class MyStatefulWidget (line 68) | class MyStatefulWidget extends StatefulWidget { method createState (line 72) | State createState() class _MyStatefulWidgetState (line 75) | class _MyStatefulWidgetState extends State { method build (line 79) | Widget build(BuildContext context) FILE: examples/api/lib/material/tab_controller/tab_controller.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 31) | class MyStatelessWidget extends StatelessWidget { method build (line 35) | Widget build(BuildContext context) FILE: examples/api/lib/material/tabs/tab_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/material/tabs/tab_bar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method initState (line 38) | void initState() method build (line 44) | Widget build(BuildContext context) FILE: examples/api/lib/material/text_button/text_button.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/material/text_field/text_field.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method initState (line 36) | void initState() method dispose (line 42) | void dispose() method build (line 48) | Widget build(BuildContext context) FILE: examples/api/lib/material/text_form_field/text_form_field.1.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 26) | class MyStatefulWidget extends StatefulWidget { method createState (line 30) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State { method build (line 35) | Widget build(BuildContext context) FILE: examples/api/lib/material/tooltip/tooltip.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/tooltip/tooltip.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/material/tooltip/tooltip.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/painting/gradient/linear_gradient.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/rendering/sliver_grid/sliver_grid_delegate_with_fixed_cross_axis_count.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/rendering/sliver_grid/sliver_grid_delegate_with_fixed_cross_axis_count.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/services/keyboard_key/logical_keyboard_key.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method dispose (line 45) | void dispose() method _handleKeyEvent (line 52) | void _handleKeyEvent(RawKeyEvent event) method build (line 69) | Widget build(BuildContext context) FILE: examples/api/lib/services/keyboard_key/physical_keyboard_key.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 29) | class MyStatefulWidget extends StatefulWidget { method createState (line 33) | State createState() class _MyStatefulWidgetState (line 36) | class _MyStatefulWidgetState extends State { method dispose (line 44) | void dispose() method _handleKeyEvent (line 51) | void _handleKeyEvent(RawKeyEvent event) method build (line 62) | Widget build(BuildContext context) FILE: examples/api/lib/services/system_chrome/system_chrome.set_system_u_i_overlay_style.1.dart function main (line 12) | void main() class MyApp (line 14) | class MyApp extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method _changeColor (line 39) | void _changeColor() method build (line 54) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/actions/action.action_overridable.0.dart function main (line 10) | void main() class DigitInput (line 22) | class DigitInput extends StatefulWidget { method createState (line 37) | DigitInputState createState() class DigitInputState (line 40) | class DigitInputState extends State { method build (line 50) | Widget build(BuildContext context) class SimpleUSPhoneNumberEntry (line 74) | class SimpleUSPhoneNumberEntry extends StatefulWidget { method createState (line 78) | State createState() class _DeleteDigit (line 82) | class _DeleteDigit extends Action { method invoke (line 87) | Object? invoke(DeleteTextIntent intent) class _SimpleUSPhoneNumberEntryState (line 107) | class _SimpleUSPhoneNumberEntryState extends State createState() class _ActionListenerExampleState (line 37) | class _ActionListenerExampleState extends State { method initState (line 42) | void initState() method _toggleState (line 47) | void _toggleState() method build (line 54) | Widget build(BuildContext context) class MyAction (line 90) | class MyAction extends Action { method addActionListener (line 92) | void addActionListener(ActionListenerCallback listener) method removeActionListener (line 98) | void removeActionListener(ActionListenerCallback listener) method invoke (line 104) | void invoke(covariant MyIntent intent) class MyIntent (line 109) | class MyIntent extends Intent { class MyStatefulWidget (line 113) | class MyStatefulWidget extends StatefulWidget { method createState (line 117) | State createState() class _MyStatefulWidgetState (line 120) | class _MyStatefulWidgetState extends State { method build (line 122) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/actions/actions.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class Model (line 31) | class Model { method save (line 35) | int save() method setValue (line 43) | void setValue(int newValue) class ModifyIntent (line 49) | class ModifyIntent extends Intent { class ModifyAction (line 57) | class ModifyAction extends Action { method invoke (line 63) | void invoke(covariant ModifyIntent intent) class SaveIntent (line 69) | class SaveIntent extends Intent { class SaveAction (line 74) | class SaveAction extends Action { method invoke (line 80) | int invoke(covariant SaveIntent intent) class SaveButton (line 83) | class SaveButton extends StatefulWidget { method createState (line 89) | State createState() class _SaveButtonState (line 92) | class _SaveButtonState extends State { method build (line 96) | Widget build(BuildContext context) class MyStatefulWidget (line 119) | class MyStatefulWidget extends StatefulWidget { method createState (line 123) | State createState() class _MyStatefulWidgetState (line 126) | class _MyStatefulWidgetState extends State { method build (line 131) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/actions/focusable_action_detector.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class FadButton (line 26) | class FadButton extends StatefulWidget { method createState (line 37) | State createState() class _FadButtonState (line 40) | class _FadButtonState extends State { method initState (line 51) | void initState() method _toggleState (line 71) | void _toggleState() method _handleFocusHighlight (line 77) | void _handleFocusHighlight(bool value) method _handleHoveHighlight (line 83) | void _handleHoveHighlight(bool value) method build (line 90) | Widget build(BuildContext context) class MyStatefulWidget (line 118) | class MyStatefulWidget extends StatefulWidget { method createState (line 122) | State createState() class _MyStatefulWidgetState (line 125) | class _MyStatefulWidgetState extends State { method build (line 127) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/animated_list/animated_list.0.dart function main (line 10) | void main() class AnimatedListSample (line 14) | class AnimatedListSample extends StatefulWidget { method createState (line 18) | State createState() class _AnimatedListSampleState (line 21) | class _AnimatedListSampleState extends State { method initState (line 29) | void initState() method _buildItem (line 40) | Widget _buildItem( method _buildRemovedItem (line 60) | Widget _buildRemovedItem( method _insert (line 70) | void _insert() method _remove (line 77) | void _remove() method build (line 87) | Widget build(BuildContext context) type RemovedItemBuilder (line 118) | typedef RemovedItemBuilder = Widget Function( class ListModel (line 130) | class ListModel { method insert (line 143) | void insert(int index, E item) method removeAt (line 148) | E removeAt(int index) method indexOf (line 165) | int indexOf(E item) class CardItem (line 174) | class CardItem extends StatelessWidget { method build (line 190) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/animated_list/sliver_animated_list.0.dart function main (line 10) | void main() class SliverAnimatedListSample (line 12) | class SliverAnimatedListSample extends StatefulWidget { method createState (line 16) | State createState() class _SliverAnimatedListSampleState (line 20) | class _SliverAnimatedListSampleState extends State { method insert (line 163) | void insert(int index, E item) method removeAt (line 168) | E removeAt(int index) method indexOf (line 184) | int indexOf(E item) class CardItem (line 193) | class CardItem extends StatelessWidget { method build (line 209) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/animated_size/animated_size.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method _updateSize (line 41) | void _updateSize() method build (line 49) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/animated_switcher/animated_switcher.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/async/future_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/async/stream_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/autocomplete/raw_autocomplete.0.dart function main (line 10) | void main() class AutocompleteExampleApp (line 12) | class AutocompleteExampleApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class AutocompleteBasicExample (line 30) | class AutocompleteBasicExample extends StatelessWidget { method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/autocomplete/raw_autocomplete.1.dart function main (line 10) | void main() class AutocompleteExampleApp (line 12) | class AutocompleteExampleApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class User (line 31) | @immutable method toString (line 42) | String toString() class AutocompleteCustomTypeExample (line 58) | class AutocompleteCustomTypeExample extends StatelessWidget { method _displayStringForOption (line 67) | String _displayStringForOption(User option) method build (line 70) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/autocomplete/raw_autocomplete.2.dart function main (line 10) | void main() class AutocompleteExampleApp (line 12) | class AutocompleteExampleApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class AutocompleteFormExample (line 30) | class AutocompleteFormExample extends StatefulWidget { method createState (line 34) | AutocompleteFormExampleState createState() class AutocompleteFormExampleState (line 37) | class AutocompleteFormExampleState extends State { method build (line 50) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/autocomplete/raw_autocomplete.focus_node.0.dart function main (line 10) | void main() class AutocompleteExampleApp (line 12) | class AutocompleteExampleApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class RawAutocompleteSplit (line 29) | class RawAutocompleteSplit extends StatefulWidget { method createState (line 33) | RawAutocompleteSplitState createState() class RawAutocompleteSplitState (line 36) | class RawAutocompleteSplitState extends State { method build (line 42) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/autofill/autofill_group.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 48) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/absorb_pointer.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/aspect_ratio.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/aspect_ratio.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/aspect_ratio.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/expanded.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/expanded.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/fitted_box.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/flow.0.dart function main (line 9) | void main() class FlowApp (line 11) | class FlowApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class FlowMenu (line 27) | class FlowMenu extends StatefulWidget { method createState (line 31) | State createState() class _FlowMenuState (line 34) | class _FlowMenuState extends State method _updateMenu (line 46) | void _updateMenu(IconData icon) method initState (line 53) | void initState() method flowMenuItem (line 61) | Widget flowMenuItem(IconData icon) method build (line 87) | Widget build(BuildContext context) class FlowMenuDelegate (line 96) | class FlowMenuDelegate extends FlowDelegate { method shouldRepaint (line 103) | bool shouldRepaint(FlowMenuDelegate oldDelegate) method paintChildren (line 108) | void paintChildren(FlowPaintingContext context) FILE: examples/api/lib/widgets/basic/fractionally_sized_box.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/ignore_pointer.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method setIgnoring (line 34) | void setIgnoring(bool newValue) method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/listener.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 31) | class MyStatefulWidget extends StatefulWidget { method createState (line 35) | State createState() class _MyStatefulWidgetState (line 38) | class _MyStatefulWidgetState extends State { method _incrementDown (line 44) | void _incrementDown(PointerEvent details) method _incrementUp (line 51) | void _incrementUp(PointerEvent details) method _updateLocation (line 58) | void _updateLocation(PointerEvent details) method build (line 66) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/mouse_region.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 31) | class MyStatefulWidget extends StatefulWidget { method createState (line 35) | State createState() class _MyStatefulWidgetState (line 38) | class _MyStatefulWidgetState extends State { method _incrementEnter (line 44) | void _incrementEnter(PointerEvent details) method _incrementExit (line 50) | void _incrementExit(PointerEvent details) method _updateLocation (line 56) | void _updateLocation(PointerEvent details) method build (line 64) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/mouse_region.on_exit.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/mouse_region.on_exit.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyTimedButton (line 31) | class MyTimedButton extends StatefulWidget { method createState (line 40) | State createState() class _MyTimedButton (line 43) | class _MyTimedButton extends State { method startCountdown (line 47) | Future startCountdown() method hideButton (line 52) | void hideButton() method build (line 63) | Widget build(BuildContext context) class MyStatefulWidget (line 91) | class MyStatefulWidget extends StatefulWidget { method createState (line 95) | State createState() class _MyStatefulWidgetState (line 98) | class _MyStatefulWidgetState extends State { method build (line 103) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/offstage.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method _getFlutterLogoSize (line 41) | Size _getFlutterLogoSize() method build (line 48) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/basic/physical_shape.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/color_filter/color_filtered.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/dismissible/dismissible.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/drag_target/draggable.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/editable_text/editable_text.on_changed.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method dispose (line 36) | void dispose() method build (line 42) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/editable_text/text_editing_controller.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method initState (line 36) | void initState() method dispose (line 50) | void dispose() method build (line 56) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_manager/focus_node.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class ColorfulButton (line 29) | class ColorfulButton extends StatefulWidget { method createState (line 33) | State createState() class _ColorfulButtonState (line 36) | class _ColorfulButtonState extends State { method initState (line 43) | void initState() method _handleFocusChange (line 50) | void _handleFocusChange() method _handleKeyPress (line 58) | KeyEventResult _handleKeyPress(FocusNode node, RawKeyEvent event) method dispose (line 85) | void dispose() method build (line 93) | Widget build(BuildContext context) class MyStatelessWidget (line 117) | class MyStatelessWidget extends StatelessWidget { method build (line 121) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_manager/focus_node.unfocus.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatefulWidget (line 27) | class MyStatefulWidget extends StatefulWidget { method createState (line 31) | State createState() class _MyStatefulWidgetState (line 34) | class _MyStatefulWidgetState extends State { method build (line 38) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_scope/focus.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyStatefulWidget (line 29) | class MyStatefulWidget extends StatefulWidget { method createState (line 33) | State createState() class _MyStatefulWidgetState (line 36) | class _MyStatefulWidgetState extends State { method _handleKeyPress (line 39) | KeyEventResult _handleKeyPress(FocusNode node, RawKeyEvent event) method build (line 66) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_scope/focus.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class FocusableText (line 25) | class FocusableText extends StatelessWidget { method build (line 39) | Widget build(BuildContext context) class MyStatelessWidget (line 61) | class MyStatelessWidget extends StatelessWidget { method build (line 65) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_scope/focus.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method initState (line 38) | void initState() method dispose (line 45) | void dispose() method _addChild (line 52) | void _addChild() method build (line 69) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_scope/focus_scope.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class Pane (line 28) | class Pane extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class MyStatefulWidget (line 69) | class MyStatefulWidget extends StatefulWidget { method createState (line 73) | State createState() class _MyStatefulWidgetState (line 76) | class _MyStatefulWidgetState extends State { method dispose (line 82) | void dispose() method _buildStack (line 88) | Widget _buildStack(BuildContext context, BoxConstraints constraints) method build (line 160) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_traversal/focus_traversal_group.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class OrderedButton (line 27) | class OrderedButton extends StatefulWidget { method createState (line 42) | State> createState() class _OrderedButtonState (line 45) | class _OrderedButtonState extends State> { method initState (line 49) | void initState() method dispose (line 58) | void dispose() method didUpdateWidget (line 64) | void didUpdateWidget(OrderedButton oldWidget) method _handleOnPressed (line 69) | void _handleOnPressed() method build (line 76) | Widget build(BuildContext context) method overlayColor (line 84) | Color? overlayColor(Set states) method foregroundColor (line 94) | Color? foregroundColor(Set states) class MyStatelessWidget (line 123) | class MyStatelessWidget extends StatelessWidget { method build (line 127) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/focus_traversal/ordered_traversal_policy.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class DemoButton (line 30) | class DemoButton extends StatelessWidget { method _handleOnPressed (line 42) | void _handleOnPressed() method build (line 48) | Widget build(BuildContext context) class MyStatelessWidget (line 60) | class MyStatelessWidget extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/form/form.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/framework/build_owner.0.dart function main (line 11) | void main() function measureWidget (line 31) | Size measureWidget(Widget widget) class MeasurementView (line 51) | class MeasurementView extends RenderBox with RenderObjectWithChildMixin<... method performLayout (line 53) | void performLayout() method debugAssertDoesMeetConstraints (line 60) | void debugAssertDoesMeetConstraints() FILE: examples/api/lib/widgets/framework/error_widget.0.dart function main (line 9) | void main() class MyApp (line 40) | class MyApp extends StatefulWidget { method createState (line 46) | State createState() class _MyAppState (line 49) | class _MyAppState extends State { method build (line 53) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/gesture_detector/gesture_detector.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/gesture_detector/gesture_detector.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/heroes/hero.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) method _blueRectangle (line 54) | Widget _blueRectangle(Size size) method _gotoDetailsPage (line 62) | void _gotoDetailsPage(BuildContext context) FILE: examples/api/lib/widgets/image/image.error_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 29) | class MyStatelessWidget extends StatelessWidget { method build (line 33) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/image/image.frame_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/image/image.loading_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/animated_align.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/animated_container.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/animated_padding.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method _updatePadding (line 37) | void _updatePadding(double value) method build (line 44) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/animated_positioned.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/animated_slide.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method _slideUp (line 38) | void _slideUp() method _slideDown (line 42) | void _slideDown() method build (line 47) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/implicit_animations/sliver_animated_opacity.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State method build (line 42) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/inherited_notifier/inherited_notifier.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class SpinModel (line 27) | class SpinModel extends InheritedNotifier { method of (line 34) | double of(BuildContext context) class Spinner (line 42) | class Spinner extends StatelessWidget { method build (line 46) | Widget build(BuildContext context) class MyStatefulWidget (line 61) | class MyStatefulWidget extends StatefulWidget { method createState (line 65) | State createState() class _MyStatefulWidgetState (line 69) | class _MyStatefulWidgetState extends State method initState (line 74) | void initState() method dispose (line 83) | void dispose() method build (line 89) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/inherited_theme/inherited_theme.0.dart function main (line 9) | void main() class MyAppBody (line 13) | class MyAppBody extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyApp (line 51) | class MyApp extends StatelessWidget { method build (line 55) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/interactive_viewer/interactive_viewer.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/interactive_viewer/interactive_viewer.builder.0.dart function main (line 11) | void main() class IVBuilderExampleApp (line 13) | class IVBuilderExampleApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class _IVBuilderExample (line 29) | class _IVBuilderExample extends StatefulWidget { method createState (line 31) | State<_IVBuilderExample> createState() class _IVBuilderExampleState (line 34) | class _IVBuilderExampleState extends State<_IVBuilderExample> { method _isCellVisible (line 48) | bool _isCellVisible(int row, int column, Quad viewport) method _axisAlignedBoundingBox (line 65) | Rect _axisAlignedBoundingBox(Quad quad) method _onChangeTransformation (line 92) | void _onChangeTransformation() method initState (line 97) | void initState() method dispose (line 103) | void dispose() method build (line 109) | Widget build(BuildContext context) type _CellBuilder (line 148) | typedef _CellBuilder = Widget Function( class _TableBuilder (line 151) | class _TableBuilder extends StatelessWidget { method build (line 166) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/interactive_viewer/interactive_viewer.constrained.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/interactive_viewer/interactive_viewer.transformation_controller.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method _onAnimateReset (line 40) | void _onAnimateReset() method _animateResetInitialize (line 49) | void _animateResetInitialize() method _animateResetStop (line 60) | void _animateResetStop() method _onInteractionStart (line 67) | void _onInteractionStart(ScaleStartDetails details) method initState (line 76) | void initState() method dispose (line 85) | void dispose() method build (line 91) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/layout_builder/layout_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) method _buildNormalContainer (line 44) | Widget _buildNormalContainer() method _buildWideContainers (line 54) | Widget _buildWideContainers() FILE: examples/api/lib/widgets/media_query/media_query_data.system_gesture_insets.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 36) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class HomePage (line 28) | class HomePage extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) class CollectPersonalInfoPage (line 44) | class CollectPersonalInfoPage extends StatelessWidget { method build (line 48) | Widget build(BuildContext context) class ChooseCredentialsPage (line 68) | class ChooseCredentialsPage extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) class SignUpPage (line 92) | class SignUpPage extends StatelessWidget { method build (line 96) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator.restorable_push.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator.restorable_push_and_remove_until.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator.restorable_push_replacement.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator_state.restorable_push.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator_state.restorable_push_and_remove_until.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/navigator_state.restorable_push_replacement.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method _myRouteBuilder (line 33) | Route _myRouteBuilder(BuildContext context, Object? arguments) method build (line 40) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/navigator/restorable_route_future.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class MyHome (line 26) | class MyHome extends StatefulWidget { method createState (line 30) | State createState() class _MyHomeState (line 33) | class _MyHomeState extends State with RestorationMixin { method initState (line 41) | void initState() method restoreState (line 61) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 68) | void dispose() method _counterRouteBuilder (line 76) | Route _counterRouteBuilder( method build (line 86) | Widget build(BuildContext context) class MyCounter (line 106) | class MyCounter extends StatefulWidget { method createState (line 112) | State createState() class _MyCounterState (line 115) | class _MyCounterState extends State with RestorationMixin { method restoreState (line 122) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 127) | void dispose() method build (line 133) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/nested_scroll_view/nested_scroll_view.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/nested_scroll_view/nested_scroll_view.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/nested_scroll_view/nested_scroll_view.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/nested_scroll_view/nested_scroll_view_state.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 27) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/notification_listener/notification.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/overflow_bar/overflow_bar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 30) | class MyStatelessWidget extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/overscroll_indicator/glowing_overscroll_indicator.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/overscroll_indicator/glowing_overscroll_indicator.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/page_storage/page_storage.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 26) | State createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method build (line 42) | Widget build(BuildContext context) class ColorBoxPage (line 73) | class ColorBoxPage extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/page_view/page_view.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/preferred_size/preferred_size.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class AppBarContent (line 25) | class AppBarContent extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) class MyStatelessWidget (line 66) | class MyStatelessWidget extends StatelessWidget { method build (line 70) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/restoration/restoration_mixin.0.dart function main (line 9) | void main() class RestorationExampleApp (line 11) | class RestorationExampleApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class RestorableCounter (line 24) | class RestorableCounter extends StatefulWidget { method createState (line 30) | State createState() class _RestorableCounterState (line 35) | class _RestorableCounterState extends State method restoreState (line 49) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _incrementCounter (line 56) | void _incrementCounter() method dispose (line 65) | void dispose() method build (line 71) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/restoration_properties/restorable_value.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 38) | class _MyStatefulWidgetState extends State method restoreState (line 52) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _incrementAnswer (line 59) | void _incrementAnswer() method dispose (line 68) | void dispose() method build (line 75) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/routes/show_general_dialog.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 26) | class MyStatelessWidget extends StatelessWidget { method build (line 30) | Widget build(BuildContext context) method _dialogBuilder (line 43) | Route _dialogBuilder( FILE: examples/api/lib/widgets/scroll_position/scroll_metrics_notification.0.dart function main (line 9) | void main() class ScrollMetricsDemo (line 11) | class ScrollMetricsDemo extends StatefulWidget { method createState (line 15) | State createState() class ScrollMetricsDemoState (line 18) | class ScrollMetricsDemoState extends State { method build (line 22) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/scroll_view/custom_scroll_view.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 37) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/scrollbar/raw_scrollbar.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/scrollbar/raw_scrollbar.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/scrollbar/raw_scrollbar.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 28) | class MyStatefulWidget extends StatefulWidget { method createState (line 32) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State { method build (line 39) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/scrollbar/raw_scrollbar.shape.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/shortcuts/character_activator.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class HelpMenuIntent (line 30) | class HelpMenuIntent extends Intent { class MyStatefulWidget (line 34) | class MyStatefulWidget extends StatefulWidget { method createState (line 38) | State createState() class _MyStatefulWidgetState (line 41) | class _MyStatefulWidgetState extends State { method build (line 43) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/shortcuts/logical_key_set.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class IncrementIntent (line 31) | class IncrementIntent extends Intent { class MyStatefulWidget (line 35) | class MyStatefulWidget extends StatefulWidget { method createState (line 39) | State createState() class _MyStatefulWidgetState (line 42) | class _MyStatefulWidgetState extends State { method build (line 46) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/shortcuts/shortcuts.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class IncrementIntent (line 31) | class IncrementIntent extends Intent { class DecrementIntent (line 35) | class DecrementIntent extends Intent { class MyStatefulWidget (line 39) | class MyStatefulWidget extends StatefulWidget { method createState (line 43) | State createState() class _MyStatefulWidgetState (line 46) | class _MyStatefulWidgetState extends State { method build (line 50) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/shortcuts/shortcuts.1.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class Model (line 31) | class Model with ChangeNotifier { method incrementBy (line 33) | void incrementBy(int amount) method decrementBy (line 38) | void decrementBy(int amount) class IncrementIntent (line 44) | class IncrementIntent extends Intent { class DecrementIntent (line 50) | class DecrementIntent extends Intent { class IncrementAction (line 56) | class IncrementAction extends Action { method invoke (line 62) | void invoke(covariant IncrementIntent intent) class DecrementAction (line 67) | class DecrementAction extends Action { method invoke (line 73) | void invoke(covariant DecrementIntent intent) class MyStatefulWidget (line 78) | class MyStatefulWidget extends StatefulWidget { method createState (line 82) | State createState() class _MyStatefulWidgetState (line 85) | class _MyStatefulWidgetState extends State { method build (line 89) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/shortcuts/single_activator.single_activator.0.dart function main (line 10) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class IncrementIntent (line 31) | class IncrementIntent extends Intent { class MyStatefulWidget (line 35) | class MyStatefulWidget extends StatefulWidget { method createState (line 39) | State createState() class _MyStatefulWidgetState (line 42) | class _MyStatefulWidgetState extends State { method build (line 46) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/single_child_scroll_view/single_child_scroll_view.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/single_child_scroll_view/single_child_scroll_view.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 25) | class MyStatelessWidget extends StatelessWidget { method build (line 29) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/sliver_fill/sliver_fill_remaining.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/sliver_fill/sliver_fill_remaining.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/sliver_fill/sliver_fill_remaining.2.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/sliver_fill/sliver_fill_remaining.3.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/table/table.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatelessWidget (line 28) | class MyStatelessWidget extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/align_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 51) | void dispose() method build (line 57) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/animated_builder.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class MyStatefulWidget (line 27) | class MyStatefulWidget extends StatefulWidget { method createState (line 31) | State createState() class _MyStatefulWidgetState (line 35) | class _MyStatefulWidgetState extends State method dispose (line 43) | void dispose() method build (line 49) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/animated_widget.0.dart function main (line 11) | void main() class MyApp (line 13) | class MyApp extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) class SpinningContainer (line 27) | class SpinningContainer extends AnimatedWidget { method build (line 36) | Widget build(BuildContext context) class MyStatefulWidget (line 44) | class MyStatefulWidget extends StatefulWidget { method createState (line 48) | State createState() class _MyStatefulWidgetState (line 52) | class _MyStatefulWidgetState extends State method dispose (line 60) | void dispose() method build (line 66) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/decorated_box_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 65) | void dispose() method build (line 71) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/default_text_style_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method initState (line 40) | void initState() method dispose (line 59) | void dispose() method build (line 65) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/fade_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 45) | void dispose() method build (line 51) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/positioned_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 41) | void dispose() method build (line 47) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/relative_positioned_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 41) | void dispose() method build (line 47) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/rotation_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 45) | void dispose() method build (line 51) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/scale_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 45) | void dispose() method build (line 51) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/size_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 33) | class _MyStatefulWidgetState extends State method dispose (line 45) | void dispose() method build (line 51) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/slide_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State method dispose (line 52) | void dispose() method build (line 58) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/transitions/sliver_fade_transition.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State method initState (line 49) | void initState() method dispose (line 62) | void dispose() method build (line 68) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/tween_animation_builder/tween_animation_builder.0.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 30) | class MyStatefulWidget extends StatefulWidget { method createState (line 34) | State createState() class _MyStatefulWidgetState (line 37) | class _MyStatefulWidgetState extends State { method build (line 41) | Widget build(BuildContext context) FILE: examples/api/lib/widgets/will_pop_scope/will_pop_scope.1.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyStatefulWidget (line 25) | class MyStatefulWidget extends StatefulWidget { method createState (line 29) | State createState() class _MyStatefulWidgetState (line 32) | class _MyStatefulWidgetState extends State { method build (line 35) | Widget build(BuildContext context) FILE: examples/api/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: examples/api/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: examples/api/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: examples/api/test/widgets/layout_builder/layout_builder.0_test.dart function main (line 9) | void main() FILE: examples/api/test_driver/integration_test.dart function main (line 7) | Future main() FILE: examples/api/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: examples/api/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: examples/api/windows/runner/flutter_window.h function class (line 16) | class FlutterWindow : public Win32Window { FILE: examples/api/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: examples/api/windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: examples/api/windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: examples/api/windows/runner/win32_window.h type Size (line 25) | struct Size { FILE: examples/flutter_view/android/app/src/main/java/com/example/view/MainActivity.java class MainActivity (line 24) | public class MainActivity extends AppCompatActivity { method getArgsFromIntent (line 34) | private String[] getArgsFromIntent(Intent intent) { method onCreate (line 55) | @Override method sendAndroidIncrement (line 94) | private void sendAndroidIncrement() { method onFlutterIncrement (line 98) | private void onFlutterIncrement() { method onResume (line 105) | @Override method onPause (line 111) | @Override method onStop (line 117) | @Override method onDestroy (line 123) | @Override FILE: examples/flutter_view/lib/main.dart function main (line 9) | void main() class FlutterView (line 13) | class FlutterView extends StatelessWidget { method build (line 17) | Widget build(BuildContext context) class MyHomePage (line 28) | class MyHomePage extends StatefulWidget { method createState (line 32) | State createState() class _MyHomePageState (line 35) | class _MyHomePageState extends State { method initState (line 45) | void initState() method _handlePlatformIncrement (line 50) | Future _handlePlatformIncrement(String? message) method _sendFlutterIncrement (line 57) | void _sendFlutterIncrement() method build (line 62) | Widget build(BuildContext context) FILE: examples/hello_world/lib/arabic.dart function main (line 7) | void main() FILE: examples/hello_world/lib/main.dart function main (line 7) | void main() FILE: examples/hello_world/test/hello_test.dart function main (line 8) | void main() FILE: examples/hello_world/test_driver/smoke_web_engine.dart function main (line 8) | void main() FILE: examples/hello_world/test_driver/smoke_web_engine_test.dart function main (line 15) | void main() FILE: examples/image_list/lib/main.dart class MyHttpOverrides (line 82) | class MyHttpOverrides extends HttpOverrides { method createHttpClient (line 84) | HttpClient createHttpClient(SecurityContext? context) function main (line 91) | Future main() class MyApp (line 125) | @immutable method build (line 132) | Widget build(BuildContext context) class MyHomePage (line 143) | class MyHomePage extends StatefulWidget { method createState (line 149) | State createState() class _MyHomePageState (line 152) | class _MyHomePageState extends State with TickerProviderStat... method _incrementCounter (line 155) | void _incrementCounter() method createImage (line 161) | Widget createImage(final int index, final Completer completer) method build (line 179) | Widget build(BuildContext context) method createImageList (line 227) | List createImageList( FILE: examples/layers/lib/main.dart function main (line 7) | void main() FILE: examples/layers/raw/canvas.dart function paint (line 12) | ui.Picture paint(ui.Rect paintBounds) function composite (line 103) | ui.Scene composite(ui.Picture picture, ui.Rect paintBounds) function beginFrame (line 117) | void beginFrame(Duration timeStamp) function main (line 124) | void main() FILE: examples/layers/raw/hello_world.dart function beginFrame (line 10) | void beginFrame(Duration timeStamp) function main (line 43) | void main() FILE: examples/layers/raw/spinning_square.dart function beginFrame (line 12) | void beginFrame(Duration timeStamp) function main (line 58) | void main() FILE: examples/layers/raw/text.dart function paint (line 14) | ui.Picture paint(ui.Rect paintBounds) function composite (line 34) | ui.Scene composite(ui.Picture picture, ui.Rect paintBounds) function beginFrame (line 48) | void beginFrame(Duration timeStamp) function main (line 55) | void main() FILE: examples/layers/raw/touch_input.dart function paint (line 13) | ui.Picture paint(ui.Rect paintBounds) function composite (line 41) | ui.Scene composite(ui.Picture picture, ui.Rect paintBounds) function beginFrame (line 69) | void beginFrame(Duration timeStamp) function handlePointerDataPacket (line 79) | void handlePointerDataPacket(ui.PointerDataPacket packet) function main (line 104) | void main() FILE: examples/layers/rendering/custom_coordinate_systems.dart function buildSectorExample (line 11) | RenderBox buildSectorExample() function main (line 23) | void main() FILE: examples/layers/rendering/flex_layout.dart function main (line 12) | void main() function addAlignmentRow (line 15) | void addAlignmentRow(CrossAxisAlignment crossAxisAlignment) function addJustificationRow (line 61) | void addJustificationRow(MainAxisAlignment justify) FILE: examples/layers/rendering/hello_world.dart function main (line 10) | void main() FILE: examples/layers/rendering/spinning_square.dart class NonStopVSync (line 14) | class NonStopVSync implements TickerProvider { method createTicker (line 17) | Ticker createTicker(TickerCallback onTick) function main (line 20) | void main() FILE: examples/layers/rendering/src/sector_layout.dart class SectorConstraints (line 11) | class SectorConstraints extends Constraints { method constrainDeltaRadius (line 31) | double constrainDeltaRadius(double deltaRadius) method constrainDeltaTheta (line 35) | double constrainDeltaTheta(double deltaTheta) method debugAssertIsValid (line 46) | bool debugAssertIsValid({ class SectorDimensions (line 55) | class SectorDimensions { class SectorParentData (line 73) | class SectorParentData extends ParentData { class RenderSector (line 90) | abstract class RenderSector extends RenderObject { method setupParentData (line 93) | void setupParentData(RenderObject child) method getIntrinsicDimensions (line 103) | SectorDimensions getIntrinsicDimensions(SectorConstraints constraints,... method debugAssertDoesMeetConstraints (line 111) | void debugAssertDoesMeetConstraints() method performResize (line 124) | void performResize() method performLayout (line 131) | void performLayout() method hitTest (line 144) | bool hitTest(SectorHitTestResult result, { required double radius, req... method hitTestChildren (line 152) | void hitTestChildren(SectorHitTestResult result, { required double rad... class RenderDecoratedSector (line 158) | abstract class RenderDecoratedSector extends RenderSector { method paint (line 173) | void paint(PaintingContext context, Offset offset) class SectorChildListParentData (line 198) | class SectorChildListParentData extends SectorParentData with ContainerP... class RenderSectorWithChildren (line 200) | class RenderSectorWithChildren extends RenderDecoratedSector with Contai... method hitTestChildren (line 204) | void hitTestChildren(SectorHitTestResult result, { required double rad... method visitChildren (line 215) | void visitChildren(RenderObjectVisitor visitor) class RenderSectorRing (line 225) | class RenderSectorRing extends RenderSectorWithChildren { method setupParentData (line 260) | void setupParentData(RenderObject child) method getIntrinsicDimensions (line 267) | SectorDimensions getIntrinsicDimensions(SectorConstraints constraints,... method performLayout (line 298) | void performLayout() method paint (line 332) | void paint(PaintingContext context, Offset offset) class RenderSectorSlice (line 345) | class RenderSectorSlice extends RenderSectorWithChildren { method setupParentData (line 376) | void setupParentData(RenderObject child) method getIntrinsicDimensions (line 383) | SectorDimensions getIntrinsicDimensions(SectorConstraints constraints,... method performLayout (line 412) | void performLayout() method paint (line 443) | void paint(PaintingContext context, Offset offset) class RenderBoxToRenderSectorAdapter (line 457) | class RenderBoxToRenderSectorAdapter extends RenderBox with RenderObject... method setupParentData (line 471) | void setupParentData(RenderObject child) method computeMinIntrinsicWidth (line 477) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 484) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 491) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 498) | double computeMaxIntrinsicHeight(double width) method getIntrinsicDimensions (line 504) | Size getIntrinsicDimensions({ method performLayout (line 521) | void performLayout() method paint (line 538) | void paint(PaintingContext context, Offset offset) method hitTest (line 548) | bool hitTest(BoxHitTestResult result, { required Offset position }) class RenderSolidColor (line 571) | class RenderSolidColor extends RenderDecoratedSector { method getIntrinsicDimensions (line 583) | SectorDimensions getIntrinsicDimensions(SectorConstraints constraints,... method performLayout (line 588) | void performLayout() method handleEvent (line 594) | void handleEvent(PointerEvent event, HitTestEntry entry) class SectorHitTestResult (line 604) | class SectorHitTestResult extends HitTestResult { class SectorHitTestEntry (line 631) | class SectorHitTestEntry extends HitTestEntry { FILE: examples/layers/rendering/src/solid_color_box.dart class RenderSolidColorBox (line 7) | class RenderSolidColorBox extends RenderDecoratedBox { method computeMinIntrinsicWidth (line 15) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 20) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 25) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 30) | double computeMaxIntrinsicHeight(double width) method performLayout (line 35) | void performLayout() method handleEvent (line 40) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) FILE: examples/layers/rendering/touch_input.dart class Dot (line 22) | class Dot { method update (line 29) | void update(PointerEvent event) method paint (line 34) | void paint(Canvas canvas, Offset offset) class RenderDots (line 40) | class RenderDots extends RenderBox { method performResize (line 55) | void performResize() method hitTestSelf (line 61) | bool hitTestSelf(Offset position) method handleEvent (line 66) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method paint (line 86) | void paint(PaintingContext context, Offset offset) function main (line 102) | void main() FILE: examples/layers/services/isolate.dart type OnProgressListener (line 11) | typedef OnProgressListener = void Function(double completed, double total); type OnResultListener (line 12) | typedef OnResultListener = void Function(String result); class Calculator (line 18) | class Calculator { method run (line 36) | void run() method _replicateJson (line 55) | String _replicateJson(String? data, int count) type CalculationState (line 68) | enum CalculationState { class CalculationMessage (line 75) | class CalculationMessage { class CalculationManager (line 86) | class CalculationManager { method start (line 107) | void start() method stop (line 118) | void stop() method _runCalculation (line 133) | void _runCalculation() method _handleMessage (line 155) | void _handleMessage(dynamic message) method _calculate (line 178) | void _calculate(CalculationMessage message) class IsolateExampleWidget (line 199) | class IsolateExampleWidget extends StatefulWidget { method createState (line 203) | IsolateExampleState createState() class IsolateExampleState (line 207) | class IsolateExampleState extends State with SingleTicke... method dispose (line 223) | void dispose() method build (line 229) | Widget build(BuildContext context) method _handleProgressUpdate (line 261) | void _handleProgressUpdate(double completed, double total) method _handleResult (line 265) | void _handleResult(String result) method _handleButtonPressed (line 269) | void _handleButtonPressed() method _getStatus (line 277) | String _getStatus(CalculationState state) method _updateState (line 289) | void _updateState(String result, double progress) function main (line 299) | void main() FILE: examples/layers/services/lifecycle.dart class LifecycleWatcher (line 7) | class LifecycleWatcher extends StatefulWidget { method createState (line 11) | State createState() class _LifecycleWatcherState (line 14) | class _LifecycleWatcherState extends State method initState (line 19) | void initState() method dispose (line 25) | void dispose() method didChangeAppLifecycleState (line 31) | void didChangeAppLifecycleState(AppLifecycleState state) method build (line 38) | Widget build(BuildContext context) function main (line 46) | void main() FILE: examples/layers/test/gestures_test.dart function main (line 10) | void main() function getSwatch (line 18) | MaterialColor getSwatch() function tap (line 19) | Future tap() FILE: examples/layers/test/sector_layout_test.dart function main (line 10) | void main() class _DummyHitTestTarget (line 36) | class _DummyHitTestTarget implements HitTestTarget { method handleEvent (line 38) | void handleEvent(PointerEvent event, HitTestEntry entry) FILE: examples/layers/test/sector_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/lib/main_test.dart function main (line 8) | void main() FILE: examples/layers/test/smoketests/raw/canvas_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/raw/hello_world_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/raw/spinning_square_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/raw/text_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/raw/touch_input_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/rendering/custom_coordinate_systems_test.dart function main (line 12) | void main() FILE: examples/layers/test/smoketests/rendering/flex_layout_test.dart function main (line 12) | void main() FILE: examples/layers/test/smoketests/rendering/hello_world_test.dart function main (line 12) | void main() FILE: examples/layers/test/smoketests/rendering/spinning_square_test.dart function main (line 12) | void main() FILE: examples/layers/test/smoketests/rendering/touch_input_test.dart function main (line 12) | void main() FILE: examples/layers/test/smoketests/services/isolate_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/services/lifecycle_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/custom_render_box_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/gestures_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/hello_world_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/media_query_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/sectors_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/spinning_mixed_test.dart function main (line 10) | void main() FILE: examples/layers/test/smoketests/widgets/spinning_square_test.dart function main (line 9) | void main() FILE: examples/layers/test/smoketests/widgets/styled_text_test.dart function main (line 9) | void main() FILE: examples/layers/widgets/custom_render_box.dart class RenderDots (line 8) | class RenderDots extends RenderConstrainedBox { method hitTestSelf (line 13) | bool hitTestSelf(Offset position) method handleEvent (line 18) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method paint (line 29) | void paint(PaintingContext context, Offset offset) class Dots (line 41) | class Dots extends SingleChildRenderObjectWidget { method createRenderObject (line 45) | RenderDots createRenderObject(BuildContext context) function main (line 48) | void main() FILE: examples/layers/widgets/gestures.dart class _GesturePainter (line 7) | class _GesturePainter extends CustomPainter { method paint (line 29) | void paint(Canvas canvas, Size size) method shouldRepaint (line 46) | bool shouldRepaint(_GesturePainter oldPainter) class GestureDemo (line 58) | class GestureDemo extends StatefulWidget { method createState (line 62) | GestureDemoState createState() class GestureDemoState (line 65) | class GestureDemoState extends State { method _handleScaleStart (line 105) | void _handleScaleStart(ScaleStartDetails details) method _handleScaleUpdate (line 113) | void _handleScaleUpdate(ScaleUpdateDetails details) method _handleScaleReset (line 123) | void _handleScaleReset() method _handleColorChange (line 130) | void _handleColorChange() method _handleDirectionChange (line 139) | void _handleDirectionChange() method build (line 146) | Widget build(BuildContext context) function main (line 224) | void main() FILE: examples/layers/widgets/hello_world.dart function main (line 7) | void main() FILE: examples/layers/widgets/media_query.dart class AdaptedListItem (line 7) | class AdaptedListItem extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class AdaptedGridItem (line 28) | class AdaptedGridItem extends StatelessWidget { method build (line 34) | Widget build(BuildContext context) class AdaptiveContainer (line 67) | class AdaptiveContainer extends StatelessWidget { method build (line 73) | Widget build(BuildContext context) function _initNames (line 88) | List _initNames() function main (line 92) | void main() FILE: examples/layers/widgets/sectors.dart function initCircle (line 11) | RenderBoxToRenderSectorAdapter initCircle() class SectorApp (line 18) | class SectorApp extends StatefulWidget { method createState (line 22) | SectorAppState createState() class SectorAppState (line 25) | class SectorAppState extends State { method addSector (line 34) | void addSector() method removeSector (line 47) | void removeSector() method doUpdates (line 54) | void doUpdates() method initSector (line 71) | RenderBoxToRenderSectorAdapter initSector(Color color) method updateEnabledState (line 86) | void updateEnabledState() method recursivelyDisposeChildren (line 93) | void recursivelyDisposeChildren(RenderObject parent) method buildBody (line 100) | Widget buildBody() method build (line 173) | Widget build(BuildContext context) function main (line 187) | void main() FILE: examples/layers/widgets/spinning_mixed.dart function addFlexChildSolidColor (line 11) | void addFlexChildSolidColor(RenderFlex parent, Color backgroundColor, { ... class Rectangle (line 19) | class Rectangle extends StatelessWidget { method build (line 25) | Widget build(BuildContext context) function attachWidgetTreeToRenderTree (line 36) | void attachWidgetTreeToRenderTree(RenderProxyBox container) function rotate (line 82) | void rotate(Duration timeStamp) function main (line 92) | void main() FILE: examples/layers/widgets/spinning_square.dart class SpinningSquare (line 7) | class SpinningSquare extends StatefulWidget { method createState (line 11) | State createState() class _SpinningSquareState (line 14) | class _SpinningSquareState extends State with SingleTick... method dispose (line 24) | void dispose() method build (line 30) | Widget build(BuildContext context) function main (line 42) | void main() FILE: examples/layers/widgets/styled_text.dart type _TextTransformer (line 7) | typedef _TextTransformer = Widget Function(String name, String text); function toStyledText (line 35) | Widget toStyledText(String name, String text) function toPlainText (line 58) | Widget toPlainText(String name, String text) class SpeakerSeparator (line 60) | class SpeakerSeparator extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) class StyledTextDemo (line 77) | class StyledTextDemo extends StatefulWidget { method createState (line 81) | State createState() class _StyledTextDemoState (line 84) | class _StyledTextDemoState extends State { method _handleTap (line 87) | void _handleTap() method build (line 94) | Widget build(BuildContext context) function main (line 115) | void main() FILE: examples/platform_channel/android/app/src/androidTest/java/com/example/platformchannel/ExampleInstrumentedTest.java class ExampleInstrumentedTest (line 23) | @RunWith(AndroidJUnit4.class) method testBitmap (line 30) | @Test class BitmapPoller (line 62) | private class BitmapPoller { method BitmapPoller (line 71) | BitmapPoller(int tries) { method start (line 76) | void start(FlutterView flutterView) { method waitForBitmap (line 81) | Bitmap waitForBitmap() throws InterruptedException { method run (line 87) | public void run() { FILE: examples/platform_channel/android/app/src/main/java/com/example/platformchannel/MainActivity.java class MainActivity (line 28) | public class MainActivity extends FlutterActivity { method configureFlutterEngine (line 32) | @Override method createChargingStateChangeReceiver (line 72) | private BroadcastReceiver createChargingStateChangeReceiver(final Even... method getBatteryLevel (line 89) | private int getBatteryLevel() { FILE: examples/platform_channel/lib/main.dart class PlatformChannel (line 10) | class PlatformChannel extends StatefulWidget { method createState (line 14) | State createState() class _PlatformChannelState (line 17) | class _PlatformChannelState extends State { method _getBatteryLevel (line 26) | Future _getBatteryLevel() method initState (line 40) | void initState() method _onEvent (line 45) | void _onEvent(Object? event) method _onError (line 52) | void _onError(Object error) method build (line 59) | Widget build(BuildContext context) function main (line 84) | void main() FILE: examples/platform_channel/test_driver/button_tap.dart function main (line 8) | void main() FILE: examples/platform_channel/test_driver/button_tap_test.dart function main (line 8) | void main() FILE: examples/platform_channel_swift/lib/main.dart class PlatformChannel (line 10) | class PlatformChannel extends StatefulWidget { method createState (line 14) | State createState() class _PlatformChannelState (line 17) | class _PlatformChannelState extends State { method _getBatteryLevel (line 26) | Future _getBatteryLevel() method initState (line 40) | void initState() method _onEvent (line 45) | void _onEvent(Object? event) method _onError (line 52) | void _onError(Object error) method build (line 59) | Widget build(BuildContext context) function main (line 84) | void main() FILE: examples/platform_channel_swift/test_driver/button_tap.dart function main (line 8) | void main() FILE: examples/platform_channel_swift/test_driver/button_tap_test.dart function main (line 8) | void main() FILE: examples/platform_view/android/app/src/main/java/io/flutter/examples/platform_view/CountActivity.java class CountActivity (line 17) | public class CountActivity extends AppCompatActivity { method onCreate (line 21) | @Override method updateText (line 50) | private void updateText() { method returnToFlutterView (line 56) | private void returnToFlutterView() { method onBackPressed (line 63) | public void onBackPressed() { FILE: examples/platform_view/android/app/src/main/java/io/flutter/examples/platform_view/MainActivity.java class MainActivity (line 15) | public class MainActivity extends FlutterActivity { method configureFlutterEngine (line 22) | @Override method onLaunchFullScreen (line 40) | private void onLaunchFullScreen(int count) { method onActivityResult (line 46) | @Override FILE: examples/platform_view/lib/main.dart function main (line 10) | void main() class PlatformView (line 14) | class PlatformView extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 35) | State createState() class _MyHomePageState (line 38) | class _MyHomePageState extends State { method _incrementCounter (line 44) | void _incrementCounter() method _launchPlatformCount (line 50) | Future _launchPlatformCount() method build (line 59) | Widget build(BuildContext context) FILE: examples/splash/lib/main.dart function main (line 7) | void main() FILE: examples/splash/test/splash_test.dart function main (line 10) | void main() FILE: packages/flutter/lib/src/animation/animation.dart type AnimationStatus (line 14) | enum AnimationStatus { type AnimationStatusListener (line 29) | typedef AnimationStatusListener = void Function(AnimationStatus status); class Animation (line 50) | abstract class Animation extends Listenable implements ValueListenabl... method addListener (line 61) | void addListener(VoidCallback listener) method removeListener (line 70) | void removeListener(VoidCallback listener) method addStatusListener (line 75) | void addStatusListener(AnimationStatusListener listener) method removeStatusListener (line 83) | void removeStatusListener(AnimationStatusListener listener) method drive (line 168) | Animation drive(Animatable child) method toString (line 174) | String toString() method toStringDetails (line 192) | String toStringDetails() FILE: packages/flutter/lib/src/animation/animation_controller.dart type _AnimationDirection (line 25) | enum _AnimationDirection { type AnimationBehavior (line 55) | enum AnimationBehavior { class AnimationController (line 209) | class AnimationController extends Animation method resync (line 321) | void resync(TickerProvider vsync) method reset (line 383) | void reset() method _internalSetValue (line 397) | void _internalSetValue(double newValue) method forward (line 442) | TickerFuture forward({ double? from }) method reverse (line 475) | TickerFuture reverse({ double? from }) method animateTo (line 513) | TickerFuture animateTo(double target, { Duration? duration, Curve curv... method animateBack (line 546) | TickerFuture animateBack(double target, { Duration? duration, Curve cu... method _animateToInternal (line 567) | TickerFuture _animateToInternal(double target, { Duration? duration, C... method repeat (line 636) | TickerFuture repeat({ double? min, double? max, bool reverse = false, ... method _directionSetter (line 658) | void _directionSetter(_AnimationDirection direction) method fling (line 685) | TickerFuture fling({ double velocity = 1.0, SpringDescription? springD... method animateWith (line 728) | TickerFuture animateWith(Simulation simulation) method _startSimulation (line 739) | TickerFuture _startSimulation(Simulation simulation) method stop (line 770) | void stop({ bool canceled = true }) method dispose (line 788) | void dispose() method _checkStatusChanged (line 811) | void _checkStatusChanged() method _tick (line 819) | void _tick(Duration elapsed) method toStringDetails (line 835) | String toStringDetails() class _InterpolationSimulation (line 844) | class _InterpolationSimulation extends Simulation { method x (line 857) | double x(double timeInSeconds) method dx (line 868) | double dx(double timeInSeconds) method isDone (line 874) | bool isDone(double timeInSeconds) type _DirectionSetter (line 877) | typedef _DirectionSetter = void Function(_AnimationDirection direction); class _RepeatingSimulation (line 879) | class _RepeatingSimulation extends Simulation { method x (line 896) | double x(double timeInSeconds) method dx (line 913) | double dx(double timeInSeconds) method isDone (line 916) | bool isDone(double timeInSeconds) FILE: packages/flutter/lib/src/animation/animations.dart class _AlwaysCompleteAnimation (line 17) | class _AlwaysCompleteAnimation extends Animation { method addListener (line 21) | void addListener(VoidCallback listener) method removeListener (line 24) | void removeListener(VoidCallback listener) method addStatusListener (line 27) | void addStatusListener(AnimationStatusListener listener) method removeStatusListener (line 30) | void removeStatusListener(AnimationStatusListener listener) method toString (line 39) | String toString() class _AlwaysDismissedAnimation (line 49) | class _AlwaysDismissedAnimation extends Animation { method addListener (line 53) | void addListener(VoidCallback listener) method removeListener (line 56) | void removeListener(VoidCallback listener) method addStatusListener (line 59) | void addStatusListener(AnimationStatusListener listener) method removeStatusListener (line 62) | void removeStatusListener(AnimationStatusListener listener) method toString (line 71) | String toString() class AlwaysStoppedAnimation (line 84) | class AlwaysStoppedAnimation extends Animation { method addListener (line 98) | void addListener(VoidCallback listener) method removeListener (line 101) | void removeListener(VoidCallback listener) method addStatusListener (line 104) | void addStatusListener(AnimationStatusListener listener) method removeStatusListener (line 107) | void removeStatusListener(AnimationStatusListener listener) method toStringDetails (line 113) | String toStringDetails() function addListener (line 139) | void addListener(VoidCallback listener) function removeListener (line 144) | void removeListener(VoidCallback listener) function addStatusListener (line 149) | void addStatusListener(AnimationStatusListener listener) function removeStatusListener (line 154) | void removeStatusListener(AnimationStatusListener listener) class ProxyAnimation (line 166) | class ProxyAnimation extends Animation method didStartListening (line 213) | void didStartListening() method didStopListening (line 221) | void didStopListening() method toString (line 235) | String toString() class ReverseAnimation (line 257) | class ReverseAnimation extends Animation method addListener (line 270) | void addListener(VoidCallback listener) method removeListener (line 276) | void removeListener(VoidCallback listener) method didStartListening (line 282) | void didStartListening() method didStopListening (line 287) | void didStopListening() method _statusChangeHandler (line 291) | void _statusChangeHandler(AnimationStatus status) method _reverseStatus (line 301) | AnimationStatus _reverseStatus(AnimationStatus status) method toString (line 312) | String toString() class CurvedAnimation (line 368) | class CurvedAnimation extends Animation with AnimationWithParent... method _updateCurveDirection (line 414) | void _updateCurveDirection(AnimationStatus status) method dispose (line 434) | void dispose() method toString (line 466) | String toString() type _TrainHoppingMode (line 475) | enum _TrainHoppingMode { minimize, maximize } class TrainHoppingAnimation (line 495) | class TrainHoppingAnimation extends Animation method _statusChangeHandler (line 542) | void _statusChangeHandler(AnimationStatus status) method _valueChangeHandler (line 555) | void _valueChangeHandler() method dispose (line 594) | void dispose() method toString (line 607) | String toString() class CompoundAnimation (line 624) | abstract class CompoundAnimation extends Animation method didStartListening (line 642) | void didStartListening() method didStopListening (line 650) | void didStopListening() method toString (line 669) | String toString() method _maybeNotifyStatusListeners (line 674) | void _maybeNotifyStatusListeners(AnimationStatus _) method _maybeNotifyListeners (line 682) | void _maybeNotifyListeners() class AnimationMean (line 697) | class AnimationMean extends CompoundAnimation { class AnimationMax (line 712) | class AnimationMax extends CompoundAnimation { class AnimationMin (line 727) | class AnimationMin extends CompoundAnimation { FILE: packages/flutter/lib/src/animation/curves.dart class ParametricCurve (line 21) | abstract class ParametricCurve { method transform (line 35) | T transform(double t) method transformInternal (line 45) | T transformInternal(double t) method toString (line 50) | String toString() class Curve (line 70) | @immutable method transform (line 88) | double transform(double t) class _Linear (line 113) | class _Linear extends Curve { method transformInternal (line 117) | double transformInternal(double t) class SawTooth (line 126) | class SawTooth extends Curve { method transformInternal (line 136) | double transformInternal(double t) method toString (line 142) | String toString() class Interval (line 156) | class Interval extends Curve { method transformInternal (line 179) | double transformInternal(double t) method toString (line 192) | String toString() class Threshold (line 202) | class Threshold extends Curve { method transformInternal (line 214) | double transformInternal(double t) class Cubic (line 299) | class Cubic extends Curve { method _evaluateCubic (line 338) | double _evaluateCubic(double a, double b, double m) method transformInternal (line 345) | double transformInternal(double t) method toString (line 361) | String toString() class ThreePointCubic (line 384) | class ThreePointCubic extends Curve { method transformInternal (line 427) | double transformInternal(double t) method toString (line 450) | String toString() class Curve2D (line 476) | abstract class Curve2D extends ParametricCurve { method generateSamples (line 500) | Iterable generateSamples({ method isFlat (line 522) | bool isFlat(Offset p, Offset q, Offset r) method sample (line 533) | void sample(Curve2DSample p, Curve2DSample q, {bool forceSubdivide = f... method findInverse (line 573) | double findInverse(double x) method offsetToOrigin (line 578) | double offsetToOrigin(double pos) class Curve2DSample (line 605) | class Curve2DSample { method toString (line 618) | String toString() class CatmullRomSpline (line 646) | class CatmullRomSpline extends Curve2D { method _computeSegments (line 711) | List> _computeSegments( method _initializeIfNeeded (line 769) | void _initializeIfNeeded() method transformInternal (line 787) | Offset transformInternal(double t) class CatmullRomCurve (line 832) | class CatmullRomCurve extends Curve { method _computeSamples (line 886) | List _computeSamples(List controlPoints, double... method validateControlPoints (line 955) | bool validateControlPoints( method transformInternal (line 1085) | double transformInternal(double t) class FlippedCurve (line 1136) | class FlippedCurve extends Curve { method transformInternal (line 1146) | double transformInternal(double t) method toString (line 1149) | String toString() class _DecelerateCurve (line 1161) | class _DecelerateCurve extends Curve { method transformInternal (line 1165) | double transformInternal(double t) function _bounce (line 1176) | double _bounce(double t) class _BounceInCurve (line 1193) | class _BounceInCurve extends Curve { method transformInternal (line 1197) | double transformInternal(double t) class _BounceOutCurve (line 1205) | class _BounceOutCurve extends Curve { method transformInternal (line 1209) | double transformInternal(double t) class _BounceInOutCurve (line 1217) | class _BounceInOutCurve extends Curve { method transformInternal (line 1221) | double transformInternal(double t) class ElasticInCurve (line 1238) | class ElasticInCurve extends Curve { method transformInternal (line 1248) | double transformInternal(double t) method toString (line 1255) | String toString() class ElasticOutCurve (line 1266) | class ElasticOutCurve extends Curve { method transformInternal (line 1276) | double transformInternal(double t) method toString (line 1282) | String toString() class ElasticInOutCurve (line 1294) | class ElasticInOutCurve extends Curve { method transformInternal (line 1304) | double transformInternal(double t) method toString (line 1314) | String toString() class Curves (line 1367) | class Curves { FILE: packages/flutter/lib/src/animation/listener_helpers.dart function didRegisterListener (line 27) | void didRegisterListener() function didUnregisterListener (line 41) | void didUnregisterListener() function didStartListening (line 50) | void didStartListening() function didStopListening (line 54) | void didStopListening() function didRegisterListener (line 69) | void didRegisterListener() function didUnregisterListener (line 73) | void didUnregisterListener() function dispose (line 78) | void dispose() function didRegisterListener (line 95) | void didRegisterListener() function didUnregisterListener (line 102) | void didUnregisterListener() function addListener (line 107) | void addListener(VoidCallback listener) function removeListener (line 115) | void removeListener(VoidCallback listener) function clearListeners (line 129) | void clearListeners() function notifyListeners (line 139) | void notifyListeners() function didRegisterListener (line 184) | void didRegisterListener() function didUnregisterListener (line 191) | void didUnregisterListener() function addStatusListener (line 196) | void addStatusListener(AnimationStatusListener listener) function removeStatusListener (line 204) | void removeStatusListener(AnimationStatusListener listener) function clearStatusListeners (line 218) | void clearStatusListeners() function notifyStatusListeners (line 228) | void notifyStatusListeners(AnimationStatus status) FILE: packages/flutter/lib/src/animation/tween.dart class Animatable (line 24) | abstract class Animatable { method transform (line 39) | T transform(double t) method evaluate (line 53) | T evaluate(Animation animation) method animate (line 65) | Animation animate(Animation parent) method chain (line 73) | Animatable chain(Animatable parent) class _AnimatedEvaluation (line 78) | class _AnimatedEvaluation extends Animation with AnimationWithPare... method toString (line 90) | String toString() method toStringDetails (line 95) | String toStringDetails() class _ChainedEvaluation (line 100) | class _ChainedEvaluation extends Animatable { method transform (line 107) | T transform(double t) method toString (line 112) | String toString() class Tween (line 224) | class Tween extends Animatable { method lerp (line 256) | T lerp(double t) method transform (line 322) | T transform(double t) method toString (line 331) | String toString() class ReverseTween (line 335) | class ReverseTween extends Tween { method lerp (line 349) | T lerp(double t) class ColorTween (line 361) | class ColorTween extends Tween { method lerp (line 375) | Color? lerp(double t) class SizeTween (line 386) | class SizeTween extends Tween { method lerp (line 395) | Size? lerp(double t) class RectTween (line 407) | class RectTween extends Tween { method lerp (line 416) | Rect? lerp(double t) class IntTween (line 433) | class IntTween extends Tween { method lerp (line 444) | int lerp(double t) class StepTween (line 461) | class StepTween extends Tween { method lerp (line 472) | int lerp(double t) class ConstantTween (line 476) | class ConstantTween extends Tween { method lerp (line 482) | T lerp(double t) method toString (line 485) | String toString() class CurveTween (line 514) | class CurveTween extends Animatable { method transform (line 525) | double transform(double t) method toString (line 534) | String toString() FILE: packages/flutter/lib/src/animation/tween_sequence.dart class TweenSequence (line 45) | class TweenSequence extends Animatable { method _evaluateAt (line 74) | T _evaluateAt(double t, int index) method transform (line 81) | T transform(double t) method toString (line 94) | String toString() class FlippedTweenSequence (line 105) | class FlippedTweenSequence extends TweenSequence { method transform (line 118) | double transform(double t) class TweenSequenceItem (line 122) | class TweenSequenceItem { class _Interval (line 157) | class _Interval { method contains (line 163) | bool contains(double t) method value (line 165) | double value(double t) method toString (line 168) | String toString() FILE: packages/flutter/lib/src/cupertino/activity_indicator.dart class CupertinoActivityIndicator (line 26) | class CupertinoActivityIndicator extends StatefulWidget { method createState (line 75) | State createState() class _CupertinoActivityIndicatorState (line 78) | class _CupertinoActivityIndicatorState extends State createState() method createCupertinoHeroController (line 421) | HeroController createCupertinoHeroController() class CupertinoScrollBehavior (line 437) | class CupertinoScrollBehavior extends ScrollBehavior { method buildScrollbar (line 443) | Widget buildScrollbar(BuildContext context , Widget child, ScrollableD... method buildOverscrollIndicator (line 462) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... method getScrollPhysics (line 470) | ScrollPhysics getScrollPhysics(BuildContext context) class _CupertinoAppState (line 475) | class _CupertinoAppState extends State { method initState (line 480) | void initState() method _inspectorSelectButtonBuilder (line 496) | Widget _inspectorSelectButtonBuilder(BuildContext context, VoidCallbac... method _buildWidgetApp (line 508) | WidgetsApp _buildWidgetApp(BuildContext context) method build (line 578) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/bottom_tab_bar.dart class CupertinoTabBar (line 51) | class CupertinoTabBar extends StatelessWidget implements PreferredSizeWi... method opaque (line 136) | bool opaque(BuildContext context) method build (line 143) | Widget build(BuildContext context) method resolveBorderSide (line 152) | BorderSide resolveBorderSide(BorderSide side) method _buildTabItems (line 209) | List _buildTabItems(BuildContext context) method _buildSingleTabItem (line 246) | List _buildSingleTabItem(BottomNavigationBarItem item, bool ac... method _wrapActiveItem (line 257) | Widget _wrapActiveItem(BuildContext context, Widget item, { required b... method copyWith (line 276) | CupertinoTabBar copyWith({ FILE: packages/flutter/lib/src/cupertino/button.dart class CupertinoButton (line 32) | class CupertinoButton extends StatefulWidget { method createState (line 140) | State createState() method debugFillProperties (line 143) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _CupertinoButtonState (line 149) | class _CupertinoButtonState extends State with SingleTi... method initState (line 159) | void initState() method didUpdateWidget (line 173) | void didUpdateWidget(CupertinoButton old) method _setTween (line 178) | void _setTween() method dispose (line 183) | void dispose() method _handleTapDown (line 190) | void _handleTapDown(TapDownDetails event) method _handleTapUp (line 197) | void _handleTapUp(TapUpDetails event) method _handleTapCancel (line 204) | void _handleTapCancel() method _animate (line 211) | void _animate() method build (line 225) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/colors.dart class CupertinoColors (line 20) | class CupertinoColors { class CupertinoDynamicColor (line 676) | @immutable method resolve (line 890) | Color resolve(Color resolvable, BuildContext context) method maybeResolve (line 910) | Color? maybeResolve(Color? resolvable, BuildContext context) method resolveFrom (line 969) | CupertinoDynamicColor resolveFrom(BuildContext context) method toString (line 1060) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) method toString (line 1061) | String toString(String name, Color color) method debugFillProperties (line 1080) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function createCupertinoColorProperty (line 1108) | DiagnosticsProperty createCupertinoColorProperty( FILE: packages/flutter/lib/src/cupertino/context_menu.dart type _DismissCallback (line 16) | typedef _DismissCallback = void Function( type ContextMenuPreviewBuilder (line 25) | typedef ContextMenuPreviewBuilder = Widget Function( type _ContextMenuPreviewBuilderChildless (line 32) | typedef _ContextMenuPreviewBuilderChildless = Widget Function( function _getRect (line 39) | Rect _getRect(GlobalKey globalKey) type _ContextMenuLocation (line 51) | enum _ContextMenuLocation { class CupertinoContextMenu (line 86) | class CupertinoContextMenu extends StatefulWidget { method createState (line 187) | State createState() class _CupertinoContextMenuState (line 190) | class _CupertinoContextMenuState extends State wit... method initState (line 200) | void initState() method _openContextMenu (line 237) | void _openContextMenu() method _onDecoyAnimationStatusChange (line 262) | void _onDecoyAnimationStatusChange(AnimationStatus animationStatus) method _routeAnimationStatusListener (line 297) | void _routeAnimationStatusListener(AnimationStatus status) method _onTap (line 308) | void _onTap() method _onTapCancel (line 314) | void _onTapCancel() method _onTapUp (line 320) | void _onTapUp(TapUpDetails details) method _onTapDown (line 326) | void _onTapDown(TapDownDetails details) method build (line 361) | Widget build(BuildContext context) method dispose (line 379) | void dispose() class _DecoyChild (line 392) | class _DecoyChild extends StatefulWidget { method createState (line 407) | _DecoyChildState createState() class _DecoyChildState (line 410) | class _DecoyChildState extends State<_DecoyChild> with TickerProviderSta... method initState (line 421) | void initState() method _rectListener (line 457) | void _rectListener() method dispose (line 466) | void dispose() method _buildAnimation (line 471) | Widget _buildAnimation(BuildContext context, Widget? child) method build (line 492) | Widget build(BuildContext context) class _ContextMenuRoute (line 505) | class _ContextMenuRoute extends PopupRoute { method _getScaledRect (line 594) | Rect _getScaledRect(GlobalKey globalKey, double scale) method getSheetAlignment (line 606) | AlignmentDirectional getSheetAlignment(_ContextMenuLocation contextMen... method _getSheetRectBegin (line 618) | Rect _getSheetRectBegin(Orientation? orientation, _ContextMenuLocation... method _onDismiss (line 639) | void _onDismiss(BuildContext context, double scale, double opacity) method _updateTweenRects (line 651) | void _updateTweenRects() method _setOffstageInternally (line 683) | void _setOffstageInternally() method didPop (line 691) | bool didPop(T? result) method didPush (line 703) | TickerFuture didPush() method createAnimation (line 718) | Animation createAnimation() method buildPage (line 728) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 738) | Widget buildTransitions(BuildContext context, Animation animat... class _ContextMenuRouteStatic (line 801) | class _ContextMenuRouteStatic extends StatefulWidget { method createState (line 824) | _ContextMenuRouteStaticState createState() class _ContextMenuRouteStaticState (line 827) | class _ContextMenuRouteStaticState extends State<_ContextMenuRouteStatic... method _getScale (line 846) | double _getScale(Orientation orientation, double maxDragDistance, doub... method _onPanStart (line 854) | void _onPanStart(DragStartDetails details) method _onPanUpdate (line 859) | void _onPanUpdate(DragUpdateDetails details) method _onPanEnd (line 863) | void _onPanEnd(DragEndDetails details) method _moveListener (line 901) | void _moveListener() method _flingStatusListener (line 911) | void _flingStatusListener(AnimationStatus status) method _getChildAlignment (line 928) | Alignment _getChildAlignment(Orientation orientation, _ContextMenuLoca... method _setDragOffset (line 945) | void _setDragOffset(Offset dragOffset) method _getChildren (line 982) | List _getChildren(Orientation orientation, _ContextMenuLocatio... method _buildSheetAnimation (line 1026) | Widget _buildSheetAnimation(BuildContext context, Widget? child) method _buildChildAnimation (line 1038) | Widget _buildChildAnimation(BuildContext context, Widget? child) method _buildAnimation (line 1052) | Widget _buildAnimation(BuildContext context, Widget? child) method initState (line 1060) | void initState() method dispose (line 1090) | void dispose() method build (line 1097) | Widget build(BuildContext context) class _ContextMenuSheet (line 1134) | class _ContextMenuSheet extends StatelessWidget { method build (line 1194) | Widget build(BuildContext context) class _OnOffAnimation (line 1207) | class _OnOffAnimation extends CompoundAnimation { FILE: packages/flutter/lib/src/cupertino/context_menu_action.dart class CupertinoContextMenuAction (line 13) | class CupertinoContextMenuAction extends StatefulWidget { method createState (line 48) | State createState() class _CupertinoContextMenuActionState (line 51) | class _CupertinoContextMenuActionState extends State createState() method _getColumnWidth (line 394) | double _getColumnWidth( type _ColumnBuilder (line 471) | typedef _ColumnBuilder = Widget Function(double offAxisFraction, Transit... class _CupertinoDatePickerDateTimeState (line 473) | class _CupertinoDatePickerDateTimeState extends State { method initState (line 1096) | void initState() method _handleSystemFontsChange (line 1109) | void _handleSystemFontsChange() method dispose (line 1117) | void dispose() method didChangeDependencies (line 1127) | void didChangeDependencies() method _refreshEstimatedColumnWidths (line 1139) | void _refreshEstimatedColumnWidths() method _lastDayInMonth (line 1147) | DateTime _lastDayInMonth(int year, int month) method _buildDayPicker (line 1149) | Widget _buildDayPicker(double offAxisFraction, TransitionBuilder itemP... method _buildMonthPicker (line 1191) | Widget _buildMonthPicker(double offAxisFraction, TransitionBuilder ite... method _buildYearPicker (line 1235) | Widget _buildYearPicker(double offAxisFraction, TransitionBuilder item... method _pickerDidStopScrolling (line 1294) | void _pickerDidStopScrolling() method _scrollToDate (line 1326) | void _scrollToDate(DateTime newDate) method build (line 1344) | Widget build(BuildContext context) type CupertinoTimerPickerMode (line 1462) | enum CupertinoTimerPickerMode { class CupertinoTimerPicker (line 1494) | class CupertinoTimerPicker extends StatefulWidget { method createState (line 1559) | State createState() class _CupertinoTimerPickerState (line 1562) | class _CupertinoTimerPickerState extends State { method initState (line 1599) | void initState() method _handleSystemFontsChange (line 1613) | void _handleSystemFontsChange() method dispose (line 1622) | void dispose() method didUpdateWidget (line 1628) | void didUpdateWidget(CupertinoTimerPicker oldWidget) method didChangeDependencies (line 1638) | void didChangeDependencies() method _measureLabelMetrics (line 1647) | void _measureLabelMetrics() method _measureLabelsMaxWidth (line 1697) | double _measureLabelsMaxWidth(List labels, TextStyle style) method _buildLabel (line 1719) | Widget _buildLabel(String text, EdgeInsetsDirectional pickerPadding) method _buildPickerNumberLabel (line 1752) | Widget _buildPickerNumberLabel(String text, EdgeInsetsDirectional padd... method _buildHourPicker (line 1765) | Widget _buildHourPicker(EdgeInsetsDirectional additionalPadding, Widge... method _buildHourColumn (line 1801) | Widget _buildHourColumn(EdgeInsetsDirectional additionalPadding, Widge... method _buildMinutePicker (line 1824) | Widget _buildMinutePicker(EdgeInsetsDirectional additionalPadding, Wid... method _buildMinuteColumn (line 1867) | Widget _buildMinuteColumn(EdgeInsetsDirectional additionalPadding, Wid... method _buildSecondPicker (line 1890) | Widget _buildSecondPicker(EdgeInsetsDirectional additionalPadding, Wid... method _buildSecondColumn (line 1933) | Widget _buildSecondColumn(EdgeInsetsDirectional additionalPadding, Wid... method _textStyleFrom (line 1958) | TextStyle _textStyleFrom(BuildContext context, [double magnification =... method _calculateOffAxisFraction (line 1967) | double _calculateOffAxisFraction(double paddingStart, int position) method build (line 1980) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/debug.dart function debugCheckHasCupertinoLocalizations (line 20) | bool debugCheckHasCupertinoLocalizations(BuildContext context) FILE: packages/flutter/lib/src/cupertino/desktop_text_selection.dart class _CupertinoDesktopTextSelectionControls (line 35) | class _CupertinoDesktopTextSelectionControls extends TextSelectionContro... method getHandleSize (line 38) | Size getHandleSize(double textLineHeight) method buildToolbar (line 44) | Widget buildToolbar( method buildHandle (line 70) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleAnchor (line 76) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... class _CupertinoDesktopTextSelectionControlsToolbar (line 86) | class _CupertinoDesktopTextSelectionControlsToolbar extends StatefulWidg... method createState (line 113) | _CupertinoDesktopTextSelectionControlsToolbarState createState() class _CupertinoDesktopTextSelectionControlsToolbarState (line 116) | class _CupertinoDesktopTextSelectionControlsToolbarState extends State<_... method _onChangedClipboardStatus (line 119) | void _onChangedClipboardStatus() method initState (line 126) | void initState() method didUpdateWidget (line 136) | void didUpdateWidget(_CupertinoDesktopTextSelectionControlsToolbar old... method dispose (line 152) | void dispose() method build (line 165) | Widget build(BuildContext context) method addToolbarButton (line 187) | void addToolbarButton( class _CupertinoDesktopTextSelectionToolbar (line 242) | class _CupertinoDesktopTextSelectionToolbar extends StatelessWidget { method _defaultToolbarBuilder (line 271) | Widget _defaultToolbarBuilder(BuildContext context, Widget child) method build (line 293) | Widget build(BuildContext context) class _CupertinoDesktopTextSelectionToolbarButton (line 339) | class _CupertinoDesktopTextSelectionToolbarButton extends StatefulWidget { method createState (line 373) | _CupertinoDesktopTextSelectionToolbarButtonState createState() class _CupertinoDesktopTextSelectionToolbarButtonState (line 376) | class _CupertinoDesktopTextSelectionToolbarButtonState extends State<_Cu... method _onEnter (line 379) | void _onEnter(PointerEnterEvent event) method _onExit (line 385) | void _onExit(PointerExitEvent event) method build (line 392) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/dialog.dart function _isInAccessibilityMode (line 151) | bool _isInAccessibilityMode(BuildContext context) class CupertinoAlertDialog (line 235) | class CupertinoAlertDialog extends StatelessWidget { method _buildContent (line 304) | Widget _buildContent(BuildContext context) method _buildActions (line 347) | Widget _buildActions() method build (line 362) | Widget build(BuildContext context) class CupertinoPopupSurface (line 436) | class CupertinoPopupSurface extends StatelessWidget { method build (line 458) | Widget build(BuildContext context) class CupertinoActionSheet (line 552) | class CupertinoActionSheet extends StatelessWidget { method _buildContent (line 617) | Widget _buildContent(BuildContext context) method _buildActions (line 657) | Widget _buildActions() method _buildCancelButton (line 671) | Widget _buildCancelButton() method build (line 683) | Widget build(BuildContext context) class CupertinoActionSheetAction (line 747) | class CupertinoActionSheetAction extends StatelessWidget { method build (line 782) | Widget build(BuildContext context) class _CupertinoActionSheetCancelButton (line 820) | class _CupertinoActionSheetCancelButton extends StatefulWidget { method createState (line 829) | _CupertinoActionSheetCancelButtonState createState() class _CupertinoActionSheetCancelButtonState (line 832) | class _CupertinoActionSheetCancelButtonState extends State<_CupertinoAct... method _onTapDown (line 835) | void _onTapDown(TapDownDetails event) method _onTapUp (line 839) | void _onTapUp(TapUpDetails event) method _onTapCancel (line 843) | void _onTapCancel() method build (line 848) | Widget build(BuildContext context) class _CupertinoDialogRenderWidget (line 872) | class _CupertinoDialogRenderWidget extends RenderObjectWidget { method createRenderObject (line 887) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 897) | void updateRenderObject(BuildContext context, _RenderCupertinoDialog r... method createElement (line 904) | RenderObjectElement createElement() class _CupertinoDialogRenderElement (line 909) | class _CupertinoDialogRenderElement extends RenderObjectElement { method visitChildren (line 926) | void visitChildren(ElementVisitor visitor) method mount (line 936) | void mount(Element? parent, Object? newSlot) method insertRenderObjectChild (line 943) | void insertRenderObjectChild(RenderObject child, _AlertDialogSections ... method moveRenderObjectChild (line 948) | void moveRenderObjectChild(RenderObject child, _AlertDialogSections ol... method update (line 958) | void update(RenderObjectWidget newWidget) method forgetChild (line 965) | void forgetChild(Element child) method removeRenderObjectChild (line 977) | void removeRenderObjectChild(RenderObject child, _AlertDialogSections ... method _placeChildInSlot (line 987) | void _placeChildInSlot(RenderObject child, _AlertDialogSections slot) class _RenderCupertinoDialog (line 1024) | class _RenderCupertinoDialog extends RenderBox { method attach (line 1105) | void attach(PipelineOwner owner) method detach (line 1116) | void detach() method redepthChildren (line 1127) | void redepthChildren() method setupParentData (line 1137) | void setupParentData(RenderBox child) method visitChildren (line 1146) | void visitChildren(RenderObjectVisitor visitor) method debugDescribeChildren (line 1156) | List debugDescribeChildren() method computeMinIntrinsicWidth (line 1162) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1167) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1172) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1188) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 1204) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1212) | void performLayout() method _performLayout (line 1234) | _AlertDialogSizes _performLayout({required BoxConstraints constraints,... method performRegularLayout (line 1248) | _AlertDialogSizes performRegularLayout({required BoxConstraints constr... method performAccessibilityLayout (line 1278) | _AlertDialogSizes performAccessibilityLayout({required BoxConstraints ... method paint (line 1328) | void paint(PaintingContext context, Offset offset) method _paintDividerBetweenContentAndActions (line 1351) | void _paintDividerBetweenContentAndActions(Canvas canvas, Offset offset) method hitTestChildren (line 1364) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... class _AlertDialogSizes (line 1407) | class _AlertDialogSizes { type _AlertDialogSections (line 1421) | enum _AlertDialogSections { class _CupertinoAlertContentSection (line 1431) | class _CupertinoAlertContentSection extends StatelessWidget { method build (line 1480) | Widget build(BuildContext context) class _CupertinoAlertActionSection (line 1531) | class _CupertinoAlertActionSection extends StatefulWidget { method createState (line 1559) | _CupertinoAlertActionSectionState createState() class _CupertinoAlertActionSectionState (line 1563) | class _CupertinoAlertActionSectionState method build (line 1566) | Widget build(BuildContext context) class _PressableActionButton (line 1598) | class _PressableActionButton extends StatefulWidget { method createState (line 1606) | _PressableActionButtonState createState() class _PressableActionButtonState (line 1609) | class _PressableActionButtonState extends State<_PressableActionButton> { method build (line 1613) | Widget build(BuildContext context) class _ActionButtonParentDataWidget (line 1645) | class _ActionButtonParentDataWidget method applyParentData (line 1656) | void applyParentData(RenderObject renderObject) class _ActionButtonParentData (line 1677) | class _ActionButtonParentData extends MultiChildLayoutParentData { class CupertinoDialogAction (line 1691) | class CupertinoDialogAction extends StatelessWidget { method _calculatePadding (line 1746) | double _calculatePadding(BuildContext context) method _buildContentWithRegularSizingPolicy (line 1754) | Widget _buildContentWithRegularSizingPolicy({ method _buildContentWithAccessibilitySizingPolicy (line 1800) | Widget _buildContentWithAccessibilitySizingPolicy({ method build (line 1812) | Widget build(BuildContext context) class _CupertinoDialogActionsRenderWidget (line 1871) | class _CupertinoDialogActionsRenderWidget extends MultiChildRenderObject... method createRenderObject (line 1888) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1905) | void updateRenderObject(BuildContext context, _RenderCupertinoDialogAc... class _RenderCupertinoDialogActions (line 1955) | class _RenderCupertinoDialogActions extends RenderBox method setupParentData (line 2079) | void setupParentData(RenderBox child) method computeMinIntrinsicWidth (line 2085) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 2090) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 2095) | double computeMinIntrinsicHeight(double width) method _computeMinIntrinsicHeightWithCancel (line 2118) | double _computeMinIntrinsicHeightWithCancel(double width) method _computeMinIntrinsicHeightSideBySide (line 2133) | double _computeMinIntrinsicHeightSideBySide(double width) method _computeMinIntrinsicHeightStacked (line 2155) | double _computeMinIntrinsicHeightStacked(double width) method computeMaxIntrinsicHeight (line 2164) | double computeMaxIntrinsicHeight(double width) method _computeMaxIntrinsicHeightStacked (line 2198) | double _computeMaxIntrinsicHeightStacked(double width) method _isSingleButtonRow (line 2211) | bool _isSingleButtonRow(double width) method computeDryLayout (line 2229) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 2234) | void performLayout() method _performLayout (line 2238) | Size _performLayout({required BoxConstraints constraints, bool dry = f... method paint (line 2329) | void paint(PaintingContext context, Offset offset) method _drawButtonBackgroundsAndDividersSingleRow (line 2341) | void _drawButtonBackgroundsAndDividersSingleRow(Canvas canvas, Offset ... method _drawButtonBackgroundsAndDividersStacked (line 2404) | void _drawButtonBackgroundsAndDividersStacked(Canvas canvas, Offset of... method _drawButtons (line 2474) | void _drawButtons(PaintingContext context, Offset offset) method hitTestChildren (line 2484) | bool hitTestChildren(BoxHitTestResult result, {required Offset position}) FILE: packages/flutter/lib/src/cupertino/form_row.dart class CupertinoFormRow (line 81) | class CupertinoFormRow extends StatelessWidget { method build (line 150) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/form_section.dart type _CupertinoFormSectionType (line 29) | enum _CupertinoFormSectionType { base, insetGrouped } class CupertinoFormSection (line 68) | class CupertinoFormSection extends StatelessWidget { method build (line 207) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/icon_theme_data.dart class CupertinoIconThemeData (line 11) | class CupertinoIconThemeData extends IconThemeData with Diagnosticable { method resolve (line 24) | IconThemeData resolve(BuildContext context) method copyWith (line 32) | CupertinoIconThemeData copyWith({ Color? color, double? opacity, doubl... method debugFillProperties (line 41) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/cupertino/icons.dart class CupertinoIcons (line 33) | class CupertinoIcons { FILE: packages/flutter/lib/src/cupertino/interface_level.dart type CupertinoUserInterfaceLevelData (line 15) | enum CupertinoUserInterfaceLevelData { class CupertinoUserInterfaceLevel (line 40) | class CupertinoUserInterfaceLevel extends InheritedWidget { method updateShouldNotify (line 54) | bool updateShouldNotify(CupertinoUserInterfaceLevel oldWidget) method of (line 67) | CupertinoUserInterfaceLevelData of(BuildContext context) method maybeOf (line 96) | CupertinoUserInterfaceLevelData? maybeOf(BuildContext context) method debugFillProperties (line 105) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/cupertino/localizations.dart type DatePickerDateTimeOrder (line 12) | enum DatePickerDateTimeOrder { type DatePickerDateOrder (line 32) | enum DatePickerDateOrder { class CupertinoLocalizations (line 58) | abstract class CupertinoLocalizations { method datePickerYear (line 67) | String datePickerYear(int yearIndex) method datePickerMonth (line 77) | String datePickerMonth(int monthIndex) method datePickerDayOfMonth (line 87) | String datePickerDayOfMonth(int dayIndex) method datePickerMediumDate (line 97) | String datePickerMediumDate(DateTime date) method datePickerHour (line 107) | String datePickerHour(int hour) method datePickerHourSemanticsLabel (line 111) | String? datePickerHourSemanticsLabel(int hour) method datePickerMinute (line 121) | String datePickerMinute(int minute) method datePickerMinuteSemanticsLabel (line 125) | String? datePickerMinuteSemanticsLabel(int minute) method tabSemanticsLabel (line 157) | String tabSemanticsLabel({required int tabIndex, required int tabCount}) method timerPickerHour (line 167) | String timerPickerHour(int hour) method timerPickerMinute (line 177) | String timerPickerMinute(int minute) method timerPickerSecond (line 187) | String timerPickerSecond(int second) method timerPickerHourLabel (line 193) | String? timerPickerHourLabel(int hour) method timerPickerMinuteLabel (line 203) | String? timerPickerMinuteLabel(int minute) method timerPickerSecondLabel (line 213) | String? timerPickerSecondLabel(int second) method of (line 261) | CupertinoLocalizations of(BuildContext context) class _CupertinoLocalizationsDelegate (line 267) | class _CupertinoLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 277) | bool shouldReload(_CupertinoLocalizationsDelegate old) method toString (line 280) | String toString() class DefaultCupertinoLocalizations (line 284) | class DefaultCupertinoLocalizations implements CupertinoLocalizations { method datePickerYear (line 335) | String datePickerYear(int yearIndex) method datePickerMonth (line 338) | String datePickerMonth(int monthIndex) method datePickerDayOfMonth (line 341) | String datePickerDayOfMonth(int dayIndex) method datePickerHour (line 344) | String datePickerHour(int hour) method datePickerHourSemanticsLabel (line 347) | String datePickerHourSemanticsLabel(int hour) method datePickerMinute (line 350) | String datePickerMinute(int minute) method datePickerMinuteSemanticsLabel (line 353) | String datePickerMinuteSemanticsLabel(int minute) method datePickerMediumDate (line 360) | String datePickerMediumDate(DateTime date) method tabSemanticsLabel (line 385) | String tabSemanticsLabel({required int tabIndex, required int tabCount}) method timerPickerHour (line 392) | String timerPickerHour(int hour) method timerPickerMinute (line 395) | String timerPickerMinute(int minute) method timerPickerSecond (line 398) | String timerPickerSecond(int second) method timerPickerHourLabel (line 401) | String timerPickerHourLabel(int hour) method timerPickerMinuteLabel (line 407) | String timerPickerMinuteLabel(int minute) method timerPickerSecondLabel (line 413) | String timerPickerSecondLabel(int second) method load (line 442) | Future load(Locale locale) FILE: packages/flutter/lib/src/cupertino/nav_bar.dart class _HeroTag (line 54) | @immutable method toString (line 62) | String toString() class _FixedSizeSlidingTransition (line 85) | class _FixedSizeSlidingTransition extends AnimatedWidget { method build (line 116) | Widget build(BuildContext context) function _wrapWithBackground (line 133) | Widget _wrapWithBackground({ function _isTransitionable (line 178) | bool _isTransitionable(BuildContext context) class CupertinoNavigationBar (line 243) | class CupertinoNavigationBar extends StatefulWidget implements Obstructi... method shouldFullyObstruct (line 422) | bool shouldFullyObstruct(BuildContext context) method createState (line 434) | State createState() class _CupertinoNavigationBarState (line 440) | class _CupertinoNavigationBarState extends State { method initState (line 444) | void initState() method build (line 450) | Widget build(BuildContext context) class CupertinoSliverNavigationBar (line 573) | class CupertinoSliverNavigationBar extends StatefulWidget { method createState (line 693) | State createState() class _CupertinoSliverNavigationBarState (line 699) | class _CupertinoSliverNavigationBarState extends State fadeInFrom(double t, { Curve curve = Curves.easeIn }) method fadeOutBy (line 1830) | Animation fadeOutBy(double t, { Curve curve = Curves.easeOut }) function _linearTranslateWithLargestRectSizeTween (line 2276) | RectTween _linearTranslateWithLargestRectSizeTween(Rect? begin, Rect? end) function _navBarHeroLaunchPadBuilder (line 2287) | Widget _navBarHeroLaunchPadBuilder( function _navBarHeroFlightShuttleBuilder (line 2314) | Widget _navBarHeroFlightShuttleBuilder( FILE: packages/flutter/lib/src/cupertino/page_scaffold.dart class CupertinoPageScaffold (line 34) | class CupertinoPageScaffold extends StatefulWidget { method createState (line 88) | State createState() class _CupertinoPageScaffoldState (line 91) | class _CupertinoPageScaffoldState extends State { method _handleStatusBarTap (line 93) | void _handleStatusBarTap() method build (line 107) | Widget build(BuildContext context) class ObstructingPreferredSizeWidget (line 214) | abstract class ObstructingPreferredSizeWidget implements PreferredSizeWi... method shouldFullyObstruct (line 219) | bool shouldFullyObstruct(BuildContext context) FILE: packages/flutter/lib/src/cupertino/picker.dart class CupertinoPicker (line 46) | class CupertinoPicker extends StatefulWidget { method createState (line 204) | State createState() class _CupertinoPickerState (line 207) | class _CupertinoPickerState extends State { method initState (line 212) | void initState() method didUpdateWidget (line 220) | void didUpdateWidget(CupertinoPicker oldWidget) method dispose (line 231) | void dispose() method _handleSelectedItemChanged (line 236) | void _handleSelectedItemChanged(int index) method _buildSelectionOverlay (line 262) | Widget _buildSelectionOverlay(Widget selectionOverlay) method build (line 278) | Widget build(BuildContext context) class CupertinoPickerDefaultSelectionOverlay (line 334) | class CupertinoPickerDefaultSelectionOverlay extends StatelessWidget { method build (line 378) | Widget build(BuildContext context) class _CupertinoPickerSemantics (line 403) | class _CupertinoPickerSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 413) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 419) | void updateRenderObject(BuildContext context, covariant _RenderCuperti... class _RenderCupertinoPickerSemantics (line 427) | class _RenderCupertinoPickerSemantics extends RenderProxyBox { method _updateController (line 437) | void _updateController(FixedExtentScrollController? oldValue, FixedExt... method _handleIncrease (line 459) | void _handleIncrease() method _handleDecrease (line 463) | void _handleDecrease() method _handleScrollUpdate (line 469) | void _handleScrollUpdate() method describeSemanticsConfiguration (line 476) | void describeSemanticsConfiguration(SemanticsConfiguration config) method assembleSemanticsNode (line 483) | void assembleSemanticsNode(SemanticsNode node, SemanticsConfiguration ... FILE: packages/flutter/lib/src/cupertino/refresh.dart class _CupertinoSliverRefresh (line 17) | class _CupertinoSliverRefresh extends SingleChildRenderObjectWidget { method createRenderObject (line 38) | _RenderCupertinoSliverRefresh createRenderObject(BuildContext context) method updateRenderObject (line 46) | void updateRenderObject(BuildContext context, covariant _RenderCuperti... class _RenderCupertinoSliverRefresh (line 59) | class _RenderCupertinoSliverRefresh extends RenderSliver method performLayout (line 106) | void performLayout() method paint (line 170) | void paint(PaintingContext paintContext, Offset offset) method applyPaintTransform (line 180) | void applyPaintTransform(RenderObject child, Matrix4 transform) type RefreshIndicatorMode (line 187) | enum RefreshIndicatorMode { type RefreshControlIndicatorBuilder (line 215) | typedef RefreshControlIndicatorBuilder = Widget Function( type RefreshCallback (line 227) | typedef RefreshCallback = Future Function(); class CupertinoSliverRefreshControl (line 287) | class CupertinoSliverRefreshControl extends StatefulWidget { method state (line 362) | RefreshIndicatorMode state(BuildContext context) method buildRefreshIndicator (line 374) | Widget buildRefreshIndicator( method _buildIndicatorForRefreshState (line 405) | Widget _buildIndicatorForRefreshState(RefreshIndicatorMode refreshStat... method createState (line 430) | State createState() class _CupertinoSliverRefreshControlState (line 433) | class _CupertinoSliverRefreshControlState extends State? previousRoute) function canTransitionTo (line 135) | bool canTransitionTo(TransitionRoute nextRoute) function isPopGestureInProgress (line 148) | bool isPopGestureInProgress(PageRoute route) function _isPopGestureEnabled (line 173) | bool _isPopGestureEnabled(PageRoute route) function buildPage (line 206) | Widget buildPage(BuildContext context, Animation animation, Anim... function _startPopGesture (line 228) | _CupertinoBackGestureController _startPopGesture(PageRoute route) function buildPageTransitions (line 251) | Widget buildPageTransitions( function buildTransitions (line 286) | Widget buildTransitions(BuildContext context, Animation animatio... class CupertinoPageRoute (line 314) | class CupertinoPageRoute extends PageRoute with CupertinoRouteTran... method buildContent (line 336) | Widget buildContent(BuildContext context) class _PageBasedCupertinoPageRoute (line 352) | class _PageBasedCupertinoPageRoute extends PageRoute with Cupertin... method buildContent (line 363) | Widget buildContent(BuildContext context) class CupertinoPage (line 394) | class CupertinoPage extends Page { method createRoute (line 423) | Route createRoute(BuildContext context) class CupertinoPageTransition (line 432) | class CupertinoPageTransition extends StatelessWidget { method build (line 492) | Widget build(BuildContext context) class CupertinoFullscreenDialogTransition (line 515) | class CupertinoFullscreenDialogTransition extends StatelessWidget { method build (line 556) | Widget build(BuildContext context) class _CupertinoBackGestureDetector (line 582) | class _CupertinoBackGestureDetector extends StatefulWidget { method createState (line 600) | _CupertinoBackGestureDetectorState createState() class _CupertinoBackGestureDetectorState (line 603) | class _CupertinoBackGestureDetectorState extends State<_CupertinoBack... method initState (line 609) | void initState() method dispose (line 619) | void dispose() method _handleDragStart (line 624) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 630) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 636) | void _handleDragEnd(DragEndDetails details) method _handleDragCancel (line 643) | void _handleDragCancel() method _handlePointerDown (line 651) | void _handlePointerDown(PointerDownEvent event) method _convertToLogical (line 656) | double _convertToLogical(double value) method build (line 666) | Widget build(BuildContext context) class _CupertinoBackGestureController (line 705) | class _CupertinoBackGestureController { method dragUpdate (line 722) | void dragUpdate(double delta) method dragEnd (line 728) | void dragEnd(double velocity) class _CupertinoEdgeShadowDecoration (line 786) | class _CupertinoEdgeShadowDecoration extends Decoration { method lerp (line 831) | _CupertinoEdgeShadowDecoration? lerp( method lerpFrom (line 856) | _CupertinoEdgeShadowDecoration lerpFrom(Decoration? a, double t) method lerpTo (line 863) | _CupertinoEdgeShadowDecoration lerpTo(Decoration? b, double t) method createBoxPainter (line 870) | _CupertinoEdgeShadowPainter createBoxPainter([ VoidCallback? onChanged ]) method debugFillProperties (line 886) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _CupertinoEdgeShadowPainter (line 893) | class _CupertinoEdgeShadowPainter extends BoxPainter { method paint (line 904) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... class CupertinoModalPopupRoute (line 996) | class CupertinoModalPopupRoute extends PopupRoute { method createAnimation (line 1049) | Animation createAnimation() method buildPage (line 1067) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 1075) | Widget buildTransitions(BuildContext context, Animation animat... function showCupertinoModalPopup (line 1146) | Future showCupertinoModalPopup({ function _buildCupertinoDialogTransitions (line 1175) | Widget _buildCupertinoDialogTransitions(BuildContext context, Animation<... function showCupertinoDialog (line 1247) | Future showCupertinoDialog({ class CupertinoDialogRoute (line 1301) | class CupertinoDialogRoute extends RawDialogRoute { FILE: packages/flutter/lib/src/cupertino/scrollbar.dart class CupertinoScrollbar (line 66) | class CupertinoScrollbar extends RawScrollbar { method createState (line 132) | RawScrollbarState createState() class _CupertinoScrollbarState (line 135) | class _CupertinoScrollbarState extends RawScrollbarState createState() class _CupertinoSearchTextFieldState (line 310) | class _CupertinoSearchTextFieldState extends State extends StatefulWidget { method createState (line 190) | State> createState() class _SegmentedControlState (line 193) | class _SegmentedControlState extends State oldWidget) method dispose (line 312) | void dispose() method _onTapDown (line 320) | void _onTapDown(T currentKey) method _onTapCancel (line 328) | void _onTapCancel() method _onTap (line 334) | void _onTap(T currentKey) method getTextColor (line 343) | Color? getTextColor(int index, T currentKey) method getBackgroundColor (line 351) | Color? getBackgroundColor(int index, T currentKey) method build (line 362) | Widget build(BuildContext context) class _SegmentedControlRenderWidget (line 429) | class _SegmentedControlRenderWidget extends MultiChildRenderObjectWid... method createRenderObject (line 448) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 459) | void updateRenderObject(BuildContext context, _RenderSegmentedControl<... class _SegmentedControlContainerBoxParentData (line 469) | class _SegmentedControlContainerBoxParentData extends ContainerBoxParent... type _NextChild (line 473) | typedef _NextChild = RenderBox? Function(RenderBox child); class _RenderSegmentedControl (line 475) | class _RenderSegmentedControl extends RenderBox method computeMinIntrinsicWidth (line 542) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 555) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 568) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 581) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 594) | double? computeDistanceToActualBaseline(TextBaseline baseline) method setupParentData (line 599) | void setupParentData(RenderBox child) method _layoutRects (line 605) | void _layoutRects(_NextChild nextChild, RenderBox? leftChild, RenderBo... method _calculateChildSize (line 635) | Size _calculateChildSize(BoxConstraints constraints) method _computeOverallSizeFromChildSize (line 653) | Size _computeOverallSizeFromChildSize(Size childSize) method computeDryLayout (line 658) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 664) | void performLayout() method paint (line 700) | void paint(PaintingContext context, Offset offset) method _paintChild (line 710) | void _paintChild(PaintingContext context, Offset offset, RenderBox chi... method hitTestChildren (line 733) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... FILE: packages/flutter/lib/src/cupertino/slider.dart class CupertinoSlider (line 41) | class CupertinoSlider extends StatefulWidget { method createState (line 208) | State createState() method debugFillProperties (line 211) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _CupertinoSliderState (line 219) | class _CupertinoSliderState extends State with TickerPr... method _handleChanged (line 220) | void _handleChanged(double value) method _handleDragStart (line 228) | void _handleDragStart(double value) method _handleDragEnd (line 233) | void _handleDragEnd(double value) method build (line 239) | Widget build(BuildContext context) class _CupertinoSliderRenderObjectWidget (line 256) | class _CupertinoSliderRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 279) | _RenderCupertinoSlider createRenderObject(BuildContext context) method updateRenderObject (line 296) | void updateRenderObject(BuildContext context, _RenderCupertinoSlider r... class _RenderCupertinoSlider (line 320) | class _RenderCupertinoSlider extends RenderConstrainedBox { method _handleDragStart (line 456) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 458) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 474) | void _handleDragEnd(DragEndDetails details) method _startInteraction (line 476) | void _startInteraction(Offset globalPosition) method _endInteraction (line 484) | void _endInteraction() method hitTestSelf (line 490) | bool hitTestSelf(Offset position) method handleEvent (line 495) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method paint (line 502) | void paint(PaintingContext context, Offset offset) method describeSemanticsConfiguration (line 543) | void describeSemanticsConfiguration(SemanticsConfiguration config) method _increaseAction (line 560) | void _increaseAction() method _decreaseAction (line 565) | void _decreaseAction() FILE: packages/flutter/lib/src/cupertino/sliding_segmented_control.dart class _Segment (line 81) | class _Segment extends StatefulWidget { method createState (line 103) | _SegmentState createState() class _SegmentState (line 106) | class _SegmentState extends State<_Segment> with TickerProviderSta... method initState (line 111) | void initState() method didUpdateWidget (line 125) | void didUpdateWidget(_Segment oldWidget) method dispose (line 141) | void dispose() method build (line 147) | Widget build(BuildContext context) class _SegmentSeparator (line 188) | class _SegmentSeparator extends StatefulWidget { method createState (line 197) | _SegmentSeparatorState createState() class _SegmentSeparatorState (line 200) | class _SegmentSeparatorState extends State<_SegmentSeparator> with Ticke... method initState (line 204) | void initState() method didUpdateWidget (line 215) | void didUpdateWidget(_SegmentSeparator oldWidget) method dispose (line 229) | void dispose() method build (line 235) | Widget build(BuildContext context) class CupertinoSlidingSegmentedControl (line 289) | class CupertinoSlidingSegmentedControl extends StatefulWidget { method createState (line 404) | State> createState() class _SegmentedControlState (line 407) | class _SegmentedControlState extends State oldWidget) method dispose (line 459) | void dispose() method segmentForXPosition (line 483) | T segmentForXPosition(double dx) method _hasDraggedTooFar (line 501) | bool _hasDraggedTooFar(DragUpdateDetails details) method _playThumbScaleAnimation (line 516) | void _playThumbScaleAnimation({ required bool isExpanding }) method onHighlightChangedByGesture (line 527) | void onHighlightChangedByGesture(T newValue) method onPressedChangedByGesture (line 541) | void onPressedChangedByGesture(T? newValue) method onTapUp (line 546) | void onTapUp(TapUpDetails details) method onDown (line 557) | void onDown(DragDownDetails details) method onUpdate (line 567) | void onUpdate(DragUpdateDetails details) method onEnd (line 580) | void onEnd(DragEndDetails details) method onCancel (line 599) | void onCancel() method build (line 620) | Widget build(BuildContext context) class _SegmentedControlRenderWidget (line 702) | class _SegmentedControlRenderWidget extends MultiChildRenderObjectWid... method createRenderObject (line 718) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 728) | void updateRenderObject(BuildContext context, _RenderSegmentedControl<... class _SegmentedControlContainerBoxParentData (line 737) | class _SegmentedControlContainerBoxParentData extends ContainerBoxParent... class _RenderSegmentedControl (line 771) | class _RenderSegmentedControl extends RenderBox method attach (line 790) | void attach(PipelineOwner owner) method detach (line 796) | void detach() method handleEvent (line 835) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method nonSeparatorChildAfter (line 849) | RenderBox? nonSeparatorChildAfter(RenderBox child) method computeMinIntrinsicWidth (line 855) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 868) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 881) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 893) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 905) | double? computeDistanceToActualBaseline(TextBaseline baseline) method setupParentData (line 910) | void setupParentData(RenderBox child) method _calculateChildSize (line 916) | Size _calculateChildSize(BoxConstraints constraints) method _computeOverallSizeFromChildSize (line 938) | Size _computeOverallSizeFromChildSize(Size childSize, BoxConstraints c... method computeDryLayout (line 944) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 950) | void performLayout() method moveThumbRectInBound (line 983) | Rect? moveThumbRectInBound(Rect? thumbRect, List children) method paint (line 1005) | void paint(PaintingContext context, Offset offset) method _paintSeparator (line 1059) | void _paintSeparator(PaintingContext context, Offset offset, RenderBox... method _paintChild (line 1065) | void _paintChild(PaintingContext context, Offset offset, RenderBox child) method _paintThumb (line 1071) | void _paintThumb(PaintingContext context, Offset offset, Rect thumbRect) method hitTestChildren (line 1104) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... FILE: packages/flutter/lib/src/cupertino/switch.dart class CupertinoSwitch (line 53) | class CupertinoSwitch extends StatefulWidget { method createState (line 138) | State createState() method debugFillProperties (line 141) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _CupertinoSwitchState (line 148) | class _CupertinoSwitchState extends State with TickerPr... method initState (line 165) | void initState() method didUpdateWidget (line 199) | void didUpdateWidget(CupertinoSwitch oldWidget) method _resumePositionAnimation (line 213) | void _resumePositionAnimation({ bool isLinear = true }) method _handleTapDown (line 224) | void _handleTapDown(TapDownDetails details) method _handleTap (line 230) | void _handleTap() method _handleTapUp (line 237) | void _handleTapUp(TapUpDetails details) method _handleTapCancel (line 244) | void _handleTapCancel() method _handleDragStart (line 249) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 257) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 274) | void _handleDragEnd(DragEndDetails details) method _emitVibration (line 283) | void _emitVibration() method build (line 298) | Widget build(BuildContext context) method dispose (line 319) | void dispose() class _CupertinoSwitchRenderObjectWidget (line 329) | class _CupertinoSwitchRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 350) | _RenderCupertinoSwitch createRenderObject(BuildContext context) method updateRenderObject (line 363) | void updateRenderObject(BuildContext context, _RenderCupertinoSwitch r... class _RenderCupertinoSwitch (line 388) | class _RenderCupertinoSwitch extends RenderConstrainedBox { method hitTestSelf (line 480) | bool hitTestSelf(Offset position) method handleEvent (line 483) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method describeSemanticsConfiguration (line 492) | void describeSemanticsConfiguration(SemanticsConfiguration config) method paint (line 503) | void paint(PaintingContext context, Offset offset) method dispose (line 558) | void dispose() method debugFillProperties (line 564) | void debugFillProperties(DiagnosticPropertiesBuilder description) FILE: packages/flutter/lib/src/cupertino/tab_scaffold.dart class CupertinoTabController (line 67) | class CupertinoTabController extends ChangeNotifier { method dispose (line 102) | void dispose() class CupertinoTabScaffold (line 206) | class CupertinoTabScaffold extends StatefulWidget { method createState (line 315) | State createState() class _CupertinoTabScaffoldState (line 318) | class _CupertinoTabScaffoldState extends State wit... method restoreState (line 326) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _restoreInternalController (line 330) | void _restoreInternalController() method initState (line 338) | void initState() method _updateTabController (line 343) | void _updateTabController([CupertinoTabController? oldWidgetController]) method _onCurrentIndexChange (line 366) | void _onCurrentIndexChange() method didUpdateWidget (line 379) | void didUpdateWidget(CupertinoTabScaffold oldWidget) method build (line 391) | Widget build(BuildContext context) method dispose (line 474) | void dispose() class _TabSwitchingView (line 485) | class _TabSwitchingView extends StatefulWidget { method createState (line 499) | _TabSwitchingViewState createState() class _TabSwitchingViewState (line 502) | class _TabSwitchingViewState extends State<_TabSwitchingView> { method initState (line 513) | void initState() method didChangeDependencies (line 519) | void didChangeDependencies() method didUpdateWidget (line 525) | void didUpdateWidget(_TabSwitchingView oldWidget) method _focusActiveTab (line 544) | void _focusActiveTab() method dispose (line 562) | void dispose() method build (line 573) | Widget build(BuildContext context) class RestorableCupertinoTabController (line 607) | class RestorableCupertinoTabController extends RestorableChangeNotifier<... method createDefaultValue (line 621) | CupertinoTabController createDefaultValue() method fromPrimitives (line 626) | CupertinoTabController fromPrimitives(Object? data) method toPrimitives (line 632) | Object? toPrimitives() FILE: packages/flutter/lib/src/cupertino/tab_view.dart class CupertinoTabView (line 41) | class CupertinoTabView extends StatefulWidget { method createState (line 137) | State createState() class _CupertinoTabViewState (line 140) | class _CupertinoTabViewState extends State { method initState (line 145) | void initState() method didUpdateWidget (line 152) | void didUpdateWidget(CupertinoTabView oldWidget) method _updateObservers (line 160) | void _updateObservers() method build (line 167) | Widget build(BuildContext context) method _onGenerateRoute (line 177) | Route? _onGenerateRoute(RouteSettings settings) method _onUnknownRoute (line 199) | Route? _onUnknownRoute(RouteSettings settings) FILE: packages/flutter/lib/src/cupertino/text_field.dart type OverlayVisibilityMode (line 74) | enum OverlayVisibilityMode { class _CupertinoTextFieldSelectionGestureDetectorBuilder (line 94) | class _CupertinoTextFieldSelectionGestureDetectorBuilder extends TextSel... method onSingleTapUp (line 103) | void onSingleTapUp(TapUpDetails details) method onDragSelectionEnd (line 122) | void onDragSelectionEnd(DragEndDetails details) class CupertinoTextField (line 193) | class CupertinoTextField extends StatefulWidget { method createState (line 803) | State createState() method debugFillProperties (line 806) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _CupertinoTextFieldState (line 848) | class _CupertinoTextFieldState extends State with Re... method initState (line 876) | void initState() method didUpdateWidget (line 886) | void didUpdateWidget(CupertinoTextField oldWidget) method restoreState (line 904) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _registerController (line 910) | void _registerController() method _createLocalController (line 916) | void _createLocalController([TextEditingValue? value]) method dispose (line 930) | void dispose() method _requestKeyboard (line 939) | void _requestKeyboard() method _handleFocusChanged (line 943) | void _handleFocusChanged() method _shouldShowSelectionHandles (line 950) | bool _shouldShowSelectionHandles(SelectionChangedCause? cause) method _handleSelectionChanged (line 969) | void _handleSelectionChanged(TextSelection selection, SelectionChanged... method _shouldShowAttachment (line 984) | bool _shouldShowAttachment({ method _showPrefixWidget (line 1000) | bool _showPrefixWidget(TextEditingValue text) method _showSuffixWidget (line 1007) | bool _showSuffixWidget(TextEditingValue text) method _showClearButton (line 1014) | bool _showClearButton(TextEditingValue text) method _addTextDependentAttachments (line 1039) | Widget _addTextDependentAttachments(Widget editableText, TextStyle tex... method autofill (line 1114) | void autofill(TextEditingValue newEditingValue) method build (line 1133) | Widget build(BuildContext context) method resolveBorderSide (line 1196) | BorderSide resolveBorderSide(BorderSide side) FILE: packages/flutter/lib/src/cupertino/text_form_field_row.dart class CupertinoTextFormFieldRow (line 79) | class CupertinoTextFormFieldRow extends FormField { method onChangedHandler (line 187) | void onChangedHandler(String value) method createState (line 270) | FormFieldState createState() class _CupertinoTextFormFieldRowState (line 273) | class _CupertinoTextFormFieldRowState extends FormFieldState { method initState (line 284) | void initState() method didUpdateWidget (line 294) | void didUpdateWidget(CupertinoTextFormFieldRow oldWidget) method dispose (line 315) | void dispose() method didChange (line 321) | void didChange(String? value) method reset (line 330) | void reset() method _handleControllerChanged (line 340) | void _handleControllerChanged() FILE: packages/flutter/lib/src/cupertino/text_selection.dart class _CupertinoTextSelectionControlsToolbar (line 26) | class _CupertinoTextSelectionControlsToolbar extends StatefulWidget { method createState (line 51) | _CupertinoTextSelectionControlsToolbarState createState() class _CupertinoTextSelectionControlsToolbarState (line 54) | class _CupertinoTextSelectionControlsToolbarState extends State<_Cuperti... method _onChangedClipboardStatus (line 57) | void _onChangedClipboardStatus() method initState (line 64) | void initState() method didUpdateWidget (line 74) | void didUpdateWidget(_CupertinoTextSelectionControlsToolbar oldWidget) method dispose (line 90) | void dispose() method build (line 103) | Widget build(BuildContext context) method addToolbarButton (line 139) | void addToolbarButton( class _TextSelectionHandlePainter (line 181) | class _TextSelectionHandlePainter extends CustomPainter { method paint (line 187) | void paint(Canvas canvas, Size size) method shouldRepaint (line 209) | bool shouldRepaint(_TextSelectionHandlePainter oldPainter) class CupertinoTextSelectionControls (line 213) | class CupertinoTextSelectionControls extends TextSelectionControls { method getHandleSize (line 216) | Size getHandleSize(double textLineHeight) method buildToolbar (line 225) | Widget buildToolbar( method buildHandle (line 250) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleAnchor (line 299) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... FILE: packages/flutter/lib/src/cupertino/text_selection_toolbar.dart type CupertinoToolbarBuilder (line 41) | typedef CupertinoToolbarBuilder = Widget Function( class CupertinoTextSelectionToolbar (line 65) | class CupertinoTextSelectionToolbar extends StatelessWidget { method _defaultToolbarBuilder (line 97) | Widget _defaultToolbarBuilder(BuildContext context, Offset anchor, boo... method build (line 109) | Widget build(BuildContext context) class _CupertinoTextSelectionToolbarShape (line 149) | class _CupertinoTextSelectionToolbarShape extends SingleChildRenderObjec... method createRenderObject (line 166) | _RenderCupertinoTextSelectionToolbarShape createRenderObject(BuildCont... method updateRenderObject (line 173) | void updateRenderObject(BuildContext context, _RenderCupertinoTextSele... class _RenderCupertinoTextSelectionToolbarShape (line 188) | class _RenderCupertinoTextSelectionToolbarShape extends RenderShiftedBox { method performLayout (line 230) | void performLayout() method _clipPath (line 253) | Path _clipPath() method paint (line 288) | void paint(PaintingContext context, Offset offset) method dispose (line 308) | void dispose() method debugPaintSize (line 314) | void debugPaintSize(PaintingContext context, Offset offset) method hitTestChildren (line 338) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... class _CupertinoTextSelectionToolbarContent (line 361) | class _CupertinoTextSelectionToolbarContent extends StatefulWidget { method createState (line 378) | _CupertinoTextSelectionToolbarContentState createState() class _CupertinoTextSelectionToolbarContentState (line 381) | class _CupertinoTextSelectionToolbarContentState extends State<_Cupertin... method _handleNextPage (line 387) | void _handleNextPage() method _handlePreviousPage (line 393) | void _handlePreviousPage() method _statusListener (line 399) | void _statusListener(AnimationStatus status) method initState (line 413) | void initState() method didUpdateWidget (line 424) | void didUpdateWidget(_CupertinoTextSelectionToolbarContent oldWidget) method dispose (line 436) | void dispose() method build (line 442) | Widget build(BuildContext context) class _CupertinoTextSelectionToolbarItems (line 468) | class _CupertinoTextSelectionToolbarItems extends RenderObjectWidget { method createRenderObject (line 494) | _RenderCupertinoTextSelectionToolbarItems createRenderObject(BuildCont... method updateRenderObject (line 502) | void updateRenderObject(BuildContext context, _RenderCupertinoTextSele... method createElement (line 509) | _CupertinoTextSelectionToolbarItemsElement createElement() class _CupertinoTextSelectionToolbarItemsElement (line 513) | class _CupertinoTextSelectionToolbarItemsElement extends RenderObjectEle... method _updateRenderObject (line 531) | void _updateRenderObject(RenderBox? child, _CupertinoTextSelectionTool... method insertRenderObjectChild (line 546) | void insertRenderObjectChild(RenderObject child, Object? slot) method moveRenderObjectChild (line 563) | void moveRenderObjectChild(RenderObject child, IndexedSlot ol... method _shouldPaint (line 568) | bool _shouldPaint(Element child) method removeRenderObjectChild (line 573) | void removeRenderObjectChild(RenderObject child, Object? slot) method visitChildren (line 590) | void visitChildren(ElementVisitor visitor) method forgetChild (line 599) | void forgetChild(Element child) method _mountChild (line 613) | void _mountChild(Widget widget, _CupertinoTextSelectionToolbarItemsSlo... method mount (line 625) | void mount(Element? parent, Object? newSlot) method debugVisitOnstageChildren (line 643) | void debugVisitOnstageChildren(ElementVisitor visitor) method update (line 657) | void update(_CupertinoTextSelectionToolbarItems newWidget) class _RenderCupertinoTextSelectionToolbarItems (line 673) | class _RenderCupertinoTextSelectionToolbarItems extends RenderBox with C... method _updateChild (line 685) | RenderBox? _updateChild(RenderBox? oldChild, RenderBox? newChild, _Cup... method _isSlottedChild (line 697) | bool _isSlottedChild(RenderBox child) method performLayout (line 740) | void performLayout() method paint (line 859) | void paint(PaintingContext context, Offset offset) method setupParentData (line 872) | void setupParentData(RenderBox child) method hitTestChild (line 879) | bool hitTestChild(RenderBox? child, BoxHitTestResult result, { require... method hitTestChildren (line 899) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method attach (line 932) | void attach(PipelineOwner owner) method detach (line 943) | void detach() method redepthChildren (line 954) | void redepthChildren() method visitChildren (line 962) | void visitChildren(RenderObjectVisitor visitor) method visitChildrenForSemantics (line 979) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugDescribeChildren (line 990) | List debugDescribeChildren() type _CupertinoTextSelectionToolbarItemsSlot (line 1012) | enum _CupertinoTextSelectionToolbarItemsSlot { class _NullElement (line 1018) | class _NullElement extends Element { method performRebuild (line 1027) | void performRebuild() class _NullWidget (line 1030) | class _NullWidget extends Widget { method createElement (line 1032) | Element createElement() FILE: packages/flutter/lib/src/cupertino/text_selection_toolbar_button.dart class CupertinoTextSelectionToolbarButton (line 25) | class CupertinoTextSelectionToolbarButton extends StatelessWidget { method build (line 61) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/cupertino/text_theme.dart function _resolveTextStyle (line 104) | TextStyle? _resolveTextStyle(TextStyle? style, BuildContext context) class CupertinoTextThemeData (line 114) | @immutable method resolveFrom (line 208) | CupertinoTextThemeData resolveFrom(BuildContext context) method copyWith (line 225) | CupertinoTextThemeData copyWith({ method debugFillProperties (line 251) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TextThemeDefaultsBuilder (line 266) | @immutable method _applyLabelColor (line 277) | TextStyle _applyLabelColor(TextStyle original, Color color) method actionTextStyle (line 290) | TextStyle actionTextStyle({ Color? primaryColor }) method navActionTextStyle (line 291) | TextStyle navActionTextStyle({ Color? primaryColor }) method resolveFrom (line 293) | _TextThemeDefaultsBuilder resolveFrom(BuildContext context) FILE: packages/flutter/lib/src/cupertino/theme.dart class CupertinoTheme (line 48) | class CupertinoTheme extends StatelessWidget { method of (line 69) | CupertinoThemeData of(BuildContext context) method brightnessOf (line 89) | Brightness brightnessOf(BuildContext context) method maybeBrightnessOf (line 109) | Brightness? maybeBrightnessOf(BuildContext context) method build (line 120) | Widget build(BuildContext context) method debugFillProperties (line 131) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _InheritedCupertinoTheme (line 137) | class _InheritedCupertinoTheme extends InheritedWidget { method updateShouldNotify (line 148) | bool updateShouldNotify(_InheritedCupertinoTheme old) class CupertinoThemeData (line 167) | @immutable method noDefault (line 247) | NoDefaultCupertinoThemeData noDefault() method resolveFrom (line 259) | CupertinoThemeData resolveFrom(BuildContext context) method convertColor (line 260) | Color? convertColor(Color? color) method copyWith (line 274) | CupertinoThemeData copyWith({ method debugFillProperties (line 294) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class NoDefaultCupertinoThemeData (line 318) | class NoDefaultCupertinoThemeData { method noDefault (line 401) | NoDefaultCupertinoThemeData noDefault() method resolveFrom (line 409) | NoDefaultCupertinoThemeData resolveFrom(BuildContext context) method convertColor (line 410) | Color? convertColor(Color? color) method copyWith (line 428) | NoDefaultCupertinoThemeData copyWith({ class _CupertinoThemeDefaults (line 447) | @immutable method resolveFrom (line 465) | _CupertinoThemeDefaults resolveFrom(BuildContext context, bool resolve... method convertColor (line 466) | Color convertColor(Color color) class _CupertinoTextThemeDefaults (line 479) | @immutable method resolveFrom (line 489) | _CupertinoTextThemeDefaults resolveFrom(BuildContext context) method createDefaults (line 496) | CupertinoTextThemeData createDefaults({ required Color primaryColor }) class _DefaultCupertinoTextThemeData (line 509) | class _DefaultCupertinoTextThemeData extends CupertinoTextThemeData { FILE: packages/flutter/lib/src/cupertino/thumb_painter.dart class CupertinoThumbPainter (line 45) | class CupertinoThumbPainter { method paint (line 76) | void paint(Canvas canvas, Rect rect) FILE: packages/flutter/lib/src/foundation/_bitfield_io.dart class BitField (line 11) | class BitField implements bitfield.BitField { method reset (line 47) | void reset([ bool value = false ]) FILE: packages/flutter/lib/src/foundation/_bitfield_web.dart class BitField (line 17) | class BitField implements bitfield.BitField { method reset (line 39) | void reset([ bool value = false ]) FILE: packages/flutter/lib/src/foundation/_isolates_io.dart function compute (line 14) | Future compute(isolates.ComputeCallback callback, Q messa... class _IsolateConfiguration (line 68) | @immutable method apply (line 83) | FutureOr apply() function _spawn (line 86) | Future _spawn(_IsolateConfiguration> configur... FILE: packages/flutter/lib/src/foundation/_isolates_web.dart function compute (line 8) | Future compute(isolates.ComputeCallback callback, Q messa... FILE: packages/flutter/lib/src/foundation/annotations.dart class Category (line 40) | class Category { class DocumentationIcon (line 75) | class DocumentationIcon { class Summary (line 112) | class Summary { FILE: packages/flutter/lib/src/foundation/assertions.dart type FlutterExceptionHandler (line 21) | typedef FlutterExceptionHandler = void Function(FlutterErrorDetails deta... type DiagnosticPropertiesTransformer (line 24) | typedef DiagnosticPropertiesTransformer = Iterable Func... type InformationCollector (line 28) | typedef InformationCollector = Iterable Function(); type StackTraceDemangler (line 36) | typedef StackTraceDemangler = StackTrace Function(StackTrace details); class PartialStackFrame (line 43) | @immutable method matches (line 80) | bool matches(StackFrame stackFrame) class StackFilter (line 96) | abstract class StackFilter { method filter (line 105) | void filter(List stackFrames, List reasons) class RepetitiveStackFrameFilter (line 119) | class RepetitiveStackFrameFilter extends StackFilter { method filter (line 144) | void filter(List stackFrames, List reasons) method _matchesFrames (line 153) | bool _matchesFrames(List stackFrames) class _ErrorDiagnostic (line 166) | abstract class _ErrorDiagnostic extends DiagnosticsProperty> { method valueToString (line 230) | String valueToString({ TextTreeConfiguration? parentConfiguration }) class ErrorDescription (line 253) | class ErrorDescription extends _ErrorDiagnostic { class ErrorSummary (line 292) | class ErrorSummary extends _ErrorDiagnostic { class ErrorHint (line 327) | class ErrorHint extends _ErrorDiagnostic { class ErrorSpacer (line 347) | class ErrorSpacer extends DiagnosticsProperty { class FlutterErrorDetails (line 384) | class FlutterErrorDetails with Diagnosticable { method copyWith (line 406) | FlutterErrorDetails copyWith({ method exceptionAsString (line 550) | String exceptionAsString() method _exceptionToDiagnosticable (line 590) | Diagnosticable? _exceptionToDiagnosticable() method formatException (line 610) | String formatException() method debugFillProperties (line 625) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toStringShort (line 694) | String toStringShort() method toString (line 699) | String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) method toDiagnosticsNode (line 704) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle... class FlutterError (line 720) | class FlutterError extends Error with DiagnosticableTreeMixin implements... method _defaultStackTraceDemangler (line 914) | StackTrace _defaultStackTraceDemangler(StackTrace stackTrace) method resetErrorCount (line 933) | void resetErrorCount() method dumpErrorToConsole (line 955) | void dumpErrorToConsole(FlutterErrorDetails details, { bool forceRepor... method addDefaultStackFilter (line 998) | void addDefaultStackFilter(StackFilter filter) method defaultStackFilter (line 1013) | Iterable defaultStackFilter(Iterable frames) method debugFillProperties (line 1090) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toStringShort (line 1095) | String toStringShort() method toString (line 1098) | String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) method reportError (line 1134) | void reportError(FlutterErrorDetails details) function debugPrintStack (line 1152) | void debugPrintStack({StackTrace? stackTrace, String? label, int? maxFra... class DiagnosticsStackTrace (line 1178) | class DiagnosticsStackTrace extends DiagnosticsBlock { method _applyStackFilter (line 1213) | List _applyStackFilter( method _createStackFrame (line 1224) | DiagnosticsNode _createStackFrame(String frame) class _FlutterErrorDetailsNode (line 1232) | class _FlutterErrorDetailsNode extends DiagnosticableNode = void Function(T value); type ValueSetter (line 30) | typedef ValueSetter = void Function(T value); type ValueGetter (line 38) | typedef ValueGetter = T Function(); type IterableFilter (line 41) | typedef IterableFilter = Iterable Function(Iterable input); type AsyncCallback (line 51) | typedef AsyncCallback = Future Function(); type AsyncValueSetter (line 60) | typedef AsyncValueSetter = Future Function(T value); type AsyncValueGetter (line 68) | typedef AsyncValueGetter = Future Function(); class CachingIterable (line 106) | class CachingIterable extends IterableBase { method map (line 139) | Iterable map(T Function(E e) toElement) method where (line 144) | Iterable where(bool Function(E element) test) method expand (line 149) | Iterable expand(Iterable Function(E element) toElements) method take (line 154) | Iterable take(int count) method takeWhile (line 159) | Iterable takeWhile(bool Function(E value) test) method skip (line 164) | Iterable skip(int count) method skipWhile (line 169) | Iterable skipWhile(bool Function(E value) test) method toList (line 180) | List toList({ bool growable = true }) method _precacheEntireList (line 185) | void _precacheEntireList() method _fillNext (line 189) | bool _fillNext() class _LazyListIterator (line 197) | class _LazyListIterator implements Iterator { method moveNext (line 212) | bool moveNext() class Factory (line 223) | class Factory { method toString (line 236) | String toString() function lerpDuration (line 242) | Duration lerpDuration(Duration a, Duration b, double t) FILE: packages/flutter/lib/src/foundation/binding.dart type ServiceExtensionCallback (line 28) | typedef ServiceExtensionCallback = Future> Function... class BindingBase (line 45) | abstract class BindingBase { method initInstances (line 140) | void initInstances() method initServiceExtensions (line 168) | void initServiceExtensions() method lockEvents (line 300) | Future lockEvents(Future Function() callback) method unlocked (line 322) | void unlocked() method reassembleApplication (line 344) | Future reassembleApplication() method performReassemble (line 360) | Future performReassemble() method registerSignalServiceExtension (line 373) | void registerSignalServiceExtension({ method registerBoolServiceExtension (line 403) | void registerBoolServiceExtension({ method registerNumericServiceExtension (line 437) | void registerNumericServiceExtension({ method _postExtensionStateChangedEvent (line 468) | void _postExtensionStateChangedEvent(String name, dynamic value) method postEvent (line 482) | void postEvent(String eventKind, Map eventData) method registerStringServiceExtension (line 499) | void registerStringServiceExtension({ method registerServiceExtension (line 571) | void registerServiceExtension({ method toString (line 632) | String toString() function _exitApplication (line 636) | Future _exitApplication() class DebugReassembleConfig (line 644) | class DebugReassembleConfig { FILE: packages/flutter/lib/src/foundation/bitfield.dart class BitField (line 20) | abstract class BitField { method reset (line 47) | void reset([ bool value = false ]) FILE: packages/flutter/lib/src/foundation/change_notifier.dart class Listenable (line 53) | abstract class Listenable { method addListener (line 68) | void addListener(VoidCallback listener) method removeListener (line 72) | void removeListener(VoidCallback listener) class ValueListenable (line 85) | abstract class ValueListenable extends Listenable { class ChangeNotifier (line 104) | class ChangeNotifier implements Listenable { method _debugAssertNotDisposed (line 111) | bool _debugAssertNotDisposed() method addListener (line 172) | void addListener(VoidCallback listener) method _removeAt (line 189) | void _removeAt(int index) method removeListener (line 232) | void removeListener(VoidCallback listener) method dispose (line 261) | void dispose() method notifyListeners (line 287) | void notifyListeners() class _MergingListenable (line 366) | class _MergingListenable extends Listenable { method addListener (line 372) | void addListener(VoidCallback listener) method removeListener (line 379) | void removeListener(VoidCallback listener) method toString (line 386) | String toString() class ValueNotifier (line 396) | class ValueNotifier extends ChangeNotifier implements ValueListenable... method toString (line 416) | String toString() FILE: packages/flutter/lib/src/foundation/collections.dart function setEquals (line 22) | bool setEquals(Set? a, Set? b) function listEquals (line 51) | bool listEquals(List? a, List? b) function mapEquals (line 80) | bool mapEquals(Map? a, Map? b) function binarySearch (line 100) | int binarySearch>(List sortedList, T value) function mergeSort (line 143) | void mergeSort( function _defaultCompare (line 177) | Comparator _defaultCompare() function _insertionSort (line 201) | void _insertionSort( function _movingInsertionSort (line 234) | void _movingInsertionSort( function _mergeSort (line 271) | void _mergeSort( function _merge (line 314) | void _merge( FILE: packages/flutter/lib/src/foundation/consolidate_response.dart type BytesReceivedCallback (line 26) | typedef BytesReceivedCallback = void Function(int cumulative, int? total); function consolidateHttpClientResponseBytes (line 46) | Future consolidateHttpClientResponseBytes( class _OutputBuffer (line 98) | class _OutputBuffer extends ByteConversionSinkBase { method add (line 104) | void add(List chunk) method close (line 111) | void close() FILE: packages/flutter/lib/src/foundation/debug.dart function debugAssertAllFoundationVarsUnset (line 24) | bool debugAssertAllFoundationVarsUnset(String reason, { DebugPrintCallba... function debugInstrumentAction (line 54) | Future debugInstrumentAction(String description, Future Functio... function debugFormatDouble (line 95) | String debugFormatDouble(double? value) FILE: packages/flutter/lib/src/foundation/diagnostics.dart type DiagnosticLevel (line 28) | enum DiagnosticLevel { type DiagnosticsTreeStyle (line 100) | enum DiagnosticsTreeStyle { class TextTreeConfiguration (line 199) | class TextTreeConfiguration { type _WordWrapParseMode (line 771) | enum _WordWrapParseMode { inSpace, inWord, atBreak } class _PrefixedStringBuilder (line 780) | class _PrefixedStringBuilder { method incrementPrefixOtherLines (line 802) | void incrementPrefixOtherLines(String suffix, {required bool updateCur... method _finalizeLine (line 829) | void _finalizeLine(bool addTrailingLineBreak) method _wordWrapLine (line 873) | Iterable _wordWrapLine(String message, List wrapRanges, i... method noWrap (line 890) | bool noWrap(int index) method write (line 961) | void write(String s, {bool allowWrap = false}) method _updatePrefix (line 987) | void _updatePrefix() method _writeLine (line 994) | void _writeLine( method _getCurrentPrefix (line 1006) | String? _getCurrentPrefix(bool firstLine) method writeRawLines (line 1012) | void writeRawLines(String lines) method writeStretched (line 1029) | void writeStretched(String text, int targetLineLength) method build (line 1044) | String build() class _NoDefaultValue (line 1052) | class _NoDefaultValue { function _isSingleLine (line 1059) | bool _isSingleLine(DiagnosticsTreeStyle? style) class TextTreeRenderer (line 1070) | class TextTreeRenderer { method _childTextConfiguration (line 1103) | TextTreeConfiguration? _childTextConfiguration( method render (line 1112) | String render( method _debugRender (line 1130) | String _debugRender( method visitor (line 1155) | void visitor(DiagnosticsNode node) class DiagnosticsNode (line 1414) | abstract class DiagnosticsNode { method toDescription (line 1477) | String? toDescription({ TextTreeConfiguration? parentConfiguration }) method isFiltered (line 1490) | bool isFiltered(DiagnosticLevel minLevel) method getProperties (line 1535) | List getProperties() method getChildren (line 1543) | List getChildren() method toJsonMap (line 1559) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method toJsonList (line 1612) | List> toJsonList( method toString (line 1647) | String toString({ method toStringDeep (line 1727) | String toStringDeep({ class MessageProperty (line 1779) | class MessageProperty extends DiagnosticsProperty { class StringProperty (line 1804) | class StringProperty extends DiagnosticsProperty { method toJsonMap (line 1839) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method valueToString (line 1846) | String valueToString({ TextTreeConfiguration? parentConfiguration }) class _NumProperty (line 1868) | abstract class _NumProperty extends DiagnosticsProperty { method toJsonMap (line 1912) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method numberToString (line 1929) | String numberToString() method valueToString (line 1932) | String valueToString({ TextTreeConfiguration? parentConfiguration }) class DoubleProperty (line 1942) | class DoubleProperty extends _NumProperty { method numberToString (line 2000) | String numberToString() class IntProperty (line 2006) | class IntProperty extends _NumProperty { method numberToString (line 2034) | String numberToString() class PercentProperty (line 2039) | class PercentProperty extends DoubleProperty { method valueToString (line 2069) | String valueToString({ TextTreeConfiguration? parentConfiguration }) method numberToString (line 2076) | String numberToString() class FlagProperty (line 2123) | class FlagProperty extends DiagnosticsProperty { method toJsonMap (line 2150) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method valueToString (line 2173) | String valueToString({ TextTreeConfiguration? parentConfiguration }) class IterableProperty (line 2216) | class IterableProperty extends DiagnosticsProperty> { method valueToString (line 2253) | String valueToString({TextTreeConfiguration? parentConfiguration}) method toJsonMap (line 2292) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) class EnumProperty (line 2310) | class EnumProperty extends DiagnosticsProperty { method valueToString (line 2328) | String valueToString({ TextTreeConfiguration? parentConfiguration }) class ObjectFlagProperty (line 2357) | class ObjectFlagProperty extends DiagnosticsProperty { method valueToString (line 2410) | String valueToString({ TextTreeConfiguration? parentConfiguration }) method toJsonMap (line 2447) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) class FlagsSummary (line 2476) | class FlagsSummary extends DiagnosticsProperty> { method valueToString (line 2506) | String valueToString({TextTreeConfiguration? parentConfiguration}) method toJsonMap (line 2534) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method _hasNonNullEntry (line 2541) | bool _hasNonNullEntry() method _formattedValues (line 2549) | Iterable _formattedValues() type ComputePropertyValueCallback (line 2563) | typedef ComputePropertyValueCallback = T? Function(); class DiagnosticsProperty (line 2572) | class DiagnosticsProperty extends DiagnosticsNode { method toJsonMap (line 2677) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) method valueToString (line 2730) | String valueToString({ TextTreeConfiguration? parentConfiguration }) method toDescription (line 2739) | String toDescription({ TextTreeConfiguration? parentConfiguration }) method _addTooltip (line 2760) | String _addTooltip(String text) method _maybeCacheValue (line 2826) | void _maybeCacheValue() method getProperties (line 2881) | List getProperties() method getChildren (line 2895) | List getChildren() class DiagnosticableNode (line 2911) | class DiagnosticableNode extends DiagnosticsNo... method getProperties (line 2957) | List getProperties() method getChildren (line 2960) | List getChildren() method toDescription (line 2965) | String toDescription({ TextTreeConfiguration? parentConfiguration }) class DiagnosticableTreeNode (line 2976) | class DiagnosticableTreeNode extends DiagnosticableNode getChildren() function shortHash (line 2994) | String shortHash(Object? object) function describeIdentity (line 3007) | String describeIdentity(Object? object) function describeEnum (line 3027) | String describeEnum(Object enumEntry) class DiagnosticPropertiesBuilder (line 3039) | class DiagnosticPropertiesBuilder { method add (line 3048) | void add(DiagnosticsNode property) function toStringShort (line 3099) | String toStringShort() function toString (line 3102) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) function toDiagnosticsNode (line 3120) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle? ... function debugFillProperties (line 3337) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class DiagnosticableTree (line 3353) | abstract class DiagnosticableTree with Diagnosticable { method toStringShallow (line 3375) | String toStringShallow({ method toStringDeep (line 3414) | String toStringDeep({ method toStringShort (line 3423) | String toStringShort() method toDiagnosticsNode (line 3426) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle... method debugDescribeChildren (line 3452) | List debugDescribeChildren() function toString (line 3460) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) function toStringShallow (line 3465) | String toStringShallow({ function toStringDeep (line 3487) | String toStringDeep({ function toStringShort (line 3496) | String toStringShort() function toDiagnosticsNode (line 3499) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle? ... function debugDescribeChildren (line 3508) | List debugDescribeChildren() function debugFillProperties (line 3511) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class DiagnosticsBlock (line 3519) | class DiagnosticsBlock extends DiagnosticsNode { method getChildren (line 3558) | List getChildren() method getProperties (line 3561) | List getProperties() method toDescription (line 3564) | String? toDescription({TextTreeConfiguration? parentConfiguration}) class DiagnosticsSerializationDelegate (line 3572) | abstract class DiagnosticsSerializationDelegate { method additionalNodeProperties (line 3589) | Map additionalNodeProperties(DiagnosticsNode node) method filterChildren (line 3601) | List filterChildren(List nodes, Diag... method filterProperties (line 3615) | List filterProperties(List nodes, Di... method truncateNodesList (line 3627) | List truncateNodesList(List nodes, D... method delegateForNode (line 3638) | DiagnosticsSerializationDelegate delegateForNode(DiagnosticsNode node) method copyWith (line 3668) | DiagnosticsSerializationDelegate copyWith({ class _DefaultDiagnosticsSerializationDelegate (line 3674) | class _DefaultDiagnosticsSerializationDelegate implements DiagnosticsSer... method additionalNodeProperties (line 3681) | Map additionalNodeProperties(DiagnosticsNode node) method delegateForNode (line 3686) | DiagnosticsSerializationDelegate delegateForNode(DiagnosticsNode node) method filterChildren (line 3694) | List filterChildren(List nodes, Diag... method filterProperties (line 3699) | List filterProperties(List nodes, Di... method truncateNodesList (line 3710) | List truncateNodesList(List nodes, D... method copyWith (line 3715) | DiagnosticsSerializationDelegate copyWith({int? subtreeDepth, bool? in... FILE: packages/flutter/lib/src/foundation/isolates.dart type ComputeCallback (line 18) | typedef ComputeCallback = FutureOr Function(Q message); type ComputeImpl (line 45) | typedef ComputeImpl = Future Function(ComputeCallback cal... FILE: packages/flutter/lib/src/foundation/key.dart class Key (line 23) | @immutable class LocalKey (line 46) | abstract class LocalKey extends Key { class ValueKey (line 66) | class ValueKey extends LocalKey { method toString (line 85) | String toString() class _TypeLiteral (line 95) | class _TypeLiteral { FILE: packages/flutter/lib/src/foundation/licenses.dart type LicenseEntryCollector (line 8) | typedef LicenseEntryCollector = Stream Function(); class LicenseParagraph (line 13) | class LicenseParagraph { class LicenseEntry (line 42) | abstract class LicenseEntry { type _LicenseEntryWithLineBreaksParserState (line 56) | enum _LicenseEntryWithLineBreaksParserState { class LicenseEntryWithLineBreaks (line 117) | class LicenseEntryWithLineBreaks extends LicenseEntry { method addLine (line 151) | void addLine() method getParagraph (line 156) | LicenseParagraph getParagraph() class LicenseRegistry (line 288) | class LicenseRegistry { method addLicense (line 302) | void addLicense(LicenseEntryCollector collector) method reset (line 320) | void reset() FILE: packages/flutter/lib/src/foundation/node.dart class AbstractNode (line 42) | class AbstractNode { method redepthChild (line 55) | void redepthChild(AbstractNode child) method redepthChildren (line 67) | void redepthChildren() method attach (line 94) | void attach(covariant Object owner) method detach (line 111) | void detach() method adoptChild (line 126) | void adoptChild(covariant AbstractNode child) method dropChild (line 147) | void dropChild(covariant AbstractNode child) FILE: packages/flutter/lib/src/foundation/object.dart function objectRuntimeType (line 12) | String objectRuntimeType(Object? object, String optimizedValue) FILE: packages/flutter/lib/src/foundation/observer_list.dart class ObserverList (line 27) | class ObserverList extends Iterable { method add (line 35) | void add(T item) method remove (line 45) | bool remove(T item) method clear (line 52) | void clear() method contains (line 59) | bool contains(Object? element) class HashedObserverList (line 95) | class HashedObserverList extends Iterable { method add (line 101) | void add(T item) method remove (line 110) | bool remove(T item) method contains (line 124) | bool contains(Object? element) FILE: packages/flutter/lib/src/foundation/platform.dart type TargetPlatform (line 44) | enum TargetPlatform { FILE: packages/flutter/lib/src/foundation/print.dart type DebugPrintCallback (line 29) | typedef DebugPrintCallback = void Function(String? message, { int? wrapW... function debugPrintSynchronously (line 41) | void debugPrintSynchronously(String? message, { int? wrapWidth }) function debugPrintThrottled (line 51) | void debugPrintThrottled(String? message, { int? wrapWidth }) function _debugPrintTask (line 68) | void _debugPrintTask() type _WordWrapParseMode (line 98) | enum _WordWrapParseMode { inSpace, inWord, atBreak } function debugWordWrap (line 116) | Iterable debugWordWrap(String message, int width, { String wrapI... FILE: packages/flutter/lib/src/foundation/serialization.dart class WriteBuffer (line 15) | class WriteBuffer { method putUint8 (line 31) | void putUint8(int byte) method putUint16 (line 37) | void putUint16(int value, {Endian? endian}) method putUint32 (line 44) | void putUint32(int value, {Endian? endian}) method putInt32 (line 51) | void putInt32(int value, {Endian? endian}) method putInt64 (line 58) | void putInt64(int value, {Endian? endian}) method putFloat64 (line 65) | void putFloat64(double value, {Endian? endian}) method putUint8List (line 73) | void putUint8List(Uint8List list) method putInt32List (line 79) | void putInt32List(Int32List list) method putInt64List (line 86) | void putInt64List(Int64List list) method putFloat32List (line 93) | void putFloat32List(Float32List list) method putFloat64List (line 100) | void putFloat64List(Float64List list) method _alignTo (line 106) | void _alignTo(int alignment) method done (line 115) | ByteData done() class ReadBuffer (line 129) | class ReadBuffer { method getUint8 (line 144) | int getUint8() method getUint16 (line 149) | int getUint16({Endian? endian}) method getUint32 (line 156) | int getUint32({Endian? endian}) method getInt32 (line 163) | int getInt32({Endian? endian}) method getInt64 (line 170) | int getInt64({Endian? endian}) method getFloat64 (line 177) | double getFloat64({Endian? endian}) method getUint8List (line 185) | Uint8List getUint8List(int length) method getInt32List (line 192) | Int32List getInt32List(int length) method getInt64List (line 200) | Int64List getInt64List(int length) method getFloat32List (line 208) | Float32List getFloat32List(int length) method getFloat64List (line 216) | Float64List getFloat64List(int length) method _alignTo (line 223) | void _alignTo(int alignment) FILE: packages/flutter/lib/src/foundation/stack_frame.dart class StackFrame (line 23) | @immutable method fromStackTrace (line 78) | List fromStackTrace(StackTrace stack) method fromStackString (line 84) | List fromStackString(String stack) method _parseWebFrame (line 98) | StackFrame? _parseWebFrame(String line) method _parseWebDebugFrame (line 106) | StackFrame _parseWebDebugFrame(String line) method _parseWebNonDebugFrame (line 148) | StackFrame? _parseWebNonDebugFrame(String line) method fromStackTraceLine (line 185) | StackFrame? fromStackTraceLine(String line) method toString (line 316) | String toString() FILE: packages/flutter/lib/src/foundation/synchronous_future.dart class SynchronousFuture (line 17) | class SynchronousFuture implements Future { method asStream (line 29) | Stream asStream() method catchError (line 37) | Future catchError(Function onError, { bool Function(Object error)? ... method then (line 40) | Future then(FutureOr Function(T value) onValue, { Function? o... method timeout (line 48) | Future timeout(Duration timeLimit, { FutureOr Function()? onTime... method whenComplete (line 53) | Future whenComplete(FutureOr Function() action) FILE: packages/flutter/lib/src/foundation/unicode.dart class Unicode (line 13) | class Unicode { FILE: packages/flutter/lib/src/gestures/arena.dart type GestureDisposition (line 13) | enum GestureDisposition { class GestureArenaMember (line 29) | abstract class GestureArenaMember { method acceptGesture (line 31) | void acceptGesture(int pointer) method rejectGesture (line 34) | void rejectGesture(int pointer) class GestureArenaEntry (line 41) | class GestureArenaEntry { method resolve (line 52) | void resolve(GestureDisposition disposition) class _GestureArena (line 57) | class _GestureArena { method add (line 69) | void add(GestureArenaMember member) method toString (line 75) | String toString() class GestureArenaManager (line 103) | class GestureArenaManager { method add (line 107) | GestureArenaEntry add(int pointer, GestureArenaMember member) method close (line 120) | void close(int pointer) method sweep (line 142) | void sweep(int pointer) method hold (line 176) | void hold(int pointer) method release (line 193) | void release(int pointer) method _resolve (line 206) | void _resolve(int pointer, GestureArenaMember member, GestureDispositi... method _tryToResolveArena (line 228) | void _tryToResolveArena(int pointer, _GestureArena state) method _resolveByDefault (line 242) | void _resolveByDefault(int pointer, _GestureArena state) method _resolveInFavorOf (line 254) | void _resolveInFavorOf(int pointer, _GestureArena state, GestureArenaM... method _debugLogDiagnostic (line 267) | bool _debugLogDiagnostic(int pointer, String message, [ _GestureArena?... FILE: packages/flutter/lib/src/gestures/binding.dart type _HandleSampleTimeChangedCallback (line 22) | typedef _HandleSampleTimeChangedCallback = void Function(); class SamplingClock (line 25) | class SamplingClock { method now (line 27) | DateTime now() method stopwatch (line 30) | Stopwatch stopwatch() class _Resampler (line 40) | class _Resampler { method addOrDispatch (line 75) | void addOrDispatch(PointerEvent event) method sample (line 98) | void sample(Duration samplingOffset, SamplingClock clock) method stop (line 176) | void stop() method _onSampleTimeChanged (line 184) | void _onSampleTimeChanged() function initInstances (line 256) | void initInstances() function unlocked (line 263) | void unlocked() function _handlePointerDataPacket (line 274) | void _handlePointerDataPacket(ui.PointerDataPacket packet) function cancelPointer (line 286) | void cancelPointer(int pointer) function _flushPointerEventQueue (line 292) | void _flushPointerEventQueue() function handlePointerEvent (line 326) | void handlePointerEvent(PointerEvent event) function _handlePointerEventImmediately (line 341) | void _handlePointerEventImmediately(PointerEvent event) function hitTest (line 380) | void hitTest(HitTestResult result, Offset position) function dispatchEvent (line 394) | void dispatchEvent(PointerEvent event, HitTestResult? hitTestResult) function handleEvent (line 438) | void handleEvent(PointerEvent event, HitTestEntry entry) function resetGestureBinding (line 455) | void resetGestureBinding() function _handleSampleTimeChanged (line 465) | void _handleSampleTimeChanged() class FlutterErrorDetailsForPointerEventDispatcher (line 517) | class FlutterErrorDetailsForPointerEventDispatcher extends FlutterErrorD... FILE: packages/flutter/lib/src/gestures/converter.dart function _synthesiseDownButtons (line 15) | int _synthesiseDownButtons(int buttons, PointerDeviceKind kind) class PointerEventConverter (line 35) | class PointerEventConverter { method expand (line 47) | Iterable expand(Iterable data, double de... method _toLogicalPixels (line 240) | double _toLogicalPixels(double physicalPixels, double devicePixelRatio) FILE: packages/flutter/lib/src/gestures/debug.dart function debugAssertAllGesturesVarsUnset (line 74) | bool debugAssertAllGesturesVarsUnset(String reason) FILE: packages/flutter/lib/src/gestures/drag.dart class Drag (line 15) | abstract class Drag { method update (line 17) | void update(DragUpdateDetails details) method end (line 23) | void end(DragEndDetails details) method cancel (line 29) | void cancel() FILE: packages/flutter/lib/src/gestures/drag_details.dart class DragDownDetails (line 20) | class DragDownDetails { method toString (line 47) | String toString() type GestureDragDownCallback (line 56) | typedef GestureDragDownCallback = void Function(DragDownDetails details); class DragStartDetails (line 66) | class DragStartDetails { method toString (line 108) | String toString() type GestureDragStartCallback (line 117) | typedef GestureDragStartCallback = void Function(DragStartDetails details); class DragUpdateDetails (line 127) | class DragUpdateDetails { method toString (line 194) | String toString() type GestureDragUpdateCallback (line 204) | typedef GestureDragUpdateCallback = void Function(DragUpdateDetails deta... class DragEndDetails (line 214) | class DragEndDetails { method toString (line 246) | String toString() FILE: packages/flutter/lib/src/gestures/eager.dart class EagerGestureRecognizer (line 15) | class EagerGestureRecognizer extends OneSequenceGestureRecognizer { method addAllowedPointer (line 29) | void addAllowedPointer(PointerDownEvent event) method didStopTrackingLastPointer (line 39) | void didStopTrackingLastPointer(int pointer) method handleEvent (line 42) | void handleEvent(PointerEvent event) FILE: packages/flutter/lib/src/gestures/events.dart function nthMouseButton (line 161) | int nthMouseButton(int number) function nthStylusButton (line 170) | int nthStylusButton(int number) function smallestButton (line 190) | int smallestButton(int buttons) function isSingleButton (line 211) | bool isSingleButton(int buttons) class PointerEvent (line 237) | @immutable method transformed (line 526) | PointerEvent transformed(Matrix4? transform) method copyWith (line 532) | PointerEvent copyWith({ method transformPosition (line 562) | Offset transformPosition(Matrix4? transform, Offset position) method transformDeltaViaPositions (line 578) | Offset transformDeltaViaPositions({ method removePerspectiveTransform (line 605) | Matrix4 removePerspectiveTransform(Matrix4 transform) function debugFillProperties (line 618) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function toStringFull (line 650) | String toStringFull() class _AbstractPointerEvent (line 655) | abstract class _AbstractPointerEvent implements PointerEvent { } class _TransformedPointerEvent (line 662) | abstract class _TransformedPointerEvent extends _AbstractPointerEvent wi... function copyWith (line 759) | PointerAddedEvent copyWith({ class PointerAddedEvent (line 806) | class PointerAddedEvent extends PointerEvent with _PointerEventDescripti... method transformed (line 846) | PointerAddedEvent transformed(Matrix4? transform) class _TransformedPointerAddedEvent (line 854) | class _TransformedPointerAddedEvent extends _TransformedPointerEvent wit... method transformed (line 865) | PointerAddedEvent transformed(Matrix4? transform) function copyWith (line 870) | PointerRemovedEvent copyWith({ class PointerRemovedEvent (line 914) | class PointerRemovedEvent extends PointerEvent with _PointerEventDescrip... method transformed (line 950) | PointerRemovedEvent transformed(Matrix4? transform) class _TransformedPointerRemovedEvent (line 958) | class _TransformedPointerRemovedEvent extends _TransformedPointerEvent w... method transformed (line 969) | PointerRemovedEvent transformed(Matrix4? transform) function copyWith (line 974) | PointerHoverEvent copyWith({ class PointerHoverEvent (line 1035) | class PointerHoverEvent extends PointerEvent with _PointerEventDescripti... method transformed (line 1088) | PointerHoverEvent transformed(Matrix4? transform) class _TransformedPointerHoverEvent (line 1096) | class _TransformedPointerHoverEvent extends _TransformedPointerEvent wit... method transformed (line 1107) | PointerHoverEvent transformed(Matrix4? transform) function copyWith (line 1112) | PointerEnterEvent copyWith({ class PointerEnterEvent (line 1173) | class PointerEnterEvent extends PointerEvent with _PointerEventDescripti... method transformed (line 1254) | PointerEnterEvent transformed(Matrix4? transform) class _TransformedPointerEnterEvent (line 1262) | class _TransformedPointerEnterEvent extends _TransformedPointerEvent wit... method transformed (line 1273) | PointerEnterEvent transformed(Matrix4? transform) function copyWith (line 1278) | PointerExitEvent copyWith({ class PointerExitEvent (line 1339) | class PointerExitEvent extends PointerEvent with _PointerEventDescriptio... method transformed (line 1420) | PointerExitEvent transformed(Matrix4? transform) class _TransformedPointerExitEvent (line 1429) | class _TransformedPointerExitEvent extends _TransformedPointerEvent with... method transformed (line 1440) | PointerExitEvent transformed(Matrix4? transform) function copyWith (line 1445) | PointerDownEvent copyWith({ class PointerDownEvent (line 1499) | class PointerDownEvent extends PointerEvent with _PointerEventDescriptio... method transformed (line 1548) | PointerDownEvent transformed(Matrix4? transform) class _TransformedPointerDownEvent (line 1556) | class _TransformedPointerDownEvent extends _TransformedPointerEvent with... method transformed (line 1567) | PointerDownEvent transformed(Matrix4? transform) function copyWith (line 1572) | PointerMoveEvent copyWith({ class PointerMoveEvent (line 1631) | class PointerMoveEvent extends PointerEvent with _PointerEventDescriptio... method transformed (line 1686) | PointerMoveEvent transformed(Matrix4? transform) class _TransformedPointerMoveEvent (line 1695) | class _TransformedPointerMoveEvent extends _TransformedPointerEvent with... method transformed (line 1706) | PointerMoveEvent transformed(Matrix4? transform) function copyWith (line 1711) | PointerUpEvent copyWith({ class PointerUpEvent (line 1767) | class PointerUpEvent extends PointerEvent with _PointerEventDescription,... method transformed (line 1819) | PointerUpEvent transformed(Matrix4? transform) class _TransformedPointerUpEvent (line 1827) | class _TransformedPointerUpEvent extends _TransformedPointerEvent with _... method transformed (line 1838) | PointerUpEvent transformed(Matrix4? transform) class PointerSignalEvent (line 1853) | abstract class PointerSignalEvent extends PointerEvent { function copyWith (line 1878) | PointerScrollEvent copyWith({ class PointerScrollEvent (line 1924) | class PointerScrollEvent extends PointerSignalEvent with _PointerEventDe... method transformed (line 1952) | PointerScrollEvent transformed(Matrix4? transform) method debugFillProperties (line 1960) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TransformedPointerScrollEvent (line 1966) | class _TransformedPointerScrollEvent extends _TransformedPointerEvent wi... method transformed (line 1980) | PointerScrollEvent transformed(Matrix4? transform) method debugFillProperties (line 1983) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function copyWith (line 1991) | PointerCancelEvent copyWith({ class PointerCancelEvent (line 2045) | class PointerCancelEvent extends PointerEvent with _PointerEventDescript... method transformed (line 2094) | PointerCancelEvent transformed(Matrix4? transform) function computeHitSlop (line 2103) | double computeHitSlop(PointerDeviceKind kind, DeviceGestureSettings? set... function computePanSlop (line 2116) | double computePanSlop(PointerDeviceKind kind, DeviceGestureSettings? set... function computeScaleSlop (line 2129) | double computeScaleSlop(PointerDeviceKind kind) class _TransformedPointerCancelEvent (line 2141) | class _TransformedPointerCancelEvent extends _TransformedPointerEvent wi... method transformed (line 2152) | PointerCancelEvent transformed(Matrix4? transform) FILE: packages/flutter/lib/src/gestures/force_press.dart type _ForceState (line 9) | enum _ForceState { class ForcePressDetails (line 41) | class ForcePressDetails { type GestureForcePressStartCallback (line 66) | typedef GestureForcePressStartCallback = void Function(ForcePressDetails... type GestureForcePressPeakCallback (line 70) | typedef GestureForcePressPeakCallback = void Function(ForcePressDetails ... type GestureForcePressUpdateCallback (line 74) | typedef GestureForcePressUpdateCallback = void Function(ForcePressDetail... type GestureForcePressEndCallback (line 79) | typedef GestureForcePressEndCallback = void Function(ForcePressDetails d... type GestureForceInterpolation (line 84) | typedef GestureForceInterpolation = double Function(double pressureMin, ... class ForcePressGestureRecognizer (line 107) | class ForcePressGestureRecognizer extends OneSequenceGestureRecognizer { method addAllowedPointer (line 219) | void addAllowedPointer(PointerDownEvent event) method handleEvent (line 235) | void handleEvent(PointerEvent event) method acceptGesture (line 294) | void acceptGesture(int pointer) method didStopTrackingLastPointer (line 308) | void didStopTrackingLastPointer(int pointer) method rejectGesture (line 327) | void rejectGesture(int pointer) method _inverseLerp (line 332) | double _inverseLerp(double min, double max, double t) FILE: packages/flutter/lib/src/gestures/gesture_settings.dart class DeviceGestureSettings (line 16) | @immutable method toString (line 51) | String toString() FILE: packages/flutter/lib/src/gestures/hit_test.dart class HitTestable (line 12) | abstract class HitTestable { method hitTest (line 21) | void hitTest(HitTestResult result, Offset position) class HitTestDispatcher (line 25) | abstract class HitTestDispatcher { method dispatchEvent (line 31) | void dispatchEvent(PointerEvent event, HitTestResult result) class HitTestTarget (line 35) | abstract class HitTestTarget { method handleEvent (line 41) | void handleEvent(PointerEvent event, HitTestEntry entry) class HitTestEntry (line 48) | class HitTestEntry { method toString (line 56) | String toString() class _TransformPart (line 71) | @immutable method multiply (line 83) | Matrix4 multiply(Matrix4 rhs) class _MatrixTransformPart (line 86) | class _MatrixTransformPart extends _TransformPart { method multiply (line 92) | Matrix4 multiply(Matrix4 rhs) class _OffsetTransformPart (line 97) | class _OffsetTransformPart extends _TransformPart { method multiply (line 103) | Matrix4 multiply(Matrix4 rhs) class HitTestResult (line 109) | class HitTestResult { method _globalizeTransforms (line 152) | void _globalizeTransforms() method add (line 175) | void add(HitTestEntry entry) method pushTransform (line 210) | void pushTransform(Matrix4 transform) method pushOffset (line 250) | void pushOffset(Offset offset) method popTransform (line 269) | void popTransform() method _debugVectorMoreOrLessEquals (line 277) | bool _debugVectorMoreOrLessEquals(Vector4 a, Vector4 b, { double epsil... method toString (line 288) | String toString() FILE: packages/flutter/lib/src/gestures/long_press.dart type GestureLongPressDownCallback (line 24) | typedef GestureLongPressDownCallback = void Function(LongPressDownDetail... type GestureLongPressCancelCallback (line 34) | typedef GestureLongPressCancelCallback = void Function(); type GestureLongPressCallback (line 46) | typedef GestureLongPressCallback = void Function(); type GestureLongPressUpCallback (line 56) | typedef GestureLongPressUpCallback = void Function(); type GestureLongPressStartCallback (line 69) | typedef GestureLongPressStartCallback = void Function(LongPressStartDeta... type GestureLongPressMoveUpdateCallback (line 80) | typedef GestureLongPressMoveUpdateCallback = void Function(LongPressMove... type GestureLongPressEndCallback (line 91) | typedef GestureLongPressEndCallback = void Function(LongPressEndDetails ... class LongPressDownDetails (line 103) | class LongPressDownDetails { class LongPressStartDetails (line 134) | class LongPressStartDetails { class LongPressMoveUpdateDetails (line 158) | class LongPressMoveUpdateDetails { class LongPressEndDetails (line 196) | class LongPressEndDetails { class LongPressGestureRecognizer (line 230) | class LongPressGestureRecognizer extends PrimaryPointerGestureRecognizer { method isPointerAllowed (line 571) | bool isPointerAllowed(PointerDownEvent event) method didExceedDeadline (line 610) | void didExceedDeadline() method handlePrimaryPointer (line 619) | void handlePrimaryPointer(PointerEvent event) method _checkLongPressDown (line 657) | void _checkLongPressDown(PointerDownEvent event) method _checkLongPressCancel (line 682) | void _checkLongPressCancel() method _checkLongPressStart (line 703) | void _checkLongPressStart() method _checkLongPressMoveUpdate (line 746) | void _checkLongPressMoveUpdate(PointerEvent event) method _checkLongPressEnd (line 774) | void _checkLongPressEnd(PointerEvent event) method _reset (line 816) | void _reset() method resolve (line 824) | void resolve(GestureDisposition disposition) method acceptGesture (line 838) | void acceptGesture(int pointer) FILE: packages/flutter/lib/src/gestures/lsq_solver.dart class _Vector (line 12) | class _Vector { method norm (line 41) | double norm() class _Matrix (line 45) | class _Matrix { method get (line 53) | double get(int row, int col) method set (line 54) | void set(int row, int col, double value) method getRow (line 58) | _Vector getRow(int row) class PolynomialFit (line 66) | class PolynomialFit { class LeastSquaresSolver (line 82) | class LeastSquaresSolver { method solve (line 102) | PolynomialFit? solve(int degree) FILE: packages/flutter/lib/src/gestures/monodrag.dart type _DragState (line 15) | enum _DragState { type GestureDragEndCallback (line 28) | typedef GestureDragEndCallback = void Function(DragEndDetails details); type GestureDragCancelCallback (line 34) | typedef GestureDragCancelCallback = void Function(); type GestureVelocityTrackerBuilder (line 39) | typedef GestureVelocityTrackerBuilder = VelocityTracker Function(Pointer... class DragGestureRecognizer (line 61) | abstract class DragGestureRecognizer extends OneSequenceGestureRecognizer { method _defaultBuilder (line 84) | VelocityTracker _defaultBuilder(PointerEvent event) method isFlingGesture (line 232) | bool isFlingGesture(VelocityEstimate estimate, PointerDeviceKind kind) method _getDeltaForDetails (line 234) | Offset _getDeltaForDetails(Offset delta) method _getPrimaryValueFromOffset (line 235) | double? _getPrimaryValueFromOffset(Offset value) method _hasSufficientGlobalDistanceToAccept (line 236) | bool _hasSufficientGlobalDistanceToAccept(PointerDeviceKind pointerDev... method isPointerAllowed (line 241) | bool isPointerAllowed(PointerEvent event) method addAllowedPointer (line 265) | void addAllowedPointer(PointerDownEvent event) method handleEvent (line 283) | void handleEvent(PointerEvent event) method acceptGesture (line 328) | void acceptGesture(int pointer) method rejectGesture (line 376) | void rejectGesture(int pointer) method didStopTrackingLastPointer (line 381) | void didStopTrackingLastPointer(int pointer) method _giveUpPointer (line 401) | void _giveUpPointer(int pointer) method _checkDown (line 409) | void _checkDown() method _checkStart (line 420) | void _checkStart(Duration timestamp, int pointer) method _checkUpdate (line 433) | void _checkUpdate({ method _checkEnd (line 453) | void _checkEnd(int pointer) method _checkCancel (line 488) | void _checkCancel() method dispose (line 495) | void dispose() method debugFillProperties (line 500) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class VerticalDragGestureRecognizer (line 516) | class VerticalDragGestureRecognizer extends DragGestureRecognizer { method isFlingGesture (line 535) | bool isFlingGesture(VelocityEstimate estimate, PointerDeviceKind kind) method _hasSufficientGlobalDistanceToAccept (line 542) | bool _hasSufficientGlobalDistanceToAccept(PointerDeviceKind pointerDev... method _getDeltaForDetails (line 547) | Offset _getDeltaForDetails(Offset delta) method _getPrimaryValueFromOffset (line 550) | double _getPrimaryValueFromOffset(Offset value) class HorizontalDragGestureRecognizer (line 566) | class HorizontalDragGestureRecognizer extends DragGestureRecognizer { method isFlingGesture (line 585) | bool isFlingGesture(VelocityEstimate estimate, PointerDeviceKind kind) method _hasSufficientGlobalDistanceToAccept (line 592) | bool _hasSufficientGlobalDistanceToAccept(PointerDeviceKind pointerDev... method _getDeltaForDetails (line 597) | Offset _getDeltaForDetails(Offset delta) method _getPrimaryValueFromOffset (line 600) | double _getPrimaryValueFromOffset(Offset value) class PanGestureRecognizer (line 615) | class PanGestureRecognizer extends DragGestureRecognizer { method isFlingGesture (line 620) | bool isFlingGesture(VelocityEstimate estimate, PointerDeviceKind kind) method _hasSufficientGlobalDistanceToAccept (line 628) | bool _hasSufficientGlobalDistanceToAccept(PointerDeviceKind pointerDev... method _getDeltaForDetails (line 633) | Offset _getDeltaForDetails(Offset delta) method _getPrimaryValueFromOffset (line 636) | double? _getPrimaryValueFromOffset(Offset value) FILE: packages/flutter/lib/src/gestures/multidrag.dart type GestureMultiDragStartCallback (line 21) | typedef GestureMultiDragStartCallback = Drag? Function(Offset position); class MultiDragPointerState (line 27) | abstract class MultiDragPointerState { method _setArenaEntry (line 65) | void _setArenaEntry(GestureArenaEntry entry) method resolve (line 75) | void resolve(GestureDisposition disposition) method _move (line 79) | void _move(PointerMoveEvent event) method checkForResolutionAfterMove (line 103) | void checkForResolutionAfterMove() method accepted (line 110) | void accepted(GestureMultiDragStartCallback starter) method rejected (line 117) | void rejected() method _startDrag (line 126) | void _startDrag(Drag client) method _up (line 143) | void _up() method _cancel (line 159) | void _cancel() method dispose (line 177) | void dispose() class MultiDragGestureRecognizer (line 207) | abstract class MultiDragGestureRecognizer extends GestureRecognizer { method addAllowedPointer (line 234) | void addAllowedPointer(PointerDownEvent event) method createNewPointerState (line 249) | MultiDragPointerState createNewPointerState(PointerDownEvent event) method _handleEvent (line 251) | void _handleEvent(PointerEvent event) method acceptGesture (line 280) | void acceptGesture(int pointer) method _startDrag (line 288) | Drag? _startDrag(Offset initialPosition, int pointer) method rejectGesture (line 305) | void rejectGesture(int pointer) method _removeState (line 315) | void _removeState(int pointer) method dispose (line 327) | void dispose() class _ImmediatePointerState (line 335) | class _ImmediatePointerState extends MultiDragPointerState { method checkForResolutionAfterMove (line 339) | void checkForResolutionAfterMove() method accepted (line 346) | void accepted(GestureMultiDragStartCallback starter) class ImmediateMultiDragGestureRecognizer (line 367) | class ImmediateMultiDragGestureRecognizer extends MultiDragGestureRecogn... method createNewPointerState (line 386) | MultiDragPointerState createNewPointerState(PointerDownEvent event) class _HorizontalPointerState (line 395) | class _HorizontalPointerState extends MultiDragPointerState { method checkForResolutionAfterMove (line 399) | void checkForResolutionAfterMove() method accepted (line 406) | void accepted(GestureMultiDragStartCallback starter) class HorizontalMultiDragGestureRecognizer (line 426) | class HorizontalMultiDragGestureRecognizer extends MultiDragGestureRecog... method createNewPointerState (line 446) | MultiDragPointerState createNewPointerState(PointerDownEvent event) class _VerticalPointerState (line 455) | class _VerticalPointerState extends MultiDragPointerState { method checkForResolutionAfterMove (line 459) | void checkForResolutionAfterMove() method accepted (line 466) | void accepted(GestureMultiDragStartCallback starter) class VerticalMultiDragGestureRecognizer (line 486) | class VerticalMultiDragGestureRecognizer extends MultiDragGestureRecogni... method createNewPointerState (line 506) | MultiDragPointerState createNewPointerState(PointerDownEvent event) class _DelayedPointerState (line 514) | class _DelayedPointerState extends MultiDragPointerState { method _delayPassed (line 524) | void _delayPassed() method _ensureTimerStopped (line 538) | void _ensureTimerStopped() method accepted (line 544) | void accepted(GestureMultiDragStartCallback starter) method checkForResolutionAfterMove (line 553) | void checkForResolutionAfterMove() method dispose (line 571) | void dispose() class DelayedMultiDragGestureRecognizer (line 595) | class DelayedMultiDragGestureRecognizer extends MultiDragGestureRecogniz... method createNewPointerState (line 625) | MultiDragPointerState createNewPointerState(PointerDownEvent event) FILE: packages/flutter/lib/src/gestures/multitap.dart type GestureDoubleTapCallback (line 23) | typedef GestureDoubleTapCallback = void Function(); type GestureMultiTapDownCallback (line 27) | typedef GestureMultiTapDownCallback = void Function(int pointer, TapDown... type GestureMultiTapUpCallback (line 31) | typedef GestureMultiTapUpCallback = void Function(int pointer, TapUpDeta... type GestureMultiTapCallback (line 34) | typedef GestureMultiTapCallback = void Function(int pointer); type GestureMultiTapCancelCallback (line 38) | typedef GestureMultiTapCancelCallback = void Function(int pointer); class _CountdownZoned (line 42) | class _CountdownZoned { method _onTimeout (line 52) | void _onTimeout() class _TapTracker (line 59) | class _TapTracker { method startTrackingPointer (line 82) | void startTrackingPointer(PointerRoute route, Matrix4? transform) method stopTrackingPointer (line 89) | void stopTrackingPointer(PointerRoute route) method isWithinGlobalTolerance (line 96) | bool isWithinGlobalTolerance(PointerEvent event, double tolerance) method hasElapsedMinTime (line 101) | bool hasElapsedMinTime() method hasSameButton (line 105) | bool hasSameButton(PointerDownEvent event) class DoubleTapGestureRecognizer (line 116) | class DoubleTapGestureRecognizer extends GestureRecognizer { method isPointerAllowed (line 205) | bool isPointerAllowed(PointerDownEvent event) method addAllowedPointer (line 222) | void addAllowedPointer(PointerDownEvent event) method _trackTap (line 244) | void _trackTap(PointerDownEvent event) method _handleEvent (line 256) | void _handleEvent(PointerEvent event) method acceptGesture (line 272) | void acceptGesture(int pointer) method rejectGesture (line 275) | void rejectGesture(int pointer) method _reject (line 287) | void _reject(_TapTracker tracker) method dispose (line 303) | void dispose() method _reset (line 308) | void _reset() method _registerFirstTap (line 323) | void _registerFirstTap(_TapTracker tracker) method _registerSecondTap (line 334) | void _registerSecondTap(_TapTracker tracker) method _clearTrackers (line 343) | void _clearTrackers() method _freezeTracker (line 348) | void _freezeTracker(_TapTracker tracker) method _startDoubleTapTimer (line 352) | void _startDoubleTapTimer() method _stopDoubleTapTimer (line 356) | void _stopDoubleTapTimer() method _checkUp (line 363) | void _checkUp(int buttons) method _checkCancel (line 369) | void _checkCancel() class _TapGesture (line 381) | class _TapGesture extends _TapTracker { method handleEvent (line 412) | void handleEvent(PointerEvent event) method stopTrackingPointer (line 429) | void stopTrackingPointer(PointerRoute route) method accept (line 435) | void accept() method reject (line 440) | void reject() method cancel (line 445) | void cancel() method _check (line 454) | void _check() class MultiTapGestureRecognizer (line 469) | class MultiTapGestureRecognizer extends GestureRecognizer { method addAllowedPointer (line 516) | void addAllowedPointer(PointerDownEvent event) method acceptGesture (line 535) | void acceptGesture(int pointer) method rejectGesture (line 541) | void rejectGesture(int pointer) method _dispatchCancel (line 547) | void _dispatchCancel(int pointer) method _dispatchTap (line 554) | void _dispatchTap(int pointer, OffsetPair position) method _dispatchLongTap (line 569) | void _dispatchLongTap(int pointer, OffsetPair lastPosition) method dispose (line 585) | void dispose() type GestureSerialTapDownCallback (line 601) | typedef GestureSerialTapDownCallback = void Function(SerialTapDownDetail... class SerialTapDownDetails (line 610) | class SerialTapDownDetails { type GestureSerialTapCancelCallback (line 655) | typedef GestureSerialTapCancelCallback = void Function(SerialTapCancelDe... class SerialTapCancelDetails (line 664) | class SerialTapCancelDetails { type GestureSerialTapUpCallback (line 684) | typedef GestureSerialTapUpCallback = void Function(SerialTapUpDetails de... class SerialTapUpDetails (line 693) | class SerialTapUpDetails { class SerialTapGestureRecognizer (line 799) | class SerialTapGestureRecognizer extends GestureRecognizer { method isPointerAllowed (line 852) | bool isPointerAllowed(PointerDownEvent event) method addAllowedPointer (line 862) | void addAllowedPointer(PointerDownEvent event) method _representsSameSeries (line 870) | bool _representsSameSeries(_TapTracker tap, PointerDownEvent event) method _trackTap (line 876) | void _trackTap(PointerDownEvent event) method _handleEvent (line 899) | void _handleEvent(PointerEvent event) method acceptGesture (line 915) | void acceptGesture(int pointer) method rejectGesture (line 922) | void rejectGesture(int pointer) method _rejectPendingTap (line 927) | void _rejectPendingTap() method dispose (line 942) | void dispose() method _reset (line 947) | void _reset() method _registerTap (line 957) | void _registerTap(PointerUpEvent event, _TapTracker tracker) method _stopTrackingPointer (line 974) | void _stopTrackingPointer(_TapTracker tracker) method _startSerialTapTimer (line 978) | void _startSerialTapTimer() method _stopSerialTapTimer (line 982) | void _stopSerialTapTimer() method _checkUp (line 989) | void _checkUp(PointerUpEvent event, _TapTracker tracker) method _checkCancel (line 1001) | void _checkCancel(int count) FILE: packages/flutter/lib/src/gestures/pointer_router.dart type PointerRoute (line 12) | typedef PointerRoute = void Function(PointerEvent event); class PointerRouter (line 15) | class PointerRouter { method addRoute (line 26) | void addRoute(int pointer, PointerRoute route, [Matrix4? transform]) method removeRoute (line 42) | void removeRoute(int pointer, PointerRoute route) method addGlobalRoute (line 57) | void addGlobalRoute(PointerRoute route, [Matrix4? transform]) method removeGlobalRoute (line 69) | void removeGlobalRoute(PointerRoute route) method _dispatch (line 91) | void _dispatch(PointerEvent event, PointerRoute route, Matrix4? transf... method route (line 119) | void route(PointerEvent event) method _dispatchEventToRoutes (line 132) | void _dispatchEventToRoutes( FILE: packages/flutter/lib/src/gestures/pointer_signal_resolver.dart type PointerSignalResolvedCallback (line 11) | typedef PointerSignalResolvedCallback = void Function(PointerSignalEvent... function _isSameEvent (line 13) | bool _isSameEvent(PointerSignalEvent event1, PointerSignalEvent event2) class PointerSignalResolver (line 55) | class PointerSignalResolver { method register (line 64) | void register(PointerSignalEvent event, PointerSignalResolvedCallback ... method resolve (line 81) | void resolve(PointerSignalEvent event) FILE: packages/flutter/lib/src/gestures/recognizer.dart type RecognizerCallback (line 27) | typedef RecognizerCallback = T Function(); type DragStartBehavior (line 35) | enum DragStartBehavior { class GestureRecognizer (line 57) | abstract class GestureRecognizer extends GestureArenaMember with Diagnos... method addPointer (line 114) | void addPointer(PointerDownEvent event) method addAllowedPointer (line 131) | void addAllowedPointer(PointerDownEvent event) method handleNonAllowedPointer (line 140) | void handleNonAllowedPointer(PointerDownEvent event) method isPointerAllowed (line 144) | bool isPointerAllowed(PointerDownEvent event) method getKindForPointer (line 155) | PointerDeviceKind getKindForPointer(int pointer) method dispose (line 167) | void dispose() method invokeCallback (line 184) | T? invokeCallback(String name, RecognizerCallback callback, { St... method debugFillProperties (line 220) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OneSequenceGestureRecognizer (line 234) | abstract class OneSequenceGestureRecognizer extends GestureRecognizer { method addAllowedPointer (line 257) | void addAllowedPointer(PointerDownEvent event) method handleNonAllowedPointer (line 263) | void handleNonAllowedPointer(PointerDownEvent event) method handleEvent (line 283) | void handleEvent(PointerEvent event) method acceptGesture (line 286) | void acceptGesture(int pointer) method rejectGesture (line 289) | void rejectGesture(int pointer) method didStopTrackingLastPointer (line 296) | void didStopTrackingLastPointer(int pointer) method resolve (line 302) | void resolve(GestureDisposition disposition) method resolvePointer (line 313) | void resolvePointer(int pointer, GestureDisposition disposition) method dispose (line 322) | void dispose() method _addPointerToArena (line 352) | GestureArenaEntry _addPointerToArena(int pointer) method startTrackingPointer (line 373) | void startTrackingPointer(int pointer, [Matrix4? transform]) method stopTrackingPointer (line 387) | void stopTrackingPointer(int pointer) method stopTrackingIfPointerNoLongerDown (line 399) | void stopTrackingIfPointerNoLongerDown(PointerEvent event) type GestureRecognizerState (line 419) | enum GestureRecognizerState { class PrimaryPointerGestureRecognizer (line 442) | abstract class PrimaryPointerGestureRecognizer extends OneSequenceGestur... method addAllowedPointer (line 528) | void addAllowedPointer(PointerDownEvent event) method handleNonAllowedPointer (line 540) | void handleNonAllowedPointer(PointerDownEvent event) method handleEvent (line 547) | void handleEvent(PointerEvent event) method handlePrimaryPointer (line 571) | void handlePrimaryPointer(PointerEvent event) method didExceedDeadline (line 579) | void didExceedDeadline() method didExceedDeadlineWithEvent (line 590) | void didExceedDeadlineWithEvent(PointerDownEvent event) method acceptGesture (line 595) | void acceptGesture(int pointer) method rejectGesture (line 603) | void rejectGesture(int pointer) method didStopTrackingLastPointer (line 611) | void didStopTrackingLastPointer(int pointer) method dispose (line 620) | void dispose() method _stopTimer (line 625) | void _stopTimer() method _getGlobalDistance (line 632) | double _getGlobalDistance(PointerEvent event) method debugFillProperties (line 638) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OffsetPair (line 649) | @immutable method toString (line 696) | String toString() FILE: packages/flutter/lib/src/gestures/resampler.dart type HandleEventCallback (line 11) | typedef HandleEventCallback = void Function(PointerEvent event); class PointerEventResampler (line 34) | class PointerEventResampler { method _toHoverEvent (line 47) | PointerEvent _toHoverEvent( method _toMoveEvent (line 78) | PointerEvent _toMoveEvent( method _toMoveOrHoverEvent (line 112) | PointerEvent _toMoveOrHoverEvent( method _positionAt (line 127) | Offset _positionAt(Duration sampleTime) method _processPointerEvents (line 148) | void _processPointerEvents(Duration sampleTime) method _dequeueAndSampleNonHoverOrMovePointerEventsUntil (line 171) | void _dequeueAndSampleNonHoverOrMovePointerEventsUntil( method _samplePointerPosition (line 262) | void _samplePointerPosition( method addEvent (line 280) | void addEvent(PointerEvent event) method sample (line 295) | void sample( method stop (line 315) | void stop(HandleEventCallback callback) FILE: packages/flutter/lib/src/gestures/scale.dart type _ScaleState (line 16) | enum _ScaleState { class ScaleStartDetails (line 35) | class ScaleStartDetails { method toString (line 70) | String toString() class ScaleUpdateDetails (line 74) | class ScaleUpdateDetails { method toString (line 170) | String toString() class ScaleEndDetails (line 182) | class ScaleEndDetails { method toString (line 199) | String toString() type GestureScaleStartCallback (line 204) | typedef GestureScaleStartCallback = void Function(ScaleStartDetails deta... type GestureScaleUpdateCallback (line 208) | typedef GestureScaleUpdateCallback = void Function(ScaleUpdateDetails de... type GestureScaleEndCallback (line 211) | typedef GestureScaleEndCallback = void Function(ScaleEndDetails details); function _isFlingGesture (line 213) | bool _isFlingGesture(Velocity velocity) class _LineBetweenPointers (line 224) | class _LineBetweenPointers { class ScaleGestureRecognizer (line 256) | class ScaleGestureRecognizer extends OneSequenceGestureRecognizer { method _computeRotationFactor (line 343) | double _computeRotationFactor() method addAllowedPointer (line 364) | void addAllowedPointer(PointerDownEvent event) method handleEvent (line 381) | void handleEvent(PointerEvent event) method _update (line 413) | void _update() method _updateLines (line 457) | void _updateLines() method _reconfigure (line 485) | bool _reconfigure(int pointer) method _advanceStateMachine (line 511) | void _advanceStateMachine(bool shouldStartIfAccepted, PointerDeviceKin... method _dispatchOnStartCallbackIfNeeded (line 544) | void _dispatchOnStartCallbackIfNeeded() method acceptGesture (line 557) | void acceptGesture(int pointer) method rejectGesture (line 572) | void rejectGesture(int pointer) method didStopTrackingLastPointer (line 577) | void didStopTrackingLastPointer(int pointer) method dispose (line 595) | void dispose() FILE: packages/flutter/lib/src/gestures/tap.dart class TapDownDetails (line 20) | class TapDownDetails { type GestureTapDownCallback (line 51) | typedef GestureTapDownCallback = void Function(TapDownDetails details); class TapUpDetails (line 59) | class TapUpDetails { type GestureTapUpCallback (line 88) | typedef GestureTapUpCallback = void Function(TapUpDetails details); type GestureTapCallback (line 96) | typedef GestureTapCallback = void Function(); type GestureTapCancelCallback (line 105) | typedef GestureTapCancelCallback = void Function(); class BaseTapGestureRecognizer (line 137) | abstract class BaseTapGestureRecognizer extends PrimaryPointerGestureRec... method handleTapDown (line 159) | void handleTapDown({ required PointerDownEvent down }) method handleTapUp (line 172) | void handleTapUp({ required PointerDownEvent down, required PointerUpE... method handleTapCancel (line 188) | void handleTapCancel({ required PointerDownEvent down, PointerCancelEv... method addAllowedPointer (line 191) | void addAllowedPointer(PointerDownEvent event) method startTrackingPointer (line 219) | void startTrackingPointer(int pointer, [Matrix4? transform]) method handlePrimaryPointer (line 227) | void handlePrimaryPointer(PointerEvent event) method resolve (line 244) | void resolve(GestureDisposition disposition) method didExceedDeadline (line 257) | void didExceedDeadline() method acceptGesture (line 262) | void acceptGesture(int pointer) method rejectGesture (line 272) | void rejectGesture(int pointer) method _checkDown (line 283) | void _checkDown() method _checkUp (line 291) | void _checkUp() method _checkCancel (line 300) | void _checkCancel(PointerCancelEvent? event, String note) method _reset (line 304) | void _reset() method debugFillProperties (line 315) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TapGestureRecognizer (line 347) | class TapGestureRecognizer extends BaseTapGestureRecognizer { method isPointerAllowed (line 542) | bool isPointerAllowed(PointerDownEvent event) method handleTapDown (line 572) | void handleTapDown({required PointerDownEvent down}) method handleTapUp (line 597) | void handleTapUp({ required PointerDownEvent down, required PointerUpE... method handleTapCancel (line 626) | void handleTapCancel({ required PointerDownEvent down, PointerCancelEv... FILE: packages/flutter/lib/src/gestures/team.dart class _CombiningGestureArenaEntry (line 9) | class _CombiningGestureArenaEntry implements GestureArenaEntry { method resolve (line 16) | void resolve(GestureDisposition disposition) class _CombiningGestureArenaMember (line 21) | class _CombiningGestureArenaMember extends GestureArenaMember { method acceptGesture (line 33) | void acceptGesture(int pointer) method rejectGesture (line 46) | void rejectGesture(int pointer) method _close (line 53) | void _close() method _add (line 60) | GestureArenaEntry _add(int pointer, GestureArenaMember member) method _resolve (line 68) | void _resolve(GestureArenaMember member, GestureDisposition disposition) class GestureArenaTeam (line 125) | class GestureArenaTeam { method add (line 142) | GestureArenaEntry add(int pointer, GestureArenaMember member) FILE: packages/flutter/lib/src/gestures/velocity_tracker.dart class Velocity (line 14) | @immutable method clampMagnitude (line 52) | Velocity clampMagnitude(double minValue, double maxValue) method toString (line 73) | String toString() class VelocityEstimate (line 89) | class VelocityEstimate { method toString (line 121) | String toString() class _PointAtTime (line 124) | class _PointAtTime { method toString (line 133) | String toString() class VelocityTracker (line 146) | class VelocityTracker { method addPosition (line 170) | void addPosition(Duration time, Offset position) method getVelocityEstimate (line 183) | VelocityEstimate? getVelocityEstimate() method getVelocity (line 256) | Velocity getVelocity() class IOSScrollViewFlingVelocityTracker (line 285) | class IOSScrollViewFlingVelocityTracker extends VelocityTracker { method addPosition (line 298) | void addPosition(Duration time, Offset position) method _previousVelocityAt (line 315) | Offset _previousVelocityAt(int index) method getVelocityEstimate (line 335) | VelocityEstimate getVelocityEstimate() FILE: packages/flutter/lib/src/material/about.dart class AboutListTile (line 52) | class AboutListTile extends StatelessWidget { method build (line 134) | Widget build(BuildContext context) function showAboutDialog (line 173) | void showAboutDialog({ function showLicensePage (line 220) | void showLicensePage({ class AboutDialog (line 259) | class AboutDialog extends StatelessWidget { method build (line 311) | Widget build(BuildContext context) class LicensePage (line 375) | class LicensePage extends StatefulWidget { method createState (line 421) | State createState() class _LicensePageState (line 424) | class _LicensePageState extends State { method build (line 428) | Widget build(BuildContext context) method _packageLicensePage (line 437) | Widget _packageLicensePage(BuildContext _, Object? args, ScrollControl... method _packagesView (line 447) | Widget _packagesView(final BuildContext _, final bool isLateral) class _AboutProgram (line 462) | class _AboutProgram extends StatelessWidget { method build (line 479) | Widget build(BuildContext context) class _PackagesView (line 517) | class _PackagesView extends StatefulWidget { method createState (line 532) | _PackagesViewState createState() class _PackagesViewState (line 535) | class _PackagesViewState extends State<_PackagesView> { method build (line 544) | Widget build(BuildContext context) method _initDefaultDetailPage (line 586) | void _initDefaultDetailPage(_LicenseData data, BuildContext context) method _packagesList (line 600) | Widget _packagesList( class _PackageListTile (line 635) | class _PackageListTile extends StatelessWidget { method build (line 652) | Widget build(BuildContext context) class _LicenseData (line 668) | class _LicenseData { method addLicense (line 677) | void addLicense(LicenseEntry entry) method _addPackage (line 692) | void _addPackage(String package) method sortPackages (line 703) | void sortPackages([int Function(String a, String b)? compare]) class _DetailArguments (line 720) | @immutable class _PackageLicensePage (line 739) | class _PackageLicensePage extends StatefulWidget { method createState (line 752) | _PackageLicensePageState createState() class _PackageLicensePageState (line 755) | class _PackageLicensePageState extends State<_PackageLicensePage> { method initState (line 757) | void initState() method _initLicenses (line 765) | Future _initLicenses() method build (line 825) | Widget build(BuildContext context) class _PackageLicensePageTitle (line 908) | class _PackageLicensePageTitle extends StatelessWidget { method build (line 921) | Widget build(BuildContext context) function _defaultApplicationName (line 933) | String _defaultApplicationName(BuildContext context) function _defaultApplicationVersion (line 944) | String _defaultApplicationVersion(BuildContext context) function _defaultApplicationIcon (line 949) | Widget? _defaultApplicationIcon(BuildContext context) function _getGutterSize (line 958) | double _getGutterSize(BuildContext context) type _MasterViewBuilder (line 962) | typedef _MasterViewBuilder = Widget Function(BuildContext context, bool ... type _DetailPageBuilder (line 968) | typedef _DetailPageBuilder = Widget Function(BuildContext context, Objec... type _ActionBuilder (line 975) | typedef _ActionBuilder = List Function(BuildContext context, _Ac... type _ActionLevel (line 978) | enum _ActionLevel { type _LayoutMode (line 990) | enum _LayoutMode { type _Focus (line 1003) | enum _Focus { master, detail } class _MasterDetailFlow (line 1013) | class _MasterDetailFlow extends StatefulWidget { method createState (line 1131) | _MasterDetailFlowState createState() method of (line 1141) | _MasterDetailFlowProxy? of(BuildContext context) class _MasterDetailFlowProxy (line 1159) | class _MasterDetailFlowProxy implements _PageOpener { method openDetailPage (line 1166) | void openDetailPage(Object arguments) method setInitialDetailPage (line 1172) | void setInitialDetailPage(Object arguments) class _PageOpener (line 1176) | abstract class _PageOpener { method openDetailPage (line 1177) | void openDetailPage(Object arguments) method setInitialDetailPage (line 1179) | void setInitialDetailPage(Object arguments) class _MasterDetailFlowState (line 1184) | class _MasterDetailFlowState extends State<_MasterDetailFlow> implements... method openDetailPage (line 1199) | void openDetailPage(Object arguments) method setInitialDetailPage (line 1209) | void setInitialDetailPage(Object arguments) method build (line 1214) | Widget build(BuildContext context) method _nestedUI (line 1232) | Widget _nestedUI(BuildContext context) method _masterPageRoute (line 1273) | MaterialPageRoute _masterPageRoute(BuildContext context) method _detailPageRoute (line 1296) | MaterialPageRoute _detailPageRoute(Object? arguments) method _lateralUI (line 1310) | Widget _lateralUI(BuildContext context) class _MasterPage (line 1331) | class _MasterPage extends StatelessWidget { method build (line 1356) | Widget build(BuildContext context) class _MasterDetailScaffold (line 1381) | class _MasterDetailScaffold extends StatefulWidget { method createState (line 1422) | _MasterDetailScaffoldState createState() class _MasterDetailScaffoldState (line 1425) | class _MasterDetailScaffoldState extends State<_MasterDetailScaffold> method initState (line 1435) | void initState() method openDetailPage (line 1444) | void openDetailPage(Object arguments) method setInitialDetailPage (line 1451) | void setInitialDetailPage(Object arguments) method build (line 1458) | Widget build(BuildContext context) method _masterPanel (line 1534) | ConstrainedBox _masterPanel(BuildContext context, {bool needsScaffold ... class _DetailView (line 1553) | class _DetailView extends StatelessWidget { method build (line 1567) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/animated_icons/animated_icons.dart class AnimatedIcon (line 32) | class AnimatedIcon extends StatelessWidget { method _pathFactory (line 102) | ui.Path _pathFactory() method build (line 105) | Widget build(BuildContext context) type _UiPathFactory (line 133) | typedef _UiPathFactory = ui.Path Function(); class _AnimatedIconPainter (line 135) | class _AnimatedIconPainter extends CustomPainter { method paint (line 156) | void paint(ui.Canvas canvas, Size size) method shouldRepaint (line 172) | bool shouldRepaint(_AnimatedIconPainter oldDelegate) method hitTest (line 183) | bool? hitTest(Offset position) method shouldRebuildSemantics (line 186) | bool shouldRebuildSemantics(CustomPainter oldDelegate) class _PathFrames (line 192) | class _PathFrames { method paint (line 201) | void paint(ui.Canvas canvas, Color color, _UiPathFactory uiPathFactory... class _PathCommand (line 217) | abstract class _PathCommand { method apply (line 224) | void apply(ui.Path path, double progress) class _PathMoveTo (line 227) | class _PathMoveTo extends _PathCommand { method apply (line 233) | void apply(Path path, double progress) class _PathCubicTo (line 239) | class _PathCubicTo extends _PathCommand { method apply (line 247) | void apply(Path path, double progress) class _PathLineTo (line 260) | class _PathLineTo extends _PathCommand { method apply (line 266) | void apply(Path path, double progress) class _PathClose (line 272) | class _PathClose extends _PathCommand { method apply (line 276) | void apply(Path path, double progress) function _interpolate (line 292) | T _interpolate(List values, double progress, _Interpolator inte... type _Interpolator (line 304) | typedef _Interpolator = T Function(T a, T b, double progress); FILE: packages/flutter/lib/src/material/animated_icons/animated_icons_data.dart class AnimatedIcons (line 16) | abstract class AnimatedIcons { class AnimatedIconData (line 69) | abstract class AnimatedIconData { class _AnimatedIconData (line 85) | class _AnimatedIconData extends AnimatedIconData { FILE: packages/flutter/lib/src/material/app.dart type ThemeMode (line 41) | enum ThemeMode { class MaterialApp (line 156) | class MaterialApp extends StatefulWidget { method createState (line 674) | State createState() method createMaterialHeroController (line 679) | HeroController createMaterialHeroController() class MaterialScrollBehavior (line 707) | class MaterialScrollBehavior extends ScrollBehavior { method getPlatform (line 724) | TargetPlatform getPlatform(BuildContext context) method buildScrollbar (line 727) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... method buildOverscrollIndicator (line 751) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... class _MaterialAppState (line 784) | class _MaterialAppState extends State { method initState (line 790) | void initState() method _inspectorSelectButtonBuilder (line 807) | Widget _inspectorSelectButtonBuilder(BuildContext context, VoidCallbac... method _materialBuilder (line 815) | Widget _materialBuilder(BuildContext context, Widget? child) method _buildWidgetApp (line 859) | Widget _buildWidgetApp(BuildContext context) method build (line 935) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/app_bar.dart class _ToolbarContainerLayout (line 32) | class _ToolbarContainerLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 38) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getSize (line 43) | Size getSize(BoxConstraints constraints) method getPositionForChild (line 48) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 53) | bool shouldRelayout(_ToolbarContainerLayout oldDelegate) class _PreferredAppBarSize (line 57) | class _PreferredAppBarSize extends Size { class AppBar (line 146) | class AppBar extends StatefulWidget implements PreferredSizeWidget { method preferredHeightFor (line 209) | double preferredHeightFor(BuildContext context, Size preferredSize) method _getEffectiveCenterTitle (line 714) | bool _getEffectiveCenterTitle(ThemeData theme) method createState (line 733) | State createState() class _AppBarState (line 736) | class _AppBarState extends State { method didChangeDependencies (line 744) | void didChangeDependencies() method dispose (line 754) | void dispose() method _handleDrawerButton (line 762) | void _handleDrawerButton() method _handleDrawerButtonEnd (line 766) | void _handleDrawerButtonEnd() method _handleScrollNotification (line 770) | void _handleScrollNotification(ScrollNotification notification) method _resolveColor (line 784) | Color _resolveColor(Set states, Color? widgetColor, Col... method _systemOverlayStyleForBrightness (line 790) | SystemUiOverlayStyle _systemOverlayStyleForBrightness(Brightness brigh... method build (line 795) | Widget build(BuildContext context) class _SliverAppBarDelegate (line 1079) | class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate { method build (line 1175) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 1231) | bool shouldRebuild(covariant _SliverAppBarDelegate oldDelegate) method toString (line 1268) | String toString() class SliverAppBar (line 1358) | class SliverAppBar extends StatefulWidget { method createState (line 1689) | State createState() class _SliverAppBarState (line 1694) | class _SliverAppBarState extends State with TickerProvider... method _updateSnapConfiguration (line 1699) | void _updateSnapConfiguration() method _updateStretchConfiguration (line 1714) | void _updateStretchConfiguration() method initState (line 1726) | void initState() method didUpdateWidget (line 1733) | void didUpdateWidget(SliverAppBar oldWidget) method build (line 1742) | Widget build(BuildContext context) class _AppBarTitleBox (line 1801) | class _AppBarTitleBox extends SingleChildRenderObjectWidget { method createRenderObject (line 1805) | _RenderAppBarTitleBox createRenderObject(BuildContext context) method updateRenderObject (line 1812) | void updateRenderObject(BuildContext context, _RenderAppBarTitleBox re... class _RenderAppBarTitleBox (line 1817) | class _RenderAppBarTitleBox extends RenderAligningShiftedBox { method computeDryLayout (line 1824) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1831) | void performLayout() FILE: packages/flutter/lib/src/material/app_bar_theme.dart class AppBarTheme (line 27) | @immutable method copyWith (line 229) | AppBarTheme copyWith({ method of (line 285) | AppBarTheme of(BuildContext context) method lerp (line 294) | AppBarTheme lerp(AppBarTheme? a, AppBarTheme? b, double t) method debugFillProperties (line 364) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/arc.dart class MaterialPointArcTween (line 32) | class MaterialPointArcTween extends Tween { method _initialize (line 45) | void _initialize() method sweepAngle (line 59) | double sweepAngle() method lerp (line 159) | Offset lerp(double t) method toString (line 175) | String toString() type _CornerId (line 180) | enum _CornerId { class _Diagonal (line 187) | class _Diagonal { type _KeyFunc (line 200) | typedef _KeyFunc = double Function(T input); function _maxBy (line 203) | T _maxBy(Iterable input, _KeyFunc keyFunc) class MaterialRectArcTween (line 235) | class MaterialRectArcTween extends RectTween { method _initialize (line 248) | void _initialize() method _diagonalSupport (line 264) | double _diagonalSupport(Offset centersVector, _Diagonal diagonal) method _cornerFor (line 270) | Offset _cornerFor(Rect rect, _CornerId id) method lerp (line 318) | Rect lerp(double t) method toString (line 329) | String toString() class MaterialRectCenterArcTween (line 350) | class MaterialRectCenterArcTween extends RectTween { method _initialize (line 363) | void _initialize() method lerp (line 401) | Rect lerp(double t) method toString (line 415) | String toString() FILE: packages/flutter/lib/src/material/autocomplete.dart class Autocomplete (line 33) | class Autocomplete extends StatelessWidget { method _defaultFieldViewBuilder (line 80) | Widget _defaultFieldViewBuilder(BuildContext context, TextEditingContr... method build (line 89) | Widget build(BuildContext context) class _AutocompleteField (line 109) | class _AutocompleteField extends StatelessWidget { method build (line 124) | Widget build(BuildContext context) class _AutocompleteOptions (line 136) | class _AutocompleteOptions extends StatelessWidget { method build (line 153) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/back_button.dart class BackButtonIcon (line 25) | class BackButtonIcon extends StatelessWidget { method _getIconData (line 31) | IconData _getIconData(TargetPlatform platform) method build (line 45) | Widget build(BuildContext context) class BackButton (line 74) | class BackButton extends StatelessWidget { method build (line 96) | Widget build(BuildContext context) class CloseButton (line 129) | class CloseButton extends StatelessWidget { method build (line 150) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/banner.dart type MaterialBannerClosedReason (line 32) | enum MaterialBannerClosedReason { class MaterialBanner (line 83) | class MaterialBanner extends StatefulWidget { method createAnimationController (line 188) | AnimationController createAnimationController({ required TickerProvide... method withAnimation (line 200) | MaterialBanner withAnimation(Animation newAnimation, { Key? fa... method createState (line 219) | State createState() class _MaterialBannerState (line 222) | class _MaterialBannerState extends State { method initState (line 226) | void initState() method didUpdateWidget (line 232) | void didUpdateWidget(MaterialBanner oldWidget) method dispose (line 241) | void dispose() method _onAnimationStatusChanged (line 246) | void _onAnimationStatusChanged(AnimationStatus animationStatus) method build (line 261) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/banner_theme.dart class MaterialBannerThemeData (line 28) | @immutable method copyWith (line 61) | MaterialBannerThemeData copyWith({ method lerp (line 82) | MaterialBannerThemeData lerp(MaterialBannerThemeData? a, MaterialBanne... method debugFillProperties (line 119) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MaterialBannerTheme (line 134) | class MaterialBannerTheme extends InheritedTheme { method of (line 157) | MaterialBannerThemeData of(BuildContext context) method wrap (line 163) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 168) | bool updateShouldNotify(MaterialBannerTheme oldWidget) FILE: packages/flutter/lib/src/material/bottom_app_bar.dart class BottomAppBar (line 48) | class BottomAppBar extends StatefulWidget { method createState (line 115) | State createState() class _BottomAppBarState (line 118) | class _BottomAppBarState extends State { method didChangeDependencies (line 124) | void didChangeDependencies() method build (line 130) | Widget build(BuildContext context) class _BottomAppBarClipper (line 160) | class _BottomAppBarClipper extends CustomClipper { method getClip (line 190) | Path getClip(Size size) method shouldReclip (line 199) | bool shouldReclip(_BottomAppBarClipper oldClipper) FILE: packages/flutter/lib/src/material/bottom_app_bar_theme.dart class BottomAppBarTheme (line 28) | @immutable method copyWith (line 50) | BottomAppBarTheme copyWith({ method of (line 63) | BottomAppBarTheme of(BuildContext context) method lerp (line 72) | BottomAppBarTheme lerp(BottomAppBarTheme? a, BottomAppBarTheme? b, dou... method debugFillProperties (line 103) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/bottom_navigation_bar.dart type BottomNavigationBarType (line 28) | enum BottomNavigationBarType { type BottomNavigationBarLandscapeLayout (line 39) | enum BottomNavigationBarLandscapeLayout { class BottomNavigationBar (line 125) | class BottomNavigationBar extends StatefulWidget { method createState (line 365) | State createState() class _BottomNavigationTile (line 370) | class _BottomNavigationTile extends StatelessWidget { method build (line 418) | Widget build(BuildContext context) class _Tile (line 562) | class _Tile extends StatelessWidget { method build (line 575) | Widget build(BuildContext context) class _TileIcon (line 594) | class _TileIcon extends StatelessWidget { method build (line 617) | Widget build(BuildContext context) class _Label (line 640) | class _Label extends StatelessWidget { method build (line 668) | Widget build(BuildContext context) class _BottomNavigationBarState (line 744) | class _BottomNavigationBarState extends State with ... method _resetState (line 757) | void _resetState() method initState (line 807) | void initState() method _rebuild (line 812) | void _rebuild() method dispose (line 820) | void dispose() method _evaluateFlex (line 828) | double _evaluateFlex(Animation animation) method _pushCircle (line 830) | void _pushCircle(int index) method didUpdateWidget (line 860) | void didUpdateWidget(BottomNavigationBar oldWidget) method _effectiveTextStyle (line 887) | TextStyle _effectiveTextStyle(TextStyle? textStyle, double fontSize) method _createTiles (line 893) | List _createTiles(BottomNavigationBarLandscapeLayout layout) method build (line 976) | Widget build(BuildContext context) class _Bar (line 1037) | class _Bar extends StatelessWidget { method build (line 1052) | Widget build(BuildContext context) class _Circle (line 1074) | class _Circle { method weightSum (line 1101) | double weightSum(Iterable> animations) method dispose (line 1115) | void dispose() class _RadialPainter (line 1121) | class _RadialPainter extends CustomPainter { method _maxRadius (line 1135) | double _maxRadius(Offset center, Size size) method shouldRepaint (line 1142) | bool shouldRepaint(_RadialPainter oldPainter) method paint (line 1156) | void paint(Canvas canvas, Size size) FILE: packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart class BottomNavigationBarThemeData (line 31) | @immutable method copyWith (line 129) | BottomNavigationBarThemeData copyWith({ method lerp (line 166) | BottomNavigationBarThemeData lerp(BottomNavigationBarThemeData? a, Bot... method debugFillProperties (line 227) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class BottomNavigationBarTheme (line 260) | class BottomNavigationBarTheme extends InheritedWidget { method of (line 284) | BottomNavigationBarThemeData of(BuildContext context) method updateShouldNotify (line 290) | bool updateShouldNotify(BottomNavigationBarTheme oldWidget) FILE: packages/flutter/lib/src/material/bottom_sheet.dart type BottomSheetDragStartHandler (line 28) | typedef BottomSheetDragStartHandler = void Function(DragStartDetails det... type BottomSheetDragEndHandler (line 33) | typedef BottomSheetDragEndHandler = void Function( class BottomSheet (line 65) | class BottomSheet extends StatefulWidget { method createState (line 184) | State createState() method createAnimationController (line 192) | AnimationController createAnimationController(TickerProvider vsync) class _BottomSheetState (line 202) | class _BottomSheetState extends State { method _handleDragStart (line 213) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 217) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 228) | void _handleDragEnd(DragEndDetails details) method extentChanged (line 263) | bool extentChanged(DraggableScrollableNotification notification) method build (line 271) | Widget build(BuildContext context) class _ModalBottomSheetLayout (line 318) | class _ModalBottomSheetLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 325) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 336) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 341) | bool shouldRelayout(_ModalBottomSheetLayout oldDelegate) class _ModalBottomSheet (line 346) | class _ModalBottomSheet extends StatefulWidget { method createState (line 371) | _ModalBottomSheetState createState() class _ModalBottomSheetState (line 374) | class _ModalBottomSheetState extends State<_ModalBottomSheet> { method _getRouteLabel (line 377) | String _getRouteLabel(MaterialLocalizations localizations) method handleDragStart (line 390) | void handleDragStart(DragStartDetails details) method handleDragEnd (line 395) | void handleDragEnd(DragEndDetails details, {bool? isClosing}) method build (line 404) | Widget build(BuildContext context) class _ModalBottomSheetRoute (line 453) | class _ModalBottomSheetRoute extends PopupRoute { method createAnimationController (line 505) | AnimationController createAnimationController() method buildPage (line 517) | Widget buildPage(BuildContext context, Animation animation, An... class _BottomSheetSuspendedCurve (line 561) | class _BottomSheetSuspendedCurve extends ParametricCurve { method transform (line 578) | double transform(double t) method toString (line 596) | String toString() function showModalBottomSheet (line 669) | Future showModalBottomSheet({ function showBottomSheet (line 754) | PersistentBottomSheetController showBottomSheet({ FILE: packages/flutter/lib/src/material/bottom_sheet_theme.dart class BottomSheetThemeData (line 27) | @immutable method copyWith (line 78) | BottomSheetThemeData copyWith({ method lerp (line 103) | BottomSheetThemeData? lerp(BottomSheetThemeData? a, BottomSheetThemeDa... method debugFillProperties (line 148) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/button.dart class RawMaterialButton (line 42) | @Category(['Material', 'Button']) method createState (line 315) | State createState() class _RawMaterialButtonState (line 318) | class _RawMaterialButtonState extends State with Mate... method initState (line 321) | void initState() method didUpdateWidget (line 327) | void didUpdateWidget(RawMaterialButton oldWidget) method build (line 358) | Widget build(BuildContext context) class _InputPadding (line 449) | class _InputPadding extends SingleChildRenderObjectWidget { method createRenderObject (line 459) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 464) | void updateRenderObject(BuildContext context, covariant _RenderInputPa... class _RenderInputPadding (line 469) | class _RenderInputPadding extends RenderShiftedBox { method computeMinIntrinsicWidth (line 482) | double computeMinIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 489) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicWidth (line 496) | double computeMaxIntrinsicWidth(double height) method computeMaxIntrinsicHeight (line 503) | double computeMaxIntrinsicHeight(double width) method _computeSize (line 509) | Size _computeSize({required BoxConstraints constraints, required Child... method computeDryLayout (line 520) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 528) | void performLayout() method hitTest (line 540) | bool hitTest(BoxHitTestResult result, { required Offset position }) FILE: packages/flutter/lib/src/material/button_bar.dart class ButtonBar (line 51) | class ButtonBar extends StatelessWidget { method build (line 170) | Widget build(BuildContext context) class _ButtonBarRow (line 234) | class _ButtonBarRow extends Flex { method createRenderObject (line 261) | _RenderButtonBarRow createRenderObject(BuildContext context) method updateRenderObject (line 275) | void updateRenderObject(BuildContext context, covariant _RenderButtonB... class _RenderButtonBarRow (line 302) | class _RenderButtonBarRow extends RenderFlex { method computeDryLayout (line 339) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 358) | void performLayout() FILE: packages/flutter/lib/src/material/button_bar_theme.dart class ButtonBarThemeData (line 27) | @immutable method copyWith (line 116) | ButtonBarThemeData copyWith({ method lerp (line 145) | ButtonBarThemeData? lerp(ButtonBarThemeData? a, ButtonBarThemeData? b,... method debugFillProperties (line 196) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ButtonBarTheme (line 230) | class ButtonBarTheme extends InheritedWidget { method of (line 253) | ButtonBarThemeData of(BuildContext context) method updateShouldNotify (line 259) | bool updateShouldNotify(ButtonBarTheme oldWidget) FILE: packages/flutter/lib/src/material/button_style.dart class ButtonStyle (line 99) | @immutable method copyWith (line 264) | ButtonStyle copyWith({ method merge (line 313) | ButtonStyle merge(ButtonStyle? style) method debugFillProperties (line 393) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method lerp (line 416) | ButtonStyle? lerp(ButtonStyle? a, ButtonStyle? b, double t) method _lerpProperties (line 443) | MaterialStateProperty? _lerpProperties(MaterialStateProperty... method _lerpSides (line 451) | MaterialStateProperty? _lerpSides(MaterialStateProperty? _lerpShapes(MaterialStatePrope... class _LerpProperties (line 465) | class _LerpProperties implements MaterialStateProperty { method resolve (line 474) | T? resolve(Set states) class _LerpSides (line 481) | class _LerpSides implements MaterialStateProperty { method resolve (line 489) | BorderSide? resolve(Set states) class _LerpShapes (line 502) | class _LerpShapes implements MaterialStateProperty { method resolve (line 510) | OutlinedBorder? resolve(Set states) FILE: packages/flutter/lib/src/material/button_style_button.dart class ButtonStyleButton (line 29) | abstract class ButtonStyleButton extends StatefulWidget { method defaultStyleOf (line 119) | ButtonStyle defaultStyleOf(BuildContext context) method themeStyleOf (line 133) | ButtonStyle? themeStyleOf(BuildContext context) method createState (line 142) | State createState() method debugFillProperties (line 145) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method allOrNull (line 155) | MaterialStateProperty? allOrNull(T? value) method scaledPadding (line 165) | EdgeInsetsGeometry scaledPadding( class _ButtonStyleState (line 195) | class _ButtonStyleState extends State with MaterialSt... method initState (line 201) | void initState() method dispose (line 207) | void dispose() method didUpdateWidget (line 213) | void didUpdateWidget(ButtonStyleButton oldWidget) method build (line 226) | Widget build(BuildContext context) method effectiveValue (line 232) | T? effectiveValue(T? Function(ButtonStyle? style) getProperty) method resolve (line 239) | T? resolve(MaterialStateProperty? Function(ButtonStyle? style) g... class _MouseCursor (line 413) | class _MouseCursor extends MaterialStateMouseCursor { method resolve (line 419) | MouseCursor resolve(Set states) class _InputPadding (line 430) | class _InputPadding extends SingleChildRenderObjectWidget { method createRenderObject (line 440) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 445) | void updateRenderObject(BuildContext context, covariant _RenderInputPa... class _RenderInputPadding (line 450) | class _RenderInputPadding extends RenderShiftedBox { method computeMinIntrinsicWidth (line 463) | double computeMinIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 470) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicWidth (line 477) | double computeMaxIntrinsicWidth(double height) method computeMaxIntrinsicHeight (line 484) | double computeMaxIntrinsicHeight(double width) method _computeSize (line 490) | Size _computeSize({required BoxConstraints constraints, required Child... method computeDryLayout (line 501) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 509) | void performLayout() method hitTest (line 521) | bool hitTest(BoxHitTestResult result, { required Offset position }) FILE: packages/flutter/lib/src/material/button_theme.dart type ButtonTextTheme (line 27) | enum ButtonTextTheme { type ButtonBarLayoutBehavior (line 40) | enum ButtonBarLayoutBehavior { class ButtonTheme (line 76) | class ButtonTheme extends InheritedTheme { method of (line 143) | ButtonThemeData of(BuildContext context) method wrap (line 160) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 165) | bool updateShouldNotify(ButtonTheme oldWidget) class ButtonThemeData (line 190) | @immutable method getBrightness (line 435) | Brightness getBrightness(MaterialButton button) method getTextTheme (line 444) | ButtonTextTheme getTextTheme(MaterialButton button) method getDisabledTextColor (line 457) | Color getDisabledTextColor(MaterialButton button) method getDisabledFillColor (line 475) | Color getDisabledFillColor(MaterialButton button) method getFillColor (line 508) | Color? getFillColor(MaterialButton button) method getTextColor (line 547) | Color getTextColor(MaterialButton button) method getSplashColor (line 587) | Color getSplashColor(MaterialButton button) method getFocusColor (line 616) | Color getFocusColor(MaterialButton button) method getHoverColor (line 629) | Color getHoverColor(MaterialButton button) method getHighlightColor (line 642) | Color getHighlightColor(MaterialButton button) method getElevation (line 660) | double getElevation(MaterialButton button) method getFocusElevation (line 674) | double getFocusElevation(MaterialButton button) method getHoverElevation (line 690) | double getHoverElevation(MaterialButton button) method getHighlightElevation (line 706) | double getHighlightElevation(MaterialButton button) method getDisabledElevation (line 722) | double getDisabledElevation(MaterialButton button) method getPadding (line 741) | EdgeInsetsGeometry getPadding(MaterialButton button) method getShape (line 764) | ShapeBorder getShape(MaterialButton button) method getAnimationDuration (line 772) | Duration getAnimationDuration(MaterialButton button) method getConstraints (line 781) | BoxConstraints getConstraints(MaterialButton button) method getMaterialTapTargetSize (line 791) | MaterialTapTargetSize getMaterialTapTargetSize(MaterialButton button) method copyWith (line 797) | ButtonThemeData copyWith({ method debugFillProperties (line 875) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/calendar_date_picker.dart class CalendarDatePicker (line 58) | class CalendarDatePicker extends StatefulWidget { method createState (line 149) | State createState() class _CalendarDatePickerState (line 152) | class _CalendarDatePickerState extends State { method initState (line 163) | void initState() method didUpdateWidget (line 171) | void didUpdateWidget(CalendarDatePicker oldWidget) method didChangeDependencies (line 183) | void didChangeDependencies() method _vibrate (line 199) | void _vibrate() method _handleModeChanged (line 213) | void _handleModeChanged(DatePickerMode mode) method _handleMonthChanged (line 231) | void _handleMonthChanged(DateTime date) method _handleYearChanged (line 240) | void _handleYearChanged(DateTime value) method _handleDayChanged (line 255) | void _handleDayChanged(DateTime value) method _buildPicker (line 263) | Widget _buildPicker() method build (line 294) | Widget build(BuildContext context) class _DatePickerModeToggleButton (line 322) | class _DatePickerModeToggleButton extends StatefulWidget { method createState (line 339) | _DatePickerModeToggleButtonState createState() class _DatePickerModeToggleButtonState (line 342) | class _DatePickerModeToggleButtonState extends State<_DatePickerModeTogg... method initState (line 346) | void initState() method didUpdateWidget (line 357) | void didUpdateWidget(_DatePickerModeToggleButton oldWidget) method build (line 371) | Widget build(BuildContext context) method dispose (line 426) | void dispose() class _MonthPicker (line 432) | class _MonthPicker extends StatefulWidget { method createState (line 487) | _MonthPickerState createState() class _MonthPickerState (line 490) | class _MonthPickerState extends State<_MonthPicker> { method initState (line 504) | void initState() method didChangeDependencies (line 525) | void didChangeDependencies() method didUpdateWidget (line 532) | void didUpdateWidget(_MonthPicker oldWidget) method dispose (line 543) | void dispose() method _handleDateSelected (line 549) | void _handleDateSelected(DateTime selectedDate) method _handleMonthPageChanged (line 554) | void _handleMonthPageChanged(int monthPage) method _focusableDayForMonth (line 577) | DateTime? _focusableDayForMonth(DateTime month, int preferredDay) method _handleNextMonth (line 597) | void _handleNextMonth() method _handlePreviousMonth (line 611) | void _handlePreviousMonth() method _showMonth (line 625) | void _showMonth(DateTime month, { bool jump = false}) method _handleGridFocusChange (line 653) | void _handleGridFocusChange(bool focused) method _handleGridNextFocus (line 668) | void _handleGridNextFocus(NextFocusIntent intent) method _handleGridPreviousFocus (line 674) | void _handleGridPreviousFocus(PreviousFocusIntent intent) method _handleDirectionFocus (line 688) | void _handleDirectionFocus(DirectionalFocusIntent intent) method _dayDirectionOffset (line 708) | int _dayDirectionOffset(TraversalDirection traversalDirection, TextDir... method _nextDateInDirection (line 719) | DateTime? _nextDateInDirection(DateTime date, TraversalDirection direc... method _isSelectable (line 731) | bool _isSelectable(DateTime date) method _buildItems (line 735) | Widget _buildItems(BuildContext context, int index) method build (line 750) | Widget build(BuildContext context) class _FocusedDate (line 807) | class _FocusedDate extends InheritedWidget { method updateShouldNotify (line 817) | bool updateShouldNotify(_FocusedDate oldWidget) method of (line 821) | DateTime? of(BuildContext context) class _DayPicker (line 831) | class _DayPicker extends StatefulWidget { method createState (line 881) | _DayPickerState createState() class _DayPickerState (line 884) | class _DayPickerState extends State<_DayPicker> { method initState (line 890) | void initState() method didChangeDependencies (line 900) | void didChangeDependencies() method dispose (line 910) | void dispose() method _dayHeaders (line 935) | List _dayHeaders(TextStyle? headerStyle, MaterialLocalizations... method build (line 949) | Widget build(BuildContext context) class _DayPickerGridDelegate (line 1059) | class _DayPickerGridDelegate extends SliverGridDelegate { method getLayout (line 1063) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 1081) | bool shouldRelayout(_DayPickerGridDelegate oldDelegate) class YearPicker (line 1099) | class YearPicker extends StatefulWidget { method createState (line 1148) | State createState() class _YearPickerState (line 1151) | class _YearPickerState extends State { method initState (line 1158) | void initState() method didUpdateWidget (line 1164) | void didUpdateWidget(YearPicker oldWidget) method _scrollOffsetForYear (line 1171) | double _scrollOffsetForYear(DateTime date) method _buildYearItem (line 1179) | Widget _buildYearItem(BuildContext context, int index) method build (line 1253) | Widget build(BuildContext context) class _YearPickerGridDelegate (line 1274) | class _YearPickerGridDelegate extends SliverGridDelegate { method getLayout (line 1278) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 1292) | bool shouldRelayout(_YearPickerGridDelegate oldDelegate) FILE: packages/flutter/lib/src/material/card.dart class Card (line 46) | class Card extends StatelessWidget { method build (line 141) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/card_theme.dart class CardTheme (line 29) | @immutable method copyWith (line 78) | CardTheme copyWith({ method of (line 97) | CardTheme of(BuildContext context) method lerp (line 106) | CardTheme lerp(CardTheme? a, CardTheme? b, double t) method debugFillProperties (line 146) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/checkbox.dart class Checkbox (line 47) | class Checkbox extends StatefulWidget { method createState (line 312) | State createState() class _CheckboxState (line 315) | class _CheckboxState extends State with TickerProviderStateMix... method initState (line 320) | void initState() method didUpdateWidget (line 326) | void didUpdateWidget(Checkbox oldWidget) method dispose (line 335) | void dispose() method _resolveSide (line 374) | BorderSide? _resolveSide(BorderSide? side) method build (line 383) | Widget build(BuildContext context) class _CheckboxPainter (line 485) | class _CheckboxPainter extends ToggleablePainter { method _outerRectAt (line 540) | Rect _outerRectAt(Offset origin, double t) method _colorAt (line 549) | Color _colorAt(double t) method _createStrokePaint (line 555) | Paint _createStrokePaint() method _drawBox (line 562) | void _drawBox(Canvas canvas, Rect outer, Paint paint, BorderSide? side... method _drawCheck (line 571) | void _drawCheck(Canvas canvas, Offset origin, double t, Paint paint) method _drawDash (line 594) | void _drawDash(Canvas canvas, Offset origin, double t, Paint paint) method paint (line 607) | void paint(Canvas canvas, Size size) FILE: packages/flutter/lib/src/material/checkbox_list_tile.dart class CheckboxListTile (line 105) | class CheckboxListTile extends StatelessWidget { method _handleValueChange (line 276) | void _handleValueChange() method build (line 292) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/checkbox_theme.dart class CheckboxThemeData (line 33) | @immutable method copyWith (line 102) | CheckboxThemeData copyWith({ method lerp (line 129) | CheckboxThemeData lerp(CheckboxThemeData? a, CheckboxThemeData? b, dou... method debugFillProperties (line 177) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 190) | MaterialStateProperty? _lerpProperties( method _lerpSides (line 203) | BorderSide? _lerpSides(BorderSide? a, BorderSide? b, double t) class _LerpProperties (line 210) | class _LerpProperties implements MaterialStateProperty { method resolve (line 219) | T resolve(Set states) class CheckboxTheme (line 239) | class CheckboxTheme extends InheritedWidget { method of (line 259) | CheckboxThemeData of(BuildContext context) method updateShouldNotify (line 265) | bool updateShouldNotify(CheckboxTheme oldWidget) FILE: packages/flutter/lib/src/material/chip.dart class ChipAttributes (line 62) | abstract class ChipAttributes { class DeletableChipAttributes (line 202) | abstract class DeletableChipAttributes { class CheckmarkableChipAttributes (line 260) | abstract class CheckmarkableChipAttributes { class SelectableChipAttributes (line 295) | abstract class SelectableChipAttributes { class DisabledChipAttributes (line 405) | abstract class DisabledChipAttributes { class TappableChipAttributes (line 452) | abstract class TappableChipAttributes { class Chip (line 537) | class Chip extends StatelessWidget implements ChipAttributes, DeletableC... method build (line 613) | Widget build(BuildContext context) class InputChip (line 686) | class InputChip extends StatelessWidget method build (line 813) | Widget build(BuildContext context) class ChoiceChip (line 908) | class ChoiceChip extends StatelessWidget method build (line 1002) | Widget build(BuildContext context) class FilterChip (line 1123) | class FilterChip extends StatelessWidget method build (line 1224) | Widget build(BuildContext context) class ActionChip (line 1304) | class ActionChip extends StatelessWidget implements ChipAttributes, Tapp... method build (line 1380) | Widget build(BuildContext context) class RawChip (line 1435) | class RawChip extends StatefulWidget method createState (line 1574) | State createState() class _RawChipState (line 1577) | class _RawChipState extends State with MaterialStateMixin, Tick... method initState (line 1603) | void initState() method dispose (line 1670) | void dispose() method _handleTapDown (line 1678) | void _handleTapDown(TapDownDetails details) method _handleTapCancel (line 1688) | void _handleTapCancel() method _handleTap (line 1698) | void _handleTap() method _getShape (line 1711) | OutlinedBorder _getShape(ChipThemeData theme) method getBackgroundColor (line 1722) | Color? getBackgroundColor(ChipThemeData theme) method didUpdateWidget (line 1735) | void didUpdateWidget(RawChip oldWidget) method _wrapWithTooltip (line 1777) | Widget? _wrapWithTooltip({String? tooltip, bool enabled = true, Widget... method _buildDeleteIcon (line 1787) | Widget? _buildDeleteIcon( method build (line 1823) | Widget build(BuildContext context) class _ChipRedirectingHitDetectionWidget (line 1962) | class _ChipRedirectingHitDetectionWidget extends SingleChildRenderObject... method createRenderObject (line 1972) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1977) | void updateRenderObject(BuildContext context, covariant _RenderChipRed... class _RenderChipRedirectingHitDetection (line 1982) | class _RenderChipRedirectingHitDetection extends RenderConstrainedBox { method hitTest (line 1986) | bool hitTest(BoxHitTestResult result, { required Offset position }) class _ChipRenderWidget (line 2004) | class _ChipRenderWidget extends RenderObjectWidget { method createElement (line 2028) | _RenderChipElement createElement() method updateRenderObject (line 2031) | void updateRenderObject(BuildContext context, _RenderChip renderObject) method createRenderObject (line 2045) | RenderObject createRenderObject(BuildContext context) type _ChipSlot (line 2060) | enum _ChipSlot { class _RenderChipElement (line 2066) | class _RenderChipElement extends RenderObjectElement { method visitChildren (line 2078) | void visitChildren(ElementVisitor visitor) method forgetChild (line 2083) | void forgetChild(Element child) method _mountChild (line 2091) | void _mountChild(Widget widget, _ChipSlot slot) method mount (line 2103) | void mount(Element? parent, Object? newSlot) method _updateChild (line 2110) | void _updateChild(Widget widget, _ChipSlot slot) method update (line 2122) | void update(_ChipRenderWidget newWidget) method _updateRenderObject (line 2130) | void _updateRenderObject(RenderObject? child, _ChipSlot slot) method insertRenderObjectChild (line 2145) | void insertRenderObjectChild(RenderObject child, _ChipSlot slot) method removeRenderObjectChild (line 2152) | void removeRenderObjectChild(RenderObject child, _ChipSlot slot) method moveRenderObjectChild (line 2160) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... class _ChipRenderTheme (line 2165) | @immutable class _RenderChip (line 2231) | class _RenderChip extends RenderBox { method _updateChild (line 2264) | RenderBox? _updateChild(RenderBox? oldChild, RenderBox? newChild, _Chi... method attach (line 2331) | void attach(PipelineOwner owner) method detach (line 2339) | void detach() method redepthChildren (line 2347) | void redepthChildren() method visitChildren (line 2352) | void visitChildren(RenderObjectVisitor visitor) method debugDescribeChildren (line 2357) | List debugDescribeChildren() method add (line 2359) | void add(RenderBox? child, String name) method _minWidth (line 2374) | double _minWidth(RenderBox? box, double height) method _maxWidth (line 2378) | double _maxWidth(RenderBox? box, double height) method _minHeight (line 2382) | double _minHeight(RenderBox? box, double width) method _boxSize (line 2386) | Size _boxSize(RenderBox? box) method _boxRect (line 2388) | Rect _boxRect(RenderBox? box) method _boxParentData (line 2390) | BoxParentData _boxParentData(RenderBox box) method computeMinIntrinsicWidth (line 2393) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 2406) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 2416) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 2424) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 2427) | double? computeDistanceToActualBaseline(TextBaseline baseline) method _layoutLabel (line 2432) | Size _layoutLabel(BoxConstraints contentConstraints, double iconSizes,... method _layoutAvatar (line 2473) | Size _layoutAvatar(BoxConstraints contentConstraints, double contentSi... method _layoutDeleteIcon (line 2494) | Size _layoutDeleteIcon(BoxConstraints contentConstraints, double conte... method hitTest (line 2512) | bool hitTest(BoxHitTestResult result, { required Offset position }) method computeDryLayout (line 2542) | Size computeDryLayout(BoxConstraints constraints) method _computeSizes (line 2546) | _ChipSizes _computeSizes(BoxConstraints constraints, ChildLayouter lay... method performLayout (line 2587) | void performLayout() method centerLayout (line 2595) | Offset centerLayout(Size boxSize, double x) method _paintCheck (line 2730) | void _paintCheck(Canvas canvas, Offset origin, double size) method _paintSelectionOverlay (line 2784) | void _paintSelectionOverlay(PaintingContext context, Offset offset) method _paintAvatar (line 2802) | void _paintAvatar(PaintingContext context, Offset offset) method paintWithOverlay (line 2803) | void paintWithOverlay(PaintingContext context, Offset offset) method _paintChild (line 2829) | void _paintChild(PaintingContext context, Offset offset, RenderBox? ch... method paint (line 2855) | void paint(PaintingContext context, Offset offset) method debugPaint (line 2868) | void debugPaint(PaintingContext context, Offset offset) method hitTestSelf (line 2888) | bool hitTestSelf(Offset position) class _ChipSizes (line 2891) | class _ChipSizes { class _UnconstrainedInkSplashFactory (line 2910) | class _UnconstrainedInkSplashFactory extends InteractiveInkFeatureFactory { method create (line 2916) | InteractiveInkFeature create({ function _hitIsOnDeleteIcon (line 2944) | bool _hitIsOnDeleteIcon({ FILE: packages/flutter/lib/src/material/chip_theme.dart class ChipTheme (line 42) | class ChipTheme extends InheritedTheme { method of (line 88) | ChipThemeData of(BuildContext context) method wrap (line 94) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 99) | bool updateShouldNotify(ChipTheme oldWidget) class ChipThemeData (line 173) | @immutable method copyWith (line 414) | ChipThemeData copyWith({ method lerp (line 459) | ChipThemeData? lerp(ChipThemeData? a, ChipThemeData? b, double t) method _lerpSides (line 485) | BorderSide? _lerpSides(BorderSide? a, BorderSide? b, double t) method _lerpShapes (line 496) | OutlinedBorder? _lerpShapes(OutlinedBorder? a, OutlinedBorder? b, doub... method debugFillProperties (line 554) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/circle_avatar.dart class CircleAvatar (line 60) | class CircleAvatar extends StatelessWidget { method build (line 193) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/color_scheme.dart class ColorScheme (line 17) | @immutable method _brightnessFor (line 207) | Brightness _brightnessFor(Color color) method copyWith (line 272) | ColorScheme copyWith({ method lerp (line 307) | ColorScheme lerp(ColorScheme a, ColorScheme b, double t) method debugFillProperties (line 367) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/colors.dart class MaterialColor (line 16) | class MaterialColor extends ColorSwatch { class MaterialAccentColor (line 68) | class MaterialAccentColor extends ColorSwatch { class Colors (line 196) | class Colors { FILE: packages/flutter/lib/src/material/data_table.dart type DataColumnSortCallback (line 25) | typedef DataColumnSortCallback = void Function(int columnIndex, bool asc... class DataColumn (line 32) | @immutable class DataRow (line 88) | @immutable class DataCell (line 203) | @immutable class DataTable (line 349) | class DataTable extends StatelessWidget { method _initOnlyTextColumn (line 621) | int? _initOnlyTextColumn(List columns) method _handleSelectAll (line 641) | void _handleSelectAll(bool? checked, bool someChecked) method _buildCheckbox (line 673) | Widget _buildCheckbox({ method _buildHeadingCell (line 723) | Widget _buildHeadingCell({ method _buildDataCell (line 785) | Widget _buildDataCell({ method build (line 854) | Widget build(BuildContext context) class TableRowInkWell (line 1050) | class TableRowInkWell extends InkResponse { method getRectCallback (line 1073) | RectCallback getRectCallback(RenderBox referenceBox) method debugCheckContext (line 1100) | bool debugCheckContext(BuildContext context) class _SortArrow (line 1106) | class _SortArrow extends StatefulWidget { method createState (line 1121) | _SortArrowState createState() class _SortArrowState (line 1124) | class _SortArrowState extends State<_SortArrow> with TickerProviderState... method initState (line 1138) | void initState() method _rebuild (line 1160) | void _rebuild() method _resetOrientationAnimation (line 1166) | void _resetOrientationAnimation(AnimationStatus status) method didUpdateWidget (line 1175) | void didUpdateWidget(_SortArrow oldWidget) method dispose (line 1203) | void dispose() method build (line 1213) | Widget build(BuildContext context) class _NullTableColumnWidth (line 1229) | class _NullTableColumnWidth extends TableColumnWidth { method maxIntrinsicWidth (line 1233) | double maxIntrinsicWidth(Iterable cells, double containerWi... method minIntrinsicWidth (line 1236) | double minIntrinsicWidth(Iterable cells, double containerWi... class _NullWidget (line 1239) | class _NullWidget extends Widget { method createElement (line 1243) | Element createElement() FILE: packages/flutter/lib/src/material/data_table_source.dart class DataTableSource (line 21) | abstract class DataTableSource extends ChangeNotifier { method getRow (line 36) | DataRow? getRow(int index) FILE: packages/flutter/lib/src/material/data_table_theme.dart class DataTableThemeData (line 34) | @immutable method copyWith (line 88) | DataTableThemeData copyWith({ method lerp (line 121) | DataTableThemeData lerp(DataTableThemeData a, DataTableThemeData b, do... method debugFillProperties (line 176) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 191) | MaterialStateProperty? _lerpProperties(MaterialStateProperty?... class _LerpProperties (line 199) | class _LerpProperties implements MaterialStateProperty { method resolve (line 208) | T resolve(Set states) class DataTableTheme (line 228) | class DataTableTheme extends InheritedWidget { method of (line 252) | DataTableThemeData of(BuildContext context) method updateShouldNotify (line 258) | bool updateShouldNotify(DataTableTheme oldWidget) FILE: packages/flutter/lib/src/material/date.dart class DateUtils (line 12) | class DateUtils { method dateOnly (line 19) | DateTime dateOnly(DateTime date) method datesOnly (line 28) | DateTimeRange datesOnly(DateTimeRange range) method isSameDay (line 34) | bool isSameDay(DateTime? dateA, DateTime? dateB) method isSameMonth (line 43) | bool isSameMonth(DateTime? dateA, DateTime? dateB) method monthDelta (line 59) | int monthDelta(DateTime startDate, DateTime endDate) method addMonthsToMonthDate (line 74) | DateTime addMonthsToMonthDate(DateTime monthDate, int monthsToAdd) method addDaysToDate (line 80) | DateTime addDaysToDate(DateTime date, int days) method firstDayOffset (line 116) | int firstDayOffset(int year, int month, MaterialLocalizations localiza... method getDaysInMonth (line 137) | int getDaysInMonth(int year, int month) type DatePickerEntryMode (line 160) | enum DatePickerEntryMode { type DatePickerMode (line 190) | enum DatePickerMode { type SelectableDayPredicate (line 202) | typedef SelectableDayPredicate = bool Function(DateTime day); class DateTimeRange (line 213) | @immutable method toString (line 247) | String toString() FILE: packages/flutter/lib/src/material/date_picker.dart function showDatePicker (line 133) | Future showDatePicker({ class DatePickerDialog (line 234) | class DatePickerDialog extends StatefulWidget { method createState (line 352) | State createState() class _DatePickerDialogState (line 355) | class _DatePickerDialogState extends State with Restor... method restoreState (line 364) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _handleOk (line 373) | void _handleOk() method _handleCancel (line 385) | void _handleCancel() method _handleEntryModeToggle (line 389) | void _handleEntryModeToggle() method _handleDateChanged (line 408) | void _handleDateChanged(DateTime date) method _dialogSize (line 414) | Size _dialogSize(BuildContext context) method build (line 442) | Widget build(BuildContext context) method calendarDatePicker (line 479) | CalendarDatePicker calendarDatePicker() method inputDatePicker (line 492) | Form inputDatePicker() class _RestorableDatePickerEntryMode (line 622) | class _RestorableDatePickerEntryMode extends RestorableValue showDateRangePicker({ function _formatRangeStartDate (line 1006) | String _formatRangeStartDate(MaterialLocalizations localizations, DateTi... function _formatRangeEndDate (line 1020) | String _formatRangeEndDate(MaterialLocalizations localizations, DateTime... class DateRangePickerDialog (line 1037) | class DateRangePickerDialog extends StatefulWidget { method createState (line 1178) | State createState() class _DateRangePickerDialogState (line 1181) | class _DateRangePickerDialogState extends State w... method restoreState (line 1193) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _handleOk (line 1200) | void _handleOk() method _handleCancel (line 1217) | void _handleCancel() method _handleEntryModeToggle (line 1221) | void _handleEntryModeToggle() method _handleStartDateChanged (line 1256) | void _handleStartDateChanged(DateTime? date) method _handleEndDateChanged (line 1260) | void _handleEndDateChanged(DateTime? date) method build (line 1267) | Widget build(BuildContext context) class _CalendarRangePickerDialog (line 1400) | class _CalendarRangePickerDialog extends StatelessWidget { method build (line 1431) | Widget build(BuildContext context) class _CalendarDateRangePicker (line 1549) | class _CalendarDateRangePicker extends StatefulWidget { method createState (line 1600) | _CalendarDateRangePickerState createState() class _CalendarDateRangePickerState (line 1603) | class _CalendarDateRangePickerState extends State<_CalendarDateRangePick... method initState (line 1612) | void initState() method dispose (line 1632) | void dispose() method _scrollListener (line 1637) | void _scrollListener() method _vibrate (line 1651) | void _vibrate() method _updateSelection (line 1671) | void _updateSelection(DateTime date) method _buildMonthItem (line 1688) | Widget _buildMonthItem(BuildContext context, int index, bool beforeIni... method build (line 1705) | Widget build(BuildContext context) class _CalendarKeyboardNavigator (line 1748) | class _CalendarKeyboardNavigator extends StatefulWidget { method createState (line 1763) | _CalendarKeyboardNavigatorState createState() class _CalendarKeyboardNavigatorState (line 1766) | class _CalendarKeyboardNavigatorState extends State<_CalendarKeyboardNav... method initState (line 1780) | void initState() method dispose (line 1792) | void dispose() method _handleGridFocusChange (line 1797) | void _handleGridFocusChange(bool focused) method _handleGridNextFocus (line 1806) | void _handleGridNextFocus(NextFocusIntent intent) method _handleGridPreviousFocus (line 1812) | void _handleGridPreviousFocus(PreviousFocusIntent intent) method _handleDirectionFocus (line 1826) | void _handleDirectionFocus(DirectionalFocusIntent intent) method _dayDirectionOffset (line 1844) | int _dayDirectionOffset(TraversalDirection traversalDirection, TextDir... method _nextDateInDirection (line 1855) | DateTime? _nextDateInDirection(DateTime date, TraversalDirection direc... method build (line 1865) | Widget build(BuildContext context) class _FocusedDate (line 1884) | class _FocusedDate extends InheritedWidget { method updateShouldNotify (line 1896) | bool updateShouldNotify(_FocusedDate oldWidget) method of (line 1900) | _FocusedDate? of(BuildContext context) class _DayHeaders (line 1906) | class _DayHeaders extends StatelessWidget { method _getDayHeaders (line 1925) | List _getDayHeaders(TextStyle headerStyle, MaterialLocalizatio... method build (line 1939) | Widget build(BuildContext context) class _MonthItemGridDelegate (line 1969) | class _MonthItemGridDelegate extends SliverGridDelegate { method getLayout (line 1973) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 1984) | bool shouldRelayout(_MonthItemGridDelegate oldDelegate) class _MonthSliverGridLayout (line 1989) | class _MonthSliverGridLayout extends SliverGridLayout { method getMinChildIndexForScrollOffset (line 2038) | int getMinChildIndexForScrollOffset(double scrollOffset) method getMaxChildIndexForScrollOffset (line 2043) | int getMaxChildIndexForScrollOffset(double scrollOffset) method _getCrossAxisOffset (line 2048) | double _getCrossAxisOffset(double crossAxisStart, bool isPadding) method getGeometryForChildIndex (line 2059) | SliverGridGeometry getGeometryForChildIndex(int index) method computeMaxScrollOffset (line 2073) | double computeMaxScrollOffset(int childCount) class _MonthItem (line 2085) | class _MonthItem extends StatefulWidget { method createState (line 2156) | _MonthItemState createState() class _MonthItemState (line 2159) | class _MonthItemState extends State<_MonthItem> { method initState (line 2164) | void initState() method didChangeDependencies (line 2174) | void didChangeDependencies() method dispose (line 2184) | void dispose() method _highlightColor (line 2191) | Color _highlightColor(BuildContext context) method _dayFocusChanged (line 2195) | void _dayFocusChanged(bool focused) method _buildDayItem (line 2218) | Widget _buildDayItem(BuildContext context, DateTime dayToBuild, int fi... method _buildEdgeContainer (line 2326) | Widget _buildEdgeContainer(BuildContext context, bool isHighlighted) method build (line 2331) | Widget build(BuildContext context) type _HighlightPainterStyle (line 2442) | enum _HighlightPainterStyle { class _HighlightPainter (line 2462) | class _HighlightPainter extends CustomPainter { method paint (line 2474) | void paint(Canvas canvas, Size size) method shouldRepaint (line 2511) | bool shouldRepaint(CustomPainter oldDelegate) class _InputDateRangePickerDialog (line 2514) | class _InputDateRangePickerDialog extends StatelessWidget { method _formatDateRange (line 2540) | String _formatDateRange(BuildContext context, DateTime? start, DateTim... method build (line 2555) | Widget build(BuildContext context) class _InputDateRangePicker (line 2638) | class _InputDateRangePicker extends StatefulWidget { method createState (line 2726) | _InputDateRangePickerState createState() class _InputDateRangePickerState (line 2731) | class _InputDateRangePickerState extends State<_InputDateRangePicker> { method initState (line 2743) | void initState() method dispose (line 2752) | void dispose() method didChangeDependencies (line 2759) | void didChangeDependencies() method validate (line 2781) | bool validate() method _parseDate (line 2796) | DateTime? _parseDate(String? text) method _validateDate (line 2801) | String? _validateDate(DateTime? date) method _updateController (line 2810) | void _updateController(TextEditingController controller, String text, ... method _handleStartChanged (line 2821) | void _handleStartChanged(String text) method _handleEndChanged (line 2832) | void _handleEndChanged(String text) method build (line 2844) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/date_picker_deprecated.dart class _DayPickerGridDelegate (line 30) | class _DayPickerGridDelegate extends SliverGridDelegate { method getLayout (line 34) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 50) | bool shouldRelayout(_DayPickerGridDelegate oldDelegate) class DayPicker (line 70) | @Deprecated( method _getDayHeaders (line 160) | List _getDayHeaders(TextStyle? headerStyle, MaterialLocalizati... method getDaysInMonth (line 181) | int getDaysInMonth(int year, int month) method _computeFirstDayOffset (line 223) | int _computeFirstDayOffset(int year, int month, MaterialLocalizations ... method build (line 236) | Widget build(BuildContext context) class MonthPicker (line 356) | @Deprecated( method createState (line 404) | State createState() class _MonthPickerState (line 407) | class _MonthPickerState extends State with SingleTickerProv... method initState (line 412) | void initState() method didUpdateWidget (line 428) | void didUpdateWidget(MonthPicker oldWidget) method didChangeDependencies (line 441) | void didChangeDependencies() method _updateCurrentDate (line 454) | void _updateCurrentDate() method _monthDelta (line 467) | int _monthDelta(DateTime startDate, DateTime endDate) method _addMonthsToMonthDate (line 472) | DateTime _addMonthsToMonthDate(DateTime monthDate, int monthsToAdd) method _buildItems (line 476) | Widget _buildItems(BuildContext context, int index) method _handleNextMonth (line 491) | void _handleNextMonth() method _handlePreviousMonth (line 498) | void _handlePreviousMonth() method _handleMonthPageChanged (line 518) | void _handleMonthPageChanged(int monthPage) method build (line 527) | Widget build(BuildContext context) method dispose (line 593) | void dispose() class _MonthPickerSortKey (line 603) | class _MonthPickerSortKey extends OrdinalSortKey { FILE: packages/flutter/lib/src/material/debug.dart function debugCheckHasMaterial (line 26) | bool debugCheckHasMaterial(BuildContext context) function debugCheckHasMaterialLocalizations (line 73) | bool debugCheckHasMaterialLocalizations(BuildContext context) function debugCheckHasScaffold (line 115) | bool debugCheckHasScaffold(BuildContext context) function debugCheckHasScaffoldMessenger (line 148) | bool debugCheckHasScaffoldMessenger(BuildContext context) FILE: packages/flutter/lib/src/material/desktop_text_selection.dart class _DesktopTextSelectionControls (line 21) | class _DesktopTextSelectionControls extends TextSelectionControls { method getHandleSize (line 24) | Size getHandleSize(double textLineHeight) method buildToolbar (line 30) | Widget buildToolbar( method buildHandle (line 56) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleAnchor (line 62) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... method canSelectAll (line 67) | bool canSelectAll(TextSelectionDelegate delegate) class _DesktopTextSelectionControlsToolbar (line 82) | class _DesktopTextSelectionControlsToolbar extends StatefulWidget { method createState (line 109) | _DesktopTextSelectionControlsToolbarState createState() class _DesktopTextSelectionControlsToolbarState (line 112) | class _DesktopTextSelectionControlsToolbarState extends State<_DesktopTe... method _onChangedClipboardStatus (line 115) | void _onChangedClipboardStatus() method initState (line 122) | void initState() method didUpdateWidget (line 132) | void didUpdateWidget(_DesktopTextSelectionControlsToolbar oldWidget) method dispose (line 148) | void dispose() method build (line 161) | Widget build(BuildContext context) method addToolbarButton (line 182) | void addToolbarButton( class _DesktopTextSelectionToolbar (line 233) | class _DesktopTextSelectionToolbar extends StatelessWidget { method _defaultToolbarBuilder (line 261) | Widget _defaultToolbarBuilder(BuildContext context, Widget child) method build (line 275) | Widget build(BuildContext context) class _DesktopTextSelectionToolbarButton (line 317) | class _DesktopTextSelectionToolbarButton extends StatelessWidget { method build (line 350) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/dialog.dart class Dialog (line 37) | class Dialog extends StatelessWidget { method build (line 136) | Widget build(BuildContext context) class AlertDialog (line 245) | class AlertDialog extends StatelessWidget { method build (line 464) | Widget build(BuildContext context) class SimpleDialogOption (line 632) | class SimpleDialogOption extends StatelessWidget { method build (line 660) | Widget build(BuildContext context) class SimpleDialog (line 743) | class SimpleDialog extends StatelessWidget { method build (line 843) | Widget build(BuildContext context) function _buildMaterialDialogTransitions (line 938) | Widget _buildMaterialDialogTransitions(BuildContext context, Animation showDialog({ class DialogRoute (line 1094) | class DialogRoute extends RawDialogRoute { function _paddingScaleFactor (line 1126) | double _paddingScaleFactor(double textScaleFactor) FILE: packages/flutter/lib/src/material/dialog_theme.dart class DialogTheme (line 30) | @immutable method copyWith (line 73) | DialogTheme copyWith({ method of (line 92) | DialogTheme of(BuildContext context) method lerp (line 101) | DialogTheme lerp(DialogTheme? a, DialogTheme? b, double t) method debugFillProperties (line 132) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/divider.dart class Divider (line 43) | class Divider extends StatelessWidget { method createBorderSide (line 136) | BorderSide createBorderSide(BuildContext? context, { Color? color, dou... method build (line 157) | Widget build(BuildContext context) class VerticalDivider (line 204) | class VerticalDivider extends StatelessWidget { method build (line 268) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/divider_theme.dart class DividerThemeData (line 29) | @immutable method copyWith (line 65) | DividerThemeData copyWith({ method lerp (line 86) | DividerThemeData lerp(DividerThemeData? a, DividerThemeData? b, double t) method debugFillProperties (line 123) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class DividerTheme (line 136) | class DividerTheme extends InheritedTheme { method of (line 162) | DividerThemeData of(BuildContext context) method wrap (line 168) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 173) | bool updateShouldNotify(DividerTheme oldWidget) FILE: packages/flutter/lib/src/material/drawer.dart type DrawerAlignment (line 17) | enum DrawerAlignment { class Drawer (line 135) | class Drawer extends StatelessWidget { method build (line 194) | Widget build(BuildContext context) type DrawerCallback (line 228) | typedef DrawerCallback = void Function(bool isOpened); class DrawerController (line 244) | class DrawerController extends StatefulWidget { method createState (line 333) | DrawerControllerState createState() class DrawerControllerState (line 339) | class DrawerControllerState extends State with SingleT... method initState (line 341) | void initState() method dispose (line 354) | void dispose() method didChangeDependencies (line 361) | void didChangeDependencies() method didUpdateWidget (line 367) | void didUpdateWidget(DrawerController oldWidget) method _animationChanged (line 383) | void _animationChanged() method _ensureHistoryEntry (line 392) | void _ensureHistoryEntry() method _animationStatusChanged (line 403) | void _animationStatusChanged(AnimationStatus status) method _handleHistoryEntryRemoved (line 419) | void _handleHistoryEntryRemoved() method _handleDragDown (line 426) | void _handleDragDown(DragDownDetails details) method _handleDragCancel (line 431) | void _handleDragCancel() method _move (line 452) | void _move(DragUpdateDetails details) method _settle (line 476) | void _settle(DragEndDetails details) method open (line 508) | void open() method close (line 514) | void close() method _buildScrimColorTween (line 522) | ColorTween _buildScrimColorTween() method _buildDrawer (line 551) | Widget _buildDrawer(BuildContext context) method build (line 652) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/drawer_header.dart class DrawerHeader (line 27) | class DrawerHeader extends StatelessWidget { method build (line 75) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/drawer_theme.dart class DrawerThemeData (line 30) | @immutable method copyWith (line 55) | DrawerThemeData copyWith({ method lerp (line 74) | DrawerThemeData? lerp(DrawerThemeData? a, DrawerThemeData? b, double t) method debugFillProperties (line 110) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class DrawerTheme (line 126) | class DrawerTheme extends InheritedTheme { method of (line 149) | DrawerThemeData of(BuildContext context) method wrap (line 155) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 160) | bool updateShouldNotify(DrawerTheme oldWidget) FILE: packages/flutter/lib/src/material/dropdown.dart type DropdownButtonBuilder (line 39) | typedef DropdownButtonBuilder = List Function(BuildContext conte... class _DropdownMenuPainter (line 41) | class _DropdownMenuPainter extends CustomPainter { method paint (line 68) | void paint(Canvas canvas, Size size) method shouldRepaint (line 86) | bool shouldRepaint(_DropdownMenuPainter oldPainter) class _DropdownMenuItemButton (line 96) | class _DropdownMenuItemButton extends StatefulWidget { method createState (line 117) | _DropdownMenuItemButtonState createState() class _DropdownMenuItemButtonState (line 120) | class _DropdownMenuItemButtonState extends State<_DropdownMenuItemBut... method _handleFocusChange (line 121) | void _handleFocusChange(bool focused) method _handleOnTap (line 146) | void _handleOnTap() method build (line 165) | Widget build(BuildContext context) class _DropdownMenu (line 213) | class _DropdownMenu extends StatefulWidget { method createState (line 234) | _DropdownMenuState createState() class _DropdownMenuState (line 237) | class _DropdownMenuState extends State<_DropdownMenu> { method initState (line 242) | void initState() method build (line 261) | Widget build(BuildContext context) class _DropdownMenuRouteLayout (line 336) | class _DropdownMenuRouteLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 348) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 368) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 397) | bool shouldRelayout(_DropdownMenuRouteLayout oldDelegate) class _DropdownRouteResult (line 405) | @immutable class _MenuLimits (line 421) | class _MenuLimits { class _DropdownRoute (line 429) | class _DropdownRoute extends PopupRoute<_DropdownRouteResult> { method buildPage (line 476) | Widget buildPage(BuildContext context, Animation animation, An... method _dismiss (line 497) | void _dismiss() method getItemOffset (line 503) | double getItemOffset(int index) method getMenuLimits (line 518) | _MenuLimits getMenuLimits(Rect buttonRect, double availableHeight, int... class _DropdownRoutePage (line 585) | class _DropdownRoutePage extends StatelessWidget { method build (line 616) | Widget build(BuildContext context) class _MenuItem (line 668) | class _MenuItem extends SingleChildRenderObjectWidget { method createRenderObject (line 679) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 684) | void updateRenderObject(BuildContext context, covariant _RenderMenuIte... class _RenderMenuItem (line 689) | class _RenderMenuItem extends RenderProxyBox { method performLayout (line 695) | void performLayout() class _DropdownMenuItemContainer (line 704) | class _DropdownMenuItemContainer extends StatelessWidget { method build (line 733) | Widget build(BuildContext context) class DropdownMenuItem (line 746) | class DropdownMenuItem extends _DropdownMenuItemContainer { class DropdownButtonHideUnderline (line 780) | class DropdownButtonHideUnderline extends InheritedWidget { method at (line 791) | bool at(BuildContext context) method updateShouldNotify (line 796) | bool updateShouldNotify(DropdownButtonHideUnderline oldWidget) class DropdownButton (line 841) | class DropdownButton extends StatefulWidget { method createState (line 1124) | State> createState() class _DropdownButtonState (line 1127) | class _DropdownButtonState extends State> with Widg... method _createFocusNode (line 1138) | FocusNode _createFocusNode() method initState (line 1143) | void initState() method dispose (line 1164) | void dispose() method _removeDropdownRoute (line 1173) | void _removeDropdownRoute() method _handleFocusChanged (line 1179) | void _handleFocusChanged() method _handleFocusHighlightModeChange (line 1187) | void _handleFocusHighlightModeChange(FocusHighlightMode mode) method didUpdateWidget (line 1197) | void didUpdateWidget(DropdownButton oldWidget) method _updateSelectedIndex (line 1210) | void _updateSelectedIndex() method _handleTap (line 1232) | void _handleTap() method _getOrientation (line 1325) | Orientation _getOrientation(BuildContext context) method build (line 1346) | Widget build(BuildContext context) class DropdownButtonFormField (line 1503) | class DropdownButtonFormField extends FormField { method isHintOrDisabledHintAvailable (line 1586) | bool isHintOrDisabledHintAvailable() method createState (line 1652) | FormFieldState createState() class _DropdownButtonFormFieldState (line 1655) | class _DropdownButtonFormFieldState extends FormFieldState { method didChange (line 1660) | void didChange(T? value) method didUpdateWidget (line 1667) | void didUpdateWidget(DropdownButtonFormField oldWidget) FILE: packages/flutter/lib/src/material/elevated_button.dart class ElevatedButton (line 60) | class ElevatedButton extends ButtonStyleButton { method styleFrom (line 146) | ButtonStyle styleFrom({ method defaultStyleOf (line 280) | ButtonStyle defaultStyleOf(BuildContext context) method themeStyleOf (line 316) | ButtonStyle? themeStyleOf(BuildContext context) class _ElevatedButtonDefaultBackground (line 321) | @immutable method resolve (line 329) | Color? resolve(Set states) class _ElevatedButtonDefaultForeground (line 336) | @immutable method resolve (line 344) | Color? resolve(Set states) class _ElevatedButtonDefaultOverlay (line 351) | @immutable method resolve (line 358) | Color? resolve(Set states) class _ElevatedButtonDefaultElevation (line 367) | @immutable method resolve (line 374) | double resolve(Set states) class _ElevatedButtonDefaultMouseCursor (line 387) | @immutable method resolve (line 395) | MouseCursor? resolve(Set states) class _ElevatedButtonWithIcon (line 402) | class _ElevatedButtonWithIcon extends ElevatedButton { method defaultStyleOf (line 431) | ButtonStyle defaultStyleOf(BuildContext context) class _ElevatedButtonWithIconChild (line 444) | class _ElevatedButtonWithIconChild extends StatelessWidget { method build (line 451) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/elevated_button_theme.dart class ElevatedButtonThemeData (line 31) | @immutable method lerp (line 48) | ElevatedButtonThemeData? lerp(ElevatedButtonThemeData? a, ElevatedButt... method debugFillProperties (line 72) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ElevatedButtonTheme (line 89) | class ElevatedButtonTheme extends InheritedTheme { method of (line 112) | ElevatedButtonThemeData of(BuildContext context) method wrap (line 118) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 123) | bool updateShouldNotify(ElevatedButtonTheme oldWidget) FILE: packages/flutter/lib/src/material/elevation_overlay.dart class ElevationOverlay (line 13) | class ElevationOverlay { method applyOverlay (line 44) | Color applyOverlay(BuildContext context, Color color, double elevation) method overlayColor (line 62) | Color overlayColor(BuildContext context, double elevation) method colorWithOverlay (line 74) | Color colorWithOverlay(Color surface, Color overlay, double elevation) method _overlayColor (line 79) | Color _overlayColor(Color color, double elevation) FILE: packages/flutter/lib/src/material/expand_icon.dart class ExpandIcon (line 30) | class ExpandIcon extends StatefulWidget { method createState (line 100) | State createState() class _ExpandIconState (line 103) | class _ExpandIconState extends State with SingleTickerProvid... method initState (line 111) | void initState() method dispose (line 122) | void dispose() method didUpdateWidget (line 128) | void didUpdateWidget(ExpandIcon oldWidget) method _handlePressed (line 139) | void _handlePressed() method build (line 166) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/expansion_panel.dart class _SaltedKey (line 20) | class _SaltedKey extends LocalKey { method toString (line 39) | String toString() type ExpansionPanelCallback (line 51) | typedef ExpansionPanelCallback = void Function(int panelIndex, bool isEx... type ExpansionPanelHeaderBuilder (line 55) | typedef ExpansionPanelHeaderBuilder = Widget Function(BuildContext conte... class ExpansionPanel (line 70) | class ExpansionPanel { class ExpansionPanelRadio (line 119) | class ExpansionPanelRadio extends ExpansionPanel { class ExpansionPanelList (line 161) | class ExpansionPanelList extends StatefulWidget { method createState (line 258) | State createState() class _ExpansionPanelListState (line 261) | class _ExpansionPanelListState extends State { method initState (line 265) | void initState() method didUpdateWidget (line 277) | void didUpdateWidget(ExpansionPanelList oldWidget) method _allIdentifiersUnique (line 293) | bool _allIdentifiersUnique() method _isChildExpanded (line 301) | bool _isChildExpanded(int index) method _handlePressed (line 309) | void _handlePressed(bool isExpanded, int index) method searchPanelByValue (line 331) | ExpansionPanelRadio? searchPanelByValue(List pane... method build (line 340) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/expansion_tile.dart class ExpansionTile (line 45) | class ExpansionTile extends StatefulWidget { method createState (line 205) | State createState() class _ExpansionTileState (line 208) | class _ExpansionTileState extends State with SingleTicker... method initState (line 229) | void initState() method dispose (line 245) | void dispose() method _handleTap (line 250) | void _handleTap() method _effectiveAffinity (line 270) | ListTileControlAffinity _effectiveAffinity(ListTileControlAffinity? af... method _buildIcon (line 280) | Widget? _buildIcon(BuildContext context) method _buildLeadingIcon (line 287) | Widget? _buildLeadingIcon(BuildContext context) method _buildTrailingIcon (line 293) | Widget? _buildTrailingIcon(BuildContext context) method _buildChildren (line 299) | Widget _buildChildren(BuildContext context, Widget? child) method didChangeDependencies (line 338) | void didChangeDependencies() method build (line 355) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/feedback.dart class Feedback (line 84) | class Feedback { method forTap (line 97) | Future forTap(BuildContext context) method wrapForTap (line 121) | GestureTapCallback? wrapForTap(GestureTapCallback? callback, BuildCont... method forLongPress (line 139) | Future forLongPress(BuildContext context) method wrapForLongPress (line 164) | GestureLongPressCallback? wrapForLongPress(GestureLongPressCallback? c... method _platform (line 173) | TargetPlatform _platform(BuildContext context) FILE: packages/flutter/lib/src/material/flat_button.dart class FlatButton (line 25) | @Deprecated( method build (line 133) | Widget build(BuildContext context) class _FlatButtonWithIcon (line 173) | class _FlatButtonWithIcon extends FlatButton with MaterialButtonWithIcon... FILE: packages/flutter/lib/src/material/flexible_space_bar.dart type CollapseMode (line 15) | enum CollapseMode { type StretchMode (line 27) | enum StretchMode { class FlexibleSpaceBar (line 73) | class FlexibleSpaceBar extends StatefulWidget { method createSettings (line 144) | Widget createSettings({ method createState (line 164) | State createState() class _FlexibleSpaceBarState (line 167) | class _FlexibleSpaceBarState extends State { method _getEffectiveCenterTitle (line 168) | bool _getEffectiveCenterTitle(ThemeData theme) method _getTitleAlignment (line 184) | Alignment _getTitleAlignment(bool effectiveCenterTitle) method _getCollapsePadding (line 197) | double _getCollapsePadding(double t, FlexibleSpaceBarSettings settings) method build (line 210) | Widget build(BuildContext context) class FlexibleSpaceBarSettings (line 360) | class FlexibleSpaceBarSettings extends InheritedWidget { method updateShouldNotify (line 412) | bool updateShouldNotify(FlexibleSpaceBarSettings oldWidget) FILE: packages/flutter/lib/src/material/floating_action_button.dart class _DefaultHeroTag (line 37) | class _DefaultHeroTag { method toString (line 40) | String toString() type _FloatingActionButtonType (line 43) | enum _FloatingActionButtonType { class FloatingActionButton (line 94) | class FloatingActionButton extends StatelessWidget { method build (line 519) | Widget build(BuildContext context) method debugFillProperties (line 647) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ChildOverflowBox (line 674) | class _ChildOverflowBox extends SingleChildRenderObjectWidget { method createRenderObject (line 681) | _RenderChildOverflowBox createRenderObject(BuildContext context) method updateRenderObject (line 688) | void updateRenderObject(BuildContext context, _RenderChildOverflowBox ... class _RenderChildOverflowBox (line 693) | class _RenderChildOverflowBox extends RenderAligningShiftedBox { method computeMinIntrinsicWidth (line 700) | double computeMinIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 703) | double computeMinIntrinsicHeight(double width) method computeDryLayout (line 706) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 719) | void performLayout() FILE: packages/flutter/lib/src/material/floating_action_button_location.dart class FloatingActionButtonLocation (line 164) | abstract class FloatingActionButtonLocation { method getOffset (line 429) | Offset getOffset(ScaffoldPrelayoutGeometry scaffoldGeometry) method toString (line 432) | String toString() class StandardFabLocation (line 468) | abstract class StandardFabLocation extends FloatingActionButtonLocation { method getOffsetX (line 477) | double getOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double a... method getOffsetY (line 483) | double getOffsetY(ScaffoldPrelayoutGeometry scaffoldGeometry, double a... method isMini (line 487) | bool isMini () method getOffset (line 490) | Offset getOffset(ScaffoldPrelayoutGeometry scaffoldGeometry) method _leftOffsetX (line 499) | double _leftOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double... method _rightOffsetX (line 506) | double _rightOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, doubl... function getOffsetY (line 530) | double getOffsetY(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function getOffsetY (line 545) | double getOffsetY(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function getOffsetY (line 571) | double getOffsetY(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function getOffsetX (line 612) | double getOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function getOffsetX (line 627) | double getOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function getOffsetX (line 636) | double getOffsetX(ScaffoldPrelayoutGeometry scaffoldGeometry, double adj... function isMini (line 650) | bool isMini () class _StartTopFabLocation (line 653) | class _StartTopFabLocation extends StandardFabLocation method toString (line 658) | String toString() class _MiniStartTopFabLocation (line 661) | class _MiniStartTopFabLocation extends StandardFabLocation method toString (line 666) | String toString() class _CenterTopFabLocation (line 669) | class _CenterTopFabLocation extends StandardFabLocation method toString (line 674) | String toString() class _MiniCenterTopFabLocation (line 677) | class _MiniCenterTopFabLocation extends StandardFabLocation method toString (line 682) | String toString() class _EndTopFabLocation (line 685) | class _EndTopFabLocation extends StandardFabLocation method toString (line 690) | String toString() class _MiniEndTopFabLocation (line 693) | class _MiniEndTopFabLocation extends StandardFabLocation method toString (line 698) | String toString() class _StartFloatFabLocation (line 701) | class _StartFloatFabLocation extends StandardFabLocation method toString (line 706) | String toString() class _MiniStartFloatFabLocation (line 709) | class _MiniStartFloatFabLocation extends StandardFabLocation method toString (line 714) | String toString() class _CenterFloatFabLocation (line 717) | class _CenterFloatFabLocation extends StandardFabLocation method toString (line 722) | String toString() class _MiniCenterFloatFabLocation (line 725) | class _MiniCenterFloatFabLocation extends StandardFabLocation method toString (line 730) | String toString() class _EndFloatFabLocation (line 733) | class _EndFloatFabLocation extends StandardFabLocation method toString (line 738) | String toString() class _MiniEndFloatFabLocation (line 741) | class _MiniEndFloatFabLocation extends StandardFabLocation method toString (line 746) | String toString() class _StartDockedFabLocation (line 749) | class _StartDockedFabLocation extends StandardFabLocation method toString (line 754) | String toString() class _MiniStartDockedFabLocation (line 757) | class _MiniStartDockedFabLocation extends StandardFabLocation method toString (line 762) | String toString() class _CenterDockedFabLocation (line 765) | class _CenterDockedFabLocation extends StandardFabLocation method toString (line 770) | String toString() class _MiniCenterDockedFabLocation (line 773) | class _MiniCenterDockedFabLocation extends StandardFabLocation method toString (line 778) | String toString() class _EndDockedFabLocation (line 781) | class _EndDockedFabLocation extends StandardFabLocation method toString (line 786) | String toString() class _MiniEndDockedFabLocation (line 789) | class _MiniEndDockedFabLocation extends StandardFabLocation method toString (line 794) | String toString() class FloatingActionButtonAnimator (line 813) | abstract class FloatingActionButtonAnimator { method getOffset (line 839) | Offset getOffset({ required Offset begin, required Offset end, require... method getScaleAnimation (line 858) | Animation getScaleAnimation({ required Animation paren... method getRotationAnimation (line 876) | Animation getRotationAnimation({ required Animation pa... method getAnimationRestart (line 890) | double getAnimationRestart(double previousValue) method toString (line 893) | String toString() class _ScalingFabMotionAnimator (line 896) | class _ScalingFabMotionAnimator extends FloatingActionButtonAnimator { method getOffset (line 900) | Offset getOffset({ required Offset begin, required Offset end, require... method getScaleAnimation (line 909) | Animation getScaleAnimation({ required Animation paren... method getRotationAnimation (line 931) | Animation getRotationAnimation({ required Animation pa... method getAnimationRestart (line 945) | double getAnimationRestart(double previousValue) class _AnimationSwap (line 952) | class _AnimationSwap extends CompoundAnimation { FILE: packages/flutter/lib/src/material/floating_action_button_theme.dart class FloatingActionButtonThemeData (line 29) | @immutable method copyWith (line 130) | FloatingActionButtonThemeData copyWith({ method lerp (line 179) | FloatingActionButtonThemeData? lerp(FloatingActionButtonThemeData? a, ... method debugFillProperties (line 260) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/flutter_logo.dart class FlutterLogo (line 15) | class FlutterLogo extends StatelessWidget { method build (line 63) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/grid_tile.dart class GridTile (line 19) | class GridTile extends StatelessWidget { method build (line 47) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/grid_tile_bar.dart class GridTileBar (line 21) | class GridTileBar extends StatelessWidget { method build (line 60) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/icon_button.dart class IconButton (line 104) | class IconButton extends StatelessWidget { method build (line 306) | Widget build(BuildContext context) method debugFillProperties (line 376) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/icons.dart class PlatformAdaptiveIcons (line 13) | class PlatformAdaptiveIcons implements Icons { method _isCupertino (line 16) | bool _isCupertino() class Icons (line 151) | class Icons { FILE: packages/flutter/lib/src/material/ink_decoration.dart class Ink (line 114) | class Ink extends StatefulWidget { method debugFillProperties (line 234) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method createState (line 241) | State createState() class _InkState (line 244) | class _InkState extends State { method _handleRemoved (line 248) | void _handleRemoved() method deactivate (line 253) | void deactivate() method _build (line 259) | Widget _build(BuildContext context) method build (line 278) | Widget build(BuildContext context) class InkDecoration (line 311) | class InkDecoration extends InkFeature { method _handleChanged (line 358) | void _handleChanged() method dispose (line 363) | void dispose() method paintFeature (line 369) | void paintFeature(Canvas canvas, Matrix4 transform) FILE: packages/flutter/lib/src/material/ink_highlight.dart class InkHighlight (line 29) | class InkHighlight extends InteractiveInkFeature { method activate (line 89) | void activate() method deactivate (line 95) | void deactivate() method _handleAlphaStatusChanged (line 100) | void _handleAlphaStatusChanged(AnimationStatus status) method dispose (line 106) | void dispose() method _paintHighlight (line 111) | void _paintHighlight(Canvas canvas, Rect rect, Paint paint) method paintFeature (line 138) | void paintFeature(Canvas canvas, Matrix4 transform) FILE: packages/flutter/lib/src/material/ink_ripple.dart function _getClipCallback (line 21) | RectCallback? _getClipCallback(RenderBox referenceBox, bool containedInk... function _getTargetRadius (line 31) | double _getTargetRadius(RenderBox referenceBox, bool containedInkWell, R... class _InkRippleFactory (line 38) | class _InkRippleFactory extends InteractiveInkFeatureFactory { method create (line 42) | InteractiveInkFeature create({ class InkRipple (line 93) | class InkRipple extends InteractiveInkFeature { method confirm (line 194) | void confirm() method cancel (line 204) | void cancel() method _handleAlphaStatusChanged (line 215) | void _handleAlphaStatusChanged(AnimationStatus status) method dispose (line 221) | void dispose() method paintFeature (line 229) | void paintFeature(Canvas canvas, Matrix4 transform) FILE: packages/flutter/lib/src/material/ink_splash.dart function _getClipCallback (line 18) | RectCallback? _getClipCallback(RenderBox referenceBox, bool containedInk... function _getTargetRadius (line 28) | double _getTargetRadius(RenderBox referenceBox, bool containedInkWell, R... function _getSplashRadiusForPositionInSize (line 36) | double _getSplashRadiusForPositionInSize(Size bounds, Offset position) class _InkSplashFactory (line 44) | class _InkSplashFactory extends InteractiveInkFeatureFactory { method create (line 48) | InteractiveInkFeature create({ class InkSplash (line 99) | class InkSplash extends InteractiveInkFeature { method confirm (line 174) | void confirm() method cancel (line 183) | void cancel() method _handleAlphaStatusChanged (line 187) | void _handleAlphaStatusChanged(AnimationStatus status) method dispose (line 193) | void dispose() method paintFeature (line 201) | void paintFeature(Canvas canvas, Matrix4 transform) FILE: packages/flutter/lib/src/material/ink_well.dart class InteractiveInkFeature (line 33) | abstract class InteractiveInkFeature extends InkFeature { method confirm (line 51) | void confirm() method cancel (line 57) | void cancel() method paintInkCircle (line 100) | void paintInkCircle({ class InteractiveInkFeatureFactory (line 155) | abstract class InteractiveInkFeatureFactory { method create (line 167) | InteractiveInkFeature create({ class _ParentInkResponseState (line 182) | abstract class _ParentInkResponseState { method markChildInkResponsePressed (line 183) | void markChildInkResponsePressed(_ParentInkResponseState childState, b... class _ParentInkResponseProvider (line 186) | class _ParentInkResponseProvider extends InheritedWidget { method updateShouldNotify (line 195) | bool updateShouldNotify(_ParentInkResponseProvider oldWidget) method of (line 197) | _ParentInkResponseState? of(BuildContext context) type _GetRectCallback (line 202) | typedef _GetRectCallback = RectCallback? Function(RenderBox referenceBox); type _CheckContext (line 203) | typedef _CheckContext = bool Function(BuildContext context); class InkResponse (line 286) | class InkResponse extends StatelessWidget { method getRectCallback (line 577) | RectCallback? getRectCallback(RenderBox referenceBox) method build (line 580) | Widget build(BuildContext context) method debugCheckContext (line 623) | bool debugCheckContext(BuildContext context) class _InkResponseStateWidget (line 630) | class _InkResponseStateWidget extends StatefulWidget { method createState (line 699) | _InkResponseState createState() method debugFillProperties (line 702) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type _HighlightType (line 725) | enum _HighlightType { class _InkResponseState (line 731) | class _InkResponseState extends State<_InkResponseStateWidget> method markChildInkResponsePressed (line 748) | void markChildInkResponsePressed(_ParentInkResponseState childState, b... method _simulateTap (line 763) | void _simulateTap([Intent? intent]) method _simulateLongPress (line 768) | void _simulateLongPress() method initState (line 774) | void initState() method didUpdateWidget (line 780) | void didUpdateWidget(_InkResponseStateWidget oldWidget) method dispose (line 793) | void dispose() method getHighlightColorForType (line 801) | Color getHighlightColorForType(_HighlightType type) method getFadeDurationForType (line 818) | Duration getFadeDurationForType(_HighlightType type) method updateHighlight (line 828) | void updateHighlight(_HighlightType type, { required bool value, bool ... method handleInkRemoval (line 830) | void handleInkRemoval() method _createInkFeature (line 879) | InteractiveInkFeature _createInkFeature(Offset globalPosition) method onRemoved (line 890) | void onRemoved() method _handleFocusHighlightModeChange (line 917) | void _handleFocusHighlightModeChange(FocusHighlightMode mode) method _updateFocusHighlights (line 936) | void _updateFocusHighlights() method _handleFocusUpdate (line 950) | void _handleFocusUpdate(bool hasFocus) method _handleTapDown (line 956) | void _handleTapDown(TapDownDetails details) method _startSplash (line 963) | void _startSplash({TapDownDetails? details, BuildContext? context}) method _handleTap (line 982) | void _handleTap() method _handleTapCancel (line 993) | void _handleTapCancel() method _handleDoubleTap (line 1000) | void _handleDoubleTap() method _handleLongPress (line 1006) | void _handleLongPress() method deactivate (line 1017) | void deactivate() method _isWidgetEnabled (line 1034) | bool _isWidgetEnabled(_InkResponseStateWidget widget) method _handleMouseEnter (line 1040) | void _handleMouseEnter(PointerEnterEvent event) method _handleMouseExit (line 1047) | void _handleMouseExit(PointerExitEvent event) method _handleHoverChange (line 1054) | void _handleHoverChange() method build (line 1069) | Widget build(BuildContext context) class InkWell (line 1187) | class InkWell extends InkResponse { FILE: packages/flutter/lib/src/material/input_border.dart class InputBorder (line 30) | abstract class InputBorder extends ShapeBorder { method copyWith (line 55) | InputBorder copyWith({ BorderSide? borderSide }) method paint (line 74) | void paint( class _NoInputBorder (line 85) | class _NoInputBorder extends InputBorder { method copyWith (line 89) | _NoInputBorder copyWith({ BorderSide? borderSide }) method scale (line 98) | _NoInputBorder scale(double t) method getInnerPath (line 101) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 106) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 111) | void paint( class UnderlineInputBorder (line 134) | class UnderlineInputBorder extends InputBorder { method copyWith (line 169) | UnderlineInputBorder copyWith({ BorderSide? borderSide, BorderRadius? ... method scale (line 182) | UnderlineInputBorder scale(double t) method getInnerPath (line 187) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 193) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method lerpFrom (line 198) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 209) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method paint (line 224) | void paint( class OutlineInputBorder (line 264) | class OutlineInputBorder extends InputBorder { method _cornersAreCircular (line 301) | bool _cornersAreCircular(BorderRadius borderRadius) method copyWith (line 324) | OutlineInputBorder copyWith({ method scale (line 342) | OutlineInputBorder scale(double t) method lerpFrom (line 351) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 364) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method getInnerPath (line 377) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 383) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method _gapBorderPath (line 388) | Path _gapBorderPath(Canvas canvas, RRect center, double start, double ... method paint (line 462) | void paint( FILE: packages/flutter/lib/src/material/input_date_picker_form_field.dart class InputDatePickerFormField (line 33) | class InputDatePickerFormField extends StatefulWidget { method createState (line 132) | State createState() class _InputDatePickerFormFieldState (line 135) | class _InputDatePickerFormFieldState extends State? callback) method _handleSaved (line 225) | void _handleSaved(String? text) method _handleSubmitted (line 229) | void _handleSubmitted(String text) method build (line 234) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/input_decorator.dart class _InputBorderGap (line 24) | class _InputBorderGap extends ChangeNotifier { class _InputBorderTween (line 61) | class _InputBorderTween extends Tween { method lerp (line 65) | InputBorder lerp(double t) class _InputBorderPainter (line 69) | class _InputBorderPainter extends CustomPainter { method paint (line 94) | void paint(Canvas canvas, Size size) method shouldRepaint (line 118) | bool shouldRepaint(_InputBorderPainter oldPainter) class _BorderContainer (line 132) | class _BorderContainer extends StatefulWidget { method createState (line 156) | _BorderContainerState createState() class _BorderContainerState (line 159) | class _BorderContainerState extends State<_BorderContainer> with TickerP... method initState (line 170) | void initState() method dispose (line 197) | void dispose() method didUpdateWidget (line 204) | void didUpdateWidget(_BorderContainer oldWidget) method build (line 228) | Widget build(BuildContext context) class _Shaker (line 252) | class _Shaker extends AnimatedWidget { method build (line 275) | Widget build(BuildContext context) class _HelperError (line 286) | class _HelperError extends StatefulWidget { method createState (line 307) | _HelperErrorState createState() class _HelperErrorState (line 310) | class _HelperErrorState extends State<_HelperError> with SingleTickerPro... method initState (line 320) | void initState() method dispose (line 336) | void dispose() method _handleChange (line 341) | void _handleChange() method didUpdateWidget (line 348) | void didUpdateWidget(_HelperError old) method _buildHelper (line 372) | Widget _buildHelper() method _buildError (line 389) | Widget _buildError() method build (line 414) | Widget build(BuildContext context) type FloatingLabelBehavior (line 470) | enum FloatingLabelBehavior { type _DecorationSlot (line 480) | enum _DecorationSlot { class _Decoration (line 495) | @immutable class _RenderDecorationLayout (line 607) | class _RenderDecorationLayout { class _RenderDecoration (line 626) | class _RenderDecoration extends RenderBox { method _updateChild (line 648) | RenderBox? _updateChild(RenderBox? oldChild, RenderBox? newChild, _Dec... method attach (line 827) | void attach(PipelineOwner owner) method detach (line 834) | void detach() method redepthChildren (line 841) | void redepthChildren() method visitChildren (line 846) | void visitChildren(RenderObjectVisitor visitor) method visitChildrenForSemantics (line 851) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugDescribeChildren (line 885) | List debugDescribeChildren() method add (line 887) | void add(RenderBox? child, String name) method _minWidth (line 908) | double _minWidth(RenderBox? box, double height) method _maxWidth (line 912) | double _maxWidth(RenderBox? box, double height) method _minHeight (line 916) | double _minHeight(RenderBox? box, double width) method _boxSize (line 920) | Size _boxSize(RenderBox? box) method _boxParentData (line 922) | BoxParentData _boxParentData(RenderBox box) method _layoutLineBox (line 927) | double _layoutLineBox(RenderBox? box, BoxConstraints constraints) method _layout (line 957) | _RenderDecorationLayout _layout(BoxConstraints layoutConstraints) method _interpolateThree (line 1211) | double _interpolateThree(double begin, double middle, double end, Text... method computeMinIntrinsicWidth (line 1234) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1246) | double computeMaxIntrinsicWidth(double height) method _lineHeight (line 1257) | double _lineHeight(double width, List boxes) method computeMinIntrinsicHeight (line 1271) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1318) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 1323) | double computeDistanceToActualBaseline(TextBaseline baseline) method computeDryLayout (line 1331) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1339) | void performLayout() method centerLayout (line 1366) | double centerLayout(RenderBox box, double x) method baselineLayout (line 1372) | double baselineLayout(RenderBox box, double x) method _paintLabel (line 1498) | void _paintLabel(PaintingContext context, Offset offset) method paint (line 1503) | void paint(PaintingContext context, Offset offset) method doPaint (line 1504) | void doPaint(RenderBox? child) method hitTestSelf (line 1560) | bool hitTestSelf(Offset position) method hitTestChildren (line 1563) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method applyPaintTransform (line 1583) | void applyPaintTransform(RenderObject child, Matrix4 transform) class _DecorationElement (line 1594) | class _DecorationElement extends RenderObjectElement { method visitChildren (line 1606) | void visitChildren(ElementVisitor visitor) method forgetChild (line 1611) | void forgetChild(Element child) method _mountChild (line 1619) | void _mountChild(Widget? widget, _DecorationSlot slot) method mount (line 1631) | void mount(Element? parent, Object? newSlot) method _updateChild (line 1646) | void _updateChild(Widget? widget, _DecorationSlot slot) method update (line 1658) | void update(_Decorator newWidget) method _updateRenderObject (line 1674) | void _updateRenderObject(RenderBox? child, _DecorationSlot slot) method insertRenderObjectChild (line 1713) | void insertRenderObjectChild(RenderObject child, _DecorationSlot slot) method removeRenderObjectChild (line 1720) | void removeRenderObjectChild(RenderObject child, _DecorationSlot slot) method moveRenderObjectChild (line 1728) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... class _Decorator (line 1733) | class _Decorator extends RenderObjectWidget { method createElement (line 1756) | _DecorationElement createElement() method createRenderObject (line 1759) | _RenderDecoration createRenderObject(BuildContext context) method updateRenderObject (line 1771) | void updateRenderObject(BuildContext context, _RenderDecoration render... class _AffixText (line 1782) | class _AffixText extends StatelessWidget { method build (line 1796) | Widget build(BuildContext context) class InputDecorator (line 1831) | class InputDecorator extends StatefulWidget { method createState (line 1946) | State createState() method containerOf (line 1955) | RenderBox? containerOf(BuildContext context) method debugFillProperties (line 1961) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _InputDecoratorState (line 1971) | class _InputDecoratorState extends State with TickerProv... method initState (line 1977) | void initState() method didChangeDependencies (line 1998) | void didChangeDependencies() method dispose (line 2004) | void dispose() method _handleChange (line 2010) | void _handleChange() method didUpdateWidget (line 2033) | void didUpdateWidget(InputDecorator old) method _getActiveColor (line 2058) | Color _getActiveColor(ThemeData themeData) method _getDefaultBorderColor (line 2065) | Color _getDefaultBorderColor(ThemeData themeData) method _getFillColor (line 2080) | Color _getFillColor(ThemeData themeData) method _getHoverColor (line 2101) | Color _getHoverColor(ThemeData themeData) method _getDefaultIconColor (line 2107) | Color _getDefaultIconColor(ThemeData themeData) method _getInlineStyle (line 2134) | TextStyle _getInlineStyle(ThemeData themeData) method _getFloatingLabelStyle (line 2139) | TextStyle _getFloatingLabelStyle(ThemeData themeData) method _getHelperStyle (line 2157) | TextStyle _getHelperStyle(ThemeData themeData) method _getErrorStyle (line 2162) | TextStyle _getErrorStyle(ThemeData themeData) method _getDefaultBorder (line 2167) | InputBorder _getDefaultBorder(ThemeData themeData) method build (line 2194) | Widget build(BuildContext context) class InputDecoration (line 2493) | @immutable method copyWith (line 3277) | InputDecoration copyWith({ method applyDefaults (line 3380) | InputDecoration applyDefaults(InputDecorationTheme theme) method toString (line 3522) | String toString() class InputDecorationTheme (line 3580) | @immutable method copyWith (line 3945) | InputDecorationTheme copyWith({ method debugFillProperties (line 4072) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/list_tile.dart type ListTileStyle (line 25) | enum ListTileStyle { class ListTileTheme (line 41) | class ListTileTheme extends InheritedTheme { method merge (line 66) | Widget merge({ method of (line 173) | ListTileTheme of(BuildContext context) method wrap (line 179) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 199) | bool updateShouldNotify(ListTileTheme oldWidget) type ListTileControlAffinity (line 226) | enum ListTileControlAffinity { class ListTile (line 476) | class ListTile extends StatelessWidget { method divideTiles (line 712) | Iterable divideTiles({ BuildContext? context, required Iterabl... method _iconColor (line 741) | Color? _iconColor(ThemeData theme, ListTileTheme? tileTheme) method _textColor (line 761) | Color? _textColor(ThemeData theme, ListTileTheme? tileTheme, Color? de... method _isDenseLayout (line 777) | bool _isDenseLayout(ListTileTheme? tileTheme) method _titleTextStyle (line 781) | TextStyle _titleTextStyle(ThemeData theme, ListTileTheme? tileTheme) method _subtitleTextStyle (line 801) | TextStyle _subtitleTextStyle(ThemeData theme, ListTileTheme? tileTheme) method _trailingAndLeadingTextStyle (line 809) | TextStyle _trailingAndLeadingTextStyle(ThemeData theme, ListTileTheme?... method _tileBackgroundColor (line 815) | Color _tileBackgroundColor(ListTileTheme? tileTheme) method build (line 834) | Widget build(BuildContext context) type _ListTileSlot (line 948) | enum _ListTileSlot { class _ListTile (line 955) | class _ListTile extends RenderObjectWidget { method createElement (line 996) | _ListTileElement createElement() method createRenderObject (line 999) | _RenderListTile createRenderObject(BuildContext context) method updateRenderObject (line 1014) | void updateRenderObject(BuildContext context, _RenderListTile renderOb... class _ListTileElement (line 1028) | class _ListTileElement extends RenderObjectElement { method visitChildren (line 1040) | void visitChildren(ElementVisitor visitor) method forgetChild (line 1045) | void forgetChild(Element child) method _mountChild (line 1053) | void _mountChild(Widget? widget, _ListTileSlot slot) method mount (line 1065) | void mount(Element? parent, Object? newSlot) method _updateChild (line 1073) | void _updateChild(Widget? widget, _ListTileSlot slot) method update (line 1085) | void update(_ListTile newWidget) method _updateRenderObject (line 1094) | void _updateRenderObject(RenderBox? child, _ListTileSlot slot) method insertRenderObjectChild (line 1112) | void insertRenderObjectChild(RenderObject child, _ListTileSlot slot) method removeRenderObjectChild (line 1119) | void removeRenderObjectChild(RenderObject child, _ListTileSlot slot) method moveRenderObjectChild (line 1127) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... class _RenderListTile (line 1132) | class _RenderListTile extends RenderBox { method _updateChild (line 1163) | RenderBox? _updateChild(RenderBox? oldChild, RenderBox? newChild, _Lis... method attach (line 1305) | void attach(PipelineOwner owner) method detach (line 1312) | void detach() method redepthChildren (line 1319) | void redepthChildren() method visitChildren (line 1324) | void visitChildren(RenderObjectVisitor visitor) method debugDescribeChildren (line 1329) | List debugDescribeChildren() method add (line 1331) | void add(RenderBox? child, String name) method _minWidth (line 1345) | double _minWidth(RenderBox? box, double height) method _maxWidth (line 1349) | double _maxWidth(RenderBox? box, double height) method computeMinIntrinsicWidth (line 1354) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1364) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1387) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1395) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 1400) | double computeDistanceToActualBaseline(TextBaseline baseline) method _boxBaseline (line 1406) | double? _boxBaseline(RenderBox box, TextBaseline baseline) method _layoutBox (line 1410) | Size _layoutBox(RenderBox? box, BoxConstraints constraints) method _positionBox (line 1417) | void _positionBox(RenderBox box, Offset offset) method computeDryLayout (line 1423) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1433) | void performLayout() method paint (line 1575) | void paint(PaintingContext context, Offset offset) method doPaint (line 1576) | void doPaint(RenderBox? child) method hitTestSelf (line 1589) | bool hitTestSelf(Offset position) method hitTestChildren (line 1592) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... FILE: packages/flutter/lib/src/material/material.dart type RectCallback (line 16) | typedef RectCallback = Rect Function(); type MaterialType (line 25) | enum MaterialType { class MaterialInkController (line 68) | abstract class MaterialInkController { method addInkFeature (line 81) | void addInkFeature(InkFeature feature) method markNeedsPaint (line 84) | void markNeedsPaint() class Material (line 165) | class Material extends StatefulWidget { method of (line 315) | MaterialInkController? of(BuildContext context) method createState (line 320) | State createState() method debugFillProperties (line 323) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _MaterialState (line 339) | class _MaterialState extends State with TickerProviderStateMix... method _getBackgroundColor (line 342) | Color? _getBackgroundColor(BuildContext context) method build (line 361) | Widget build(BuildContext context) method _transparentInterior (line 440) | Widget _transparentInterior({ method _getShape (line 470) | ShapeBorder _getShape() class _RenderInkFeatures (line 492) | class _RenderInkFeatures extends RenderProxyBox implements MaterialInkCo... method addInkFeature (line 518) | void addInkFeature(InkFeature feature) method _removeFeature (line 527) | void _removeFeature(InkFeature feature) method _didChangeLayout (line 533) | void _didChangeLayout() method hitTestSelf (line 539) | bool hitTestSelf(Offset position) method paint (line 542) | void paint(PaintingContext context, Offset offset) class _InkFeatures (line 556) | class _InkFeatures extends SingleChildRenderObjectWidget { method createRenderObject (line 575) | _RenderInkFeatures createRenderObject(BuildContext context) method updateRenderObject (line 584) | void updateRenderObject(BuildContext context, _RenderInkFeatures rende... class InkFeature (line 596) | abstract class InkFeature { method dispose (line 623) | void dispose() method _paint (line 633) | void _paint(Canvas canvas) method paintFeature (line 656) | void paintFeature(Canvas canvas, Matrix4 transform) method toString (line 659) | String toString() class ShapeBorderTween (line 665) | class ShapeBorderTween extends Tween { method lerp (line 674) | ShapeBorder? lerp(double t) class _MaterialInterior (line 682) | class _MaterialInterior extends ImplicitlyAnimatedWidget { method createState (line 742) | _MaterialInteriorState createState() method debugFillProperties (line 745) | void debugFillProperties(DiagnosticPropertiesBuilder description) class _MaterialInteriorState (line 754) | class _MaterialInteriorState extends AnimatedWidgetBaseState<_MaterialIn... method forEachTween (line 760) | void forEachTween(TweenVisitor visitor) method build (line 779) | Widget build(BuildContext context) class _ShapeBorderPaint (line 800) | class _ShapeBorderPaint extends StatelessWidget { method build (line 812) | Widget build(BuildContext context) class _ShapeBorderPainter (line 821) | class _ShapeBorderPainter extends CustomPainter { method paint (line 827) | void paint(Canvas canvas, Size size) method shouldRepaint (line 832) | bool shouldRepaint(_ShapeBorderPainter oldDelegate) FILE: packages/flutter/lib/src/material/material_button.dart class MaterialButton (line 54) | class MaterialButton extends StatelessWidget { method build (line 399) | Widget build(BuildContext context) method debugFillProperties (line 437) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/material_localizations.dart class MaterialLocalizations (line 83) | abstract class MaterialLocalizations { method aboutListTileTitle (line 121) | String aboutListTileTitle(String applicationName) method licensesPackageDetailText (line 127) | String licensesPackageDetailText(int licenseCount) method pageRowsInfoTitle (line 130) | String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool... method tabLabel (line 141) | String tabLabel({ required int tabIndex, required int tabCount }) method selectedRowCountTitle (line 144) | String selectedRowCountTitle(int selectedRowCount) method timeOfDayFormat (line 218) | TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) method formatDecimal (line 234) | String formatDecimal(int number) method formatHour (line 241) | String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = ... method formatMinute (line 245) | String formatMinute(TimeOfDay timeOfDay) method formatTimeOfDay (line 253) | String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourForm... method formatYear (line 256) | String formatYear(DateTime date) method formatCompactDate (line 269) | String formatCompactDate(DateTime date) method formatShortDate (line 279) | String formatShortDate(DateTime date) method formatMediumDate (line 290) | String formatMediumDate(DateTime date) method formatFullDate (line 301) | String formatFullDate(DateTime date) method formatMonthYear (line 307) | String formatMonthYear(DateTime date) method formatShortMonthDay (line 315) | String formatShortMonthDay(DateTime date) method parseCompactDate (line 325) | DateTime? parseCompactDate(String? inputString) method dateRangeStartDateSemanticLabel (line 387) | String dateRangeStartDateSemanticLabel(String formattedDate) method dateRangeEndDateSemanticLabel (line 391) | String dateRangeEndDateSemanticLabel(String formattedDate) method remainingTextFieldCharacterCount (line 494) | String remainingTextFieldCharacterCount(int remaining) method of (line 514) | MaterialLocalizations of(BuildContext context) class _MaterialLocalizationsDelegate (line 520) | class _MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 530) | bool shouldReload(_MaterialLocalizationsDelegate old) method toString (line 533) | String toString() class DefaultMaterialLocalizations (line 544) | class DefaultMaterialLocalizations implements MaterialLocalizations { method _getDaysInMonth (line 619) | int _getDaysInMonth(int year, int month) method formatHour (line 632) | String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = ... method _formatTwoDigitZeroPad (line 646) | String _formatTwoDigitZeroPad(int number) method formatMinute (line 656) | String formatMinute(TimeOfDay timeOfDay) method formatYear (line 662) | String formatYear(DateTime date) method formatCompactDate (line 665) | String formatCompactDate(DateTime date) method formatShortDate (line 674) | String formatShortDate(DateTime date) method formatMediumDate (line 680) | String formatMediumDate(DateTime date) method formatFullDate (line 687) | String formatFullDate(DateTime date) method formatMonthYear (line 693) | String formatMonthYear(DateTime date) method formatShortMonthDay (line 700) | String formatShortMonthDay(DateTime date) method parseCompactDate (line 706) | DateTime? parseCompactDate(String? inputString) method dateRangeStartDateSemanticLabel (line 765) | String dateRangeStartDateSemanticLabel(String formattedDate) method dateRangeEndDateSemanticLabel (line 768) | String dateRangeEndDateSemanticLabel(String formattedDate) method _formatDayPeriod (line 815) | String _formatDayPeriod(TimeOfDay timeOfDay) method formatDecimal (line 825) | String formatDecimal(int number) method formatTimeOfDay (line 841) | String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourForm... method aboutListTileTitle (line 922) | String aboutListTileTitle(String applicationName) method licensesPackageDetailText (line 928) | String licensesPackageDetailText(int licenseCount) method pageRowsInfoTitle (line 941) | String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool... method tabLabel (line 951) | String tabLabel({ required int tabIndex, required int tabCount }) method selectedRowCountTitle (line 958) | String selectedRowCountTitle(int selectedRowCount) method timeOfDayFormat (line 1015) | TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) method load (line 1064) | Future load(Locale locale) method remainingTextFieldCharacterCount (line 1075) | String remainingTextFieldCharacterCount(int remaining) FILE: packages/flutter/lib/src/material/material_state.dart type MaterialState (line 33) | enum MaterialState { type MaterialPropertyResolver (line 88) | typedef MaterialPropertyResolver = T Function(Set stat... class MaterialStateColor (line 139) | abstract class MaterialStateColor extends Color implements MaterialState... method resolveWith (line 152) | MaterialStateColor resolveWith(MaterialPropertyResolver callback) method resolve (line 157) | Color resolve(Set states) class _MaterialStateColor (line 167) | class _MaterialStateColor extends MaterialStateColor { method resolve (line 176) | Color resolve(Set states) class MaterialStateMouseCursor (line 208) | abstract class MaterialStateMouseCursor extends MouseCursor implements M... method createSession (line 215) | MouseCursorSession createSession(int device) method resolve (line 224) | MouseCursor resolve(Set states) class _EnabledAndDisabledMouseCursor (line 253) | class _EnabledAndDisabledMouseCursor extends MaterialStateMouseCursor { method resolve (line 265) | MouseCursor resolve(Set states) class MaterialStateBorderSide (line 296) | abstract class MaterialStateBorderSide extends BorderSide implements Mat... method resolve (line 305) | BorderSide? resolve(Set states) method resolveWith (line 339) | MaterialStateBorderSide resolveWith(MaterialPropertyResolver states) class MaterialStateOutlinedBorder (line 382) | abstract class MaterialStateOutlinedBorder extends OutlinedBorder implem... method resolve (line 391) | OutlinedBorder? resolve(Set states) class MaterialStateProperty (line 430) | abstract class MaterialStateProperty { method resolve (line 437) | T resolve(Set states) method resolveAs (line 445) | T resolveAs(T value, Set states) method resolveWith (line 455) | MaterialStateProperty resolveWith(MaterialPropertyResolver ca... method all (line 459) | MaterialStateProperty all(T value) class _MaterialStatePropertyWith (line 462) | class _MaterialStatePropertyWith implements MaterialStateProperty { method resolve (line 468) | T resolve(Set states) class _MaterialStatePropertyAll (line 471) | class _MaterialStatePropertyAll implements MaterialStateProperty { method resolve (line 477) | T resolve(Set states) method toString (line 480) | String toString() FILE: packages/flutter/lib/src/material/material_state_mixin.dart function updateMaterialState (line 109) | ValueChanged updateMaterialState(MaterialState key, {ValueChanged<... function setMaterialState (line 120) | void setMaterialState(MaterialState _state, bool isSet) function addMaterialState (line 126) | void addMaterialState(MaterialState _state) function removeMaterialState (line 133) | void removeMaterialState(MaterialState _state) function debugFillProperties (line 163) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/mergeable_material.dart class MergeableMaterialItem (line 18) | @immutable class MaterialSlice (line 38) | class MaterialSlice extends MergeableMaterialItem { method toString (line 59) | String toString() class MaterialGap (line 67) | class MaterialGap extends MergeableMaterialItem { method toString (line 80) | String toString() class MergeableMaterial (line 106) | class MergeableMaterial extends StatefulWidget { method debugFillProperties (line 138) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method createState (line 145) | State createState() class _AnimationTuple (line 148) | class _AnimationTuple { class _MergeableMaterialState (line 164) | class _MergeableMaterialState extends State with Tick... method initState (line 169) | void initState() method _initGap (line 183) | void _initGap(MaterialGap gap) method dispose (line 213) | void dispose() method _handleTick (line 221) | void _handleTick() method _debugHasConsecutiveGaps (line 227) | bool _debugHasConsecutiveGaps(List children) method _debugGapsAreValid (line 236) | bool _debugGapsAreValid(List children) method _insertChild (line 250) | void _insertChild(int index, MergeableMaterialItem child) method _removeChild (line 257) | void _removeChild(int index) method _isClosingGap (line 264) | bool _isClosingGap(int index) method _removeEmptyGaps (line 273) | void _removeEmptyGaps() method didUpdateWidget (line 289) | void didUpdateWidget(MergeableMaterial oldWidget) method _borderRadius (line 471) | BorderRadius _borderRadius(int index, bool start, bool end) method _getGapSize (line 508) | double _getGapSize(int index) method _willNeedDivider (line 518) | bool _willNeedDivider(int index) method build (line 527) | Widget build(BuildContext context) class _MergeableMaterialSliceKey (line 626) | class _MergeableMaterialSliceKey extends GlobalKey { method toString (line 641) | String toString() class _MergeableMaterialListBody (line 646) | class _MergeableMaterialListBody extends ListBody { method _getDirection (line 657) | AxisDirection _getDirection(BuildContext context) method createRenderObject (line 662) | RenderListBody createRenderObject(BuildContext context) method updateRenderObject (line 670) | void updateRenderObject(BuildContext context, RenderListBody renderObj... class _RenderMergeableMaterialListBody (line 678) | class _RenderMergeableMaterialListBody extends RenderListBody { method _paintShadows (line 695) | void _paintShadows(Canvas canvas, Rect rect) method paint (line 708) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/material/navigation_bar.dart class NavigationBar (line 62) | class NavigationBar extends StatelessWidget { method _handleTap (line 140) | VoidCallback _handleTap(int index) method build (line 147) | Widget build(BuildContext context) type NavigationDestinationLabelBehavior (line 200) | enum NavigationDestinationLabelBehavior { class NavigationDestination (line 229) | class NavigationDestination extends StatelessWidget { method build (line 277) | Widget build(BuildContext context) class _NavigationDestinationBuilder (line 355) | class _NavigationDestinationBuilder extends StatelessWidget { method build (line 402) | Widget build(BuildContext context) class _NavigationDestinationInfo (line 431) | class _NavigationDestinationInfo extends InheritedWidget { method of (line 490) | _NavigationDestinationInfo of(BuildContext context) method updateShouldNotify (line 501) | bool updateShouldNotify(_NavigationDestinationInfo oldWidget) class _NavigationIndicator (line 517) | class _NavigationIndicator extends StatelessWidget { method build (line 538) | Widget build(BuildContext context) class _NavigationBarDestinationLayout (line 598) | class _NavigationBarDestinationLayout extends StatelessWidget { method build (line 624) | Widget build(BuildContext context) class _DestinationLayoutAnimationBuilder (line 665) | class _DestinationLayoutAnimationBuilder extends StatelessWidget { method build (line 678) | Widget build(BuildContext context) class _NavigationBarDestinationSemantics (line 707) | class _NavigationBarDestinationSemantics extends StatelessWidget { method build (line 719) | Widget build(BuildContext context) class _NavigationBarDestinationTooltip (line 753) | class _NavigationBarDestinationTooltip extends StatelessWidget { method build (line 768) | Widget build(BuildContext context) class _NavigationDestinationLayoutDelegate (line 795) | class _NavigationDestinationLayoutDelegate extends MultiChildLayoutDeleg... method performLayout (line 821) | void performLayout(Size size) method halfWidth (line 822) | double halfWidth(Size size) method halfHeight (line 823) | double halfHeight(Size size) method shouldRelayout (line 859) | bool shouldRelayout(_NavigationDestinationLayoutDelegate oldDelegate) class _ClampTextScaleFactor (line 877) | class _ClampTextScaleFactor extends StatelessWidget { method build (line 906) | Widget build(BuildContext context) class _StatusTransitionWidgetBuilder (line 925) | class _StatusTransitionWidgetBuilder extends StatusTransitionWidget { method build (line 950) | Widget build(BuildContext context) class _SelectableAnimatedBuilder (line 983) | class _SelectableAnimatedBuilder extends StatefulWidget { method createState (line 1024) | _SelectableAnimatedBuilderState createState() class _SelectableAnimatedBuilderState (line 1030) | class _SelectableAnimatedBuilderState extends State<_SelectableAnimatedB... method initState (line 1035) | void initState() method didUpdateWidget (line 1043) | void didUpdateWidget(_SelectableAnimatedBuilder oldWidget) method dispose (line 1058) | void dispose() method build (line 1064) | Widget build(BuildContext context) class _CurvedAnimationBuilder (line 1084) | class _CurvedAnimationBuilder extends StatefulWidget { method createState (line 1099) | _CurvedAnimationBuilderState createState() class _CurvedAnimationBuilderState (line 1102) | class _CurvedAnimationBuilderState extends State<_CurvedAnimationBuilder> { method initState (line 1107) | void initState() method dispose (line 1115) | void dispose() method _updateStatus (line 1125) | void _updateStatus(AnimationStatus status) method build (line 1146) | Widget build(BuildContext context) function _isForwardOrCompleted (line 1159) | bool _isForwardOrCompleted(Animation animation) FILE: packages/flutter/lib/src/material/navigation_bar_theme.dart class NavigationBarThemeData (line 37) | @immutable method copyWith (line 77) | NavigationBarThemeData copyWith({ method lerp (line 100) | NavigationBarThemeData? lerp(NavigationBarThemeData? a, NavigationBarT... method debugFillProperties (line 142) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 152) | MaterialStateProperty? _lerpProperties( class _LerpProperties (line 165) | class _LerpProperties implements MaterialStateProperty { method resolve (line 174) | T resolve(Set states) class NavigationBarTheme (line 191) | class NavigationBarTheme extends InheritedTheme { method of (line 216) | NavigationBarThemeData of(BuildContext context) method wrap (line 222) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 227) | bool updateShouldNotify(NavigationBarTheme oldWidget) FILE: packages/flutter/lib/src/material/navigation_rail.dart class NavigationRail (line 56) | class NavigationRail extends StatefulWidget { method extendedAnimation (line 297) | Animation extendedAnimation(BuildContext context) method createState (line 302) | State createState() class _NavigationRailState (line 305) | class _NavigationRailState extends State with TickerProv... method initState (line 312) | void initState() method dispose (line 318) | void dispose() method didUpdateWidget (line 324) | void didUpdateWidget(NavigationRail oldWidget) method build (line 349) | Widget build(BuildContext context) method _disposeControllers (line 443) | void _disposeControllers() method _initControllers (line 450) | void _initControllers() method _resetState (line 473) | void _resetState() method _rebuild (line 478) | void _rebuild() class _RailDestination (line 486) | class _RailDestination extends StatelessWidget { method build (line 536) | Widget build(BuildContext context) type NavigationRailLabelType (line 690) | enum NavigationRailLabelType { class NavigationRailDestination (line 709) | class NavigationRailDestination { class _ExtendedNavigationRailAnimation (line 763) | class _ExtendedNavigationRailAnimation extends InheritedWidget { method updateShouldNotify (line 774) | bool updateShouldNotify(_ExtendedNavigationRailAnimation old) FILE: packages/flutter/lib/src/material/navigation_rail_theme.dart class NavigationRailThemeData (line 35) | @immutable method copyWith (line 81) | NavigationRailThemeData copyWith({ method lerp (line 108) | NavigationRailThemeData? lerp(NavigationRailThemeData? a, NavigationRa... method debugFillProperties (line 156) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class NavigationRailTheme (line 176) | class NavigationRailTheme extends InheritedTheme { method of (line 202) | NavigationRailThemeData of(BuildContext context) method wrap (line 208) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 213) | bool updateShouldNotify(NavigationRailTheme oldWidget) FILE: packages/flutter/lib/src/material/no_splash.dart class _NoSplashFactory (line 11) | class _NoSplashFactory extends InteractiveInkFeatureFactory { method create (line 15) | InteractiveInkFeature create({ class NoSplash (line 50) | class NoSplash extends InteractiveInkFeature { method paintFeature (line 64) | void paintFeature(Canvas canvas, Matrix4 transform) FILE: packages/flutter/lib/src/material/outline_button.dart class OutlineButton (line 37) | @Deprecated( method build (line 173) | Widget build(BuildContext context) method debugFillProperties (line 204) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _OutlineButtonWithIcon (line 216) | class _OutlineButtonWithIcon extends OutlineButton with MaterialButtonWi... class _OutlineButton (line 283) | class _OutlineButton extends StatefulWidget { method createState (line 344) | _OutlineButtonState createState() class _OutlineButtonState (line 348) | class _OutlineButtonState extends State<_OutlineButton> with SingleTicke... method initState (line 355) | void initState() method didUpdateWidget (line 384) | void didUpdateWidget(_OutlineButton oldWidget) method _handleHighlightChanged (line 392) | void _handleHighlightChanged(bool value) method dispose (line 405) | void dispose() method _getFillColor (line 410) | Color _getFillColor() method _getOutline (line 433) | BorderSide _getOutline() method _getHighlightElevation (line 445) | double _getHighlightElevation() method build (line 455) | Widget build(BuildContext context) class _OutlineBorder (line 499) | class _OutlineBorder extends ShapeBorder implements MaterialStatePropert... method scale (line 515) | ShapeBorder scale(double t) method lerpFrom (line 523) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 535) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method getInnerPath (line 547) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 552) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 557) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method resolve (line 581) | ShapeBorder resolve(Set states) FILE: packages/flutter/lib/src/material/outlined_button.dart class OutlinedButton (line 65) | class OutlinedButton extends ButtonStyleButton { method styleFrom (line 144) | ButtonStyle styleFrom({ method defaultStyleOf (line 252) | ButtonStyle defaultStyleOf(BuildContext context) method themeStyleOf (line 289) | ButtonStyle? themeStyleOf(BuildContext context) class _OutlinedButtonDefaultForeground (line 294) | @immutable method resolve (line 302) | Color? resolve(Set states) class _OutlinedButtonDefaultOverlay (line 309) | @immutable method resolve (line 316) | Color? resolve(Set states) class _OutlinedButtonDefaultMouseCursor (line 325) | @immutable method resolve (line 333) | MouseCursor resolve(Set states) class _OutlinedButtonWithIcon (line 340) | class _OutlinedButtonWithIcon extends OutlinedButton { class _OutlinedButtonWithIconChild (line 365) | class _OutlinedButtonWithIconChild extends StatelessWidget { method build (line 376) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/outlined_button_theme.dart class OutlinedButtonThemeData (line 31) | @immutable method lerp (line 48) | OutlinedButtonThemeData? lerp(OutlinedButtonThemeData? a, OutlinedButt... method debugFillProperties (line 72) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OutlinedButtonTheme (line 89) | class OutlinedButtonTheme extends InheritedTheme { method of (line 112) | OutlinedButtonThemeData of(BuildContext context) method wrap (line 118) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 123) | bool updateShouldNotify(OutlinedButtonTheme oldWidget) FILE: packages/flutter/lib/src/material/page.dart class MaterialPageRoute (line 32) | class MaterialPageRoute extends PageRoute with MaterialRouteTransi... method buildContent (line 53) | Widget buildContent(BuildContext context) function buildContent (line 82) | Widget buildContent(BuildContext context) function canTransitionTo (line 94) | bool canTransitionTo(TransitionRoute nextRoute) function buildPage (line 101) | Widget buildPage( function buildTransitions (line 124) | Widget buildTransitions(BuildContext context, Animation animatio... class MaterialPage (line 150) | class MaterialPage extends Page { method createRoute (line 175) | Route createRoute(BuildContext context) class _PageBasedMaterialPageRoute (line 184) | class _PageBasedMaterialPageRoute extends PageRoute with MaterialR... method buildContent (line 195) | Widget buildContent(BuildContext context) FILE: packages/flutter/lib/src/material/page_transitions_theme.dart class _FadeUpwardsPageTransition (line 13) | class _FadeUpwardsPageTransition extends StatelessWidget { method build (line 35) | Widget build(BuildContext context) class _OpenUpwardsPageTransition (line 48) | class _OpenUpwardsPageTransition extends StatelessWidget { method build (line 83) | Widget build(BuildContext context) class _ZoomPageTransition (line 150) | class _ZoomPageTransition extends StatelessWidget { method build (line 204) | Widget build(BuildContext context) class _ZoomEnterTransition (line 257) | class _ZoomEnterTransition extends StatelessWidget { method build (line 292) | Widget build(BuildContext context) class _ZoomExitTransition (line 336) | class _ZoomExitTransition extends StatelessWidget { method build (line 366) | Widget build(BuildContext context) class PageTransitionsBuilder (line 401) | abstract class PageTransitionsBuilder { method buildTransitions (line 413) | Widget buildTransitions( class FadeUpwardsPageTransitionsBuilder (line 436) | class FadeUpwardsPageTransitionsBuilder extends PageTransitionsBuilder { method buildTransitions (line 441) | Widget buildTransitions( class OpenUpwardsPageTransitionsBuilder (line 463) | class OpenUpwardsPageTransitionsBuilder extends PageTransitionsBuilder { method buildTransitions (line 469) | Widget buildTransitions( class ZoomPageTransitionsBuilder (line 495) | class ZoomPageTransitionsBuilder extends PageTransitionsBuilder { method buildTransitions (line 501) | Widget buildTransitions( class CupertinoPageTransitionsBuilder (line 526) | class CupertinoPageTransitionsBuilder extends PageTransitionsBuilder { method buildTransitions (line 531) | Widget buildTransitions( class PageTransitionsTheme (line 561) | @immutable method buildTransitions (line 586) | Widget buildTransitions( method _all (line 605) | List _all(Map { method initState (line 256) | void initState() method didUpdateWidget (line 264) | void didUpdateWidget(PaginatedDataTable oldWidget) method dispose (line 274) | void dispose() method _handleDataSourceChanged (line 279) | void _handleDataSourceChanged() method pageTo (line 289) | void pageTo(int rowIndex) method _getBlankRowFor (line 300) | DataRow _getBlankRowFor(int index) method _getProgressIndicatorRowFor (line 307) | DataRow _getProgressIndicatorRowFor(int index) method _getRows (line 326) | List _getRows(int firstRowIndex, int rowsPerPage) method _handleFirst (line 345) | void _handleFirst() method _handlePrevious (line 349) | void _handlePrevious() method _handleNext (line 353) | void _handleNext() method _handleLast (line 357) | void _handleLast() method _isNextPageUnavailable (line 361) | bool _isNextPageUnavailable() method build (line 367) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/popup_menu.dart class PopupMenuEntry (line 61) | abstract class PopupMenuEntry extends StatefulWidget { method represents (line 86) | bool represents(T? value) class PopupMenuDivider (line 99) | class PopupMenuDivider extends PopupMenuEntry { method represents (line 112) | bool represents(void value) method createState (line 115) | State createState() class _PopupMenuDividerState (line 118) | class _PopupMenuDividerState extends State { method build (line 120) | Widget build(BuildContext context) class _MenuItem (line 127) | class _MenuItem extends SingleChildRenderObjectWidget { method createRenderObject (line 137) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 142) | void updateRenderObject(BuildContext context, covariant _RenderMenuIte... class _RenderMenuItem (line 147) | class _RenderMenuItem extends RenderShiftedBox { method computeDryLayout (line 153) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 161) | void performLayout() class PopupMenuItem (line 213) | class PopupMenuItem extends PopupMenuEntry { method represents (line 286) | bool represents(T? value) method createState (line 289) | PopupMenuItemState> createState() class PopupMenuItemState (line 308) | class PopupMenuItemState> extends State { method buildChild (line 316) | Widget? buildChild() method handleTap (line 325) | void handleTap() method build (line 332) | Widget build(BuildContext context) class CheckedPopupMenuItem (line 442) | class CheckedPopupMenuItem extends PopupMenuItem { method createState (line 488) | PopupMenuItemState> createState() class _CheckedPopupMenuItemState (line 491) | class _CheckedPopupMenuItemState extends PopupMenuItemState extends StatelessWidget { method build (line 538) | Widget build(BuildContext context) class _PopupMenuRouteLayout (line 621) | class _PopupMenuRouteLayout extends SingleChildLayoutDelegate { method getConstraintsForChild (line 652) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 661) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 713) | bool shouldRelayout(_PopupMenuRouteLayout oldDelegate) class _PopupMenuRoute (line 727) | class _PopupMenuRoute extends PopupRoute { method createAnimation (line 751) | Animation createAnimation() method buildPage (line 772) | Widget buildPage(BuildContext context, Animation animation, An... function showMenu (line 863) | Future showMenu({ type PopupMenuItemSelected (line 910) | typedef PopupMenuItemSelected = void Function(T value); type PopupMenuCanceled (line 916) | typedef PopupMenuCanceled = void Function(); type PopupMenuItemBuilder (line 922) | typedef PopupMenuItemBuilder = List> Function(Build... class PopupMenuButton (line 975) | class PopupMenuButton extends StatefulWidget { method createState (line 1098) | PopupMenuButtonState createState() class PopupMenuButtonState (line 1105) | class PopupMenuButtonState extends State> { method showButtonMenu (line 1114) | void showButtonMenu() method build (line 1160) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/popup_menu_theme.dart class PopupMenuThemeData (line 32) | @immutable method copyWith (line 62) | PopupMenuThemeData copyWith({ method lerp (line 83) | PopupMenuThemeData? lerp(PopupMenuThemeData? a, PopupMenuThemeData? b,... method debugFillProperties (line 122) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class PopupMenuTheme (line 137) | class PopupMenuTheme extends InheritedTheme { method of (line 160) | PopupMenuThemeData of(BuildContext context) method wrap (line 166) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 171) | bool updateShouldNotify(PopupMenuTheme oldWidget) FILE: packages/flutter/lib/src/material/progress_indicator.dart type _ActivityIndicatorType (line 19) | enum _ActivityIndicatorType { material, adaptive } class ProgressIndicator (line 30) | abstract class ProgressIndicator extends StatefulWidget { method _getValueColor (line 110) | Color _getValueColor(BuildContext context) method debugFillProperties (line 119) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _buildSemanticsWrapper (line 124) | Widget _buildSemanticsWrapper({ class _LinearProgressIndicatorPainter (line 140) | class _LinearProgressIndicatorPainter extends CustomPainter { method paint (line 179) | void paint(Canvas canvas, Size size) method drawBar (line 187) | void drawBar(double x, double width) method shouldRepaint (line 218) | bool shouldRepaint(_LinearProgressIndicatorPainter oldPainter) class LinearProgressIndicator (line 261) | class LinearProgressIndicator extends ProgressIndicator { method createState (line 306) | State createState() class _LinearProgressIndicatorState (line 309) | class _LinearProgressIndicatorState extends State createState() class _CircularProgressIndicatorState (line 550) | class _CircularProgressIndicatorState extends State createState() class _RefreshProgressIndicatorState (line 781) | class _RefreshProgressIndicatorState extends _CircularProgressIndicatorS... method build (line 816) | Widget build(BuildContext context) method _buildAnimation (line 827) | Widget _buildAnimation() method _buildMaterialIndicator (line 844) | Widget _buildMaterialIndicator(BuildContext context, double headValue,... FILE: packages/flutter/lib/src/material/progress_indicator_theme.dart class ProgressIndicatorThemeData (line 12) | @immutable method copyWith (line 64) | ProgressIndicatorThemeData copyWith({ method lerp (line 83) | ProgressIndicatorThemeData? lerp(ProgressIndicatorThemeData? a, Progre... method debugFillProperties (line 122) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ProgressIndicatorTheme (line 152) | class ProgressIndicatorTheme extends InheritedTheme { method of (line 172) | ProgressIndicatorThemeData of(BuildContext context) method wrap (line 178) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 183) | bool updateShouldNotify(ProgressIndicatorTheme oldWidget) FILE: packages/flutter/lib/src/material/radio.dart class Radio (line 56) | class Radio extends StatefulWidget { method createState (line 286) | State> createState() class _RadioState (line 289) | class _RadioState extends State> with TickerProviderStateMix... method _handleChanged (line 292) | void _handleChanged(bool? selected) method didUpdateWidget (line 303) | void didUpdateWidget(Radio oldWidget) method dispose (line 311) | void dispose() method build (line 351) | Widget build(BuildContext context) class _RadioPainter (line 440) | class _RadioPainter extends ToggleablePainter { method paint (line 442) | void paint(Canvas canvas, Size size) FILE: packages/flutter/lib/src/material/radio_list_tile.dart class RadioListTile (line 104) | class RadioListTile extends StatelessWidget { method build (line 297) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/radio_theme.dart class RadioThemeData (line 35) | @immutable method copyWith (line 90) | RadioThemeData copyWith({ method lerp (line 111) | RadioThemeData lerp(RadioThemeData? a, RadioThemeData? b, double t) method debugFillProperties (line 150) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 160) | MaterialStateProperty? _lerpProperties( class _LerpProperties (line 173) | class _LerpProperties implements MaterialStateProperty { method resolve (line 182) | T resolve(Set states) class RadioTheme (line 202) | class RadioTheme extends InheritedWidget { method of (line 221) | RadioThemeData of(BuildContext context) method updateShouldNotify (line 227) | bool updateShouldNotify(RadioTheme oldWidget) FILE: packages/flutter/lib/src/material/raised_button.dart class RaisedButton (line 27) | @Deprecated( method build (line 154) | Widget build(BuildContext context) method debugFillProperties (line 187) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _RaisedButtonWithIcon (line 201) | class _RaisedButtonWithIcon extends RaisedButton with MaterialButtonWith... FILE: packages/flutter/lib/src/material/range_slider.dart type PaintRangeValueIndicator (line 28) | typedef PaintRangeValueIndicator = void Function(PaintingContext context... class RangeSlider (line 107) | class RangeSlider extends StatefulWidget { method createState (line 358) | State createState() method debugFillProperties (line 361) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _RangeSliderState (line 379) | class _RangeSliderState extends State with TickerProviderSt... method initState (line 404) | void initState() method didUpdateWidget (line 432) | void didUpdateWidget(RangeSlider oldWidget) method dispose (line 448) | void dispose() method _handleChanged (line 462) | void _handleChanged(RangeValues values) method _handleDragStart (line 470) | void _handleDragStart(RangeValues values) method _handleDragEnd (line 475) | void _handleDragEnd(RangeValues values) method _lerp (line 482) | double _lerp(double value) method _lerpRangeValues (line 485) | RangeValues _lerpRangeValues(RangeValues values) method _unlerp (line 490) | double _unlerp(double value) method _unlerpRangeValues (line 497) | RangeValues _unlerpRangeValues(RangeValues values) method _defaultRangeThumbSelector (line 505) | Thumb? _defaultRangeThumbSelector( method build (line 550) | Widget build(BuildContext context) method _screenSize (line 616) | Size _screenSize() method showValueIndicator (line 640) | void showValueIndicator() class _RangeSliderRenderObjectWidget (line 657) | class _RangeSliderRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 686) | _RenderRangeSlider createRenderObject(BuildContext context) method updateRenderObject (line 706) | void updateRenderObject(BuildContext context, _RenderRangeSlider rende... class _RenderRangeSlider (line 726) | class _RenderRangeSlider extends RenderBox with RelayoutWhenSystemFontsC... method _updateLabelPainters (line 999) | void _updateLabelPainters() method _updateLabelPainter (line 1004) | void _updateLabelPainter(Thumb thumb) method systemFontsDidChange (line 1040) | void systemFontsDidChange() method attach (line 1048) | void attach(PipelineOwner owner) method detach (line 1058) | void detach() method _getValueFromVisualPosition (line 1067) | double _getValueFromVisualPosition(double visualPosition) method _getValueFromGlobalPosition (line 1076) | double _getValueFromGlobalPosition(Offset globalPosition) method _discretize (line 1081) | double _discretize(double value) method _discretizeRangeValues (line 1089) | RangeValues _discretizeRangeValues(RangeValues values) method _startInteraction (line 1093) | void _startInteraction(Offset globalPosition) method _handleDragUpdate (line 1130) | void _handleDragUpdate(DragUpdateDetails details) method _endInteraction (line 1169) | void _endInteraction() method _handleDragStart (line 1186) | void _handleDragStart(DragStartDetails details) method _handleDragEnd (line 1190) | void _handleDragEnd(DragEndDetails details) method _handleDragCancel (line 1194) | void _handleDragCancel() method _handleTapDown (line 1198) | void _handleTapDown(TapDownDetails details) method _handleTapUp (line 1202) | void _handleTapUp(TapUpDetails details) method _handleTapCancel (line 1206) | void _handleTapCancel() method hitTestSelf (line 1211) | bool hitTestSelf(Offset position) method handleEvent (line 1214) | void handleEvent(PointerEvent event, HitTestEntry entry) method computeMinIntrinsicWidth (line 1224) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1227) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1230) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1233) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 1239) | Size computeDryLayout(BoxConstraints constraints) method paint (line 1247) | void paint(PaintingContext context, Offset offset) method _createSemanticsConfiguration (line 1492) | SemanticsConfiguration _createSemanticsConfiguration( method assembleSemanticsNode (line 1523) | void assembleSemanticsNode( method clearSemantics (line 1573) | void clearSemantics() method describeSemanticsConfiguration (line 1580) | void describeSemanticsConfiguration(SemanticsConfiguration config) method _increaseStartAction (line 1587) | void _increaseStartAction() method _decreaseStartAction (line 1593) | void _decreaseStartAction() method _increaseEndAction (line 1599) | void _increaseEndAction() method _decreaseEndAction (line 1605) | void _decreaseEndAction() class _ValueIndicatorRenderObjectWidget (line 1633) | class _ValueIndicatorRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 1641) | _RenderValueIndicator createRenderObject(BuildContext context) method updateRenderObject (line 1647) | void updateRenderObject(BuildContext context, _RenderValueIndicator re... class _RenderValueIndicator (line 1652) | class _RenderValueIndicator extends RenderBox with RelayoutWhenSystemFon... method attach (line 1669) | void attach(PipelineOwner owner) method detach (line 1677) | void detach() method paint (line 1685) | void paint(PaintingContext context, Offset offset) method computeDryLayout (line 1691) | Size computeDryLayout(BoxConstraints constraints) FILE: packages/flutter/lib/src/material/refresh_indicator.dart type RefreshCallback (line 37) | typedef RefreshCallback = Future Function(); type _RefreshIndicatorMode (line 41) | enum _RefreshIndicatorMode { type RefreshIndicatorTriggerMode (line 51) | enum RefreshIndicatorTriggerMode { class RefreshIndicator (line 101) | class RefreshIndicator extends StatefulWidget { method createState (line 215) | RefreshIndicatorState createState() class RefreshIndicatorState (line 220) | class RefreshIndicatorState extends State with TickerP... method initState (line 238) | void initState() method didChangeDependencies (line 249) | void didChangeDependencies() method didUpdateWidget (line 263) | void didUpdateWidget(covariant RefreshIndicator oldWidget) method dispose (line 279) | void dispose() method _shouldStart (line 285) | bool _shouldStart(ScrollNotification notification) method _handleScrollNotification (line 296) | bool _handleScrollNotification(ScrollNotification notification) method _handleGlowNotification (line 357) | bool _handleGlowNotification(OverscrollIndicatorNotification notificat... method _start (line 367) | bool _start(AxisDirection direction) method _checkDragOffset (line 390) | void _checkDragOffset(double containerExtent) method _dismiss (line 401) | Future _dismiss(_RefreshIndicatorMode newMode) method _show (line 429) | void _show() method show (line 486) | Future show({ bool atTop = true }) method build (line 497) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/reorderable_list.dart class ReorderableListView (line 37) | class ReorderableListView extends StatefulWidget { method createState (line 239) | State createState() class _ReorderableListViewState (line 242) | class _ReorderableListViewState extends State { method _wrapWithSemantics (line 243) | Widget _wrapWithSemantics(Widget child, int index) method reorder (line 244) | void reorder(int startIndex, int endIndex) method moveToStart (line 253) | void moveToStart() method moveToEnd (line 254) | void moveToEnd() method moveBefore (line 255) | void moveBefore() method moveAfter (line 258) | void moveAfter() method _itemBuilder (line 300) | Widget _itemBuilder(BuildContext context, int index) method _proxyDecorator (line 381) | Widget _proxyDecorator(Widget child, int index, Animation anim... method build (line 397) | Widget build(BuildContext context) class _ReorderableListViewChildGlobalKey (line 477) | @optionalTypeArgs FILE: packages/flutter/lib/src/material/scaffold.dart type _ScaffoldSlot (line 48) | enum _ScaffoldSlot { class ScaffoldMessenger (line 94) | class ScaffoldMessenger extends StatefulWidget { method of (line 143) | ScaffoldMessengerState of(BuildContext context) method maybeOf (line 160) | ScaffoldMessengerState? maybeOf(BuildContext context) method createState (line 168) | ScaffoldMessengerState createState() class ScaffoldMessengerState (line 180) | class ScaffoldMessengerState extends State with Ticke... method didChangeDependencies (line 190) | void didChangeDependencies() method _register (line 206) | void _register(ScaffoldState scaffold) method _unregister (line 220) | void _unregister(ScaffoldState scaffold) method _updateScaffolds (line 226) | void _updateScaffolds() method _isRoot (line 237) | bool _isRoot(ScaffoldState scaffold) method showSnackBar (line 266) | ScaffoldFeatureController showSnackBar... method _handleSnackBarStatusChanged (line 293) | void _handleSnackBarStatusChanged(AnimationStatus status) method removeCurrentSnackBar (line 324) | void removeCurrentSnackBar({ SnackBarClosedReason reason = SnackBarClo... method hideCurrentSnackBar (line 340) | void hideCurrentSnackBar({ SnackBarClosedReason reason = SnackBarClose... method clearSnackBars (line 361) | void clearSnackBars() method showMaterialBanner (line 392) | ScaffoldFeatureController ... method _handleMaterialBannerStatusChanged (line 419) | void _handleMaterialBannerStatusChanged(AnimationStatus status) method removeCurrentMaterialBanner (line 446) | void removeCurrentMaterialBanner({ MaterialBannerClosedReason reason =... method hideCurrentMaterialBanner (line 461) | void hideCurrentMaterialBanner({ MaterialBannerClosedReason reason = M... method clearMaterialBanners (line 480) | void clearMaterialBanners() method build (line 490) | Widget build(BuildContext context) method dispose (line 522) | void dispose() class _ScaffoldMessengerScope (line 530) | class _ScaffoldMessengerScope extends InheritedWidget { method updateShouldNotify (line 541) | bool updateShouldNotify(_ScaffoldMessengerScope old) class ScaffoldPrelayoutGeometry (line 553) | @immutable class _TransitionSnapshotFabLocation (line 663) | @immutable method getOffset (line 674) | Offset getOffset(ScaffoldPrelayoutGeometry scaffoldGeometry) method toString (line 683) | String toString() class ScaffoldGeometry (line 702) | @immutable method _scaleFloatingActionButton (line 721) | ScaffoldGeometry _scaleFloatingActionButton(double scaleFactor) method copyWith (line 741) | ScaffoldGeometry copyWith({ class _ScaffoldGeometryNotifier (line 752) | class _ScaffoldGeometryNotifier extends ChangeNotifier implements ValueL... method _updateWith (line 775) | void _updateWith({ class _BodyBoxConstraints (line 798) | class _BodyBoxConstraints extends BoxConstraints { class _BodyBuilder (line 845) | class _BodyBuilder extends StatelessWidget { method build (line 861) | Widget build(BuildContext context) class _ScaffoldLayout (line 893) | class _ScaffoldLayout extends MultiChildLayoutDelegate { method performLayout (line 935) | void performLayout(Size size) method shouldRelayout (line 1128) | bool shouldRelayout(_ScaffoldLayout oldDelegate) class _FloatingActionButtonTransition (line 1147) | class _FloatingActionButtonTransition extends StatefulWidget { method createState (line 1169) | _FloatingActionButtonTransitionState createState() class _FloatingActionButtonTransitionState (line 1172) | class _FloatingActionButtonTransitionState extends State<_FloatingAction... method initState (line 1185) | void initState() method dispose (line 1206) | void dispose() method didUpdateWidget (line 1212) | void didUpdateWidget(_FloatingActionButtonTransition oldWidget) method _updateAnimations (line 1248) | void _updateAnimations() method _handlePreviousAnimationStatusChanged (line 1283) | void _handlePreviousAnimationStatusChanged(AnimationStatus status) method _isExtendedFloatingActionButton (line 1293) | bool _isExtendedFloatingActionButton(Widget? widget) method build (line 1299) | Widget build(BuildContext context) method _onProgressChanged (line 1337) | void _onProgressChanged() method _updateGeometryScale (line 1341) | void _updateGeometryScale(double scale) class Scaffold (line 1468) | class Scaffold extends StatefulWidget { method of (line 1780) | ScaffoldState of(BuildContext context) method maybeOf (line 1826) | ScaffoldState? maybeOf(BuildContext context) method geometryOf (line 1851) | ValueListenable geometryOf(BuildContext context) method hasDrawer (line 1894) | bool hasDrawer(BuildContext context, { bool registerForUpdates = true }) method createState (line 1907) | ScaffoldState createState() class ScaffoldState (line 1914) | class ScaffoldState extends State with TickerProviderStateMixi... method restoreState (line 1919) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _drawerOpenedCallback (line 1962) | void _drawerOpenedCallback(bool isOpened) method _endDrawerOpenedCallback (line 1969) | void _endDrawerOpenedCallback(bool isOpened) method openDrawer (line 1988) | void openDrawer() method openEndDrawer (line 2006) | void openEndDrawer() method showSnackBar (line 2054) | ScaffoldFeatureController showSnackBar... method _handleSnackBarStatusChange (line 2080) | void _handleSnackBarStatusChange(AnimationStatus status) method removeCurrentSnackBar (line 2116) | void removeCurrentSnackBar({ SnackBarClosedReason reason = SnackBarClo... method hideCurrentSnackBar (line 2161) | void hideCurrentSnackBar({ SnackBarClosedReason reason = SnackBarClose... method _updateSnackBar (line 2206) | void _updateSnackBar() method _updateMaterialBanner (line 2225) | void _updateMaterialBanner() method _maybeBuildPersistentBottomSheet (line 2246) | void _maybeBuildPersistentBottomSheet() method _persistentBottomSheetExtentChanged (line 2253) | bool _persistentBottomSheetExtentChanged(DraggableScrollableNotificati... method _closeCurrentBottomSheet (line 2290) | void _closeCurrentBottomSheet() method _updatePersistentBottomSheet (line 2304) | void _updatePersistentBottomSheet() method _buildBottomSheet (line 2308) | PersistentBottomSheetController _buildBottomSheet( method _removeCurrentBottomSheet (line 2335) | void _removeCurrentBottomSheet() method showBottomSheet (line 2460) | PersistentBottomSheetController showBottomSheet( method _showFloatingActionButton (line 2522) | TickerFuture _showFloatingActionButton() method _moveFloatingActionButton (line 2527) | void _moveFloatingActionButton(final FloatingActionButtonLocation newL... method _handleStatusBarTap (line 2552) | void _handleStatusBarTap() method initState (line 2572) | void initState() method didUpdateWidget (line 2591) | void didUpdateWidget(Scaffold oldWidget) method didChangeDependencies (line 2628) | void didChangeDependencies() method dispose (line 2660) | void dispose() method _addIfNonNull (line 2673) | void _addIfNonNull( method _buildEndDrawer (line 2709) | void _buildEndDrawer(List children, TextDirection textDirect... method _buildDrawer (line 2735) | void _buildDrawer(List children, TextDirection textDirection) method showBodyScrim (line 2767) | void showBodyScrim(bool value, double opacity) method build (line 2779) | Widget build(BuildContext context) class ScaffoldFeatureController (line 3098) | class ScaffoldFeatureController { class _BottomSheetSuspendedCurve (line 3131) | class _BottomSheetSuspendedCurve extends ParametricCurve { method transform (line 3148) | double transform(double t) method toString (line 3166) | String toString() class _StandardBottomSheet (line 3171) | class _StandardBottomSheet extends StatefulWidget { method createState (line 3202) | _StandardBottomSheetState createState() class _StandardBottomSheetState (line 3205) | class _StandardBottomSheetState extends State<_StandardBottomSheet> { method initState (line 3209) | void initState() method dispose (line 3220) | void dispose() method didUpdateWidget (line 3226) | void didUpdateWidget(_StandardBottomSheet oldWidget) method close (line 3231) | void close() method _handleDragStart (line 3237) | void _handleDragStart(DragStartDetails details) method _handleDragEnd (line 3242) | void _handleDragEnd(DragEndDetails details, { bool? isClosing }) method _handleStatusChange (line 3250) | void _handleStatusChange(AnimationStatus status) method extentChanged (line 3256) | bool extentChanged(DraggableScrollableNotification notification) method _wrapBottomSheet (line 3276) | Widget _wrapBottomSheet(Widget bottomSheet) method build (line 3288) | Widget build(BuildContext context) class PersistentBottomSheetController (line 3325) | class PersistentBottomSheetController extends ScaffoldFeatureControll... class _ScaffoldScope (line 3337) | class _ScaffoldScope extends InheritedWidget { method updateShouldNotify (line 3350) | bool updateShouldNotify(_ScaffoldScope oldWidget) FILE: packages/flutter/lib/src/material/scrollbar.dart class Scrollbar (line 60) | class Scrollbar extends StatelessWidget { method build (line 139) | Widget build(BuildContext context) class _MaterialScrollbar (line 168) | class _MaterialScrollbar extends RawScrollbar { method createState (line 200) | _MaterialScrollbarState createState() class _MaterialScrollbarState (line 203) | class _MaterialScrollbarState extends RawScrollbarState<_MaterialScrollb... method initState (line 307) | void initState() method didChangeDependencies (line 319) | void didChangeDependencies() method updateScrollbarPainter (line 339) | void updateScrollbarPainter() method handleThumbPressStart (line 355) | void handleThumbPressStart(Offset localPosition) method handleThumbPressEnd (line 361) | void handleThumbPressEnd(Offset localPosition, Velocity velocity) method handleHover (line 367) | void handleHover(PointerHoverEvent event) method handleHoverExit (line 382) | void handleHoverExit(PointerExitEvent event) method dispose (line 389) | void dispose() FILE: packages/flutter/lib/src/material/scrollbar_theme.dart class ScrollbarThemeData (line 30) | @immutable method copyWith (line 123) | ScrollbarThemeData copyWith({ method lerp (line 156) | ScrollbarThemeData lerp(ScrollbarThemeData? a, ScrollbarThemeData? b, ... method debugFillProperties (line 211) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 226) | MaterialStateProperty? _lerpProperties( class _LerpProperties (line 239) | class _LerpProperties implements MaterialStateProperty { method resolve (line 248) | T resolve(Set states) class ScrollbarTheme (line 268) | class ScrollbarTheme extends InheritedWidget { method of (line 288) | ScrollbarThemeData of(BuildContext context) method updateShouldNotify (line 294) | bool updateShouldNotify(ScrollbarTheme oldWidget) FILE: packages/flutter/lib/src/material/search.dart function showSearch (line 59) | Future showSearch({ class SearchDelegate (line 104) | abstract class SearchDelegate { method buildSuggestions (line 162) | Widget buildSuggestions(BuildContext context) method buildResults (line 177) | Widget buildResults(BuildContext context) method buildLeading (line 191) | Widget? buildLeading(BuildContext context) method buildActions (line 204) | List? buildActions(BuildContext context) method buildBottom (line 214) | PreferredSizeWidget? buildBottom(BuildContext context) method appBarTheme (line 232) | ThemeData appBarTheme(BuildContext context) method showResults (line 280) | void showResults(BuildContext context) method showSuggestions (line 297) | void showSuggestions(BuildContext context) method close (line 307) | void close(BuildContext context, T result) type _SearchBody (line 375) | enum _SearchBody { class _SearchPageRoute (line 387) | class _SearchPageRoute extends PageRoute { method buildTransitions (line 415) | Widget buildTransitions( method createAnimation (line 428) | Animation createAnimation() method buildPage (line 435) | Widget buildPage( method didComplete (line 447) | void didComplete(T? result) class _SearchPage (line 455) | class _SearchPage extends StatefulWidget { method createState (line 465) | State createState() class _SearchPageState (line 468) | class _SearchPageState extends State<_SearchPage> { method initState (line 474) | void initState() method dispose (line 484) | void dispose() method _onAnimationStatusChanged (line 493) | void _onAnimationStatusChanged(AnimationStatus status) method didUpdateWidget (line 504) | void didUpdateWidget(_SearchPage oldWidget) method _onFocusChanged (line 516) | void _onFocusChanged() method _onQueryChanged (line 522) | void _onQueryChanged() method _onSearchBodyChanged (line 528) | void _onSearchBodyChanged() method build (line 535) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/selectable_text.dart class _TextSpanEditingController (line 26) | class _TextSpanEditingController extends TextEditingController { method buildTextSpan (line 35) | TextSpan buildTextSpan({required BuildContext context, TextStyle? styl... class _SelectableTextSelectionGestureDetectorBuilder (line 50) | class _SelectableTextSelectionGestureDetectorBuilder extends TextSelecti... method onForcePressStart (line 59) | void onForcePressStart(ForcePressDetails details) method onForcePressEnd (line 67) | void onForcePressEnd(ForcePressDetails details) method onSingleLongTapMoveUpdate (line 72) | void onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details) method onSingleTapUp (line 83) | void onSingleTapUp(TapUpDetails details) method onSingleLongTapStart (line 103) | void onSingleLongTapStart(LongPressStartDetails details) class SelectableText (line 166) | class SelectableText extends StatefulWidget { method createState (line 427) | State createState() method debugFillProperties (line 430) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _SelectableTextState (line 454) | class _SelectableTextState extends State with AutomaticK... method initState (line 479) | void initState() method didUpdateWidget (line 489) | void didUpdateWidget(SelectableText oldWidget) method dispose (line 506) | void dispose() method _onControllerChanged (line 512) | void _onControllerChanged() method _handleSelectionChanged (line 525) | void _handleSelectionChanged(TextSelection selection, SelectionChanged... method _handleSelectionHandleTapped (line 555) | void _handleSelectionHandleTapped() method _shouldShowSelectionHandles (line 561) | bool _shouldShowSelectionHandles(SelectionChangedCause? cause) method build (line 586) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/slider.dart type PaintValueIndicator (line 31) | typedef PaintValueIndicator = void Function(PaintingContext context, Off... type _SliderType (line 33) | enum _SliderType { material, adaptive } class Slider (line 105) | class Slider extends StatefulWidget { method createState (line 431) | State createState() method debugFillProperties (line 434) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _SliderState (line 452) | class _SliderState extends State with TickerProviderStateMixin { method initState (line 485) | void initState() method dispose (line 513) | void dispose() method _handleChanged (line 526) | void _handleChanged(double value) method _handleDragStart (line 534) | void _handleDragStart(double value) method _handleDragEnd (line 539) | void _handleDragEnd(double value) method _actionHandler (line 544) | void _actionHandler(_AdjustSliderIntent intent) method _handleFocusHighlightChanged (line 578) | void _handleFocusHighlightChanged(bool focused) method _handleHoverChanged (line 585) | void _handleHoverChanged(bool hovering) method _lerp (line 593) | double _lerp(double value) method _unlerp (line 600) | double _unlerp(double value) method build (line 607) | Widget build(BuildContext context) method _buildMaterialSlider (line 632) | Widget _buildMaterialSlider(BuildContext context) method _screenSize (line 699) | Size _screenSize() method _buildCupertinoSlider (line 736) | Widget _buildCupertinoSlider(BuildContext context) method showValueIndicator (line 759) | void showValueIndicator() class _SliderRenderObjectWidget (line 777) | class _SliderRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 810) | _RenderSlider createRenderObject(BuildContext context) method updateRenderObject (line 831) | void updateRenderObject(BuildContext context, _RenderSlider renderObject) class _RenderSlider (line 854) | class _RenderSlider extends RenderBox with RelayoutWhenSystemFontsChange... method _updateForFocusOrHover (line 1107) | void _updateForFocusOrHover(bool hasFocusOrIsHovering) method _updateLabelPainter (line 1149) | void _updateLabelPainter() method systemFontsDidChange (line 1169) | void systemFontsDidChange() method attach (line 1176) | void attach(PipelineOwner owner) method detach (line 1185) | void detach() method _getValueFromVisualPosition (line 1193) | double _getValueFromVisualPosition(double visualPosition) method _getValueFromGlobalPosition (line 1202) | double _getValueFromGlobalPosition(Offset globalPosition) method _discretize (line 1207) | double _discretize(double value) method _startInteraction (line 1215) | void _startInteraction(Offset globalPosition) method _endInteraction (line 1240) | void _endInteraction() method _handleDragStart (line 1257) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 1261) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 1280) | void _handleDragEnd(DragEndDetails details) method _handleTapDown (line 1284) | void _handleTapDown(TapDownDetails details) method _handleTapUp (line 1288) | void _handleTapUp(TapUpDetails details) method hitTestSelf (line 1293) | bool hitTestSelf(Offset position) method handleEvent (line 1296) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method computeMinIntrinsicWidth (line 1306) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1309) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1312) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1315) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 1321) | Size computeDryLayout(BoxConstraints constraints) method paint (line 1329) | void paint(PaintingContext context, Offset offset) method describeSemanticsConfiguration (line 1452) | void describeSemanticsConfiguration(SemanticsConfiguration config) method increaseAction (line 1486) | void increaseAction() method decreaseAction (line 1492) | void decreaseAction() class _AdjustSliderIntent (line 1499) | class _AdjustSliderIntent extends Intent { type _SliderAdjustmentType (line 1515) | enum _SliderAdjustmentType { class _ValueIndicatorRenderObjectWidget (line 1522) | class _ValueIndicatorRenderObjectWidget extends LeafRenderObjectWidget { method createRenderObject (line 1530) | _RenderValueIndicator createRenderObject(BuildContext context) method updateRenderObject (line 1536) | void updateRenderObject(BuildContext context, _RenderValueIndicator re... class _RenderValueIndicator (line 1541) | class _RenderValueIndicator extends RenderBox with RelayoutWhenSystemFon... method attach (line 1557) | void attach(PipelineOwner owner) method detach (line 1564) | void detach() method paint (line 1571) | void paint(PaintingContext context, Offset offset) method computeDryLayout (line 1576) | Size computeDryLayout(BoxConstraints constraints) FILE: packages/flutter/lib/src/material/slider_theme.dart class SliderTheme (line 62) | class SliderTheme extends InheritedTheme { method of (line 114) | SliderThemeData of(BuildContext context) method wrap (line 120) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 125) | bool updateShouldNotify(SliderTheme oldWidget) type ShowValueIndicator (line 136) | enum ShowValueIndicator { type Thumb (line 159) | enum Thumb { class SliderThemeData (line 234) | @immutable method copyWith (line 572) | SliderThemeData copyWith({ method lerp (line 637) | SliderThemeData lerp(SliderThemeData a, SliderThemeData b, double t) method debugFillProperties (line 744) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliderComponentShape (line 798) | abstract class SliderComponentShape { method getPreferredSize (line 804) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 870) | void paint( class SliderTickMarkShape (line 915) | abstract class SliderTickMarkShape { method getPreferredSize (line 930) | Size getPreferredSize({ method paint (line 956) | void paint( class SliderTrackShape (line 991) | abstract class SliderTrackShape { method getPreferredRect (line 1012) | Rect getPreferredRect({ method paint (line 1052) | void paint( class RangeSliderThumbShape (line 1075) | abstract class RangeSliderThumbShape { method getPreferredSize (line 1091) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 1140) | void paint( class RangeSliderValueIndicatorShape (line 1165) | abstract class RangeSliderValueIndicatorShape { method getPreferredSize (line 1180) | Size getPreferredSize( method getHorizontalShift (line 1191) | double getHorizontalShift({ method paint (line 1239) | void paint( class RangeSliderTickMarkShape (line 1270) | abstract class RangeSliderTickMarkShape { method getPreferredSize (line 1282) | Size getPreferredSize({ method paint (line 1310) | void paint( class RangeSliderTrackShape (line 1340) | abstract class RangeSliderTrackShape { method getPreferredRect (line 1364) | Rect getPreferredRect({ method paint (line 1403) | void paint( function getPreferredRect (line 1440) | Rect getPreferredRect({ class RectangularSliderTrackShape (line 1491) | class RectangularSliderTrackShape extends SliderTrackShape with BaseSlid... method paint (line 1514) | void paint( class RoundedRectSliderTrackShape (line 1607) | class RoundedRectSliderTrackShape extends SliderTrackShape with BaseSlid... method paint (line 1612) | void paint( class RectangularRangeSliderTrackShape (line 1723) | class RectangularRangeSliderTrackShape extends RangeSliderTrackShape { method getPreferredRect (line 1731) | Rect getPreferredRect({ method paint (line 1758) | void paint( class RoundedRectRangeSliderTrackShape (line 1850) | class RoundedRectRangeSliderTrackShape extends RangeSliderTrackShape { method getPreferredRect (line 1858) | Rect getPreferredRect({ method paint (line 1886) | void paint( class RoundSliderTickMarkShape (line 2015) | class RoundSliderTickMarkShape extends SliderTickMarkShape { method getPreferredSize (line 2027) | Size getPreferredSize({ method paint (line 2041) | void paint( class RoundRangeSliderTickMarkShape (line 2113) | class RoundRangeSliderTickMarkShape extends RangeSliderTickMarkShape { method getPreferredSize (line 2125) | Size getPreferredSize({ method paint (line 2136) | void paint( class _EmptySliderTickMarkShape (line 2192) | class _EmptySliderTickMarkShape extends SliderTickMarkShape { method getPreferredSize (line 2194) | Size getPreferredSize({ method paint (line 2202) | void paint( class _EmptySliderComponentShape (line 2225) | class _EmptySliderComponentShape extends SliderComponentShape { method getPreferredSize (line 2227) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 2230) | void paint( class RoundSliderThumbShape (line 2260) | class RoundSliderThumbShape extends SliderComponentShape { method getPreferredSize (line 2299) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 2304) | void paint( class RoundRangeSliderThumbShape (line 2368) | class RoundRangeSliderThumbShape extends RangeSliderThumbShape { method getPreferredSize (line 2400) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 2405) | void paint( class RoundSliderOverlayShape (line 2480) | class RoundSliderOverlayShape extends SliderComponentShape { method getPreferredSize (line 2491) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 2496) | void paint( class RectangularSliderValueIndicatorShape (line 2544) | class RectangularSliderValueIndicatorShape extends SliderComponentShape { method getPreferredSize (line 2551) | Size getPreferredSize( method paint (line 2563) | void paint( class RectangularRangeSliderValueIndicatorShape (line 2602) | class RectangularRangeSliderValueIndicatorShape method getPreferredSize (line 2610) | Size getPreferredSize( method getHorizontalShift (line 2622) | double getHorizontalShift({ method paint (line 2641) | void paint( class _RectangularSliderValueIndicatorPathPainter (line 2673) | class _RectangularSliderValueIndicatorPathPainter { method getPreferredSize (line 2684) | Size getPreferredSize( method getHorizontalShift (line 2695) | double getHorizontalShift({ method _upperRectangleWidth (line 2727) | double _upperRectangleWidth(TextPainter labelPainter, double scale, do... method paint (line 2732) | void paint({ class PaddleSliderValueIndicatorShape (line 2811) | class PaddleSliderValueIndicatorShape extends SliderComponentShape { method getPreferredSize (line 2818) | Size getPreferredSize( method paint (line 2830) | void paint( class PaddleRangeSliderValueIndicatorShape (line 2880) | class PaddleRangeSliderValueIndicatorShape extends RangeSliderValueIndic... method getPreferredSize (line 2887) | Size getPreferredSize( method getHorizontalShift (line 2899) | double getHorizontalShift({ method paint (line 2917) | void paint( class _PaddleSliderValueIndicatorPathPainter (line 2959) | class _PaddleSliderValueIndicatorPathPainter { method getPreferredSize (line 2999) | Size getPreferredSize( method _addArc (line 3011) | void _addArc(Path path, Offset center, double radius, double startAngl... method getHorizontalShift (line 3017) | double getHorizontalShift({ method _getIdealOffset (line 3037) | double _getIdealOffset( method paint (line 3076) | void paint( type SemanticFormatterCallback (line 3240) | typedef SemanticFormatterCallback = String Function(double value); type RangeThumbSelector (line 3249) | typedef RangeThumbSelector = Thumb? Function( class RangeValues (line 3263) | @immutable method toString (line 3293) | String toString() class RangeLabels (line 3303) | @immutable method toString (line 3333) | String toString() FILE: packages/flutter/lib/src/material/snack_bar.dart type SnackBarClosedReason (line 48) | enum SnackBarClosedReason { class SnackBarAction (line 80) | class SnackBarAction extends StatefulWidget { method createState (line 112) | State createState() class _SnackBarActionState (line 115) | class _SnackBarActionState extends State { method _handlePressed (line 118) | void _handlePressed() method build (line 129) | Widget build(BuildContext context) method resolveForegroundColor (line 130) | Color? resolveForegroundColor(Set states) class SnackBar (line 187) | class SnackBar extends StatefulWidget { method createAnimationController (line 342) | AnimationController createAnimationController({ required TickerProvide... method withAnimation (line 354) | SnackBar withAnimation(Animation newAnimation, { Key? fallback... method createState (line 374) | State createState() class _SnackBarState (line 377) | class _SnackBarState extends State { method initState (line 381) | void initState() method didUpdateWidget (line 387) | void didUpdateWidget(SnackBar oldWidget) method dispose (line 396) | void dispose() method _onAnimationStatusChanged (line 401) | void _onAnimationStatusChanged(AnimationStatus animationStatus) method build (line 416) | Widget build(BuildContext context) method message (line 458) | String message(String parameter) FILE: packages/flutter/lib/src/material/snack_bar_theme.dart type SnackBarBehavior (line 15) | enum SnackBarBehavior { class SnackBarThemeData (line 49) | @immutable method copyWith (line 109) | SnackBarThemeData copyWith({ method lerp (line 134) | SnackBarThemeData lerp(SnackBarThemeData? a, SnackBarThemeData? b, dou... method debugFillProperties (line 177) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/stepper.dart type StepState (line 31) | enum StepState { type StepperType (line 50) | enum StepperType { class ControlsDetails (line 62) | @immutable type ControlsWidgetBuilder (line 107) | typedef ControlsWidgetBuilder = Widget Function(BuildContext context, Co... class Step (line 130) | @immutable class Stepper (line 187) | class Stepper extends StatefulWidget { method createState (line 311) | State createState() class _StepperState (line 314) | class _StepperState extends State with TickerProviderStateMixin { method initState (line 319) | void initState() method didUpdateWidget (line 331) | void didUpdateWidget(Stepper oldWidget) method _isFirst (line 339) | bool _isFirst(int index) method _isLast (line 343) | bool _isLast(int index) method _isCurrent (line 347) | bool _isCurrent(int index) method _isDark (line 351) | bool _isDark() method _buildLine (line 355) | Widget _buildLine(bool visible) method _buildCircleChild (line 363) | Widget _buildCircleChild(int index, bool oldState) method _circleColor (line 391) | Color _circleColor(int index) method _buildCircle (line 400) | Widget _buildCircle(int index, bool oldState) method _buildTriangle (line 419) | Widget _buildTriangle(int index, bool oldState) method _buildIcon (line 442) | Widget _buildIcon(int index) method _buildVerticalControls (line 461) | Widget _buildVerticalControls(int stepIndex) method _titleStyle (line 531) | TextStyle _titleStyle(int index) method _subtitleStyle (line 552) | TextStyle _subtitleStyle(int index) method _buildHeaderText (line 573) | Widget _buildHeaderText(int index) method _buildVerticalHeader (line 598) | Widget _buildVerticalHeader(int index) method _buildVerticalBody (line 623) | Widget _buildVerticalBody(int index) method _buildVertical (line 667) | Widget _buildVertical() method _buildHorizontal (line 698) | Widget _buildHorizontal() method build (line 773) | Widget build(BuildContext context) class _TrianglePainter (line 798) | class _TrianglePainter extends CustomPainter { method hitTest (line 806) | bool hitTest(Offset point) method shouldRepaint (line 809) | bool shouldRepaint(_TrianglePainter oldPainter) method paint (line 814) | void paint(Canvas canvas, Size size) FILE: packages/flutter/lib/src/material/switch.dart type _SwitchType (line 28) | enum _SwitchType { material, adaptive } class Switch (line 54) | class Switch extends StatelessWidget { method _getSwitchSize (line 362) | Size _getSwitchSize(ThemeData theme) method _buildCupertinoSwitch (line 374) | Widget _buildCupertinoSwitch(BuildContext context) method _buildMaterialSwitch (line 394) | Widget _buildMaterialSwitch(BuildContext context) method build (line 422) | Widget build(BuildContext context) method debugFillProperties (line 445) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _MaterialSwitch (line 452) | class _MaterialSwitch extends StatefulWidget { method createState (line 506) | State createState() class _MaterialSwitchState (line 509) | class _MaterialSwitchState extends State<_MaterialSwitch> with TickerPro... method didUpdateWidget (line 513) | void didUpdateWidget(_MaterialSwitch oldWidget) method dispose (line 528) | void dispose() method _handleDragStart (line 601) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 606) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 625) | void _handleDragEnd(DragEndDetails details) method _handleChanged (line 640) | void _handleChanged(bool? value) method build (line 647) | Widget build(BuildContext context) class _SwitchPainter (line 751) | class _SwitchPainter extends ToggleablePainter { method _createDefaultThumbDecoration (line 865) | BoxDecoration _createDefaultThumbDecoration(Color color, ImageProvider... method _handleDecorationChanged (line 876) | void _handleDecorationChanged() method paint (line 886) | void paint(Canvas canvas, Size size) method _computeTrackPaintOffset (line 935) | Offset _computeTrackPaintOffset(Size canvasSize, double trackWidth, do... method _computeThumbPaintOffset (line 944) | Offset _computeThumbPaintOffset(Offset trackPaintOffset, double visual... method _paintTrackWith (line 955) | void _paintTrackWith(Canvas canvas, Paint paint, Offset trackPaintOffset) method _paintThumbWith (line 970) | void _paintThumbWith( method dispose (line 1004) | void dispose() FILE: packages/flutter/lib/src/material/switch_list_tile.dart type _SwitchListTileType (line 16) | enum _SwitchListTileType { material, adaptive } class SwitchListTile (line 111) | class SwitchListTile extends StatelessWidget { method build (line 351) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/switch_theme.dart class SwitchThemeData (line 33) | @immutable method copyWith (line 78) | SwitchThemeData copyWith({ method lerp (line 99) | SwitchThemeData lerp(SwitchThemeData? a, SwitchThemeData? b, double t) method debugFillProperties (line 138) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _lerpProperties (line 148) | MaterialStateProperty? _lerpProperties( class _LerpProperties (line 161) | class _LerpProperties implements MaterialStateProperty { method resolve (line 170) | T resolve(Set states) class SwitchTheme (line 190) | class SwitchTheme extends InheritedWidget { method of (line 209) | SwitchThemeData of(BuildContext context) method updateShouldNotify (line 215) | bool updateShouldNotify(SwitchTheme oldWidget) FILE: packages/flutter/lib/src/material/tab_bar_theme.dart class TabBarTheme (line 25) | @immutable method copyWith (line 65) | TabBarTheme copyWith({ method of (line 86) | TabBarTheme of(BuildContext context) method lerp (line 95) | TabBarTheme lerp(TabBarTheme a, TabBarTheme b, double t) FILE: packages/flutter/lib/src/material/tab_controller.dart class TabController (line 94) | class TabController extends ChangeNotifier { method _copyWith (line 133) | TabController _copyWith({ method _changeIndex (line 168) | void _changeIndex(int value, { Duration? duration, Curve? curve }) method animateTo (line 231) | void animateTo(int value, { Duration duration = kTabScrollDuration, Cu... method dispose (line 254) | void dispose() class _TabControllerScope (line 261) | class _TabControllerScope extends InheritedWidget { method updateShouldNotify (line 273) | bool updateShouldNotify(_TabControllerScope old) class DefaultTabController (line 324) | class DefaultTabController extends StatefulWidget { method of (line 368) | TabController? of(BuildContext context) method createState (line 374) | State createState() class _DefaultTabControllerState (line 377) | class _DefaultTabControllerState extends State wit... method initState (line 381) | void initState() method dispose (line 391) | void dispose() method build (line 397) | Widget build(BuildContext context) method didUpdateWidget (line 406) | void didUpdateWidget(DefaultTabController oldWidget) FILE: packages/flutter/lib/src/material/tab_indicator.dart class UnderlineTabIndicator (line 18) | class UnderlineTabIndicator extends Decoration { method lerpFrom (line 40) | Decoration? lerpFrom(Decoration? a, double t) method lerpTo (line 51) | Decoration? lerpTo(Decoration? b, double t) method createBoxPainter (line 62) | BoxPainter createBoxPainter([ VoidCallback? onChanged ]) method _indicatorRectFor (line 66) | Rect _indicatorRectFor(Rect rect, TextDirection textDirection) method getClipPath (line 79) | Path getClipPath(Rect rect, TextDirection textDirection) class _UnderlinePainter (line 84) | class _UnderlinePainter extends BoxPainter { method paint (line 92) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... FILE: packages/flutter/lib/src/material/tabs.dart type TabBarIndicatorSize (line 37) | enum TabBarIndicatorSize { class Tab (line 61) | class Tab extends StatelessWidget implements PreferredSizeWidget { method _buildLabelText (line 107) | Widget _buildLabelText() method build (line 112) | Widget build(BuildContext context) method debugFillProperties (line 147) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TabStyle (line 164) | class _TabStyle extends AnimatedWidget { method build (line 184) | Widget build(BuildContext context) type _LayoutCallback (line 227) | typedef _LayoutCallback = void Function(List xOffsets, TextDirec... class _TabLabelBarRenderer (line 229) | class _TabLabelBarRenderer extends RenderFlex { method performLayout (line 254) | void performLayout() class _TabLabelBar (line 284) | class _TabLabelBar extends Flex { method createRenderObject (line 302) | RenderFlex createRenderObject(BuildContext context) method updateRenderObject (line 315) | void updateRenderObject(BuildContext context, _TabLabelBarRenderer ren... function _indexChangeProgress (line 321) | double _indexChangeProgress(TabController controller) class _IndicatorPainter (line 335) | class _IndicatorPainter extends CustomPainter { method markNeedsPaint (line 365) | void markNeedsPaint() method dispose (line 369) | void dispose() method saveTabOffsets (line 373) | void saveTabOffsets(List? tabOffsets, TextDirection? textDirec... method centerOf (line 382) | double centerOf(int tabIndex) method indicatorRect (line 390) | Rect indicatorRect(Size tabBarSize, int tabIndex) method paint (line 428) | void paint(Canvas canvas, Size size) method shouldRepaint (line 450) | bool shouldRepaint(_IndicatorPainter old) class _ChangeAnimation (line 460) | class _ChangeAnimation extends Animation with AnimationWithParen... method removeStatusListener (line 469) | void removeStatusListener(AnimationStatusListener listener) method removeListener (line 475) | void removeListener(VoidCallback listener) class _DragAnimation (line 484) | class _DragAnimation extends Animation with AnimationWithParentM... method removeStatusListener (line 494) | void removeStatusListener(AnimationStatusListener listener) method removeListener (line 500) | void removeListener(VoidCallback listener) class _TabBarScrollPosition (line 518) | class _TabBarScrollPosition extends ScrollPositionWithSingleContext { method applyContentDimensions (line 536) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... class _TabBarScrollController (line 557) | class _TabBarScrollController extends ScrollController { method createScrollPosition (line 563) | ScrollPosition createScrollPosition(ScrollPhysics physics, ScrollConte... class TabBar (line 608) | class TabBar extends StatefulWidget implements PreferredSizeWidget { method createState (line 866) | State createState() class _TabBarState (line 869) | class _TabBarState extends State { method initState (line 878) | void initState() method _updateTabController (line 923) | void _updateTabController() method _initIndicatorPainter (line 953) | void _initIndicatorPainter() method didChangeDependencies (line 965) | void didChangeDependencies() method didUpdateWidget (line 973) | void didUpdateWidget(TabBar oldWidget) method dispose (line 994) | void dispose() method _tabScrollOffset (line 1007) | double _tabScrollOffset(int index, double viewportWidth, double minExt... method _tabCenteredScrollOffset (line 1021) | double _tabCenteredScrollOffset(int index) method _initialScrollOffset (line 1026) | double _initialScrollOffset(double viewportWidth, double minExtent, do... method _scrollToCurrentIndex (line 1030) | void _scrollToCurrentIndex() method _scrollToControllerValue (line 1035) | void _scrollToControllerValue() method _handleTabControllerAnimationTick (line 1057) | void _handleTabControllerAnimationTick() method _handleTabControllerTick (line 1066) | void _handleTabControllerTick() method _saveTabOffsets (line 1079) | void _saveTabOffsets(List tabOffsets, TextDirection textDirect... method _handleTap (line 1084) | void _handleTap(int index) method _buildStyledTab (line 1090) | Widget _buildStyledTab(Widget child, bool selected, Animation ... method build (line 1103) | Widget build(BuildContext context) class TabBarView (line 1259) | class TabBarView extends StatefulWidget { method createState (line 1300) | State createState() class _TabBarViewState (line 1303) | class _TabBarViewState extends State { method _updateTabController (line 1316) | void _updateTabController() method initState (line 1342) | void initState() method didChangeDependencies (line 1348) | void didChangeDependencies() method didUpdateWidget (line 1356) | void didUpdateWidget(TabBarView oldWidget) method dispose (line 1365) | void dispose() method _updateChildren (line 1373) | void _updateChildren() method _handleTabControllerAnimationTick (line 1378) | void _handleTabControllerAnimationTick() method _warpToCurrentIndex (line 1388) | Future _warpToCurrentIndex() method _handleScrollNotification (line 1432) | bool _handleScrollNotification(ScrollNotification notification) method build (line 1458) | Widget build(BuildContext context) class TabPageSelectorIndicator (line 1485) | class TabPageSelectorIndicator extends StatelessWidget { method build (line 1509) | Widget build(BuildContext context) class TabPageSelector (line 1530) | class TabPageSelector extends StatelessWidget { method _buildTabIndicator (line 1562) | Widget _buildTabIndicator( method build (line 1600) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/text_button.dart class TextButton (line 65) | class TextButton extends ButtonStyleButton { method styleFrom (line 145) | ButtonStyle styleFrom({ method defaultStyleOf (line 268) | ButtonStyle defaultStyleOf(BuildContext context) method themeStyleOf (line 304) | ButtonStyle? themeStyleOf(BuildContext context) class _TextButtonDefaultForeground (line 309) | @immutable method resolve (line 317) | Color? resolve(Set states) method toString (line 324) | String toString() class _TextButtonDefaultOverlay (line 329) | @immutable method resolve (line 336) | Color? resolve(Set states) method toString (line 345) | String toString() class _TextButtonDefaultMouseCursor (line 350) | @immutable method resolve (line 358) | MouseCursor resolve(Set states) class _TextButtonWithIcon (line 365) | class _TextButtonWithIcon extends TextButton { method defaultStyleOf (line 394) | ButtonStyle defaultStyleOf(BuildContext context) class _TextButtonWithIconChild (line 407) | class _TextButtonWithIconChild extends StatelessWidget { method build (line 418) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/text_button_theme.dart class TextButtonThemeData (line 31) | @immutable method lerp (line 48) | TextButtonThemeData? lerp(TextButtonThemeData? a, TextButtonThemeData?... method debugFillProperties (line 72) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TextButtonTheme (line 89) | class TextButtonTheme extends InheritedTheme { method of (line 112) | TextButtonThemeData of(BuildContext context) method wrap (line 118) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 123) | bool updateShouldNotify(TextButtonTheme oldWidget) FILE: packages/flutter/lib/src/material/text_field.dart type InputCounterWidgetBuilder (line 28) | typedef InputCounterWidgetBuilder = Widget? Function( class _TextFieldSelectionGestureDetectorBuilder (line 40) | class _TextFieldSelectionGestureDetectorBuilder extends TextSelectionGes... method onForcePressStart (line 49) | void onForcePressStart(ForcePressDetails details) method onForcePressEnd (line 57) | void onForcePressEnd(ForcePressDetails details) method onSingleLongTapMoveUpdate (line 62) | void onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details) method onSingleTapUp (line 87) | void onSingleTapUp(TapUpDetails details) method onSingleLongTapStart (line 121) | void onSingleLongTapStart(LongPressStartDetails details) class TextField (line 242) | class TextField extends StatefulWidget { method createState (line 794) | State createState() method debugFillProperties (line 797) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TextFieldState (line 838) | class _TextFieldState extends State with RestorationMixin imp... method _getEffectiveDecoration (line 877) | InputDecoration _getEffectiveDecoration() method initState (line 946) | void initState() method didChangeDependencies (line 967) | void didChangeDependencies() method didUpdateWidget (line 973) | void didUpdateWidget(TextField oldWidget) method restoreState (line 998) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _registerController (line 1004) | void _registerController() method _createLocalController (line 1009) | void _createLocalController([TextEditingValue? value]) method dispose (line 1023) | void dispose() method _requestKeyboard (line 1032) | void _requestKeyboard() method _shouldShowSelectionHandles (line 1036) | bool _shouldShowSelectionHandles(SelectionChangedCause? cause) method _handleFocusChanged (line 1060) | void _handleFocusChanged() method _handleSelectionChanged (line 1067) | void _handleSelectionChanged(TextSelection selection, SelectionChanged... method _handleSelectionHandleTapped (line 1091) | void _handleSelectionHandleTapped() method _handleHover (line 1097) | void _handleHover(bool hovering) method autofill (line 1110) | void autofill(TextEditingValue newEditingValue) method build (line 1129) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/text_form_field.dart class TextFormField (line 85) | class TextFormField extends FormField { method onChangedHandler (line 208) | void onChangedHandler(String value) method createState (line 276) | FormFieldState createState() class _TextFormFieldState (line 279) | class _TextFormFieldState extends FormFieldState { method restoreState (line 288) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _registerController (line 298) | void _registerController() method _createLocalController (line 303) | void _createLocalController([TextEditingValue? value]) method initState (line 314) | void initState() method didUpdateWidget (line 324) | void didUpdateWidget(TextFormField oldWidget) method dispose (line 346) | void dispose() method didChange (line 353) | void didChange(String? value) method reset (line 361) | void reset() method _handleControllerChanged (line 368) | void _handleControllerChanged() FILE: packages/flutter/lib/src/material/text_selection.dart class MaterialTextSelectionControls (line 24) | class MaterialTextSelectionControls extends TextSelectionControls { method getHandleSize (line 27) | Size getHandleSize(double textLineHeight) method buildToolbar (line 31) | Widget buildToolbar( method buildHandle (line 57) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleAnchor (line 97) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... method canSelectAll (line 109) | bool canSelectAll(TextSelectionDelegate delegate) class _TextSelectionToolbarItemData (line 120) | class _TextSelectionToolbarItemData { class _TextSelectionControlsToolbar (line 131) | class _TextSelectionControlsToolbar extends StatefulWidget { method createState (line 158) | _TextSelectionControlsToolbarState createState() class _TextSelectionControlsToolbarState (line 161) | class _TextSelectionControlsToolbarState extends State<_TextSelectionCon... method _onChangedClipboardStatus (line 162) | void _onChangedClipboardStatus() method initState (line 169) | void initState() method didUpdateWidget (line 176) | void didUpdateWidget(_TextSelectionControlsToolbar oldWidget) method dispose (line 186) | void dispose() method build (line 196) | Widget build(BuildContext context) class _TextSelectionHandlePainter (line 273) | class _TextSelectionHandlePainter extends CustomPainter { method paint (line 279) | void paint(Canvas canvas, Size size) method shouldRepaint (line 289) | bool shouldRepaint(_TextSelectionHandlePainter oldPainter) FILE: packages/flutter/lib/src/material/text_selection_theme.dart class TextSelectionThemeData (line 25) | @immutable method copyWith (line 55) | TextSelectionThemeData copyWith({ method lerp (line 72) | TextSelectionThemeData? lerp(TextSelectionThemeData? a, TextSelectionT... method debugFillProperties (line 105) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TextSelectionTheme (line 134) | class TextSelectionTheme extends InheritedTheme { method of (line 157) | TextSelectionThemeData of(BuildContext context) method wrap (line 163) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 168) | bool updateShouldNotify(TextSelectionTheme oldWidget) FILE: packages/flutter/lib/src/material/text_selection_toolbar.dart class TextSelectionToolbar (line 36) | class TextSelectionToolbar extends StatelessWidget { method _defaultToolbarBuilder (line 83) | Widget _defaultToolbarBuilder(BuildContext context, Widget child) method build (line 90) | Widget build(BuildContext context) class _TextSelectionToolbarOverflowable (line 127) | class _TextSelectionToolbarOverflowable extends StatefulWidget { method createState (line 146) | _TextSelectionToolbarOverflowableState createState() class _TextSelectionToolbarOverflowableState (line 149) | class _TextSelectionToolbarOverflowableState extends State<_TextSelectio... method _reset (line 161) | void _reset() method didUpdateWidget (line 174) | void didUpdateWidget(_TextSelectionToolbarOverflowable oldWidget) method build (line 183) | Widget build(BuildContext context) class _TextSelectionToolbarTrailingEdgeAlign (line 228) | class _TextSelectionToolbarTrailingEdgeAlign extends SingleChildRenderOb... method createRenderObject (line 242) | _TextSelectionToolbarTrailingEdgeAlignRenderBox createRenderObject(Bui... method updateRenderObject (line 250) | void updateRenderObject(BuildContext context, _TextSelectionToolbarTra... class _TextSelectionToolbarTrailingEdgeAlignRenderBox (line 257) | class _TextSelectionToolbarTrailingEdgeAlignRenderBox extends RenderProx... method performLayout (line 291) | void performLayout() method paint (line 322) | void paint(PaintingContext context, Offset offset) method hitTestChildren (line 329) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method setupParentData (line 343) | void setupParentData(RenderBox child) method applyPaintTransform (line 350) | void applyPaintTransform(RenderObject child, Matrix4 transform) class _TextSelectionToolbarItemsLayout (line 359) | class _TextSelectionToolbarItemsLayout extends MultiChildRenderObjectWid... method createRenderObject (line 374) | _RenderTextSelectionToolbarItemsLayout createRenderObject(BuildContext... method updateRenderObject (line 382) | void updateRenderObject(BuildContext context, _RenderTextSelectionTool... method createElement (line 389) | _TextSelectionToolbarItemsLayoutElement createElement() class _TextSelectionToolbarItemsLayoutElement (line 392) | class _TextSelectionToolbarItemsLayoutElement extends MultiChildRenderOb... method _shouldPaint (line 397) | bool _shouldPaint(Element child) method debugVisitOnstageChildren (line 402) | void debugVisitOnstageChildren(ElementVisitor visitor) class _RenderTextSelectionToolbarItemsLayout (line 407) | class _RenderTextSelectionToolbarItemsLayout extends RenderBox with Cont... method _layoutChildren (line 442) | void _layoutChildren() method _shouldPaintChild (line 484) | bool _shouldPaintChild(RenderObject renderObjectChild, int index) method _placeChildren (line 504) | void _placeChildren() method performLayout (line 569) | void performLayout() method paint (line 581) | void paint(PaintingContext context, Offset offset) method setupParentData (line 594) | void setupParentData(RenderBox child) method hitTestChildren (line 601) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method visitChildrenForSemantics (line 630) | void visitChildrenForSemantics(RenderObjectVisitor visitor) class _TextSelectionToolbarContainer (line 643) | class _TextSelectionToolbarContainer extends StatelessWidget { method build (line 652) | Widget build(BuildContext context) class _TextSelectionToolbarOverflowButton (line 667) | class _TextSelectionToolbarOverflowButton extends StatelessWidget { method build (line 680) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/text_selection_toolbar_text_button.dart type _TextSelectionToolbarItemPosition (line 12) | enum _TextSelectionToolbarItemPosition { class TextSelectionToolbarTextButton (line 27) | class TextSelectionToolbarTextButton extends StatelessWidget { method getPadding (line 70) | EdgeInsets getPadding(int index, int total) method _getLeftPadding (line 79) | double _getLeftPadding(_TextSelectionToolbarItemPosition position) method _getRightPadding (line 87) | double _getRightPadding(_TextSelectionToolbarItemPosition position) method _getPosition (line 95) | _TextSelectionToolbarItemPosition _getPosition(int index, int total) method build (line 108) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/text_theme.dart class TextTheme (line 69) | @immutable method copyWith (line 182) | TextTheme copyWith({ method merge (line 265) | TextTheme merge(TextTheme? other) method apply (line 295) | TextTheme apply({ method lerp (line 429) | TextTheme lerp(TextTheme? a, TextTheme? b, double t) method debugFillProperties (line 491) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/theme.dart class Theme (line 35) | class Theme extends StatelessWidget { method of (line 106) | ThemeData of(BuildContext context) method build (line 115) | Widget build(BuildContext context) method debugFillProperties (line 134) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _InheritedTheme (line 140) | class _InheritedTheme extends InheritedTheme { method wrap (line 151) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 156) | bool updateShouldNotify(_InheritedTheme old) class ThemeDataTween (line 165) | class ThemeDataTween extends Tween { method lerp (line 174) | ThemeData lerp(double t) class AnimatedTheme (line 191) | class AnimatedTheme extends ImplicitlyAnimatedWidget { method createState (line 216) | AnimatedWidgetBaseState createState() class _AnimatedThemeState (line 219) | class _AnimatedThemeState extends AnimatedWidgetBaseState { method forEachTween (line 223) | void forEachTween(TweenVisitor visitor) method build (line 228) | Widget build(BuildContext context) method debugFillProperties (line 236) | void debugFillProperties(DiagnosticPropertiesBuilder description) FILE: packages/flutter/lib/src/material/theme_data.dart type MaterialTapTargetSize (line 96) | enum MaterialTapTargetSize { class ThemeData (line 198) | @immutable method copyWith (line 1400) | ThemeData copyWith({ method localize (line 1635) | ThemeData localize(ThemeData baseTheme, TextTheme localTextGeometry) method estimateBrightnessForColor (line 1668) | Brightness estimateBrightnessForColor(Color color) method lerp (line 1688) | ThemeData lerp(ThemeData a, ThemeData b, double t) method debugFillProperties (line 1961) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MaterialBasedCupertinoThemeData (line 2073) | class MaterialBasedCupertinoThemeData extends CupertinoThemeData { method copyWith (line 2129) | MaterialBasedCupertinoThemeData copyWith({ method resolveFrom (line 2151) | CupertinoThemeData resolveFrom(BuildContext context) class _IdentityThemeDataCacheKey (line 2161) | @immutable class _FifoCache (line 2188) | class _FifoCache { method putIfAbsent (line 2206) | V putIfAbsent(K key, V Function() loader) class VisualDensity (line 2255) | @immutable method copyWith (line 2325) | VisualDensity copyWith({ method lerp (line 2384) | VisualDensity lerp(VisualDensity a, VisualDensity b, double t) method effectiveConstraints (line 2396) | BoxConstraints effectiveConstraints(BoxConstraints constraints) method debugFillProperties (line 2418) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toStringShort (line 2425) | String toStringShort() FILE: packages/flutter/lib/src/material/time.dart type DayPeriod (line 13) | enum DayPeriod { class TimeOfDay (line 47) | @immutable method replacing (line 79) | TimeOfDay replacing({ int? hour, int? minute }) method format (line 105) | String format(BuildContext context) method toString (line 126) | String toString() method _addLeadingZeroIfNeeded (line 127) | String _addLeadingZeroIfNeeded(int value) class RestorableTimeOfDay (line 143) | class RestorableTimeOfDay extends RestorableValue { method createDefaultValue (line 152) | TimeOfDay createDefaultValue() method didUpdateValue (line 155) | void didUpdateValue(TimeOfDay? oldValue) method fromPrimitives (line 162) | TimeOfDay fromPrimitives(Object? data) method toPrimitives (line 171) | Object? toPrimitives() type TimeOfDayFormat (line 179) | enum TimeOfDayFormat { type HourFormat (line 227) | enum HourFormat { function hourFormat (line 240) | HourFormat hourFormat({ required TimeOfDayFormat of }) FILE: packages/flutter/lib/src/material/time_picker.dart type _TimePickerMode (line 44) | enum _TimePickerMode { hour, minute } type TimePickerEntryMode (line 68) | enum TimePickerEntryMode { class _TimePickerFragmentContext (line 77) | @immutable class _TimePickerHeader (line 102) | class _TimePickerHeader extends StatelessWidget { method _handleChangeMode (line 128) | void _handleChangeMode(_TimePickerMode value) method build (line 134) | Widget build(BuildContext context) class _HourMinuteControl (line 254) | class _HourMinuteControl extends StatelessWidget { method build (line 270) | Widget build(BuildContext context) class _HourControl (line 314) | class _HourControl extends StatelessWidget { method build (line 322) | Widget build(BuildContext context) method hoursFromSelected (line 331) | TimeOfDay hoursFromSelected(int hoursToAdd) class _StringFragment (line 380) | class _StringFragment extends StatelessWidget { method _stringFragmentValue (line 387) | String _stringFragmentValue(TimeOfDayFormat timeOfDayFormat) method build (line 402) | Widget build(BuildContext context) class _MinuteControl (line 426) | class _MinuteControl extends StatelessWidget { method build (line 434) | Widget build(BuildContext context) class _DayPeriodControl (line 470) | class _DayPeriodControl extends StatelessWidget { method _togglePeriod (line 481) | void _togglePeriod() method _setAm (line 487) | void _setAm(BuildContext context) method _setPm (line 505) | void _setPm(BuildContext context) method build (line 524) | Widget build(BuildContext context) class _DayPeriodInputPadding (line 668) | class _DayPeriodInputPadding extends SingleChildRenderObjectWidget { method createRenderObject (line 680) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 685) | void updateRenderObject(BuildContext context, covariant _RenderInputPa... class _RenderInputPadding (line 690) | class _RenderInputPadding extends RenderShiftedBox { method computeMinIntrinsicWidth (line 705) | double computeMinIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 713) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicWidth (line 721) | double computeMaxIntrinsicWidth(double height) method computeMaxIntrinsicHeight (line 729) | double computeMaxIntrinsicHeight(double width) method _computeSize (line 736) | Size _computeSize({required BoxConstraints constraints, required Child... method computeDryLayout (line 747) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 755) | void performLayout() method hitTest (line 767) | bool hitTest(BoxHitTestResult result, { required Offset position }) class _TappableLabel (line 809) | class _TappableLabel { class _DialPainter (line 826) | class _DialPainter extends CustomPainter { method paint (line 850) | void paint(Canvas canvas, Size size) method getOffsetForTheta (line 857) | Offset getOffsetForTheta(double theta) method paintLabels (line 861) | void paintLabels(List<_TappableLabel>? labels) method shouldRepaint (line 906) | bool shouldRepaint(_DialPainter oldPainter) class _Dial (line 915) | class _Dial extends StatefulWidget { method createState (line 933) | _DialState createState() class _DialState (line 936) | class _DialState extends State<_Dial> with SingleTickerProviderStateMixin { method initState (line 938) | void initState() method didChangeDependencies (line 956) | void didChangeDependencies() method didUpdateWidget (line 965) | void didUpdateWidget(_Dial oldWidget) method dispose (line 974) | void dispose() method _nearest (line 984) | double _nearest(double target, double a, double b) method _animateTo (line 988) | void _animateTo(double targetTheta) method _getThetaForTime (line 1000) | double _getThetaForTime(TimeOfDay time) method _getTimeForTheta (line 1008) | TimeOfDay _getTimeForTheta(double theta, {bool roundMinutes = false}) method _notifyOnChangedIfNeeded (line 1029) | TimeOfDay _notifyOnChangedIfNeeded({ bool roundMinutes = false }) method _updateThetaForPan (line 1038) | void _updateThetaForPan({ bool roundMinutes = false }) method _handlePanStart (line 1054) | void _handlePanStart(DragStartDetails details) method _handlePanUpdate (line 1064) | void _handlePanUpdate(DragUpdateDetails details) method _handlePanEnd (line 1070) | void _handlePanEnd(DragEndDetails details) method _handleTapUp (line 1081) | void _handleTapUp(TapUpDetails details) method _selectHour (line 1103) | void _selectHour(int hour) method _selectMinute (line 1122) | void _selectMinute(int minute) method _buildTappableLabel (line 1165) | _TappableLabel _buildTappableLabel(TextTheme textTheme, Color color, i... method _build24HourRing (line 1179) | List<_TappableLabel> _build24HourRing(TextTheme textTheme, Color color) method _build12HourRing (line 1192) | List<_TappableLabel> _build12HourRing(TextTheme textTheme, Color color) method _buildMinutes (line 1205) | List<_TappableLabel> _buildMinutes(TextTheme textTheme, Color color) method build (line 1236) | Widget build(BuildContext context) class _TimePickerInput (line 1288) | class _TimePickerInput extends StatefulWidget { method createState (line 1335) | _TimePickerInputState createState() class _TimePickerInputState (line 1338) | class _TimePickerInputState extends State<_TimePickerInput> with Restora... method restoreState (line 1347) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _parseHour (line 1353) | int? _parseHour(String? value) method _parseMinute (line 1379) | int? _parseMinute(String? value) method _handleHourSavedSubmitted (line 1395) | void _handleHourSavedSubmitted(String? value) method _handleHourChanged (line 1403) | void _handleHourChanged(String value) method _handleMinuteSavedSubmitted (line 1411) | void _handleMinuteSavedSubmitted(String? value) method _handleDayPeriodChanged (line 1419) | void _handleDayPeriodChanged(TimeOfDay value) method _validateHour (line 1424) | String? _validateHour(String? value) method _validateMinute (line 1435) | String? _validateMinute(String? value) method build (line 1447) | Widget build(BuildContext context) class _HourTextField (line 1568) | class _HourTextField extends StatelessWidget { method build (line 1591) | Widget build(BuildContext context) class _MinuteTextField (line 1606) | class _MinuteTextField extends StatelessWidget { method build (line 1627) | Widget build(BuildContext context) class _HourMinuteTextField (line 1641) | class _HourMinuteTextField extends StatefulWidget { method createState (line 1666) | _HourMinuteTextFieldState createState() class _HourMinuteTextFieldState (line 1669) | class _HourMinuteTextFieldState extends State<_HourMinuteTextField> with... method initState (line 1675) | void initState() method didChangeDependencies (line 1683) | void didChangeDependencies() method restoreState (line 1697) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method build (line 1712) | Widget build(BuildContext context) type EntryModeChangeCallback (line 1790) | typedef EntryModeChangeCallback = void Function(TimePickerEntryMode); class TimePickerDialog (line 1798) | class TimePickerDialog extends StatefulWidget { method createState (line 1863) | State createState() class _RestorableTimePickerEntryMode (line 1869) | class _RestorableTimePickerEntryMode extends RestorableValue { method createDefaultValue (line 1903) | _TimePickerMode createDefaultValue() method didUpdateValue (line 1906) | void didUpdateValue(_TimePickerMode? oldValue) method fromPrimitives (line 1912) | _TimePickerMode fromPrimitives(Object? data) method toPrimitives (line 1915) | Object? toPrimitives() class _RestorableTimePickerModeN (line 1923) | class _RestorableTimePickerModeN extends RestorableValue<_TimePickerMode... method createDefaultValue (line 1931) | _TimePickerMode? createDefaultValue() method didUpdateValue (line 1934) | void didUpdateValue(_TimePickerMode? oldValue) method fromPrimitives (line 1940) | _TimePickerMode fromPrimitives(Object? data) method toPrimitives (line 1943) | Object? toPrimitives() class _TimePickerDialogState (line 1946) | class _TimePickerDialogState extends State with Restor... method didChangeDependencies (line 1960) | void didChangeDependencies() method initState (line 1968) | void initState() method restoreState (line 1978) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _vibrate (line 1995) | void _vibrate() method _handleModeChanged (line 2013) | void _handleModeChanged(_TimePickerMode mode) method _handleEntryModeToggle (line 2021) | void _handleEntryModeToggle() method _announceModeOnce (line 2038) | void _announceModeOnce() method _announceInitialTimeOnce (line 2055) | void _announceInitialTimeOnce() method _handleTimeChanged (line 2068) | void _handleTimeChanged(TimeOfDay value) method _handleHourDoubleTapped (line 2075) | void _handleHourDoubleTapped() method _handleMinuteDoubleTapped (line 2080) | void _handleMinuteDoubleTapped() method _handleHourSelected (line 2085) | void _handleHourSelected() method _handleCancel (line 2091) | void _handleCancel() method _handleOk (line 2095) | void _handleOk() method _dialogSize (line 2107) | Size _dialogSize(BuildContext context) method build (line 2143) | Widget build(BuildContext context) method dispose (line 2304) | void dispose() function showTimePicker (line 2387) | Future showTimePicker({ function _announceToAccessibility (line 2429) | void _announceToAccessibility(BuildContext context, String message) FILE: packages/flutter/lib/src/material/time_picker_theme.dart class TimePickerThemeData (line 29) | @immutable method copyWith (line 201) | TimePickerThemeData copyWith({ method lerp (line 246) | TimePickerThemeData lerp(TimePickerThemeData? a, TimePickerThemeData? ... method debugFillProperties (line 331) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TimePickerTheme (line 358) | class TimePickerTheme extends InheritedTheme { method of (line 381) | TimePickerThemeData of(BuildContext context) method wrap (line 387) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 392) | bool updateShouldNotify(TimePickerTheme oldWidget) FILE: packages/flutter/lib/src/material/toggle_buttons.dart class ToggleButtons (line 154) | class ToggleButtons extends StatelessWidget { method _isFirstButton (line 410) | bool _isFirstButton(int index, int length, TextDirection textDirection) method _isLastButton (line 419) | bool _isLastButton(int index, int length, TextDirection textDirection) method _getEdgeBorderRadius (line 426) | BorderRadius _getEdgeBorderRadius( method _getClipBorderRadius (line 467) | BorderRadius _getClipBorderRadius( method _getLeadingBorderSide (line 515) | BorderSide _getLeadingBorderSide( method _getBorderSide (line 550) | BorderSide _getBorderSide( method _getTrailingBorderSide (line 585) | BorderSide _getTrailingBorderSide( method build (line 624) | Widget build(BuildContext context) method debugFillProperties (line 708) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ToggleButton (line 737) | class _ToggleButton extends StatelessWidget { method _resolveColor (line 864) | Color _resolveColor(Set states, MaterialStateProperty states) class _DefaultFillColor (line 992) | @immutable method resolve (line 999) | Color resolve(Set states) class _SelectToggleButton (line 1007) | class _SelectToggleButton extends SingleChildRenderObjectWidget { method createRenderObject (line 1056) | _SelectToggleButtonRenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1069) | void updateRenderObject(BuildContext context, _SelectToggleButtonRende... class _SelectToggleButtonRenderObject (line 1083) | class _SelectToggleButtonRenderObject extends RenderShiftedBox { method _maxHeight (line 1185) | double _maxHeight(RenderBox? box, double width) method _minHeight (line 1189) | double _minHeight(RenderBox? box, double width) method _minWidth (line 1193) | double _minWidth(RenderBox? box, double height) method _maxWidth (line 1197) | double _maxWidth(RenderBox? box, double height) method computeDistanceToActualBaseline (line 1202) | double computeDistanceToActualBaseline(TextBaseline baseline) method computeMaxIntrinsicHeight (line 1210) | double computeMaxIntrinsicHeight(double width) method computeMinIntrinsicHeight (line 1217) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicWidth (line 1224) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicWidth (line 1231) | double computeMinIntrinsicWidth(double height) method computeDryLayout (line 1238) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1246) | void performLayout() method _computeSize (line 1276) | Size _computeSize({required BoxConstraints constraints, required Child... method paint (line 1327) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/material/toggle_buttons_theme.dart class ToggleButtonsThemeData (line 27) | @immutable method copyWith (line 112) | ToggleButtonsThemeData copyWith({ method lerp (line 149) | ToggleButtonsThemeData? lerp(ToggleButtonsThemeData? a, ToggleButtonsT... method debugFillProperties (line 218) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ToggleButtonsTheme (line 243) | class ToggleButtonsTheme extends InheritedTheme { method of (line 267) | ToggleButtonsThemeData of(BuildContext context) method wrap (line 273) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 278) | bool updateShouldNotify(ToggleButtonsTheme oldWidget) FILE: packages/flutter/lib/src/material/toggleable.dart function initState (line 138) | void initState() function animateToValue (line 183) | void animateToValue() function dispose (line 200) | void dispose() function _handleTapDown (line 215) | void _handleTapDown(TapDownDetails details) function _handleTap (line 224) | void _handleTap([Intent? _]) function _handleTapEnd (line 241) | void _handleTapEnd([TapUpDetails? _]) function _handleFocusHighlightChanged (line 249) | void _handleFocusHighlightChanged(bool focused) function _handleHoverChanged (line 261) | void _handleHoverChanged(bool hovering) function buildToggleable (line 301) | Widget buildToggleable({ class ToggleablePainter (line 341) | abstract class ToggleablePainter extends ChangeNotifier implements Custo... method paintRadialReaction (line 541) | void paintRadialReaction({ method dispose (line 573) | void dispose() method shouldRepaint (line 582) | bool shouldRepaint(covariant CustomPainter oldDelegate) method hitTest (line 585) | bool? hitTest(Offset position) method shouldRebuildSemantics (line 591) | bool shouldRebuildSemantics(covariant CustomPainter oldDelegate) FILE: packages/flutter/lib/src/material/tooltip.dart class Tooltip (line 72) | class Tooltip extends StatefulWidget { method _concealOtherTooltips (line 228) | void _concealOtherTooltips(_TooltipState current) method _revealLastTooltip (line 243) | void _revealLastTooltip() method dismissAllToolTips (line 253) | bool dismissAllToolTips() method createState (line 266) | State createState() method debugFillProperties (line 269) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TooltipState (line 296) | class _TooltipState extends State with SingleTickerProviderStat... method initState (line 337) | void initState() method _getDefaultTooltipHeight (line 356) | double _getDefaultTooltipHeight() method _getDefaultPadding (line 368) | EdgeInsets _getDefaultPadding() method _getDefaultFontSize (line 380) | double _getDefaultFontSize() method _handleMouseTrackerChange (line 393) | void _handleMouseTrackerChange() method _handleStatusChanged (line 405) | void _handleStatusChanged(AnimationStatus status) method _dismissTooltip (line 413) | void _dismissTooltip({ bool immediately = false }) method _showTooltip (line 431) | void _showTooltip({ bool immediately = false }) method _concealTooltip (line 441) | void _concealTooltip() method _revealTooltip (line 457) | void _revealTooltip() method ensureTooltipVisible (line 481) | bool ensureTooltipVisible() method _handleMouseEnter (line 506) | void _handleMouseEnter() method _handleMouseExit (line 510) | void _handleMouseExit({bool immediately = false}) method _createNewEntry (line 515) | void _createNewEntry() method _removeEntry (line 564) | void _removeEntry() method _handlePointerEvent (line 581) | void _handlePointerEvent(PointerEvent event) method deactivate (line 593) | void deactivate() method dispose (line 602) | void dispose() method _handlePress (line 610) | void _handlePress() method build (line 622) | Widget build(BuildContext context) class _TooltipPositionDelegate (line 697) | class _TooltipPositionDelegate extends SingleChildLayoutDelegate { method getConstraintsForChild (line 724) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 727) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 738) | bool shouldRelayout(_TooltipPositionDelegate oldDelegate) class _TooltipOverlay (line 745) | class _TooltipOverlay extends StatelessWidget { method build (line 776) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/material/tooltip_theme.dart class TooltipThemeData (line 26) | @immutable method copyWith (line 107) | TooltipThemeData copyWith({ method lerp (line 142) | TooltipThemeData? lerp(TooltipThemeData? a, TooltipThemeData? b, doubl... method debugFillProperties (line 198) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TooltipTheme (line 245) | class TooltipTheme extends InheritedTheme { method of (line 268) | TooltipThemeData of(BuildContext context) method wrap (line 274) | Widget wrap(BuildContext context, Widget child) method updateShouldNotify (line 279) | bool updateShouldNotify(TooltipTheme oldWidget) type TooltipTriggerMode (line 284) | enum TooltipTriggerMode { FILE: packages/flutter/lib/src/material/typography.dart type ScriptCategory (line 22) | enum ScriptCategory { class Typography (line 80) | @immutable method geometryThemeFor (line 252) | TextTheme geometryThemeFor(ScriptCategory category) method copyWith (line 266) | Typography copyWith({ method lerp (line 285) | Typography lerp(Typography a, Typography b, double t) method debugFillProperties (line 321) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/material/user_accounts_drawer_header.dart class _AccountPictures (line 17) | class _AccountPictures extends StatelessWidget { method build (line 32) | Widget build(BuildContext context) class _AccountDetails (line 71) | class _AccountDetails extends StatefulWidget { method createState (line 88) | _AccountDetailsState createState() class _AccountDetailsState (line 91) | class _AccountDetailsState extends State<_AccountDetails> with SingleTic... method initState (line 95) | void initState () method dispose (line 113) | void dispose() method didUpdateWidget (line 119) | void didUpdateWidget (_AccountDetails oldWidget) method build (line 134) | Widget build(BuildContext context) class _AccountDetailsLayout (line 216) | class _AccountDetailsLayout extends MultiChildLayoutDelegate { method performLayout (line 227) | void performLayout(Size size) method shouldRelayout (line 255) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) method _offsetForIcon (line 257) | Offset _offsetForIcon(Size size, Size iconSize) method _offsetForBottomLine (line 266) | Offset _offsetForBottomLine(Size size, Size iconSize, Size bottomLineS... method _offsetForName (line 276) | Offset _offsetForName(Size size, Size nameSize, Offset bottomLineOffset) class UserAccountsDrawerHeader (line 295) | class UserAccountsDrawerHeader extends StatefulWidget { method createState (line 351) | State createState() class _UserAccountsDrawerHeaderState (line 354) | class _UserAccountsDrawerHeaderState extends State obtainKey(image_provider.ImageConfiguration confi... method load (line 43) | ImageStreamCompleter load(image_provider.NetworkImage key, image_provi... method _loadAsync (line 79) | Future _loadAsync( method toString (line 142) | String toString() FILE: packages/flutter/lib/src/painting/_network_image_web.dart class NetworkImage (line 17) | @immutable method obtainKey (line 38) | Future obtainKey(image_provider.ImageConfiguration confi... method load (line 43) | ImageStreamCompleter load(image_provider.NetworkImage key, image_provi... method _imageStreamInformationCollector (line 59) | InformationCollector? _imageStreamInformationCollector(image_provider.... method _loadAsync (line 79) | Future _loadAsync( method toString (line 109) | String toString() FILE: packages/flutter/lib/src/painting/alignment.dart class AlignmentGeometry (line 20) | @immutable method add (line 43) | AlignmentGeometry add(AlignmentGeometry other) method lerp (line 90) | AlignmentGeometry? lerp(AlignmentGeometry? a, AlignmentGeometry? b, do... method resolve (line 118) | Alignment resolve(TextDirection? direction) method toString (line 121) | String toString() class Alignment (line 181) | class Alignment extends AlignmentGeometry { method add (line 243) | AlignmentGeometry add(AlignmentGeometry other) method alongOffset (line 290) | Offset alongOffset(Offset other) method alongSize (line 297) | Offset alongSize(Size other) method withinRect (line 304) | Offset withinRect(Rect rect) method inscribe (line 319) | Rect inscribe(Size size, Rect rect) method lerp (line 335) | Alignment? lerp(Alignment? a, Alignment? b, double t) method resolve (line 347) | Alignment resolve(TextDirection? direction) method _stringify (line 349) | String _stringify(double x, double y) method toString (line 373) | String toString() class AlignmentDirectional (line 387) | class AlignmentDirectional extends AlignmentGeometry { method add (line 465) | AlignmentGeometry add(AlignmentGeometry other) method lerp (line 516) | AlignmentDirectional? lerp(AlignmentDirectional? a, AlignmentDirection... method resolve (line 528) | Alignment resolve(TextDirection? direction) method _stringify (line 538) | String _stringify(double start, double y) method toString (line 562) | String toString() class _MixedAlignment (line 565) | class _MixedAlignment extends AlignmentGeometry { method resolve (line 623) | Alignment resolve(TextDirection? direction) class TextAlignVertical (line 649) | class TextAlignVertical { method toString (line 670) | String toString() FILE: packages/flutter/lib/src/painting/basic_types.dart type RenderComparison (line 74) | enum RenderComparison { type Axis (line 116) | enum Axis { function flipAxis (line 137) | Axis flipAxis(Axis direction) type VerticalDirection (line 158) | enum VerticalDirection { type AxisDirection (line 171) | enum AxisDirection { function axisDirectionToAxis (line 205) | Axis axisDirectionToAxis(AxisDirection axisDirection) function textDirectionToAxisDirection (line 221) | AxisDirection textDirectionToAxisDirection(TextDirection textDirection) function flipAxisDirection (line 240) | AxisDirection flipAxisDirection(AxisDirection axisDirection) function axisDirectionIsReversed (line 259) | bool axisDirectionIsReversed(AxisDirection axisDirection) FILE: packages/flutter/lib/src/painting/beveled_rectangle_border.dart class BeveledRectangleBorder (line 22) | class BeveledRectangleBorder extends OutlinedBorder { method scale (line 51) | ShapeBorder scale(double t) method lerpFrom (line 59) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 71) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method copyWith (line 85) | BeveledRectangleBorder copyWith({ BorderSide? side, BorderRadiusGeomet... method _getPath (line 92) | Path _getPath(RRect rrect) method getInnerPath (line 122) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 127) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 132) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 159) | String toString() FILE: packages/flutter/lib/src/painting/binding.dart function initInstances (line 21) | void initInstances() function createImageCache (line 77) | ImageCache createImageCache() function instantiateImageCodec (line 97) | Future instantiateImageCodec( function evict (line 115) | void evict(String asset) function handleMemoryPressure (line 122) | void handleMemoryPressure() function handleSystemMessage (line 140) | Future handleSystemMessage(Object systemMessage) class _SystemFontsNotifier (line 153) | class _SystemFontsNotifier extends Listenable { method notifyListeners (line 156) | void notifyListeners () method addListener (line 163) | void addListener(VoidCallback listener) method removeListener (line 167) | void removeListener(VoidCallback listener) FILE: packages/flutter/lib/src/painting/border_radius.dart class BorderRadiusGeometry (line 18) | @immutable method subtract (line 49) | BorderRadiusGeometry subtract(BorderRadiusGeometry other) method add (line 73) | BorderRadiusGeometry add(BorderRadiusGeometry other) method lerp (line 132) | BorderRadiusGeometry? lerp(BorderRadiusGeometry? a, BorderRadiusGeomet... method resolve (line 150) | BorderRadius resolve(TextDirection? direction) method toString (line 153) | String toString() class BorderRadius (line 283) | class BorderRadius extends BorderRadiusGeometry { method copyWith (line 332) | BorderRadius copyWith({ method toRRect (line 386) | RRect toRRect(Rect rect) method subtract (line 397) | BorderRadiusGeometry subtract(BorderRadiusGeometry other) method add (line 404) | BorderRadiusGeometry add(BorderRadiusGeometry other) method lerp (line 492) | BorderRadius? lerp(BorderRadius? a, BorderRadius? b, double t) method resolve (line 509) | BorderRadius resolve(TextDirection? direction) class BorderRadiusDirectional (line 524) | class BorderRadiusDirectional extends BorderRadiusGeometry { method subtract (line 614) | BorderRadiusGeometry subtract(BorderRadiusGeometry other) method add (line 621) | BorderRadiusGeometry add(BorderRadiusGeometry other) method lerp (line 709) | BorderRadiusDirectional? lerp(BorderRadiusDirectional? a, BorderRadius... method resolve (line 726) | BorderRadius resolve(TextDirection? direction) class _MixedBorderRadius (line 747) | class _MixedBorderRadius extends BorderRadiusGeometry { method resolve (line 855) | BorderRadius resolve(TextDirection? direction) FILE: packages/flutter/lib/src/painting/borders.dart type BorderStyle (line 14) | enum BorderStyle { class BorderSide (line 60) | @immutable method merge (line 85) | BorderSide merge(BorderSide a, BorderSide b) method copyWith (line 130) | BorderSide copyWith({ method scale (line 159) | BorderSide scale(double t) method toPaint (line 174) | Paint toPaint() method canMerge (line 196) | bool canMerge(BorderSide a, BorderSide b) method lerp (line 211) | BorderSide lerp(BorderSide a, BorderSide b, double t) method toString (line 268) | String toString() class ShapeBorder (line 285) | @immutable method add (line 318) | ShapeBorder? add(ShapeBorder other, { bool reversed = false }) method scale (line 354) | ShapeBorder scale(double t) method lerpFrom (line 381) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 413) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method lerp (line 427) | ShapeBorder? lerp(ShapeBorder? a, ShapeBorder? b, double t) method getOuterPath (line 456) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method getInnerPath (line 477) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method paint (line 485) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 488) | String toString() class OutlinedBorder (line 495) | @immutable method copyWith (line 511) | OutlinedBorder copyWith({ BorderSide? side }) class _CompoundBorder (line 517) | class _CompoundBorder extends ShapeBorder { method add (line 536) | ShapeBorder add(ShapeBorder other, { bool reversed = false }) method scale (line 566) | ShapeBorder scale(double t) method lerpFrom (line 573) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 578) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method lerp (line 582) | _CompoundBorder lerp(ShapeBorder? a, ShapeBorder? b, double t) method getInnerPath (line 612) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 619) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 624) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 645) | String toString() function paintBorder (line 671) | void paintBorder( FILE: packages/flutter/lib/src/painting/box_border.dart type BoxShape (line 21) | enum BoxShape { class BoxBorder (line 60) | abstract class BoxBorder extends ShapeBorder { method add (line 86) | BoxBorder? add(ShapeBorder other, { bool reversed = false }) method lerp (line 105) | BoxBorder? lerp(BoxBorder? a, BoxBorder? b, double t) method getInnerPath (line 168) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 175) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 201) | void paint( method _paintUniformBorderWithRadius (line 209) | void _paintUniformBorderWithRadius(Canvas canvas, Rect rect, BorderSid... method _paintUniformBorderWithCircle (line 226) | void _paintUniformBorderWithCircle(Canvas canvas, Rect rect, BorderSid... method _paintUniformBorderWithRectangle (line 234) | void _paintUniformBorderWithRectangle(Canvas canvas, Rect rect, Border... class Border (line 303) | class Border extends BoxBorder { method merge (line 364) | Border merge(Border a, Border b) method add (line 415) | Border? add(ShapeBorder other, { bool reversed = false }) method scale (line 427) | Border scale(double t) method lerpFrom (line 437) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 444) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method lerp (line 456) | Border? lerp(Border? a, Border? b, double t) method paint (line 492) | void paint( method toString (line 566) | String toString() class BorderDirectional (line 598) | class BorderDirectional extends BoxBorder { method merge (line 625) | BorderDirectional merge(BorderDirectional a, BorderDirectional b) method add (line 695) | BoxBorder? add(ShapeBorder other, { bool reversed = false }) method scale (line 738) | BorderDirectional scale(double t) method lerpFrom (line 748) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 755) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method lerp (line 767) | BorderDirectional? lerp(BorderDirectional? a, BorderDirectional? b, do... method paint (line 806) | void paint( method toString (line 870) | String toString() FILE: packages/flutter/lib/src/painting/box_decoration.dart class BoxDecoration (line 75) | class BoxDecoration extends Decoration { method copyWith (line 107) | BoxDecoration copyWith({ method debugAssertIsValid (line 130) | bool debugAssertIsValid() method getClipPath (line 217) | Path getClipPath(Rect rect, TextDirection textDirection) method scale (line 232) | BoxDecoration scale(double factor) method lerpFrom (line 248) | BoxDecoration? lerpFrom(Decoration? a, double t) method lerpTo (line 257) | BoxDecoration? lerpTo(Decoration? b, double t) method lerp (line 288) | BoxDecoration? lerp(BoxDecoration? a, BoxDecoration? b, double t) method debugFillProperties (line 341) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method hitTest (line 357) | bool hitTest(Size size, Offset position, { TextDirection? textDirectio... method createBoxPainter (line 376) | BoxPainter createBoxPainter([ VoidCallback? onChanged ]) class _BoxDecorationPainter (line 383) | class _BoxDecorationPainter extends BoxPainter { method _getBackgroundPaint (line 392) | Paint _getBackgroundPaint(Rect rect, TextDirection? textDirection) method _paintBox (line 413) | void _paintBox(Canvas canvas, Rect rect, Paint paint, TextDirection? t... method _paintShadows (line 431) | void _paintShadows(Canvas canvas, Rect rect, TextDirection? textDirect... method _paintBackgroundColor (line 441) | void _paintBackgroundColor(Canvas canvas, Rect rect, TextDirection? te... method _paintBackgroundImage (line 447) | void _paintBackgroundImage(Canvas canvas, Rect rect, ImageConfiguratio... method dispose (line 469) | void dispose() method paint (line 476) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... method toString (line 494) | String toString() FILE: packages/flutter/lib/src/painting/box_fit.dart type BoxFit (line 18) | enum BoxFit { class FittedSizes (line 78) | @immutable function applyBoxFit (line 142) | FittedSizes applyBoxFit(BoxFit fit, Size inputSize, Size outputSize) FILE: packages/flutter/lib/src/painting/box_shadow.dart class BoxShadow (line 28) | @immutable method toPaint (line 57) | Paint toPaint() method scale (line 71) | BoxShadow scale(double factor) method lerp (line 88) | BoxShadow? lerp(BoxShadow? a, BoxShadow? b, double t) method lerpList (line 110) | List? lerpList(List? a, List? b, doub... method toString (line 142) | String toString() FILE: packages/flutter/lib/src/painting/circle_border.dart class CircleBorder (line 27) | class CircleBorder extends OutlinedBorder { method scale (line 39) | ShapeBorder scale(double t) method lerpFrom (line 42) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 49) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method getInnerPath (line 56) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 65) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method copyWith (line 74) | CircleBorder copyWith({ BorderSide? side }) method paint (line 79) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 100) | String toString() FILE: packages/flutter/lib/src/painting/clip.dart class ClipContext (line 9) | abstract class ClipContext { method _clipAndPaint (line 13) | void _clipAndPaint(void Function(bool doAntiAlias) canvasClipCall, Cli... method clipPathAndPaint (line 41) | void clipPathAndPaint(Path path, Clip clipBehavior, Rect bounds, VoidC... method clipRRectAndPaint (line 49) | void clipRRectAndPaint(RRect rrect, Clip clipBehavior, Rect bounds, Vo... method clipRectAndPaint (line 57) | void clipRectAndPaint(Rect rect, Clip clipBehavior, Rect bounds, VoidC... FILE: packages/flutter/lib/src/painting/colors.dart function _getHue (line 11) | double _getHue(double red, double green, double blue, double max, double... function _colorFromHue (line 28) | Color _colorFromHue( class HSVColor (line 86) | @immutable method withAlpha (line 150) | HSVColor withAlpha(double alpha) method withHue (line 156) | HSVColor withHue(double hue) method withSaturation (line 162) | HSVColor withSaturation(double saturation) method withValue (line 168) | HSVColor withValue(double value) method toColor (line 173) | Color toColor() method _scaleAlpha (line 181) | HSVColor _scaleAlpha(double factor) method lerp (line 201) | HSVColor? lerp(HSVColor? a, HSVColor? b, double t) method toString (line 232) | String toString() class HSLColor (line 255) | @immutable method withAlpha (line 324) | HSLColor withAlpha(double alpha) method withHue (line 330) | HSLColor withHue(double hue) method withSaturation (line 336) | HSLColor withSaturation(double saturation) method withLightness (line 342) | HSLColor withLightness(double lightness) method toColor (line 347) | Color toColor() method _scaleAlpha (line 355) | HSLColor _scaleAlpha(double factor) method lerp (line 385) | HSLColor? lerp(HSLColor? a, HSLColor? b, double t) method toString (line 416) | String toString() class ColorSwatch (line 429) | @immutable method toString (line 460) | String toString() class ColorProperty (line 464) | class ColorProperty extends DiagnosticsProperty { method toJsonMap (line 486) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) FILE: packages/flutter/lib/src/painting/continuous_rectangle_border.dart class ContinuousRectangleBorder (line 36) | class ContinuousRectangleBorder extends OutlinedBorder { method scale (line 55) | ShapeBorder scale(double t) method lerpFrom (line 63) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 75) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method _clampToShortest (line 86) | double _clampToShortest(RRect rrect, double value) method _getPath (line 90) | Path _getPath(RRect rrect) method getInnerPath (line 127) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 132) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method copyWith (line 137) | ContinuousRectangleBorder copyWith({ BorderSide? side, BorderRadiusGeo... method paint (line 145) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 172) | String toString() FILE: packages/flutter/lib/src/painting/debug.dart type HttpClientProvider (line 27) | typedef HttpClientProvider = HttpClient Function(); type PaintImageCallback (line 45) | typedef PaintImageCallback = void Function(ImageSizeInfo); class ImageSizeInfo (line 49) | @immutable method _sizeToBytes (line 75) | int _sizeToBytes(Size size) method toJson (line 82) | Map toJson() method toString (line 113) | String toString() function debugAssertAllPaintingVarsUnset (line 184) | bool debugAssertAllPaintingVarsUnset(String reason, { bool debugDisableS... type ShaderWarmUpPictureCallback (line 203) | typedef ShaderWarmUpPictureCallback = bool Function(Picture); type ShaderWarmUpImageCallback (line 210) | typedef ShaderWarmUpImageCallback = bool Function(Image); function _defaultPictureCapture (line 216) | bool _defaultPictureCapture(Picture picture) function _defaultImageCapture (line 222) | bool _defaultImageCapture(Image image) FILE: packages/flutter/lib/src/painting/decoration.dart class Decoration (line 23) | @immutable method toStringShort (line 30) | String toStringShort() method debugAssertIsValid (line 39) | bool debugAssertIsValid() method lerpFrom (line 91) | Decoration? lerpFrom(Decoration? a, double t) method lerpTo (line 120) | Decoration? lerpTo(Decoration? b, double t) method lerp (line 129) | Decoration? lerp(Decoration? a, Decoration? b, double t) method hitTest (line 161) | bool hitTest(Size size, Offset position, { TextDirection? textDirectio... method createBoxPainter (line 169) | BoxPainter createBoxPainter([ VoidCallback onChanged ]) method getClipPath (line 181) | Path getClipPath(Rect rect, TextDirection textDirection) class BoxPainter (line 194) | abstract class BoxPainter { method paint (line 225) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... method dispose (line 240) | void dispose() FILE: packages/flutter/lib/src/painting/decoration_image.dart type ImageRepeat (line 22) | enum ImageRepeat { class DecorationImage (line 40) | @immutable method createPainter (line 184) | DecorationImagePainter createPainter(VoidCallback onChanged) method toString (line 227) | String toString() class DecorationImagePainter (line 266) | class DecorationImagePainter { method paint (line 289) | void paint(Canvas canvas, Rect rect, Path? clipPath, ImageConfiguratio... method _handleImage (line 356) | void _handleImage(ImageInfo value, bool synchronousCall) method dispose (line 376) | void dispose() method toString (line 386) | String toString() function debugFlushLastFrameImageSizeInfo (line 403) | void debugFlushLastFrameImageSizeInfo() function paintImage (line 480) | void paintImage({ function _generateImageTileRects (line 660) | Iterable _generateImageTileRects(Rect outputRect, Rect fundamental... function _scaleRect (line 684) | Rect _scaleRect(Rect rect, double scale) FILE: packages/flutter/lib/src/painting/edge_insets.dart class EdgeInsetsGeometry (line 25) | @immutable method along (line 67) | double along(Axis axis) method inflateSize (line 92) | Size inflateSize(Size size) method deflateSize (line 108) | Size deflateSize(Size size) method subtract (line 128) | EdgeInsetsGeometry subtract(EdgeInsetsGeometry other) method add (line 150) | EdgeInsetsGeometry add(EdgeInsetsGeometry other) method clamp (line 163) | EdgeInsetsGeometry clamp(EdgeInsetsGeometry min, EdgeInsetsGeometry max) method lerp (line 219) | EdgeInsetsGeometry? lerp(EdgeInsetsGeometry? a, EdgeInsetsGeometry? b,... method resolve (line 250) | EdgeInsets resolve(TextDirection? direction) method toString (line 253) | String toString() class EdgeInsets (line 341) | class EdgeInsets extends EdgeInsetsGeometry { method inflateRect (line 471) | Rect inflateRect(Rect rect) method deflateRect (line 488) | Rect deflateRect(Rect rect) method subtract (line 493) | EdgeInsetsGeometry subtract(EdgeInsetsGeometry other) method add (line 500) | EdgeInsetsGeometry add(EdgeInsetsGeometry other) method clamp (line 507) | EdgeInsetsGeometry clamp(EdgeInsetsGeometry min, EdgeInsetsGeometry max) method lerp (line 598) | EdgeInsets? lerp(EdgeInsets? a, EdgeInsets? b, double t) method resolve (line 615) | EdgeInsets resolve(TextDirection? direction) method copyWith (line 619) | EdgeInsets copyWith({ class EdgeInsetsDirectional (line 645) | class EdgeInsetsDirectional extends EdgeInsetsGeometry { method subtract (line 740) | EdgeInsetsGeometry subtract(EdgeInsetsGeometry other) method add (line 747) | EdgeInsetsGeometry add(EdgeInsetsGeometry other) method lerp (line 839) | EdgeInsetsDirectional? lerp(EdgeInsetsDirectional? a, EdgeInsetsDirect... method resolve (line 856) | EdgeInsets resolve(TextDirection? direction) class _MixedEdgeInsets (line 867) | class _MixedEdgeInsets extends EdgeInsetsGeometry { method resolve (line 959) | EdgeInsets resolve(TextDirection? direction) FILE: packages/flutter/lib/src/painting/flutter_logo.dart type FlutterLogoStyle (line 24) | enum FlutterLogoStyle { class FlutterLogoDecoration (line 38) | class FlutterLogoDecoration extends Decoration { method debugAssertIsValid (line 81) | bool debugAssertIsValid() method lerp (line 111) | FlutterLogoDecoration? lerp(FlutterLogoDecoration? a, FlutterLogoDecor... method lerpFrom (line 149) | FlutterLogoDecoration? lerpFrom(Decoration? a, double t) method lerpTo (line 159) | FlutterLogoDecoration? lerpTo(Decoration? b, double t) method hitTest (line 170) | bool hitTest(Size size, Offset position, { TextDirection? textDirectio... method createBoxPainter (line 173) | BoxPainter createBoxPainter([ VoidCallback? onChanged ]) method getClipPath (line 179) | Path getClipPath(Rect rect, TextDirection textDirection) method debugFillProperties (line 205) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _FlutterLogoPainter (line 216) | class _FlutterLogoPainter extends BoxPainter { method _prepareText (line 230) | void _prepareText() method _paintLogo (line 253) | void _paintLogo(Canvas canvas, Rect rect) method paint (line 330) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... FILE: packages/flutter/lib/src/painting/fractional_offset.dart class FractionalOffset (line 54) | @immutable method lerp (line 181) | FractionalOffset? lerp(FractionalOffset? a, FractionalOffset? b, doubl... method toString (line 193) | String toString() FILE: packages/flutter/lib/src/painting/geometry.dart function positionDependentBox (line 40) | Offset positionDependentBox({ FILE: packages/flutter/lib/src/painting/gradient.dart class _ColorsAndStops (line 17) | class _ColorsAndStops { function _sample (line 24) | Color _sample(List colors, List stops, double t) function _interpolateColorsAndStops (line 42) | _ColorsAndStops _interpolateColorsAndStops( class GradientTransform (line 69) | @immutable method transform (line 81) | Matrix4? transform(Rect bounds, {TextDirection? textDirection}) class GradientRotation (line 98) | @immutable method transform (line 109) | Matrix4 transform(Rect bounds, {TextDirection? textDirection}) class Gradient (line 132) | @immutable method _impliedStops (line 187) | List _impliedStops() method createShader (line 208) | Shader createShader(Rect rect, { TextDirection? textDirection }) method scale (line 219) | Gradient scale(double factor) method lerpFrom (line 245) | Gradient? lerpFrom(Gradient? a, double t) method lerpTo (line 276) | Gradient? lerpTo(Gradient? b, double t) method lerp (line 290) | Gradient? lerp(Gradient? a, Gradient? b, double t) method _resolveTransform (line 305) | Float64List? _resolveTransform(Rect bounds, TextDirection? textDirection) class LinearGradient (line 349) | class LinearGradient extends Gradient { method createShader (line 408) | Shader createShader(Rect rect, { TextDirection? textDirection }) method scale (line 421) | LinearGradient scale(double factor) method lerpFrom (line 432) | Gradient? lerpFrom(Gradient? a, double t) method lerpTo (line 439) | Gradient? lerpTo(Gradient? b, double t) method lerp (line 464) | LinearGradient? lerp(LinearGradient? a, LinearGradient? b, double t) method toString (line 506) | String toString() class RadialGradient (line 580) | class RadialGradient extends Gradient { method createShader (line 663) | Shader createShader(Rect rect, { TextDirection? textDirection }) method scale (line 679) | RadialGradient scale(double factor) method lerpFrom (line 692) | Gradient? lerpFrom(Gradient? a, double t) method lerpTo (line 699) | Gradient? lerpTo(Gradient? b, double t) method lerp (line 724) | RadialGradient? lerp(RadialGradient? a, RadialGradient? b, double t) method toString (line 770) | String toString() class SweepGradient (line 857) | class SweepGradient extends Gradient { method createShader (line 914) | Shader createShader(Rect rect, { TextDirection? textDirection }) method scale (line 929) | SweepGradient scale(double factor) method lerpFrom (line 941) | Gradient? lerpFrom(Gradient? a, double t) method lerpTo (line 948) | Gradient? lerpTo(Gradient? b, double t) method lerp (line 972) | SweepGradient? lerp(SweepGradient? a, SweepGradient? b, double t) method toString (line 1016) | String toString() FILE: packages/flutter/lib/src/painting/image_cache.dart class ImageCache (line 81) | class ImageCache { method clear (line 181) | void clear() method evict (line 238) | bool evict(Object key, { bool includeLive = true }) method _touch (line 284) | void _touch(Object key, _CachedImage image, TimelineTask? timelineTask) method _trackLiveImage (line 295) | void _trackLiveImage(Object key, ImageStreamCompleter completer, int? ... method putIfAbsent (line 322) | ImageStreamCompleter? putIfAbsent(Object key, ImageStreamCompleter Fun... method listener (line 411) | void listener(ImageInfo? info, bool syncCall) method statusForKey (line 461) | ImageCacheStatus statusForKey(Object key) method containsKey (line 470) | bool containsKey(Object key) method clearLiveImages (line 495) | void clearLiveImages() method _checkCacheSize (line 504) | void _checkCacheSize(TimelineTask? timelineTask) class ImageCacheStatus (line 551) | @immutable method toString (line 602) | String toString() class _CachedImageBase (line 609) | abstract class _CachedImageBase { method dispose (line 621) | void dispose() class _CachedImage (line 633) | class _CachedImage extends _CachedImageBase { class _LiveImage (line 638) | class _LiveImage extends _CachedImageBase { method dispose (line 651) | void dispose() method toString (line 657) | String toString() class _PendingImage (line 660) | class _PendingImage { method removeListener (line 666) | void removeListener() FILE: packages/flutter/lib/src/painting/image_decoder.dart function decodeImageFromList (line 23) | Future decodeImageFromList(Uint8List bytes) FILE: packages/flutter/lib/src/painting/image_provider.dart type _KeyAndErrorHandlerCallback (line 21) | typedef _KeyAndErrorHandlerCallback = void Function(T key, ImageError... type _AsyncKeyErrorHandler (line 24) | typedef _AsyncKeyErrorHandler = Future Function(T key, Object e... class ImageConfiguration (line 35) | @immutable method copyWith (line 54) | ImageConfiguration copyWith({ method toString (line 116) | String toString() type DecoderCallback (line 169) | typedef DecoderCallback = Future Function(Uint8List bytes, {in... class ImageProvider (line 307) | @optionalTypeArgs method resolve (line 325) | ImageStream resolve(ImageConfiguration configuration) method createStream (line 367) | ImageStream createStream(ImageConfiguration configuration) method obtainCacheStatus (line 381) | Future obtainCacheStatus({ method _createErrorHandlerAndKey (line 421) | void _createErrorHandlerAndKey( method handleError (line 428) | Future handleError(Object exception, StackTrace? stack) method resolveStreamForKey (line 490) | void resolveStreamForKey(ImageConfiguration configuration, ImageStream... method evict (line 557) | Future evict({ ImageCache? cache, ImageConfiguration configurati... method obtainKey (line 572) | Future obtainKey(ImageConfiguration configuration) method load (line 584) | ImageStreamCompleter load(T key, DecoderCallback decode) method toString (line 587) | String toString() class AssetBundleImageKey (line 593) | @immutable method toString (line 633) | String toString() class AssetBundleImageProvider (line 640) | abstract class AssetBundleImageProvider extends ImageProvider _loadAsync(AssetBundleImageKey key, DecoderCallback d... class ResizeImageKey (line 691) | @immutable class ResizeImage (line 723) | class ResizeImage extends ImageProvider { method resizeIfNeeded (line 760) | ImageProvider resizeIfNeeded(int? cacheWidth, int? cacheHeight... method load (line 768) | ImageStreamCompleter load(ResizeImageKey key, DecoderCallback decode) method decodeResize (line 769) | Future decodeResize(Uint8List bytes, {int? cacheWidth, int? ... method obtainKey (line 785) | Future obtainKey(ImageConfiguration configuration) class NetworkImage (line 825) | abstract class NetworkImage extends ImageProvider { method load (line 843) | ImageStreamCompleter load(NetworkImage key, DecoderCallback decode) class FileImage (line 855) | @immutable method obtainKey (line 871) | Future obtainKey(ImageConfiguration configuration) method load (line 876) | ImageStreamCompleter load(FileImage key, DecoderCallback decode) method _loadAsync (line 887) | Future _loadAsync(FileImage key, DecoderCallback decode) method toString (line 914) | String toString() class MemoryImage (line 929) | @immutable method obtainKey (line 957) | Future obtainKey(ImageConfiguration configuration) method load (line 962) | ImageStreamCompleter load(MemoryImage key, DecoderCallback decode) method _loadAsync (line 970) | Future _loadAsync(MemoryImage key, DecoderCallback decode) method toString (line 989) | String toString() class ExactAssetImage (line 1065) | @immutable method obtainKey (line 1110) | Future obtainKey(ImageConfiguration configuration) method toString (line 1132) | String toString() class _ErrorImageCompleter (line 1136) | class _ErrorImageCompleter extends ImageStreamCompleter { } class NetworkImageLoadException (line 1139) | class NetworkImageLoadException implements Exception { method toString (line 1157) | String toString() FILE: packages/flutter/lib/src/painting/image_resolution.dart class AssetImage (line 243) | @immutable method obtainKey (line 284) | Future obtainKey(ImageConfiguration configuration) method _manifestParser (line 339) | Future>?> _manifestParser(String? jsonData) method _chooseVariant (line 352) | String? _chooseVariant(String main, ImageConfiguration config, List candidates, doub... method _parseScale (line 399) | double _parseScale(String key) method toString (line 429) | String toString() FILE: packages/flutter/lib/src/painting/image_stream.dart class ImageInfo (line 20) | @immutable method clone (line 49) | ImageInfo clone() method isCloneOf (line 88) | bool isCloneOf(ImageInfo other) method dispose (line 124) | void dispose() method toString (line 130) | String toString() class ImageStreamListener (line 156) | @immutable type ImageListener (line 239) | typedef ImageListener = void Function(ImageInfo image, bool synchronousC... type ImageChunkListener (line 244) | typedef ImageChunkListener = void Function(ImageChunkEvent event); type ImageErrorListener (line 250) | typedef ImageErrorListener = void Function(Object exception, StackTrace?... class ImageChunkEvent (line 261) | @immutable method debugFillProperties (line 287) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ImageStream (line 315) | class ImageStream with Diagnosticable { method setCompleter (line 337) | void setCompleter(ImageStreamCompleter value) method addListener (line 368) | void addListener(ImageStreamListener listener) method removeListener (line 379) | void removeListener(ImageStreamListener listener) method debugFillProperties (line 405) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ImageStreamCompleterHandle (line 433) | class ImageStreamCompleterHandle { method dispose (line 444) | void dispose() class ImageStreamCompleter (line 461) | abstract class ImageStreamCompleter with Diagnosticable { method addListener (line 501) | void addListener(ImageStreamListener listener) method keepAlive (line 543) | ImageStreamCompleterHandle keepAlive() method removeListener (line 555) | void removeListener(ImageStreamListener listener) method _maybeDispose (line 574) | void _maybeDispose() method _checkDisposed (line 584) | void _checkDisposed() method addOnLastListenerRemovedCallback (line 604) | void addOnLastListenerRemovedCallback(VoidCallback callback) method removeOnLastListenerRemovedCallback (line 612) | void removeOnLastListenerRemovedCallback(VoidCallback callback) method setImage (line 621) | void setImage(ImageInfo image) method reportError (line 675) | void reportError({ method reportImageChunkEvent (line 724) | void reportImageChunkEvent(ImageChunkEvent event) method debugFillProperties (line 741) | void debugFillProperties(DiagnosticPropertiesBuilder description) class OneFrameImageStreamCompleter (line 755) | class OneFrameImageStreamCompleter extends ImageStreamCompleter { class MultiFrameImageStreamCompleter (line 816) | class MultiFrameImageStreamCompleter extends ImageStreamCompleter { method _handleCodecReady (line 883) | void _handleCodecReady(ui.Codec codec) method _handleAppFrame (line 892) | void _handleAppFrame(Duration timestamp) method _isFirstFrame (line 919) | bool _isFirstFrame() method _hasFrameDurationPassed (line 923) | bool _hasFrameDurationPassed(Duration timestamp) method _decodeNextFrameAndSchedule (line 927) | Future _decodeNextFrameAndSchedule() method _scheduleAppFrame (line 965) | void _scheduleAppFrame() method _emitFrame (line 973) | void _emitFrame(ImageInfo imageInfo) method addListener (line 979) | void addListener(ImageStreamListener listener) method removeListener (line 986) | void removeListener(ImageStreamListener listener) FILE: packages/flutter/lib/src/painting/inline_span.dart class Accumulator (line 18) | class Accumulator { method increment (line 28) | void increment(int addend) type InlineSpanVisitor (line 37) | typedef InlineSpanVisitor = bool Function(InlineSpan span); class InlineSpanSemanticsInformation (line 46) | @immutable method toString (line 105) | String toString() function combineSemanticsInfo (line 112) | List combineSemanticsInfo(List getSemanticsInformation() method computeSemanticsInformation (line 287) | void computeSemanticsInformation(List ... method computeToPlainText (line 304) | void computeToPlainText(StringBuffer buffer, {bool includeSemanticsLab... method codeUnitAt (line 311) | int? codeUnitAt(int index) method codeUnitAtVisitor (line 332) | int? codeUnitAtVisitor(int index, Accumulator offset) method debugAssertIsValid (line 342) | bool debugAssertIsValid() method compareTo (line 353) | RenderComparison compareTo(InlineSpan other) method debugFillProperties (line 369) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/painting/matrix_utils.dart class MatrixUtils (line 14) | class MatrixUtils { method getAsTranslation (line 23) | Offset? getAsTranslation(Matrix4 transform) method getAsScale (line 50) | double? getAsScale(Matrix4 transform) method matrixEquals (line 76) | bool matrixEquals(Matrix4? a, Matrix4? b) method isIdentity (line 104) | bool isIdentity(Matrix4 a) method transformPoint (line 135) | Offset transformPoint(Matrix4 transform, Offset point) method _safeTransformRect (line 160) | Rect _safeTransformRect(Matrix4 transform, Rect rect) method _accumulate (line 175) | void _accumulate(Float64List m, double x, double y, bool first, bool i... method transformRect (line 204) | Rect transformRect(Matrix4 transform, Rect rect) method _min4 (line 422) | double _min4(double a, double b, double c, double d) method _max4 (line 427) | double _max4(double a, double b, double c, double d) method inverseTransformRect (line 439) | Rect inverseTransformRect(Matrix4 transform, Rect rect) method createCylindricalProjectionTransform (line 483) | Matrix4 createCylindricalProjectionTransform({ method forceToPoint (line 529) | Matrix4 forceToPoint(Offset offset) function debugDescribeTransform (line 540) | List debugDescribeTransform(Matrix4? transform) class TransformProperty (line 552) | class TransformProperty extends DiagnosticsProperty { method valueToString (line 573) | String valueToString({ TextTreeConfiguration? parentConfiguration }) FILE: packages/flutter/lib/src/painting/notched_shapes.dart class NotchedShape (line 21) | abstract class NotchedShape { method getOuterPath (line 32) | Path getOuterPath(Rect host, Rect? guest) class CircularNotchedRectangle (line 40) | class CircularNotchedRectangle extends NotchedShape { method getOuterPath (line 59) | Path getOuterPath(Rect host, Rect? guest) class AutomaticNotchedShape (line 129) | class AutomaticNotchedShape extends NotchedShape { method getOuterPath (line 154) | Path getOuterPath(Rect hostRect, Rect? guestRect) FILE: packages/flutter/lib/src/painting/paint_utilities.dart function paintZigZag (line 24) | void paintZigZag(Canvas canvas, Paint paint, Offset start, Offset end, i... FILE: packages/flutter/lib/src/painting/placeholder_span.dart class PlaceholderSpan (line 33) | abstract class PlaceholderSpan extends InlineSpan { method computeToPlainText (line 58) | void computeToPlainText(StringBuffer buffer, {bool includeSemanticsLab... method computeSemanticsInformation (line 65) | void computeSemanticsInformation(List ... method describeSemantics (line 76) | void describeSemantics(Accumulator offset, List semanticsOffsets,... method debugFillProperties (line 84) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/painting/rounded_rectangle_border.dart class RoundedRectangleBorder (line 28) | class RoundedRectangleBorder extends OutlinedBorder { method scale (line 48) | ShapeBorder scale(double t) method lerpFrom (line 56) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 75) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method copyWith (line 96) | RoundedRectangleBorder copyWith({ BorderSide? side, BorderRadiusGeomet... method getInnerPath (line 104) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 110) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 116) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 147) | String toString() class _RoundedRectangleToCircleBorder (line 152) | class _RoundedRectangleToCircleBorder extends OutlinedBorder { method scale (line 172) | ShapeBorder scale(double t) method lerpFrom (line 181) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 208) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method _adjustRect (line 233) | Rect _adjustRect(Rect rect) method _adjustBorderRadius (line 255) | BorderRadius? _adjustBorderRadius(Rect rect, TextDirection? textDirect... method getInnerPath (line 263) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 269) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method copyWith (line 275) | _RoundedRectangleToCircleBorder copyWith({ BorderSide? side, BorderRad... method paint (line 284) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 316) | String toString() FILE: packages/flutter/lib/src/painting/shader_warm_up.dart class ShaderWarmUp (line 53) | abstract class ShaderWarmUp { method warmUpOnCanvas (line 78) | Future warmUpOnCanvas(ui.Canvas canvas) method execute (line 84) | Future execute() FILE: packages/flutter/lib/src/painting/shape_decoration.dart class ShapeDecoration (line 62) | class ShapeDecoration extends Decoration { method getClipPath (line 127) | Path getClipPath(Rect rect, TextDirection textDirection) method lerpFrom (line 193) | ShapeDecoration? lerpFrom(Decoration? a, double t) method lerpTo (line 203) | ShapeDecoration? lerpTo(Decoration? b, double t) method lerp (line 230) | ShapeDecoration? lerp(ShapeDecoration? a, ShapeDecoration? b, double t) method debugFillProperties (line 275) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method hitTest (line 286) | bool hitTest(Size size, Offset position, { TextDirection? textDirectio... method createBoxPainter (line 291) | BoxPainter createBoxPainter([ VoidCallback? onChanged ]) class _ShapeDecorationPainter (line 298) | class _ShapeDecorationPainter extends BoxPainter { method _precache (line 317) | void _precache(Rect rect, TextDirection? textDirection) method _paintShadows (line 355) | void _paintShadows(Canvas canvas) method _paintInterior (line 362) | void _paintInterior(Canvas canvas) method _paintImage (line 368) | void _paintImage(Canvas canvas, ImageConfiguration configuration) method dispose (line 376) | void dispose() method paint (line 382) | void paint(Canvas canvas, Offset offset, ImageConfiguration configurat... FILE: packages/flutter/lib/src/painting/stadium_border.dart class StadiumBorder (line 28) | class StadiumBorder extends OutlinedBorder { method scale (line 40) | ShapeBorder scale(double t) method lerpFrom (line 43) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 64) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method copyWith (line 85) | StadiumBorder copyWith({ BorderSide? side }) method getInnerPath (line 90) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 97) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 104) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 129) | String toString() class _StadiumToCircleBorder (line 135) | class _StadiumToCircleBorder extends OutlinedBorder { method scale (line 151) | ShapeBorder scale(double t) method lerpFrom (line 159) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 183) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method _adjustRect (line 206) | Rect _adjustRect(Rect rect) method _adjustBorderRadius (line 228) | BorderRadius _adjustBorderRadius(Rect rect) method getInnerPath (line 233) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 239) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method copyWith (line 245) | _StadiumToCircleBorder copyWith({ BorderSide? side, double? circleness }) method paint (line 253) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 284) | String toString() class _StadiumToRoundedRectangleBorder (line 291) | class _StadiumToRoundedRectangleBorder extends OutlinedBorder { method scale (line 311) | ShapeBorder scale(double t) method lerpFrom (line 320) | ShapeBorder? lerpFrom(ShapeBorder? a, double t) method lerpTo (line 347) | ShapeBorder? lerpTo(ShapeBorder? b, double t) method _adjustBorderRadius (line 373) | BorderRadius _adjustBorderRadius(Rect rect) method getInnerPath (line 382) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 388) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method copyWith (line 394) | _StadiumToRoundedRectangleBorder copyWith({ BorderSide? side, BorderRa... method paint (line 403) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) method toString (line 435) | String toString() FILE: packages/flutter/lib/src/painting/strut_style.dart class StrutStyle (line 289) | @immutable method compareTo (line 520) | RenderComparison compareTo(StrutStyle other) method inheritFromTextStyle (line 543) | StrutStyle inheritFromTextStyle(TextStyle? other) method toStringShort (line 591) | String toStringShort() method debugFillProperties (line 595) | void debugFillProperties(DiagnosticPropertiesBuilder properties, { Str... FILE: packages/flutter/lib/src/painting/text_painter.dart type TextOverflow (line 28) | enum TextOverflow { class PlaceholderDimensions (line 56) | @immutable method toString (line 102) | String toString() type TextWidthBasis (line 110) | enum TextWidthBasis { class _CaretMetrics (line 125) | class _CaretMetrics { class TextPainter (line 152) | class TextPainter { method markNeedsLayout (line 207) | void markNeedsLayout() method setPlaceholderDimensions (line 430) | void setPlaceholderDimensions(List? value) method _createParagraphStyle (line 449) | ui.ParagraphStyle _createParagraphStyle([ TextDirection? defaultTextDi... method _createLayoutTemplate (line 478) | ui.Paragraph _createLayoutTemplate() method _applyFloatingPointHack (line 510) | double _applyFloatingPointHack(double layoutValue) method computeDistanceToActualBaseline (line 561) | double computeDistanceToActualBaseline(TextBaseline baseline) method _createParagraph (line 593) | void _createParagraph() method _layoutParagraph (line 606) | void _layoutParagraph(double minWidth, double maxWidth) method layout (line 638) | void layout({ double minWidth = 0.0, double maxWidth = double.infinity }) method paint (line 669) | void paint(Canvas canvas, Offset offset) method _isUtf16Surrogate (line 702) | bool _isUtf16Surrogate(int value) method _isUnicodeDirectionality (line 710) | bool _isUnicodeDirectionality(int value) method getOffsetAfter (line 716) | int? getOffsetAfter(int offset) method getOffsetBefore (line 726) | int? getOffsetBefore(int offset) method _getRectFromUpstream (line 739) | Rect? _getRectFromUpstream(int offset, Rect caretPrototype) method _getRectFromDownstream (line 789) | Rect? _getRectFromDownstream(int offset, Rect caretPrototype) method getOffsetForCaret (line 862) | Offset getOffsetForCaret(TextPosition position, Rect caretPrototype) method getFullHeightForCaret (line 872) | double? getFullHeightForCaret(TextPosition position, Rect caretPrototype) method _computeCaretMetrics (line 890) | void _computeCaretMetrics(TextPosition position, Rect caretPrototype) method getBoxesForSelection (line 934) | List getBoxesForSelection( method getPositionForOffset (line 951) | TextPosition getPositionForOffset(Offset offset) method getWordBoundary (line 965) | TextRange getWordBoundary(TextPosition position) method getLineBoundary (line 973) | TextRange getLineBoundary(TextPosition position) method computeLineMetrics (line 993) | List computeLineMetrics() FILE: packages/flutter/lib/src/painting/text_span.dart class TextSpan (line 62) | @immutable method handleEvent (line 253) | void handleEvent(PointerEvent event, HitTestEntry entry) method build (line 266) | void build( method visitChildren (line 309) | bool visitChildren(InlineSpanVisitor visitor) method getSpanForPositionVisitor (line 325) | InlineSpan? getSpanForPositionVisitor(TextPosition position, Accumulat... method computeToPlainText (line 342) | void computeToPlainText( method computeSemanticsInformation (line 364) | void computeSemanticsInformation( method codeUnitAtVisitor (line 403) | int? codeUnitAtVisitor(int index, Accumulator offset) method describeSemantics (line 423) | void describeSemantics(Accumulator offset, List semanticsOffsets,... method debugAssertIsValid (line 445) | bool debugAssertIsValid() method compareTo (line 470) | RenderComparison compareTo(InlineSpan other) method toStringShort (line 533) | String toStringShort() method debugFillProperties (line 536) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 571) | List debugDescribeChildren() FILE: packages/flutter/lib/src/painting/text_style.dart class TextStyle (line 462) | @immutable method copyWith (line 796) | TextStyle copyWith({ method apply (line 890) | TextStyle apply({ method merge (line 992) | TextStyle merge(TextStyle? other) method lerp (line 1046) | TextStyle? lerp(TextStyle? a, TextStyle? b, double t) method getTextStyle (line 1157) | ui.TextStyle getTextStyle({ double textScaleFactor = 1.0 }) method getParagraphStyle (line 1193) | ui.ParagraphStyle getParagraphStyle({ method compareTo (line 1246) | RenderComparison compareTo(TextStyle other) method toStringShort (line 1341) | String toStringShort() method debugFillProperties (line 1345) | void debugFillProperties(DiagnosticPropertiesBuilder properties, { Str... FILE: packages/flutter/lib/src/physics/clamped_simulation.dart class ClampedSimulation (line 26) | class ClampedSimulation extends Simulation { method x (line 58) | double x(double time) method dx (line 61) | double dx(double time) method isDone (line 64) | bool isDone(double time) method toString (line 67) | String toString() FILE: packages/flutter/lib/src/physics/friction_simulation.dart class FrictionSimulation (line 18) | class FrictionSimulation extends Simulation { method _dragFor (line 69) | double _dragFor(double startPosition, double endPosition, double start... method x (line 74) | double x(double time) method dx (line 77) | double dx(double time) method timeAtX (line 85) | double timeAtX(double x) method isDone (line 94) | bool isDone(double time) method toString (line 97) | String toString() class BoundedFrictionSimulation (line 105) | class BoundedFrictionSimulation extends FrictionSimulation { method x (line 126) | double x(double time) method isDone (line 131) | bool isDone(double time) method toString (line 138) | String toString() FILE: packages/flutter/lib/src/physics/gravity_simulation.dart class GravitySimulation (line 53) | class GravitySimulation extends Simulation { method x (line 89) | double x(double time) method dx (line 92) | double dx(double time) method isDone (line 95) | bool isDone(double time) method toString (line 98) | String toString() FILE: packages/flutter/lib/src/physics/simulation.dart class Simulation (line 34) | abstract class Simulation { method x (line 39) | double x(double time) method dx (line 42) | double dx(double time) method isDone (line 45) | bool isDone(double time) method toString (line 57) | String toString() FILE: packages/flutter/lib/src/physics/spring_simulation.dart class SpringDescription (line 16) | class SpringDescription { method toString (line 60) | String toString() type SpringType (line 66) | enum SpringType { class SpringSimulation (line 82) | class SpringSimulation extends Simulation { method x (line 112) | double x(double time) method dx (line 115) | double dx(double time) method isDone (line 118) | bool isDone(double time) method toString (line 124) | String toString() class ScrollSpringSimulation (line 129) | class ScrollSpringSimulation extends SpringSimulation { method x (line 144) | double x(double time) class _SpringSolution (line 150) | abstract class _SpringSolution { method x (line 170) | double x(double time) method dx (line 171) | double dx(double time) class _CriticalSolution (line 175) | class _CriticalSolution implements _SpringSolution { method x (line 195) | double x(double time) method dx (line 200) | double dx(double time) class _OverdampedSolution (line 209) | class _OverdampedSolution implements _SpringSolution { method x (line 232) | double x(double time) method dx (line 238) | double dx(double time) class _UnderdampedSolution (line 247) | class _UnderdampedSolution implements _SpringSolution { method x (line 270) | double x(double time) method dx (line 276) | double dx(double time) FILE: packages/flutter/lib/src/physics/tolerance.dart class Tolerance (line 9) | class Tolerance { method toString (line 47) | String toString() FILE: packages/flutter/lib/src/physics/utils.dart function nearEqual (line 10) | bool nearEqual(double? a, double? b, double epsilon) function nearZero (line 21) | bool nearZero(double a, double epsilon) FILE: packages/flutter/lib/src/rendering/animated_size.dart type RenderAnimatedSizeState (line 15) | @visibleForTesting class RenderAnimatedSize (line 63) | class RenderAnimatedSize extends RenderAligningShiftedBox { method detach (line 178) | void detach() method performLayout (line 188) | void performLayout() method computeDryLayout (line 227) | Size computeDryLayout(BoxConstraints constraints) method _restartAnimation (line 258) | void _restartAnimation() method _layoutStart (line 267) | void _layoutStart() method _layoutStable (line 277) | void _layoutStable() method _layoutChanged (line 297) | void _layoutChanged() method _layoutUnstable (line 314) | void _layoutUnstable() method paint (line 327) | void paint(PaintingContext context, Offset offset) method dispose (line 347) | void dispose() FILE: packages/flutter/lib/src/rendering/binding.dart function initInstances (line 27) | void initInstances() function initServiceExtensions (line 56) | void initServiceExtensions() function initRenderView (line 186) | void initRenderView() function handleMetricsChanged (line 220) | void handleMetricsChanged() function handleTextScaleFactorChanged (line 230) | void handleTextScaleFactorChanged() function handlePlatformBrightnessChanged (line 266) | void handlePlatformBrightnessChanged() function createViewConfiguration (line 278) | ViewConfiguration createViewConfiguration() function initMouseTracker (line 293) | void initMouseTracker([MouseTracker? tracker]) function dispatchEvent (line 299) | void dispatchEvent(PointerEvent event, HitTestResult? hitTestResult) function _handleSemanticsEnabledChanged (line 311) | void _handleSemanticsEnabledChanged() function setSemanticsEnabled (line 317) | void setSemanticsEnabled(bool enabled) function _handleWebFirstFrame (line 326) | void _handleWebFirstFrame(Duration _) function _handleSemanticsAction (line 332) | void _handleSemanticsAction(int id, SemanticsAction action, ByteData? args) function _handleSemanticsOwnerCreated (line 340) | void _handleSemanticsOwnerCreated() function _handleSemanticsOwnerDisposed (line 344) | void _handleSemanticsOwnerDisposed() function _handlePersistentFrameCallback (line 348) | void _handlePersistentFrameCallback(Duration timeStamp) function _scheduleMouseTrackerUpdate (line 354) | void _scheduleMouseTrackerUpdate() function deferFirstFrame (line 394) | void deferFirstFrame() function allowFirstFrame (line 407) | void allowFirstFrame() function resetFirstFrameSent (line 422) | void resetFirstFrameSent() function drawFrame (line 481) | void drawFrame() function performReassemble (line 494) | Future performReassemble() function hitTest (line 509) | void hitTest(HitTestResult result, Offset position) function _forceRepaint (line 517) | Future _forceRepaint() function debugDumpRenderTree (line 529) | void debugDumpRenderTree() function debugDumpLayerTree (line 534) | void debugDumpLayerTree() function debugDumpSemanticsTree (line 544) | void debugDumpSemanticsTree(DebugSemanticsDumpOrder childOrder) class RenderingFlutterBinding (line 555) | class RenderingFlutterBinding extends BindingBase with GestureBinding, S... FILE: packages/flutter/lib/src/rendering/box.dart class _DebugSize (line 17) | class _DebugSize extends Size { class BoxConstraints (line 86) | class BoxConstraints extends Constraints { method copyWith (line 171) | BoxConstraints copyWith({ method deflate (line 186) | BoxConstraints deflate(EdgeInsets edges) method loosen (line 202) | BoxConstraints loosen() method enforce (line 212) | BoxConstraints enforce(BoxConstraints constraints) method tighten (line 224) | BoxConstraints tighten({ double? width, double? height }) method widthConstraints (line 245) | BoxConstraints widthConstraints() method heightConstraints (line 249) | BoxConstraints heightConstraints() method constrainWidth (line 253) | double constrainWidth([ double width = double.infinity ]) method constrainHeight (line 260) | double constrainHeight([ double height = double.infinity ]) method _debugPropagateDebugSize (line 265) | Size _debugPropagateDebugSize(Size size, Size result) method constrain (line 281) | Size constrain(Size size) method constrainDimensions (line 295) | Size constrainDimensions(double width, double height) method constrainSizeAndAttemptToPreserveAspectRatio (line 306) | Size constrainSizeAndAttemptToPreserveAspectRatio(Size size) method isSatisfiedBy (line 415) | bool isSatisfiedBy(Size size) method lerp (line 467) | BoxConstraints? lerp(BoxConstraints? a, BoxConstraints? b, double t) method debugAssertIsValid (line 509) | bool debugAssertIsValid({ method throwError (line 514) | void throwError(DiagnosticsNode message) method normalize (line 571) | BoxConstraints normalize() method toString (line 606) | String toString() method describe (line 613) | String describe(double min, double max, String dim) type BoxHitTest (line 633) | typedef BoxHitTest = bool Function(BoxHitTestResult result, Offset posit... type BoxHitTestWithOutOfBandPosition (line 645) | typedef BoxHitTestWithOutOfBandPosition = bool Function(BoxHitTestResult... class BoxHitTestResult (line 651) | class BoxHitTestResult extends HitTestResult { method addWithPaintTransform (line 734) | bool addWithPaintTransform({ method addWithPaintOffset (line 773) | bool addWithPaintOffset({ method addWithRawTransform (line 810) | bool addWithRawTransform({ method addWithOutOfBandPosition (line 858) | bool addWithOutOfBandPosition({ class BoxHitTestEntry (line 888) | class BoxHitTestEntry extends HitTestEntry { method toString (line 903) | String toString() class BoxParentData (line 907) | class BoxParentData extends ParentData { method toString (line 912) | String toString() class ContainerBoxParentData (line 920) | abstract class ContainerBoxParentData ex... type _IntrinsicDimension (line 922) | enum _IntrinsicDimension { minWidth, maxWidth, minHeight, maxHeight } class _IntrinsicDimensionsCacheEntry (line 924) | @immutable class RenderBox (line 1353) | abstract class RenderBox extends RenderObject { method setupParentData (line 1355) | void setupParentData(covariant RenderObject child) method _computeIntrinsicDimension (line 1362) | double _computeIntrinsicDimension(_IntrinsicDimension dimension, doubl... method getMinIntrinsicWidth (line 1398) | double getMinIntrinsicWidth(double height) method computeMinIntrinsicWidth (line 1525) | double computeMinIntrinsicWidth(double height) method getMaxIntrinsicWidth (line 1547) | double getMaxIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1609) | double computeMaxIntrinsicWidth(double height) method getMinIntrinsicHeight (line 1630) | double getMinIntrinsicHeight(double width) method computeMinIntrinsicHeight (line 1690) | double computeMinIntrinsicHeight(double width) method getMaxIntrinsicHeight (line 1712) | double getMaxIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1774) | double computeMaxIntrinsicHeight(double width) method getDryLayout (line 1800) | Size getDryLayout(BoxConstraints constraints) method _computeDryLayout (line 1816) | Size _computeDryLayout(BoxConstraints constraints) method computeDryLayout (line 1864) | Size computeDryLayout(BoxConstraints constraints) method debugCannotComputeDryLayout (line 1893) | bool debugCannotComputeDryLayout({String? reason, FlutterError? error}) method debugAdoptSize (line 2007) | Size debugAdoptSize(Size value) method debugResetSize (line 2065) | void debugResetSize() method _debugSetDoingBaseline (line 2072) | bool _debugSetDoingBaseline(bool value) method getDistanceToBaseline (line 2093) | double? getDistanceToBaseline(TextBaseline baseline, { bool onlyReal =... method getDistanceToActualBaseline (line 2121) | double? getDistanceToActualBaseline(TextBaseline baseline) method computeDistanceToActualBaseline (line 2153) | double? computeDistanceToActualBaseline(TextBaseline baseline) method debugAssertDoesMeetConstraints (line 2163) | void debugAssertDoesMeetConstraints() method testIntrinsic (line 2228) | double testIntrinsic(double Function(double extent) function, String n... method testIntrinsicsForValues (line 2239) | void testIntrinsicsForValues(double Function(double extent) getMin, do... method markNeedsLayout (line 2301) | void markNeedsLayout() method performResize (line 2327) | void performResize() method performLayout (line 2334) | void performLayout() method hitTest (line 2374) | bool hitTest(BoxHitTestResult result, { required Offset position }) method hitTestSelf (line 2433) | bool hitTestSelf(Offset position) method hitTestChildren (line 2459) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method applyPaintTransform (line 2472) | void applyPaintTransform(RenderObject child, Matrix4 transform) method globalToLocal (line 2512) | Offset globalToLocal(Offset point, { RenderObject? ancestor }) method localToGlobal (line 2547) | Offset localToGlobal(Offset point, { RenderObject? ancestor }) method handleEvent (line 2584) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method debugHandleEvent (line 2605) | bool debugHandleEvent(PointerEvent event, HitTestEntry entry) method debugPaint (line 2621) | void debugPaint(PaintingContext context, Offset offset) method debugPaintSize (line 2637) | void debugPaintSize(PaintingContext context, Offset offset) method debugPaintBaselines (line 2652) | void debugPaintBaselines(PaintingContext context, Offset offset) method debugPaintPointers (line 2688) | void debugPaintPointers(PaintingContext context, Offset offset) method debugFillProperties (line 2700) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function defaultComputeDistanceToFirstActualBaseline (line 2717) | double? defaultComputeDistanceToFirstActualBaseline(TextBaseline baseline) function defaultComputeDistanceToHighestActualBaseline (line 2734) | double? defaultComputeDistanceToHighestActualBaseline(TextBaseline basel... function defaultHitTestChildren (line 2762) | bool defaultHitTestChildren(BoxHitTestResult result, { required Offset p... function defaultPaint (line 2788) | void defaultPaint(PaintingContext context, Offset offset) function getChildrenAsList (line 2802) | List getChildrenAsList() FILE: packages/flutter/lib/src/rendering/custom_layout.dart class MultiChildLayoutParentData (line 13) | class MultiChildLayoutParentData extends ContainerBoxParentData Function... class CustomPainter (line 131) | abstract class CustomPainter extends Listenable { method addListener (line 145) | void addListener(VoidCallback listener) method removeListener (line 154) | void removeListener(VoidCallback listener) method paint (line 188) | void paint(Canvas canvas, Size size) method shouldRebuildSemantics (line 226) | bool shouldRebuildSemantics(covariant CustomPainter oldDelegate) method shouldRepaint (line 253) | bool shouldRepaint(covariant CustomPainter oldDelegate) method hitTest (line 268) | bool? hitTest(Offset position) method toString (line 271) | String toString() class CustomPainterSemantics (line 288) | @immutable class RenderCustomPaint (line 367) | class RenderCustomPaint extends RenderProxyBox { method _didUpdatePainter (line 432) | void _didUpdatePainter(CustomPainter? newPainter, CustomPainter? oldPa... method computeMinIntrinsicWidth (line 490) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 497) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 504) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 511) | double computeMaxIntrinsicHeight(double width) method attach (line 518) | void attach(PipelineOwner owner) method detach (line 525) | void detach() method hitTestChildren (line 532) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method hitTestSelf (line 539) | bool hitTestSelf(Offset position) method performLayout (line 544) | void performLayout() method computeSizeForNoChild (line 550) | Size computeSizeForNoChild(BoxConstraints constraints) method _paintWithPainter (line 554) | void _paintWithPainter(Canvas canvas, Offset offset, CustomPainter pai... method paint (line 603) | void paint(PaintingContext context, Offset offset) method _setRasterCacheHints (line 615) | void _setRasterCacheHints(PaintingContext context) method describeSemanticsConfiguration (line 629) | void describeSemanticsConfiguration(SemanticsConfiguration config) method assembleSemanticsNode (line 643) | void assembleSemanticsNode( method clearSemantics (line 681) | void clearSemantics() method _updateSemanticsChildren (line 709) | List _updateSemanticsChildren( method _canUpdateSemanticsChild (line 839) | bool _canUpdateSemanticsChild(SemanticsNode oldChild, CustomPainterSem... method _updateSemanticsChild (line 847) | SemanticsNode _updateSemanticsChild(SemanticsNode? oldChild, CustomPai... FILE: packages/flutter/lib/src/rendering/debug.dart type ProfilePaintCallback (line 135) | typedef ProfilePaintCallback = void Function(RenderObject renderObject); function _debugDrawDoubleRect (line 190) | void _debugDrawDoubleRect(Canvas canvas, Rect outerRect, Rect innerRect,... function debugPaintPadding (line 204) | void debugPaintPadding(Canvas canvas, Rect outerRect, Rect? innerRect, {... function debugAssertAllRenderVarsUnset (line 229) | bool debugAssertAllRenderVarsUnset(String reason, { bool debugCheckIntri... FILE: packages/flutter/lib/src/rendering/debug_overflow_indicator.dart type _OverflowSide (line 14) | enum _OverflowSide { class _OverflowRegionData (line 23) | class _OverflowRegionData { function _formatPixels (line 121) | String _formatPixels(double value) function _calculateOverflowRegions (line 134) | List<_OverflowRegionData> _calculateOverflowRegions(RelativeRect overflo... function _reportOverflow (line 200) | void _reportOverflow(RelativeRect overflow, List? overf... function paintOverflowIndicator (line 264) | void paintOverflowIndicator( function reassemble (line 310) | void reassemble() FILE: packages/flutter/lib/src/rendering/editable.dart type SelectionChangedHandler (line 37) | @Deprecated( type CaretChangedHandler (line 47) | typedef CaretChangedHandler = void Function(Rect caretRect); class TextSelectionPoint (line 52) | @immutable method toString (line 68) | String toString() class RenderEditable (line 100) | class RenderEditable extends RenderBox with RelayoutWhenSystemFontsChang... method setupParentData (line 247) | void setupParentData(RenderBox child) method dispose (line 257) | void dispose() method _updateForegroundPainter (line 268) | void _updateForegroundPainter(RenderEditablePainter? newPainter) method _extractPlaceholderSpans (line 287) | void _extractPlaceholderSpans(InlineSpan? span) method _updatePainter (line 311) | void _updatePainter(RenderEditablePainter? newPainter) method _createBuiltInForegroundPainters (line 350) | _CompositeRenderEditablePainter _createBuiltInForegroundPainters() method _createBuiltInPainters (line 360) | _CompositeRenderEditablePainter _createBuiltInPainters() method debugAssertLayoutUpToDate (line 382) | void debugAssertLayoutUpToDate() method _onCaretChanged (line 396) | void _onCaretChanged(Rect caretRect) method _getTextPositionVertical (line 520) | TextPosition _getTextPositionVertical(TextPosition position, double ve... method getLineAtOffset (line 530) | TextSelection getLineAtOffset(TextPosition position) method getWordBoundary (line 542) | TextRange getWordBoundary(TextPosition position) method getTextPositionAbove (line 548) | TextPosition getTextPositionAbove(TextPosition position) method getTextPositionBelow (line 559) | TextPosition getTextPositionBelow(TextPosition position) method _updateSelectionExtentsVisibility (line 570) | void _updateSelectionExtentsVisibility(Offset effectiveOffset) method _setTextEditingValue (line 598) | void _setTextEditingValue(TextEditingValue newValue, SelectionChangedC... method _setSelection (line 603) | void _setSelection(TextSelection nextSelection, SelectionChangedCause ... method _handleSelectionChange (line 626) | void _handleSelectionChange( method markNeedsPaint (line 642) | void markNeedsPaint() method markNeedsTextLayout (line 654) | void markNeedsTextLayout() method systemFontsDidChange (line 661) | void systemFontsDidChange() method _showHideCursor (line 792) | void _showHideCursor() method setPromptRectRange (line 1094) | void setPromptRectRange(TextRange? newRange) method describeSemanticsConfiguration (line 1133) | void describeSemanticsConfiguration(SemanticsConfiguration config) method _handleSetText (line 1203) | void _handleSetText(String text) method assembleSemanticsNode (line 1214) | void assembleSemanticsNode(SemanticsNode node, SemanticsConfiguration ... method _handleSetSelection (line 1322) | void _handleSetSelection(TextSelection selection) method _handleMoveCursorForwardByCharacter (line 1326) | void _handleMoveCursorForwardByCharacter(bool extentSelection) method _handleMoveCursorBackwardByCharacter (line 1338) | void _handleMoveCursorBackwardByCharacter(bool extentSelection) method _handleMoveCursorForwardByWord (line 1350) | void _handleMoveCursorForwardByWord(bool extentSelection) method _handleMoveCursorBackwardByWord (line 1366) | void _handleMoveCursorBackwardByWord(bool extentSelection) method _getNextWord (line 1382) | TextRange? _getNextWord(int offset) method _getPreviousWord (line 1393) | TextRange? _getPreviousWord(int offset) method _onlyWhitespace (line 1411) | bool _onlyWhitespace(TextRange range) method attach (line 1422) | void attach(PipelineOwner owner) method detach (line 1437) | void detach() method redepthChildren (line 1448) | void redepthChildren() method visitChildren (line 1459) | void visitChildren(RenderObjectVisitor visitor) method _getMaxScrollExtent (line 1492) | double _getMaxScrollExtent(Size contentSize) method getEndpointsForSelection (line 1518) | List getEndpointsForSelection(TextSelection select... method getRectForComposingRange (line 1548) | Rect? getRectForComposingRange(TextRange range) method getPositionForPoint (line 1573) | TextPosition getPositionForPoint(Offset globalPosition) method getLocalRectForCaret (line 1590) | Rect getLocalRectForCaret(TextPosition caretPosition) method computeMinIntrinsicWidth (line 1600) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1606) | double computeMaxIntrinsicWidth(double height) method _preferredHeight (line 1615) | double _preferredHeight(double width) method computeMinIntrinsicHeight (line 1652) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1657) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 1662) | double computeDistanceToActualBaseline(TextBaseline baseline) method hitTestSelf (line 1668) | bool hitTestSelf(Offset position) method hitTestChildren (line 1672) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method handleEvent (line 1722) | void handleEvent(PointerEvent event, BoxHitTestEntry entry) method handleSecondaryTapDown (line 1746) | void handleSecondaryTapDown(TapDownDetails details) method handleTapDown (line 1757) | void handleTapDown(TapDownDetails details) method _handleTapDown (line 1760) | void _handleTapDown(TapDownDetails details) method handleTap (line 1771) | void handleTap() method _handleTap (line 1774) | void _handleTap() method handleDoubleTap (line 1785) | void handleDoubleTap() method handleLongPress (line 1795) | void handleLongPress() method _handleLongPress (line 1798) | void _handleLongPress() method selectPosition (line 1813) | void selectPosition({ required SelectionChangedCause cause }) method selectPositionAt (line 1821) | void selectPositionAt({ required Offset from, Offset? to, required Sel... method selectWord (line 1844) | void selectWord({ required SelectionChangedCause cause }) method selectWordsInRange (line 1854) | void selectWordsInRange({ required Offset from, Offset? to, required S... method selectWordEdge (line 1876) | void selectWordEdge({ required SelectionChangedCause cause }) method _getWordAtOffset (line 1891) | TextSelection _getWordAtOffset(TextPosition position) method _layoutChildren (line 1963) | List _layoutChildren(BoxConstraints constraints... method _setParentData (line 2013) | void _setParentData() method _layoutText (line 2028) | void _layoutText({ double minWidth = 0.0, double maxWidth = double.inf... method _computeTextMetricsIfNeeded (line 2061) | void _computeTextMetricsIfNeeded() method _computeCaretPrototype (line 2079) | void _computeCaretPrototype() method _snapToPhysicalPixel (line 2097) | Offset _snapToPhysicalPixel(Offset sourceOffset) method _canComputeDryLayout (line 2110) | bool _canComputeDryLayout() method computeDryLayout (line 2130) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 2145) | void performLayout() method calculateBoundedFloatingCursorOffset (line 2188) | Offset calculateBoundedFloatingCursorOffset(Offset rawCursorOffset) method setFloatingCursor (line 2237) | void setFloatingCursor(FloatingCursorDragState state, Offset boundedOf... method _paintContents (line 2264) | void _paintContents(PaintingContext context, Offset offset) method _paintHandleLayers (line 2311) | void _paintHandleLayers(PaintingContext context, List debugDescribeChildren() class _RenderEditableCustomPaint (line 2387) | class _RenderEditableCustomPaint extends RenderBox { method paint (line 2421) | void paint(PaintingContext context, Offset offset) method attach (line 2432) | void attach(PipelineOwner owner) method detach (line 2438) | void detach() method computeDryLayout (line 2444) | Size computeDryLayout(BoxConstraints constraints) class RenderEditablePainter (line 2470) | abstract class RenderEditablePainter extends ChangeNotifier { method shouldRepaint (line 2484) | bool shouldRepaint(RenderEditablePainter? oldDelegate) method paint (line 2495) | void paint(Canvas canvas, Size size, RenderEditable renderEditable) class _TextHighlightPainter (line 2498) | class _TextHighlightPainter extends RenderEditablePainter { method paint (line 2552) | void paint(Canvas canvas, Size size, RenderEditable renderEditable) method shouldRepaint (line 2571) | bool shouldRepaint(RenderEditablePainter? oldDelegate) class _FloatingCursorPainter (line 2584) | class _FloatingCursorPainter extends RenderEditablePainter { method paintRegularCursor (line 2651) | void paintRegularCursor(Canvas canvas, RenderEditable renderEditable, ... method paint (line 2704) | void paint(Canvas canvas, Size size, RenderEditable renderEditable) method shouldRepaint (line 2740) | bool shouldRepaint(RenderEditablePainter? oldDelegate) class _CompositeRenderEditablePainter (line 2757) | class _CompositeRenderEditablePainter extends RenderEditablePainter { method addListener (line 2763) | void addListener(VoidCallback listener) method removeListener (line 2769) | void removeListener(VoidCallback listener) method paint (line 2775) | void paint(Canvas canvas, Size size, RenderEditable renderEditable) method shouldRepaint (line 2781) | bool shouldRepaint(RenderEditablePainter? oldDelegate) FILE: packages/flutter/lib/src/rendering/error.dart class RenderErrorBox (line 28) | class RenderErrorBox extends RenderBox { method computeMaxIntrinsicWidth (line 62) | double computeMaxIntrinsicWidth(double height) method computeMaxIntrinsicHeight (line 67) | double computeMaxIntrinsicHeight(double width) method hitTestSelf (line 75) | bool hitTestSelf(Offset position) method computeDryLayout (line 78) | Size computeDryLayout(BoxConstraints constraints) method _initBackgroundColor (line 107) | Color _initBackgroundColor() method _initTextStyle (line 122) | ui.TextStyle _initTextStyle() method paint (line 147) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/rendering/flex.dart type FlexFit (line 23) | enum FlexFit { class FlexParentData (line 37) | class FlexParentData extends ContainerBoxParentData { method toString (line 56) | String toString() type MainAxisSize (line 73) | enum MainAxisSize { type MainAxisAlignment (line 106) | enum MainAxisAlignment { type CrossAxisAlignment (line 146) | enum CrossAxisAlignment { function _startIsTopLeft (line 201) | bool? _startIsTopLeft(Axis direction, TextDirection? textDirection, Vert... type _ChildSizingFunction (line 226) | typedef _ChildSizingFunction = double Function(RenderBox child, double e... class RenderFlex (line 275) | class RenderFlex extends RenderBox with ContainerRenderObjectMixin { class RenderFlow (line 174) | class RenderFlow extends RenderBox method setupParentData (line 194) | void setupParentData(RenderBox child) method attach (line 243) | void attach(PipelineOwner owner) method detach (line 249) | void detach() method _getSize (line 254) | Size _getSize(BoxConstraints constraints) method computeMinIntrinsicWidth (line 267) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 275) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 283) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 291) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 299) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 304) | void performLayout() method getChildSize (line 332) | Size? getChildSize(int i) method paintChild (line 339) | void paintChild(int i, { Matrix4? transform, double opacity = 1.0 }) method painter (line 361) | void painter(PaintingContext context, Offset offset) method _paintWithDelegate (line 373) | void _paintWithDelegate(PaintingContext context, Offset offset) method paint (line 390) | void paint(PaintingContext context, Offset offset) method dispose (line 409) | void dispose() method hitTestChildren (line 415) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method applyPaintTransform (line 440) | void applyPaintTransform(RenderBox child, Matrix4 transform) FILE: packages/flutter/lib/src/rendering/image.dart class RenderImage (line 23) | class RenderImage extends RenderBox { method _resolve (line 75) | void _resolve() method _markNeedResolution (line 82) | void _markNeedResolution() method _updateColorFilter (line 152) | void _updateColorFilter() method _sizeForConstraints (line 346) | Size _sizeForConstraints(BoxConstraints constraints) method computeMinIntrinsicWidth (line 364) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 372) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 378) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 386) | double computeMaxIntrinsicHeight(double width) method hitTestSelf (line 392) | bool hitTestSelf(Offset position) method computeDryLayout (line 395) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 400) | void performLayout() method attach (line 405) | void attach(covariant PipelineOwner owner) method detach (line 411) | void detach() method paint (line 417) | void paint(PaintingContext context, Offset offset) method dispose (line 443) | void dispose() method debugFillProperties (line 450) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/layer.dart class AnnotationEntry (line 19) | @immutable method toString (line 36) | String toString() class AnnotationResult (line 49) | class AnnotationResult { method add (line 56) | void add(AnnotationEntry entry) class Layer (line 138) | abstract class Layer extends AbstractNode with DiagnosticableTreeMixin { method _unref (line 167) | void _unref() method dispose (line 208) | void dispose() method markNeedsAddToScene (line 264) | void markNeedsAddToScene() method debugMarkClean (line 285) | void debugMarkClean() method updateSubtreeNeedsAddToScene (line 378) | void updateSubtreeNeedsAddToScene() method dropChild (line 391) | void dropChild(AbstractNode child) method adoptChild (line 399) | void adoptChild(AbstractNode child) method remove (line 410) | void remove() method findAnnotations (line 465) | bool findAnnotations( method find (line 493) | S? find(Offset localPosition) method findAllAnnotations (line 519) | AnnotationResult findAllAnnotations(Offset localP... method addToScene (line 530) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method _addToSceneWithRetainedRendering (line 532) | void _addToSceneWithRetainedRendering(ui.SceneBuilder builder) method toStringShort (line 560) | String toStringShort() method debugFillProperties (line 563) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LayerHandle (line 602) | class LayerHandle { method toString (line 634) | String toString() class PictureLayer (line 643) | class PictureLayer extends Layer { method dispose (line 706) | void dispose() method addToScene (line 712) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 718) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method findAnnotations (line 729) | bool findAnnotations(AnnotationResult result, Off... class TextureLayer (line 760) | class TextureLayer extends Layer { method addToScene (line 791) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method findAnnotations (line 804) | bool findAnnotations(AnnotationResult result, Off... class PlatformViewLayer (line 811) | class PlatformViewLayer extends Layer { method addToScene (line 830) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... class PerformanceOverlayLayer (line 845) | class PerformanceOverlayLayer extends Layer { method addToScene (line 901) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method findAnnotations (line 911) | bool findAnnotations(AnnotationResult result, Off... class ContainerLayer (line 921) | class ContainerLayer extends Layer { method buildScene (line 939) | ui.Scene buildScene(ui.SceneBuilder builder) method _debugUltimatePreviousSiblingOf (line 950) | bool _debugUltimatePreviousSiblingOf(Layer child, { Layer? equals }) method _debugUltimateNextSiblingOf (line 960) | bool _debugUltimateNextSiblingOf(Layer child, { Layer? equals }) method dispose (line 971) | void dispose() method updateSubtreeNeedsAddToScene (line 977) | void updateSubtreeNeedsAddToScene() method findAnnotations (line 988) | bool findAnnotations(AnnotationResult result, Off... method attach (line 1000) | void attach(Object owner) method detach (line 1010) | void detach() method append (line 1020) | void append(Layer child) method _removeChild (line 1047) | void _removeChild(Layer child) method removeAllChildren (line 1078) | void removeAllChildren() method addToScene (line 1095) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method addChildrenToScene (line 1106) | void addChildrenToScene(ui.SceneBuilder builder, [ Offset childOffset ... method applyTransform (line 1151) | void applyTransform(Layer? child, Matrix4 transform) method depthFirstIterateChildren (line 1158) | List depthFirstIterateChildren() method debugDescribeChildren (line 1174) | List debugDescribeChildren() class OffsetLayer (line 1200) | class OffsetLayer extends ContainerLayer { method findAnnotations (line 1224) | bool findAnnotations(AnnotationResult result, Off... method applyTransform (line 1229) | void applyTransform(Layer? child, Matrix4 transform) method addToScene (line 1236) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1252) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toImage (line 1273) | Future toImage(Rect bounds, { double pixelRatio = 1.0 }) class ClipRectLayer (line 1304) | class ClipRectLayer extends ContainerLayer { method findAnnotations (line 1351) | bool findAnnotations(AnnotationResult result, Off... method addToScene (line 1358) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1382) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ClipRRectLayer (line 1394) | class ClipRRectLayer extends ContainerLayer { method findAnnotations (line 1435) | bool findAnnotations(AnnotationResult result, Off... method addToScene (line 1442) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1466) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ClipPathLayer (line 1478) | class ClipPathLayer extends ContainerLayer { method findAnnotations (line 1519) | bool findAnnotations(AnnotationResult result, Off... method addToScene (line 1526) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1550) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ColorFilterLayer (line 1557) | class ColorFilterLayer extends ContainerLayer { method addToScene (line 1581) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1592) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ImageFilterLayer (line 1599) | class ImageFilterLayer extends ContainerLayer { method addToScene (line 1623) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1634) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class TransformLayer (line 1645) | class TransformLayer extends OffsetLayer { method addToScene (line 1680) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method _transformOffset (line 1696) | Offset? _transformOffset(Offset localPosition) method findAnnotations (line 1710) | bool findAnnotations(AnnotationResult result, Off... method applyTransform (line 1718) | void applyTransform(Layer? child, Matrix4 transform) method debugFillProperties (line 1730) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OpacityLayer (line 1744) | class OpacityLayer extends OffsetLayer { method addToScene (line 1776) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1811) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ShaderMaskLayer (line 1823) | class ShaderMaskLayer extends ContainerLayer { method addToScene (line 1887) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 1904) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class BackdropFilterLayer (line 1913) | class BackdropFilterLayer extends ContainerLayer { method addToScene (line 1957) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... class PhysicalModelLayer (line 1978) | class PhysicalModelLayer extends ContainerLayer { method findAnnotations (line 2063) | bool findAnnotations(AnnotationResult result, Off... method addToScene (line 2070) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method debugFillProperties (line 2100) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LayerLink (line 2119) | class LayerLink { method toString (line 2133) | String toString() class LeaderLayer (line 2141) | class LeaderLayer extends ContainerLayer { method attach (line 2177) | void attach(Object owner) method detach (line 2185) | void detach() method findAnnotations (line 2200) | bool findAnnotations(AnnotationResult result, Off... method addToScene (line 2205) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method applyTransform (line 2226) | void applyTransform(Layer? child, Matrix4 transform) method debugFillProperties (line 2233) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class FollowerLayer (line 2250) | class FollowerLayer extends ContainerLayer { method _transformOffset (line 2323) | Offset? _transformOffset(Offset localPosition) method findAnnotations (line 2336) | bool findAnnotations(AnnotationResult result, Off... method getLastTransform (line 2356) | Matrix4? getLastTransform() method _collectTransformForLayerChain (line 2370) | Matrix4 _collectTransformForLayerChain(List layers) method _pathsToCommonAncestor (line 2386) | Layer? _pathsToCommonAncestor( method _establishTransform (line 2413) | void _establishTransform() method addToScene (line 2475) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method applyTransform (line 2508) | void applyTransform(Layer? child, Matrix4 transform) method debugFillProperties (line 2519) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class AnnotatedRegionLayer (line 2547) | class AnnotatedRegionLayer extends ContainerLayer { method findAnnotations (line 2628) | bool findAnnotations(AnnotationResult result, Off... method debugFillProperties (line 2648) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/layout_helper.dart type ChildLayouter (line 14) | typedef ChildLayouter = Size Function(RenderBox child, BoxConstraints co... class ChildLayoutHelper (line 20) | class ChildLayoutHelper { method dryLayoutChild (line 38) | Size dryLayoutChild(RenderBox child, BoxConstraints constraints) method layoutChild (line 55) | Size layoutChild(RenderBox child, BoxConstraints constraints) FILE: packages/flutter/lib/src/rendering/list_body.dart class ListBodyParentData (line 11) | class ListBodyParentData extends ContainerBoxParentData { } type _ChildSizingFunction (line 13) | typedef _ChildSizingFunction = double Function(RenderBox child); class RenderListBody (line 25) | class RenderListBody extends RenderBox method setupParentData (line 41) | void setupParentData(RenderBox child) method computeDryLayout (line 65) | Size computeDryLayout(BoxConstraints constraints) method _debugCheckConstraints (line 91) | bool _debugCheckConstraints(BoxConstraints constraints) method performLayout (line 152) | void performLayout() method debugFillProperties (line 227) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _getIntrinsicCrossAxis (line 232) | double _getIntrinsicCrossAxis(_ChildSizingFunction childSize) method _getIntrinsicMainAxis (line 243) | double _getIntrinsicMainAxis(_ChildSizingFunction childSize) method computeMinIntrinsicWidth (line 255) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 266) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 277) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 288) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 299) | double? computeDistanceToActualBaseline(TextBaseline baseline) method paint (line 304) | void paint(PaintingContext context, Offset offset) method hitTestChildren (line 309) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... FILE: packages/flutter/lib/src/rendering/list_wheel_viewport.dart type _ChildSizingFunction (line 16) | typedef _ChildSizingFunction = double Function(RenderBox child); class ListWheelChildManager (line 22) | abstract class ListWheelChildManager { method childExistsAt (line 39) | bool childExistsAt(int index) method createChild (line 46) | void createChild(int index, { required RenderBox? after }) method removeChild (line 49) | void removeChild(RenderBox child) class ListWheelParentData (line 53) | class ListWheelParentData extends ContainerBoxParentData { class RenderListWheelViewport (line 131) | class RenderListWheelViewport method _hasScrolled (line 488) | void _hasScrolled() method setupParentData (line 494) | void setupParentData(RenderObject child) method attach (line 500) | void attach(PipelineOwner owner) method detach (line 506) | void detach() method _getUntransformedPaintingCoordinateY (line 553) | double _getUntransformedPaintingCoordinateY(double layoutCoordinateY) method _getIntrinsicCrossAxis (line 571) | double _getIntrinsicCrossAxis(_ChildSizingFunction childSize) method computeMinIntrinsicWidth (line 582) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 589) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 596) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 603) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 613) | Size computeDryLayout(BoxConstraints constraints) method indexOf (line 620) | int indexOf(RenderBox child) method scrollOffsetToIndex (line 628) | int scrollOffsetToIndex(double scrollOffset) method indexToScrollOffset (line 631) | double indexToScrollOffset(int index) method _createChild (line 633) | void _createChild(int index, { RenderBox? after }) method _destroyChild (line 640) | void _destroyChild(RenderBox child) method _layoutChild (line 647) | void _layoutChild(RenderBox child, BoxConstraints constraints, int index) method performLayout (line 665) | void performLayout() method _shouldClipAtCurrentOffset (line 778) | bool _shouldClipAtCurrentOffset() method paint (line 786) | void paint(PaintingContext context, Offset offset) method dispose (line 807) | void dispose() method _paintVisibleChildren (line 813) | void _paintVisibleChildren(PaintingContext context, Offset offset) method _paintTransformedChild (line 824) | void _paintTransformedChild( method _paintChildWithMagnifier (line 869) | void _paintChildWithMagnifier( method _paintChildCylindrically (line 954) | void _paintChildCylindrically( method painter (line 962) | void painter(PaintingContext context, Offset offset) method opacityPainter (line 971) | void opacityPainter(PaintingContext context, Offset offset) method _magnifyTransform (line 986) | Matrix4 _magnifyTransform() method _centerOriginTransform (line 996) | Matrix4 _centerOriginTransform(Matrix4 originalMatrix) method applyPaintTransform (line 1014) | void applyPaintTransform(RenderBox child, Matrix4 transform) method describeApproximatePaintClip (line 1020) | Rect? describeApproximatePaintClip(RenderObject child) method hitTestChildren (line 1028) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method getOffsetToReveal (line 1031) | RevealedOffset getOffsetToReveal(RenderObject target, double alignment... method showOnScreen (line 1054) | void showOnScreen({ FILE: packages/flutter/lib/src/rendering/mouse_tracker.dart type MouseDetectorAnnotationFinder (line 24) | typedef MouseDetectorAnnotationFinder = HitTestResult Function(Offset of... class _MouseState (line 27) | class _MouseState { method replaceAnnotations (line 39) | LinkedHashMap replaceAnnotations(Link... method replaceLatestEvent (line 50) | PointerEvent replaceLatestEvent(PointerEvent value) method toString (line 61) | String toString() class _MouseTrackerUpdateDetails (line 74) | @immutable method debugFillProperties (line 143) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MouseTracker (line 170) | class MouseTracker extends ChangeNotifier { method _monitorMouseConnection (line 188) | void _monitorMouseConnection(VoidCallback task) method _deviceUpdatePhase (line 200) | void _deviceUpdatePhase(VoidCallback task) method _shouldMarkStateDirty (line 214) | bool _shouldMarkStateDirty(_MouseState? state, PointerEvent event) method _hitTestResultToAnnotations (line 232) | LinkedHashMap _hitTestResultToAnnotat... method _findAnnotations (line 249) | LinkedHashMap _findAnnotations(_Mouse... method _handleDeviceUpdate (line 276) | void _handleDeviceUpdate(_MouseTrackerUpdateDetails details) method updateWithEvent (line 300) | void updateWithEvent(PointerEvent event, ValueGetter ge... method updateAllDevices (line 352) | void updateAllDevices(MouseDetectorAnnotationFinder hitTest) method debugDeviceActiveCursor (line 376) | MouseCursor? debugDeviceActiveCursor(int device) method _handleDeviceUpdateMouseEvents (line 381) | void _handleDeviceUpdateMouseEvents(_MouseTrackerUpdateDetails details) FILE: packages/flutter/lib/src/rendering/object.dart class ParentData (line 33) | class ParentData { method detach (line 37) | void detach() method toString (line 40) | String toString() type PaintingContextCallback (line 49) | typedef PaintingContextCallback = void Function(PaintingContext context,... class PaintingContext (line 66) | class PaintingContext extends ClipContext { method repaintCompositedChild (line 98) | void repaintCompositedChild(RenderObject child, { bool debugAlsoPainte... method _repaintCompositedChild (line 106) | void _repaintCompositedChild( method debugInstrumentRepaintCompositedChild (line 157) | void debugInstrumentRepaintCompositedChild( method paintChild (line 177) | void paintChild(RenderObject child, Offset offset) method _compositeChild (line 199) | void _compositeChild(RenderObject child, Offset offset) method appendLayer (line 231) | void appendLayer(Layer layer) method _startRecording (line 272) | void _startRecording() method stopRecordingIfNeeded (line 292) | void stopRecordingIfNeeded() method setIsComplexHint (line 324) | void setIsComplexHint() method setWillChangeHint (line 334) | void setWillChangeHint() method addLayer (line 352) | void addLayer(Layer layer) method pushLayer (line 384) | void pushLayer(ContainerLayer childLayer, PaintingContextCallback pain... method createChildContext (line 403) | PaintingContext createChildContext(ContainerLayer childLayer, Rect bou... method pushClipRect (line 444) | ClipRectLayer? pushClipRect(bool needsCompositing, Offset offset, Rect... method pushClipRRect (line 478) | ClipRRectLayer? pushClipRRect(bool needsCompositing, Offset offset, Re... method pushClipPath (line 514) | ClipPathLayer? pushClipPath(bool needsCompositing, Offset offset, Rect... method pushColorFilter (line 547) | ColorFilterLayer pushColorFilter(Offset offset, ColorFilter colorFilte... method pushTransform (line 570) | TransformLayer? pushTransform(bool needsCompositing, Offset offset, Ma... method pushOpacity (line 611) | OpacityLayer pushOpacity(Offset offset, int alpha, PaintingContextCall... method toString (line 621) | String toString() class Constraints (line 670) | @immutable method debugAssertIsValid (line 703) | bool debugAssertIsValid({ type RenderObjectVisitor (line 717) | typedef RenderObjectVisitor = void Function(RenderObject child); type LayoutCallback (line 722) | typedef LayoutCallback = void Function(T constrai... class SemanticsHandle (line 740) | class SemanticsHandle { method dispose (line 760) | void dispose() class PipelineOwner (line 796) | class PipelineOwner { method requestVisualUpdate (line 832) | void requestVisualUpdate() method flushLayout (line 867) | void flushLayout() method _enableMutationsToDirtySubtrees (line 904) | void _enableMutationsToDirtySubtrees(VoidCallback callback) method flushCompositingBits (line 927) | void flushCompositingBits() method flushPaint (line 960) | void flushPaint() method ensureSemantics (line 1026) | SemanticsHandle ensureSemantics({ VoidCallback? listener }) method _didDisposeSemanticsHandle (line 1036) | void _didDisposeSemanticsHandle() method flushSemantics (line 1060) | void flushSemantics() class RenderObject (line 1216) | abstract class RenderObject extends AbstractNode with DiagnosticableTree... method reassemble (line 1237) | void reassemble() method dispose (line 1276) | void dispose() method setupParentData (line 1316) | void setupParentData(covariant RenderObject child) method adoptChild (line 1327) | void adoptChild(RenderObject child) method dropChild (line 1342) | void dropChild(RenderObject child) method visitChildren (line 1358) | void visitChildren(RenderObjectVisitor visitor) method _debugReportException (line 1369) | void _debugReportException(String method, Object exception, StackTrace... method attach (line 1467) | void attach(PipelineOwner owner) method debugAssertDoesMeetConstraints (line 1538) | void debugAssertDoesMeetConstraints() method _debugSubtreeRelayoutRootAlreadyMarkedNeedsLayout (line 1550) | bool _debugSubtreeRelayoutRootAlreadyMarkedNeedsLayout() method markNeedsLayout (line 1603) | void markNeedsLayout() method markParentNeedsLayout (line 1636) | void markParentNeedsLayout() method markNeedsLayoutForSizedByParentChange (line 1655) | void markNeedsLayoutForSizedByParentChange() method _cleanRelayoutBoundary (line 1660) | void _cleanRelayoutBoundary() method _cleanChildRelayoutBoundary (line 1669) | void _cleanChildRelayoutBoundary(RenderObject child) method scheduleInitialLayout (line 1679) | void scheduleInitialLayout() method _layoutWithoutResize (line 1694) | void _layoutWithoutResize() method layout (line 1749) | void layout(Constraints constraints, { bool parentUsesSize = false }) method debugResetSize (line 1884) | void debugResetSize() method performResize (line 1919) | void performResize() method performLayout (line 1941) | void performLayout() method invokeLayoutCallback (line 1959) | void invokeLayoutCallback(LayoutCallback cal... method rotate (line 1972) | void rotate({ method debugRegisterRepaintBoundaryPaint (line 2028) | void debugRegisterRepaintBoundaryPaint({ bool includedParent = true, b... method markNeedsCompositingBitsUpdate (line 2118) | void markNeedsCompositingBitsUpdate() method _updateCompositingBits (line 2156) | void _updateCompositingBits() method markNeedsPaint (line 2217) | void markNeedsPaint() method _skippedPaintingOnLayer (line 2260) | void _skippedPaintingOnLayer() method scheduleInitialPaint (line 2285) | void scheduleInitialPaint(ContainerLayer rootLayer) method replaceRootLayer (line 2302) | void replaceRootLayer(OffsetLayer rootLayer) method _paintWithContext (line 2315) | void _paintWithContext(PaintingContext context, Offset offset) method debugPaint (line 2428) | void debugPaint(PaintingContext context, Offset offset) method paint (line 2447) | void paint(PaintingContext context, Offset offset) method applyPaintTransform (line 2454) | void applyPaintTransform(covariant RenderObject child, Matrix4 transform) method getTransformTo (line 2470) | Matrix4 getTransformTo(RenderObject? ancestor) method describeApproximatePaintClip (line 2501) | Rect? describeApproximatePaintClip(covariant RenderObject child) method describeSemanticsClip (line 2528) | Rect? describeSemanticsClip(covariant RenderObject? child) method scheduleInitialSemantics (line 2539) | void scheduleInitialSemantics() method describeSemanticsConfiguration (line 2586) | void describeSemanticsConfiguration(SemanticsConfiguration config) method sendSemanticsEvent (line 2598) | void sendSemanticsEvent(SemanticsEvent semanticsEvent) method clearSemantics (line 2649) | void clearSemantics() method markNeedsSemanticsUpdate (line 2662) | void markNeedsSemanticsUpdate() method _updateSemantics (line 2715) | void _updateSemantics() method _getSemanticsForParent (line 2740) | _SemanticsFragment _getSemanticsForParent({ method visitChildrenForSemantics (line 2832) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method assembleSemanticsNode (line 2850) | void assembleSemanticsNode( method handleEvent (line 2864) | void handleEvent(PointerEvent event, covariant HitTestEntry entry) method toStringShort (line 2889) | String toStringShort() method toString (line 2916) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) method toStringDeep (line 2922) | String toStringDeep({ method toStringShallow (line 2951) | String toStringShallow({ method debugFillProperties (line 2971) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 2989) | List debugDescribeChildren() method showOnScreen (line 3011) | void showOnScreen({ method describeForError (line 3037) | DiagnosticsNode describeForError(String name, { DiagnosticsTreeStyle s... function debugValidateChild (line 3057) | bool debugValidateChild(RenderObject child) function attach (line 3103) | void attach(PipelineOwner owner) function detach (line 3110) | void detach() function redepthChildren (line 3117) | void redepthChildren() function visitChildren (line 3123) | void visitChildren(RenderObjectVisitor visitor) function debugDescribeChildren (line 3129) | List debugDescribeChildren() function detach (line 3148) | void detach() function _debugUltimatePreviousSiblingOf (line 3174) | bool _debugUltimatePreviousSiblingOf(ChildType child, { ChildType? equal... function _debugUltimateNextSiblingOf (line 3183) | bool _debugUltimateNextSiblingOf(ChildType child, { ChildType? equals }) function debugValidateChild (line 3203) | bool debugValidateChild(RenderObject child) function _insertIntoChildList (line 3239) | void _insertIntoChildList(ChildType child, { ChildType? after }) function insert (line 3285) | void insert(ChildType child, { ChildType? after }) function add (line 3296) | void add(ChildType child) function addAll (line 3301) | void addAll(List? children) function _removeFromChildList (line 3305) | void _removeFromChildList(ChildType child) function remove (line 3332) | void remove(ChildType child) function removeAll (line 3340) | void removeAll() function move (line 3360) | void move(ChildType child, { ChildType? after }) function attach (line 3374) | void attach(PipelineOwner owner) function detach (line 3385) | void detach() function redepthChildren (line 3396) | void redepthChildren() function visitChildren (line 3406) | void visitChildren(RenderObjectVisitor visitor) function childBefore (line 3422) | ChildType? childBefore(ChildType child) function childAfter (line 3430) | ChildType? childAfter(ChildType child) function debugDescribeChildren (line 3438) | List debugDescribeChildren() function systemFontsDidChange (line 3473) | void systemFontsDidChange() function attach (line 3478) | void attach(covariant PipelineOwner owner) function detach (line 3484) | void detach() class _SemanticsFragment (line 3498) | abstract class _SemanticsFragment { method addAll (line 3503) | void addAll(Iterable<_InterestingSemanticsFragment> fragments) class _ContainerSemanticsFragment (line 3524) | class _ContainerSemanticsFragment extends _SemanticsFragment { method addAll (line 3530) | void addAll(Iterable<_InterestingSemanticsFragment> fragments) class _InterestingSemanticsFragment (line 3544) | abstract class _InterestingSemanticsFragment extends _SemanticsFragment { method compileChildren (line 3568) | void compileChildren({ method markAsExplicit (line 3584) | void markAsExplicit() method addAll (line 3595) | void addAll(Iterable<_InterestingSemanticsFragment> fragments) method addTags (line 3607) | void addTags(Iterable? tags) method addAncestor (line 3622) | void addAncestor(RenderObject ancestor) class _RootSemanticsFragment (line 3632) | class _RootSemanticsFragment extends _InterestingSemanticsFragment { method compileChildren (line 3639) | void compileChildren({ Rect? parentSemanticsClipRect, Rect? parentPain... method markAsExplicit (line 3684) | void markAsExplicit() method addAll (line 3689) | void addAll(Iterable<_InterestingSemanticsFragment> fragments) class _SwitchableSemanticsFragment (line 3712) | class _SwitchableSemanticsFragment extends _InterestingSemanticsFragment { method compileChildren (line 3730) | void compileChildren({ Rect? parentSemanticsClipRect, Rect? parentPain... method addAll (line 3803) | void addAll(Iterable<_InterestingSemanticsFragment> fragments) method _ensureConfigIsWritable (line 3813) | void _ensureConfigIsWritable() method markAsExplicit (line 3823) | void markAsExplicit() class _SemanticsGeometry (line 3834) | class _SemanticsGeometry { method _computeValues (line 3873) | void _computeValues(Rect? parentSemanticsClipRect, Rect? parentPaintCl... method _transformRect (line 3915) | Rect? _transformRect(Rect? rect, Matrix4 transform) method _applyIntermediatePaintTransforms (line 3929) | void _applyIntermediatePaintTransforms( method _intersectRects (line 3952) | Rect? _intersectRects(Rect? a, Rect? b) class DiagnosticsDebugCreator (line 3986) | class DiagnosticsDebugCreator extends DiagnosticsProperty { FILE: packages/flutter/lib/src/rendering/paragraph.dart class TextParentData (line 22) | class TextParentData extends ContainerBoxParentData { method toString (line 27) | String toString() class PlaceholderSpanIndexSemanticsTag (line 42) | @immutable class RenderParagraph (line 64) | class RenderParagraph extends RenderBox method setupParentData (line 115) | void setupParentData(RenderBox child) method _extractPlaceholderSpans (line 152) | void _extractPlaceholderSpans(InlineSpan span) method computeMinIntrinsicWidth (line 302) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 312) | double computeMaxIntrinsicWidth(double height) method _computeIntrinsicHeight (line 321) | double _computeIntrinsicHeight(double width) method computeMinIntrinsicHeight (line 331) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 336) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 341) | double computeDistanceToActualBaseline(TextBaseline baseline) method _canComputeIntrinsics (line 358) | bool _canComputeIntrinsics() method _computeChildrenWidthWithMaxIntrinsics (line 381) | void _computeChildrenWidthWithMaxIntrinsics(double height) method _computeChildrenWidthWithMinIntrinsics (line 399) | void _computeChildrenWidthWithMinIntrinsics(double height) method _computeChildrenHeightWithMinIntrinsics (line 417) | void _computeChildrenHeightWithMinIntrinsics(double width) method hitTestSelf (line 438) | bool hitTestSelf(Offset position) method hitTestChildren (line 441) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method _layoutText (line 496) | void _layoutText({ double minWidth = 0.0, double maxWidth = double.inf... method systemFontsDidChange (line 507) | void systemFontsDidChange() method _layoutTextWithConstraints (line 519) | void _layoutTextWithConstraints(BoxConstraints constraints) method _layoutChildren (line 528) | List _layoutChildren(BoxConstraints constraints... method _setParentData (line 579) | void _setParentData() method _canComputeDryLayout (line 594) | bool _canComputeDryLayout() method computeDryLayout (line 614) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 627) | void performLayout() method paint (line 705) | void paint(PaintingContext context, Offset offset) method getOffsetForCaret (line 779) | Offset getOffsetForCaret(TextPosition position, Rect caretPrototype) method getFullHeightForCaret (line 788) | double? getFullHeightForCaret(TextPosition position) method getBoxesForSelection (line 811) | List getBoxesForSelection( method getPositionForOffset (line 830) | TextPosition getPositionForOffset(Offset offset) method getWordBoundary (line 845) | TextRange getWordBoundary(TextPosition position) method describeSemanticsConfiguration (line 870) | void describeSemanticsConfiguration(SemanticsConfiguration config) method assembleSemanticsNode (line 910) | void assembleSemanticsNode(SemanticsNode node, SemanticsConfiguration ... method clearSemantics (line 1022) | void clearSemantics() method debugDescribeChildren (line 1028) | List debugDescribeChildren() method debugFillProperties (line 1038) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/performance_overlay.dart type PerformanceOverlayOption (line 11) | enum PerformanceOverlayOption { class RenderPerformanceOverlay (line 60) | class RenderPerformanceOverlay extends RenderBox { method computeMinIntrinsicWidth (line 133) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 138) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 155) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 160) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 165) | Size computeDryLayout(BoxConstraints constraints) method paint (line 170) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/rendering/platform_view.dart type PlatformViewHitTestBehavior (line 17) | enum PlatformViewHitTestBehavior { type _PlatformViewState (line 32) | enum _PlatformViewState { function _factoryTypesSetEquals (line 38) | bool _factoryTypesSetEquals(Set>? a, Set>? b) function _factoriesTypeSet (line 48) | Set _factoriesTypeSet(Set> factories) class RenderAndroidView (line 76) | class RenderAndroidView extends RenderBox with _PlatformViewGestureMixin { method _onPlatformViewCreated (line 131) | void _onPlatformViewCreated(int id) method updateGestureRecognizers (line 151) | void updateGestureRecognizers(Set _sizePlatformView() method paint (line 203) | void paint(PaintingContext context, Offset offset) method dispose (line 227) | void dispose() method _paintTexture (line 232) | void _paintTexture(PaintingContext context, Offset offset) method describeSemanticsConfiguration (line 250) | void describeSemanticsConfiguration (SemanticsConfiguration config) class RenderUiKitView (line 283) | class RenderUiKitView extends RenderBox { method updateGestureRecognizers (line 321) | void updateGestureRecognizers(Set Function(PointerEvent event); class _PlatformViewGestureRecognizer (line 502) | class _PlatformViewGestureRecognizer extends OneSequenceGestureRecognizer { method addAllowedPointer (line 549) | void addAllowedPointer(PointerDownEvent event) method didStopTrackingLastPointer (line 560) | void didStopTrackingLastPointer(int pointer) method handleEvent (line 563) | void handleEvent(PointerEvent event) method acceptGesture (line 573) | void acceptGesture(int pointer) method rejectGesture (line 579) | void rejectGesture(int pointer) method _cacheEvent (line 584) | void _cacheEvent(PointerEvent event) method _flushPointerCache (line 591) | void _flushPointerCache(int pointer) method stopTrackingPointer (line 596) | void stopTrackingPointer(int pointer) method reset (line 601) | void reset() class PlatformViewRenderBox (line 614) | class PlatformViewRenderBox extends RenderBox with _PlatformViewGestureM... method updateGestureRecognizers (line 653) | void updateGestureRecognizers(Set extends Listenable { method addListener (line 1227) | void addListener(VoidCallback listener) method removeListener (line 1236) | void removeListener(VoidCallback listener) method getClip (line 1240) | T getClip(Size size) method getApproximateClipRect (line 1250) | Rect getApproximateClipRect(Size size) method shouldReclip (line 1267) | bool shouldReclip(covariant CustomClipper oldClipper) method toString (line 1270) | String toString() class ShapeBorderClipper (line 1274) | class ShapeBorderClipper extends CustomClipper { method getClip (line 1299) | Path getClip(Size size) method shouldReclip (line 1304) | bool shouldReclip(CustomClipper oldClipper) class _RenderCustomClip (line 1313) | abstract class _RenderCustomClip extends RenderProxyBox { method attach (line 1344) | void attach(PipelineOwner owner) method detach (line 1350) | void detach() method _markNeedsClip (line 1355) | void _markNeedsClip() method performLayout (line 1374) | void performLayout() method _updateClip (line 1381) | void _updateClip() method describeApproximatePaintClip (line 1386) | Rect describeApproximatePaintClip(RenderObject child) method debugPaintSize (line 1393) | void debugPaintSize(PaintingContext context, Offset offset) class RenderClipRect (line 1426) | class RenderClipRect extends _RenderCustomClip { method hitTest (line 1445) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 1456) | void paint(PaintingContext context, Offset offset) method debugPaintSize (line 1473) | void debugPaintSize(PaintingContext context, Offset offset) class RenderClipRRect (line 1490) | class RenderClipRRect extends _RenderCustomClip { method hitTest (line 1531) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 1542) | void paint(PaintingContext context, Offset offset) method debugPaintSize (line 1558) | void debugPaintSize(PaintingContext context, Offset offset) class RenderClipOval (line 1575) | class RenderClipOval extends _RenderCustomClip { method _getClipPath (line 1593) | Path _getClipPath(Rect rect) method hitTest (line 1605) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 1621) | void paint(PaintingContext context, Offset offset) method debugPaintSize (line 1639) | void debugPaintSize(PaintingContext context, Offset offset) class RenderClipPath (line 1662) | class RenderClipPath extends _RenderCustomClip { method hitTest (line 1683) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 1694) | void paint(PaintingContext context, Offset offset) method debugPaintSize (line 1712) | void debugPaintSize(PaintingContext context, Offset offset) class _RenderPhysicalModelBase (line 1728) | abstract class _RenderPhysicalModelBase extends _RenderCustomClip { method describeSemanticsConfiguration (line 1792) | void describeSemanticsConfiguration(SemanticsConfiguration config) method debugFillProperties (line 1798) | void debugFillProperties(DiagnosticPropertiesBuilder description) class RenderPhysicalModel (line 1810) | class RenderPhysicalModel extends _RenderPhysicalModelBase { method hitTest (line 1889) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 1900) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 1940) | void debugFillProperties(DiagnosticPropertiesBuilder description) class RenderPhysicalShape (line 1955) | class RenderPhysicalShape extends _RenderPhysicalModelBase { method hitTest (line 1989) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 2000) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 2039) | void debugFillProperties(DiagnosticPropertiesBuilder description) type DecorationPosition (line 2046) | enum DecorationPosition { class RenderDecoratedBox (line 2055) | class RenderDecoratedBox extends RenderProxyBox { method detach (line 2121) | void detach() method hitTestSelf (line 2134) | bool hitTestSelf(Offset position) method paint (line 2139) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 2178) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderTransform (line 2186) | class RenderTransform extends RenderProxyBox { method setIdentity (line 2300) | void setIdentity() method rotateX (line 2307) | void rotateX(double radians) method rotateY (line 2314) | void rotateY(double radians) method rotateZ (line 2321) | void rotateZ(double radians) method translate (line 2328) | void translate(double x, [ double y = 0.0, double z = 0.0 ]) method scale (line 2335) | void scale(double x, [ double? y, double? z ]) method hitTest (line 2362) | bool hitTest(BoxHitTestResult result, { required Offset position }) method hitTestChildren (line 2371) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 2383) | void paint(PaintingContext context, Offset offset) method applyPaintTransform (line 2417) | void applyPaintTransform(RenderBox child, Matrix4 transform) method debugFillProperties (line 2422) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderFittedBox (line 2433) | class RenderFittedBox extends RenderProxyBox { method _resolve (line 2454) | void _resolve() method _markNeedResolution (line 2460) | void _markNeedResolution() method _fitAffectsLayout (line 2465) | bool _fitAffectsLayout(BoxFit fit) method computeDryLayout (line 2527) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 2563) | void performLayout() method _clearPaintData (line 2599) | void _clearPaintData() method _updatePaintData (line 2604) | void _updatePaintData() method _paintChildWithTransform (line 2628) | TransformLayer? _paintChildWithTransform(PaintingContext context, Offs... method paint (line 2644) | void paint(PaintingContext context, Offset offset) method hitTestChildren (line 2664) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method applyPaintTransform (line 2678) | void applyPaintTransform(RenderBox child, Matrix4 transform) method debugFillProperties (line 2688) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderFractionalTranslation (line 2705) | class RenderFractionalTranslation extends RenderProxyBox { method hitTest (line 2733) | bool hitTest(BoxHitTestResult result, { required Offset position }) method hitTestChildren (line 2750) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 2764) | void paint(PaintingContext context, Offset offset) method applyPaintTransform (line 2775) | void applyPaintTransform(RenderBox child, Matrix4 transform) method debugFillProperties (line 2783) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type PointerDownEventListener (line 2793) | typedef PointerDownEventListener = void Function(PointerDownEvent event); type PointerMoveEventListener (line 2798) | typedef PointerMoveEventListener = void Function(PointerMoveEvent event); type PointerUpEventListener (line 2803) | typedef PointerUpEventListener = void Function(PointerUpEvent event); type PointerCancelEventListener (line 2808) | typedef PointerCancelEventListener = void Function(PointerCancelEvent ev... type PointerSignalEventListener (line 2813) | typedef PointerSignalEventListener = void Function(PointerSignalEvent ev... class RenderPointerListener (line 2827) | class RenderPointerListener extends RenderProxyBoxWithHitTestBehavior { method computeSizeForNoChild (line 2865) | Size computeSizeForNoChild(BoxConstraints constraints) method handleEvent (line 2870) | void handleEvent(PointerEvent event, HitTestEntry entry) method debugFillProperties (line 2887) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderMouseRegion (line 2922) | class RenderMouseRegion extends RenderProxyBox implements MouseTrackerAn... method hitTestSelf (line 2945) | bool hitTestSelf(Offset position) method hitTest (line 2948) | bool hitTest(BoxHitTestResult result, { required Offset position }) method handleEvent (line 2953) | void handleEvent(PointerEvent event, HitTestEntry entry) method attach (line 3012) | void attach(PipelineOwner owner) method detach (line 3018) | void detach() method computeSizeForNoChild (line 3027) | Size computeSizeForNoChild(BoxConstraints constraints) method debugFillProperties (line 3032) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderRepaintBoundary (line 3074) | class RenderRepaintBoundary extends RenderProxyBox { method toImage (line 3140) | Future toImage({ double pixelRatio = 1.0 }) method debugResetMetrics (line 3180) | void debugResetMetrics() method debugRegisterRepaintBoundaryPaint (line 3189) | void debugRegisterRepaintBoundaryPaint({ bool includedParent = true, b... method debugFillProperties (line 3200) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderIgnorePointer (line 3250) | class RenderIgnorePointer extends RenderProxyBox { method hitTest (line 3299) | bool hitTest(BoxHitTestResult result, { required Offset position }) method visitChildrenForSemantics (line 3307) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 3313) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderOffstage (line 3329) | class RenderOffstage extends RenderProxyBox { method computeMinIntrinsicWidth (line 3356) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 3363) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 3370) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 3377) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 3384) | double? computeDistanceToActualBaseline(TextBaseline baseline) method computeDryLayout (line 3394) | Size computeDryLayout(BoxConstraints constraints) method performResize (line 3403) | void performResize() method performLayout (line 3409) | void performLayout() method hitTest (line 3418) | bool hitTest(BoxHitTestResult result, { required Offset position }) method paint (line 3423) | void paint(PaintingContext context, Offset offset) method visitChildrenForSemantics (line 3430) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 3437) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 3443) | List debugDescribeChildren() class RenderAbsorbPointer (line 3467) | class RenderAbsorbPointer extends RenderProxyBox { method hitTest (line 3514) | bool hitTest(BoxHitTestResult result, { required Offset position }) method visitChildrenForSemantics (line 3521) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 3527) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderMetaData (line 3546) | class RenderMetaData extends RenderProxyBoxWithHitTestBehavior { method debugFillProperties (line 3560) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSemanticsGestureHandler (line 3568) | class RenderSemanticsGestureHandler extends RenderProxyBoxWithHitTestBeh... method describeSemanticsConfiguration (line 3665) | void describeSemanticsConfiguration(SemanticsConfiguration config) method _isValidAction (line 3686) | bool _isValidAction(SemanticsAction action) method _performSemanticScrollLeft (line 3690) | void _performSemanticScrollLeft() method _performSemanticScrollRight (line 3700) | void _performSemanticScrollRight() method _performSemanticScrollUp (line 3710) | void _performSemanticScrollUp() method _performSemanticScrollDown (line 3720) | void _performSemanticScrollDown() method debugFillProperties (line 3731) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSemanticsAnnotations (line 3746) | class RenderSemanticsAnnotations extends RenderProxyBox { method visitChildrenForSemantics (line 4703) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method describeSemanticsConfiguration (line 4710) | void describeSemanticsConfiguration(SemanticsConfiguration config) method _performTap (line 4836) | void _performTap() method _performLongPress (line 4840) | void _performLongPress() method _performDismiss (line 4844) | void _performDismiss() method _performScrollLeft (line 4848) | void _performScrollLeft() method _performScrollRight (line 4852) | void _performScrollRight() method _performScrollUp (line 4856) | void _performScrollUp() method _performScrollDown (line 4860) | void _performScrollDown() method _performIncrease (line 4864) | void _performIncrease() method _performDecrease (line 4868) | void _performDecrease() method _performCopy (line 4872) | void _performCopy() method _performCut (line 4876) | void _performCut() method _performPaste (line 4880) | void _performPaste() method _performMoveCursorForwardByCharacter (line 4884) | void _performMoveCursorForwardByCharacter(bool extendSelection) method _performMoveCursorBackwardByCharacter (line 4888) | void _performMoveCursorBackwardByCharacter(bool extendSelection) method _performMoveCursorForwardByWord (line 4892) | void _performMoveCursorForwardByWord(bool extendSelection) method _performMoveCursorBackwardByWord (line 4896) | void _performMoveCursorBackwardByWord(bool extendSelection) method _performSetSelection (line 4900) | void _performSetSelection(TextSelection selection) method _performSetText (line 4904) | void _performSetText(String text) method _performDidGainAccessibilityFocus (line 4908) | void _performDidGainAccessibilityFocus() method _performDidLoseAccessibilityFocus (line 4912) | void _performDidLoseAccessibilityFocus() class RenderBlockSemantics (line 4922) | class RenderBlockSemantics extends RenderProxyBox { method describeSemanticsConfiguration (line 4944) | void describeSemanticsConfiguration(SemanticsConfiguration config) method debugFillProperties (line 4950) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderMergeSemantics (line 4963) | class RenderMergeSemantics extends RenderProxyBox { method describeSemanticsConfiguration (line 4968) | void describeSemanticsConfiguration(SemanticsConfiguration config) class RenderExcludeSemantics (line 4983) | class RenderExcludeSemantics extends RenderProxyBox { method visitChildrenForSemantics (line 5005) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 5012) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderIndexedSemantics (line 5028) | class RenderIndexedSemantics extends RenderProxyBox { method describeSemanticsConfiguration (line 5048) | void describeSemanticsConfiguration(SemanticsConfiguration config) method debugFillProperties (line 5054) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderLeaderLayer (line 5066) | class RenderLeaderLayer extends RenderProxyBox { method performLayout (line 5105) | void performLayout() method paint (line 5112) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 5126) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderFollowerLayer (line 5145) | class RenderFollowerLayer extends RenderProxyBox { method detach (line 5250) | void detach() method getCurrentTransform (line 5268) | Matrix4 getCurrentTransform() method hitTest (line 5273) | bool hitTest(BoxHitTestResult result, { required Offset position }) method hitTestChildren (line 5285) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 5296) | void paint(PaintingContext context, Offset offset) method applyPaintTransform (line 5337) | void applyPaintTransform(RenderBox child, Matrix4 transform) method debugFillProperties (line 5342) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderAnnotatedRegion (line 5357) | class RenderAnnotatedRegion extends RenderProxyBox { method paint (line 5400) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/rendering/proxy_sliver.dart class RenderProxySliver (line 33) | abstract class RenderProxySliver extends RenderSliver with RenderObjectW... method setupParentData (line 44) | void setupParentData(RenderObject child) method performLayout (line 50) | void performLayout() method paint (line 57) | void paint(PaintingContext context, Offset offset) method hitTestChildren (line 63) | bool hitTestChildren(SliverHitTestResult result, {required double main... method childMainAxisPosition (line 74) | double childMainAxisPosition(RenderSliver child) method applyPaintTransform (line 81) | void applyPaintTransform(RenderObject child, Matrix4 transform) class RenderSliverOpacity (line 98) | class RenderSliverOpacity extends RenderProxySliver { method paint (line 162) | void paint(PaintingContext context, Offset offset) method visitChildrenForSemantics (line 180) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 186) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverIgnorePointer (line 203) | class RenderSliverIgnorePointer extends RenderProxySliver { method hitTest (line 253) | bool hitTest(SliverHitTestResult result, {required double mainAxisPosi... method visitChildrenForSemantics (line 263) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 269) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverOffstage (line 279) | class RenderSliverOffstage extends RenderProxySliver { method performLayout (line 308) | void performLayout() method hitTest (line 318) | bool hitTest(SliverHitTestResult result, {required double mainAxisPosi... method hitTestChildren (line 327) | bool hitTestChildren(SliverHitTestResult result, {required double main... method paint (line 339) | void paint(PaintingContext context, Offset offset) method visitChildrenForSemantics (line 346) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method debugFillProperties (line 353) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 359) | List debugDescribeChildren() class RenderSliverAnimatedOpacity (line 375) | class RenderSliverAnimatedOpacity extends RenderProxySliver with RenderA... FILE: packages/flutter/lib/src/rendering/rotated_box.dart class RenderRotatedBox (line 20) | class RenderRotatedBox extends RenderBox with RenderObjectWithChildMixin... method computeMinIntrinsicWidth (line 46) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 53) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 60) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 67) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 76) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 85) | void performLayout() method hitTestChildren (line 100) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method _paintChild (line 113) | void _paintChild(PaintingContext context, Offset offset) method paint (line 118) | void paint(PaintingContext context, Offset offset) method dispose (line 135) | void dispose() method applyPaintTransform (line 141) | void applyPaintTransform(RenderBox child, Matrix4 transform) FILE: packages/flutter/lib/src/rendering/shifted_box.dart type BoxConstraintsTransform (line 22) | typedef BoxConstraintsTransform = BoxConstraints Function(BoxConstraints); class RenderShiftedBox (line 26) | abstract class RenderShiftedBox extends RenderBox with RenderObjectWithC... method computeMinIntrinsicWidth (line 33) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 40) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 47) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 54) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 61) | double? computeDistanceToActualBaseline(TextBaseline baseline) method paint (line 76) | void paint(PaintingContext context, Offset offset) method hitTestChildren (line 84) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... class RenderPadding (line 106) | class RenderPadding extends RenderShiftedBox { method _resolve (line 122) | void _resolve() method _markNeedResolution (line 129) | void _markNeedResolution() method computeMinIntrinsicWidth (line 163) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 173) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 183) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 193) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 203) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 221) | void performLayout() method debugPaintSize (line 243) | void debugPaintSize(PaintingContext context, Offset offset) method debugFillProperties (line 253) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderAligningShiftedBox (line 262) | abstract class RenderAligningShiftedBox extends RenderShiftedBox { method _resolve (line 286) | void _resolve() method _markNeedResolution (line 292) | void _markNeedResolution() method alignChild (line 344) | void alignChild() method debugFillProperties (line 356) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderPositionedBox (line 373) | class RenderPositionedBox extends RenderAligningShiftedBox { method computeDryLayout (line 414) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 431) | void performLayout() method debugPaintSize (line 452) | void debugPaintSize(PaintingContext context, Offset offset) method debugFillProperties (line 510) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderConstrainedOverflowBox (line 547) | class RenderConstrainedOverflowBox extends RenderAligningShiftedBox { method _getInnerConstraints (line 607) | BoxConstraints _getInnerConstraints(BoxConstraints constraints) method computeDryLayout (line 620) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 625) | void performLayout() method debugFillProperties (line 633) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderConstraintsTransformBox (line 680) | class RenderConstraintsTransformBox extends RenderAligningShiftedBox wit... method computeMinIntrinsicHeight (line 729) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 736) | double computeMaxIntrinsicHeight(double width) method computeMinIntrinsicWidth (line 743) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 750) | double computeMaxIntrinsicWidth(double height) method computeDryLayout (line 757) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 769) | void performLayout() method paint (line 792) | void paint(PaintingContext context, Offset offset) method dispose (line 828) | void dispose() method describeApproximatePaintClip (line 834) | Rect? describeApproximatePaintClip(RenderObject child) method toStringShort (line 839) | String toStringShort() class RenderUnconstrainedBox (line 874) | @Deprecated( method _unconstrained (line 919) | BoxConstraints _unconstrained(BoxConstraints constraints) method _widthConstrained (line 920) | BoxConstraints _widthConstrained(BoxConstraints constraints) method _heightConstrained (line 921) | BoxConstraints _heightConstrained(BoxConstraints constraints) method _convertAxis (line 922) | BoxConstraintsTransform _convertAxis(Axis? constrainedAxis) class RenderSizedOverflowBox (line 949) | class RenderSizedOverflowBox extends RenderAligningShiftedBox { method computeMinIntrinsicWidth (line 977) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 982) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 987) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 992) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 997) | double? computeDistanceToActualBaseline(TextBaseline baseline) method computeDryLayout (line 1004) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1009) | void performLayout() class RenderFractionallySizedOverflowBox (line 1029) | class RenderFractionallySizedOverflowBox extends RenderAligningShiftedBox { method _getInnerConstraints (line 1082) | BoxConstraints _getInnerConstraints(BoxConstraints constraints) method computeMinIntrinsicWidth (line 1106) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1118) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1130) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1142) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 1154) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1163) | void performLayout() method debugFillProperties (line 1174) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SingleChildLayoutDelegate (line 1207) | abstract class SingleChildLayoutDelegate { method getSize (line 1218) | Size getSize(BoxConstraints constraints) method getConstraintsForChild (line 1227) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 1238) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 1259) | bool shouldRelayout(covariant SingleChildLayoutDelegate oldDelegate) class RenderCustomSingleChildLayoutBox (line 1268) | class RenderCustomSingleChildLayoutBox extends RenderShiftedBox { method attach (line 1297) | void attach(PipelineOwner owner) method detach (line 1303) | void detach() method _getSize (line 1308) | Size _getSize(BoxConstraints constraints) method computeMinIntrinsicWidth (line 1317) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 1325) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 1333) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 1341) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 1349) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1354) | void performLayout() class RenderBaseline (line 1382) | class RenderBaseline extends RenderShiftedBox { method computeDryLayout (line 1420) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1431) | void performLayout() method debugFillProperties (line 1448) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/sliver.dart type GrowthDirection (line 33) | enum GrowthDirection { function applyGrowthDirectionToAxisDirection (line 52) | AxisDirection applyGrowthDirectionToAxisDirection(AxisDirection axisDire... function applyGrowthDirectionToScrollDirection (line 72) | ScrollDirection applyGrowthDirectionToScrollDirection(ScrollDirection sc... class SliverConstraints (line 90) | class SliverConstraints extends Constraints { method copyWith (line 122) | SliverConstraints copyWith({ method asBoxConstraints (line 381) | BoxConstraints asBoxConstraints({ method debugAssertIsValid (line 406) | bool debugAssertIsValid({ method verify (line 413) | void verify(bool check, String message) method verifyDouble (line 419) | void verifyDouble(double property, String name, {bool mustBePositive =... method toString (line 498) | String toString() class SliverGeometry (line 520) | @immutable method debugAssertIsValid (line 704) | bool debugAssertIsValid({ method verify (line 708) | void verify(bool check, String summary, {List? details}) method toStringShort (line 755) | String toStringShort() method debugFillProperties (line 758) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type SliverHitTest (line 791) | typedef SliverHitTest = bool Function(SliverHitTestResult result, { requ... class SliverHitTestResult (line 797) | class SliverHitTestResult extends HitTestResult { method addWithAxisOffset (line 841) | bool addWithAxisOffset({ class SliverHitTestEntry (line 873) | class SliverHitTestEntry extends HitTestEntry { method toString (line 910) | String toString() class SliverLogicalParentData (line 919) | class SliverLogicalParentData extends ParentData { method toString (line 933) | String toString() class SliverLogicalContainerParentData (line 938) | class SliverLogicalContainerParentData extends SliverLogicalParentData w... class SliverPhysicalParentData (line 949) | class SliverPhysicalParentData extends ParentData { method applyPaintTransform (line 960) | void applyPaintTransform(Matrix4 transform) method toString (line 966) | String toString() class SliverPhysicalContainerParentData (line 971) | class SliverPhysicalContainerParentData extends SliverPhysicalParentData... function _debugCompareFloats (line 973) | List _debugCompareFloats(String labelA, double valueA, ... class RenderSliver (line 1127) | abstract class RenderSliver extends RenderObject { method debugResetSize (line 1201) | void debugResetSize() method debugAssertDoesMeetConstraints (line 1204) | void debugAssertDoesMeetConstraints() method performResize (line 1230) | void performResize() method hitTest (line 1284) | bool hitTest(SliverHitTestResult result, { required double mainAxisPos... method hitTestSelf (line 1308) | bool hitTestSelf({ required double mainAxisPosition, required double c... method hitTestChildren (line 1322) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method calculatePaintOffset (line 1341) | double calculatePaintOffset(SliverConstraints constraints, { required ... method calculateCacheOffset (line 1357) | double calculateCacheOffset(SliverConstraints constraints, { required ... method childMainAxisPosition (line 1392) | double childMainAxisPosition(covariant RenderObject child) method childCrossAxisPosition (line 1413) | double childCrossAxisPosition(covariant RenderObject child) method childScrollOffset (line 1423) | double? childScrollOffset(covariant RenderObject child) method applyPaintTransform (line 1429) | void applyPaintTransform(RenderObject child, Matrix4 transform) method getAbsoluteSizeRelativeToOrigin (line 1445) | Size getAbsoluteSizeRelativeToOrigin() method getAbsoluteSize (line 1470) | Size getAbsoluteSize() method _debugDrawArrow (line 1483) | void _debugDrawArrow(Canvas canvas, Paint paint, Offset p0, Offset p1,... method debugPaint (line 1521) | void debugPaint(PaintingContext context, Offset offset) method handleEvent (line 1589) | void handleEvent(PointerEvent event, SliverHitTestEntry entry) method debugFillProperties (line 1592) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function _getRightWayUp (line 1600) | bool _getRightWayUp(SliverConstraints constraints) function hitTestBoxChild (line 1637) | bool hitTestBoxChild(BoxHitTestResult result, RenderBox child, { require... function applyPaintTransformForBoxChild (line 1682) | void applyPaintTransformForBoxChild(RenderBox child, Matrix4 transform) class RenderSliverSingleBoxAdapter (line 1715) | abstract class RenderSliverSingleBoxAdapter extends RenderSliver with Re... method setupParentData (line 1724) | void setupParentData(RenderObject child) method setChildParentData (line 1733) | void setChildParentData(RenderObject child, SliverConstraints constrai... method hitTestChildren (line 1755) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method childMainAxisPosition (line 1763) | double childMainAxisPosition(RenderBox child) method applyPaintTransform (line 1768) | void applyPaintTransform(RenderObject child, Matrix4 transform) method paint (line 1776) | void paint(PaintingContext context, Offset offset) class RenderSliverToBoxAdapter (line 1796) | class RenderSliverToBoxAdapter extends RenderSliverSingleBoxAdapter { method performLayout (line 1803) | void performLayout() FILE: packages/flutter/lib/src/rendering/sliver_fill.dart class RenderSliverFillViewport (line 28) | class RenderSliverFillViewport extends RenderSliverFixedExtentBoxAdaptor { class RenderSliverFillRemainingWithScrollable (line 81) | class RenderSliverFillRemainingWithScrollable extends RenderSliverSingle... method performLayout (line 87) | void performLayout() class RenderSliverFillRemaining (line 131) | class RenderSliverFillRemaining extends RenderSliverSingleBoxAdapter { method performLayout (line 137) | void performLayout() class RenderSliverFillRemainingAndOverscroll (line 204) | class RenderSliverFillRemainingAndOverscroll extends RenderSliverSingleB... method performLayout (line 210) | void performLayout() FILE: packages/flutter/lib/src/rendering/sliver_fixed_extent_list.dart class RenderSliverFixedExtentBoxAdaptor (line 37) | abstract class RenderSliverFixedExtentBoxAdaptor extends RenderSliverMul... method indexToLayoutOffset (line 57) | double indexToLayoutOffset(double itemExtent, int index) method getMinChildIndexForScrollOffset (line 67) | int getMinChildIndexForScrollOffset(double scrollOffset, double itemEx... method getMaxChildIndexForScrollOffset (line 87) | int getMaxChildIndexForScrollOffset(double scrollOffset, double itemEx... method estimateMaxScrollOffset (line 112) | double estimateMaxScrollOffset( method computeMaxScrollOffset (line 149) | double computeMaxScrollOffset(SliverConstraints constraints, double it... method _calculateLeadingGarbage (line 153) | int _calculateLeadingGarbage(int firstIndex) method _calculateTrailingGarbage (line 163) | int _calculateTrailingGarbage(int targetLastIndex) method performLayout (line 174) | void performLayout() class RenderSliverFixedExtentList (line 339) | class RenderSliverFixedExtentList extends RenderSliverFixedExtentBoxAdap... function _isWithinPrecisionErrorTolerance (line 362) | bool _isWithinPrecisionErrorTolerance(double actual, int round) FILE: packages/flutter/lib/src/rendering/sliver_grid.dart class SliverGridGeometry (line 24) | @immutable method getBoxConstraints (line 64) | BoxConstraints getBoxConstraints(SliverConstraints constraints) method toString (line 73) | String toString() class SliverGridLayout (line 104) | @immutable method getMinChildIndexForScrollOffset (line 111) | int getMinChildIndexForScrollOffset(double scrollOffset) method getMaxChildIndexForScrollOffset (line 114) | int getMaxChildIndexForScrollOffset(double scrollOffset) method getGeometryForChildIndex (line 117) | SliverGridGeometry getGeometryForChildIndex(int index) method computeMaxScrollOffset (line 123) | double computeMaxScrollOffset(int childCount) class SliverGridRegularTileLayout (line 146) | class SliverGridRegularTileLayout extends SliverGridLayout { method getMinChildIndexForScrollOffset (line 196) | int getMinChildIndexForScrollOffset(double scrollOffset) method getMaxChildIndexForScrollOffset (line 201) | int getMaxChildIndexForScrollOffset(double scrollOffset) method _getOffsetFromStartInCrossAxis (line 209) | double _getOffsetFromStartInCrossAxis(double crossAxisStart) method getGeometryForChildIndex (line 216) | SliverGridGeometry getGeometryForChildIndex(int index) method computeMaxScrollOffset (line 227) | double computeMaxScrollOffset(int childCount) class SliverGridDelegate (line 253) | abstract class SliverGridDelegate { method getLayout (line 259) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 267) | bool shouldRelayout(covariant SliverGridDelegate oldDelegate) class SliverGridDelegateWithFixedCrossAxisCount (line 305) | class SliverGridDelegateWithFixedCrossAxisCount extends SliverGridDelega... method _debugAssertIsValid (line 342) | bool _debugAssertIsValid() method getLayout (line 351) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 370) | bool shouldRelayout(SliverGridDelegateWithFixedCrossAxisCount oldDeleg... class SliverGridDelegateWithMaxCrossAxisExtent (line 404) | class SliverGridDelegateWithMaxCrossAxisExtent extends SliverGridDelegate { method _debugAssertIsValid (line 451) | bool _debugAssertIsValid(double crossAxisExtent) method getLayout (line 461) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 481) | bool shouldRelayout(SliverGridDelegateWithMaxCrossAxisExtent oldDelegate) class SliverGridParentData (line 491) | class SliverGridParentData extends SliverMultiBoxAdaptorParentData { method toString (line 501) | String toString() class RenderSliverGrid (line 516) | class RenderSliverGrid extends RenderSliverMultiBoxAdaptor { method setupParentData (line 529) | void setupParentData(RenderObject child) method childCrossAxisPosition (line 548) | double childCrossAxisPosition(RenderBox child) method performLayout (line 554) | void performLayout() FILE: packages/flutter/lib/src/rendering/sliver_list.dart class RenderSliverList (line 36) | class RenderSliverList extends RenderSliverMultiBoxAdaptor { method performLayout (line 46) | void performLayout() method advance (line 227) | bool advance() FILE: packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart class RenderSliverBoxChildManager (line 18) | abstract class RenderSliverBoxChildManager { method createChild (line 44) | void createChild(int index, { required RenderBox? after }) method removeChild (line 55) | void removeChild(RenderBox child) method estimateMaxScrollOffset (line 62) | double estimateMaxScrollOffset( method didAdoptChild (line 88) | void didAdoptChild(RenderBox child) method setDidUnderflow (line 101) | void setDidUnderflow(bool value) method didStartLayout (line 105) | void didStartLayout() method didFinishLayout (line 108) | void didFinishLayout() method debugAssertChildListLocked (line 118) | bool debugAssertChildListLocked() function setupParentData (line 138) | void setupParentData(RenderObject child) class SliverMultiBoxAdaptorParentData (line 144) | class SliverMultiBoxAdaptorParentData extends SliverLogicalParentData wi... method toString (line 153) | String toString() class RenderSliverMultiBoxAdaptor (line 181) | abstract class RenderSliverMultiBoxAdaptor extends RenderSliver method setupParentData (line 199) | void setupParentData(RenderObject child) method adoptChild (line 239) | void adoptChild(RenderObject child) method _debugAssertChildListLocked (line 246) | bool _debugAssertChildListLocked() method _debugVerifyChildOrder (line 251) | bool _debugVerifyChildOrder() method insert (line 265) | void insert(RenderBox child, { RenderBox? after }) method move (line 273) | void move(RenderBox child, { RenderBox? after }) method remove (line 315) | void remove(RenderBox child) method removeAll (line 331) | void removeAll() method _createOrObtainChild (line 337) | void _createOrObtainChild(int index, { required RenderBox? after }) method _destroyOrCacheChild (line 354) | void _destroyOrCacheChild(RenderBox child) method attach (line 371) | void attach(PipelineOwner owner) method detach (line 378) | void detach() method redepthChildren (line 385) | void redepthChildren() method visitChildren (line 391) | void visitChildren(RenderObjectVisitor visitor) method visitChildrenForSemantics (line 397) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method addInitialChild (line 419) | bool addInitialChild({ int index = 0, double layoutOffset = 0.0 }) method insertAndLayoutLeadingChild (line 448) | RenderBox? insertAndLayoutLeadingChild( method insertAndLayoutChild (line 476) | RenderBox? insertAndLayoutChild( method collectGarbage (line 504) | void collectGarbage(int leadingGarbage, int trailingGarbage) method indexOf (line 532) | int indexOf(RenderBox child) method paintExtentOf (line 542) | double paintExtentOf(RenderBox child) method hitTestChildren (line 554) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method childMainAxisPosition (line 566) | double childMainAxisPosition(RenderBox child) method childScrollOffset (line 571) | double? childScrollOffset(RenderObject child) method applyPaintTransform (line 579) | void applyPaintTransform(RenderBox child, Matrix4 transform) method paint (line 598) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 654) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugAssertChildListIsNonEmptyAndContiguous (line 663) | bool debugAssertChildListIsNonEmptyAndContiguous() method debugDescribeChildren (line 679) | List debugDescribeChildren() FILE: packages/flutter/lib/src/rendering/sliver_padding.dart class RenderSliverEdgeInsetsPadding (line 24) | abstract class RenderSliverEdgeInsetsPadding extends RenderSliver with R... method setupParentData (line 107) | void setupParentData(RenderObject child) method performLayout (line 113) | void performLayout() method hitTestChildren (line 216) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method childMainAxisPosition (line 232) | double childMainAxisPosition(RenderSliver child) method childCrossAxisPosition (line 239) | double childCrossAxisPosition(RenderSliver child) method childScrollOffset (line 257) | double? childScrollOffset(RenderObject child) method applyPaintTransform (line 263) | void applyPaintTransform(RenderObject child, Matrix4 transform) method paint (line 271) | void paint(PaintingContext context, Offset offset) method debugPaint (line 279) | void debugPaint(PaintingContext context, Offset offset) class RenderSliverPadding (line 309) | class RenderSliverPadding extends RenderSliverEdgeInsetsPadding { method _resolve (line 328) | void _resolve() method _markNeedsResolution (line 335) | void _markNeedsResolution() method performLayout (line 369) | void performLayout() method debugFillProperties (line 375) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/sliver_persistent_header.dart function _trim (line 21) | Rect? _trim( class OverScrollHeaderStretchConfiguration (line 35) | class OverScrollHeaderStretchConfiguration { class PersistentHeaderShowOnScreenConfiguration (line 55) | @immutable class RenderSliverPersistentHeader (line 121) | abstract class RenderSliverPersistentHeader extends RenderSliver with Re... method updateChild (line 200) | void updateChild(double shrinkOffset, bool overlapsContent) method markNeedsLayout (line 203) | void markNeedsLayout() method layoutChild (line 219) | void layoutChild(double scrollOffset, double maxExtent, { bool overlap... method childMainAxisPosition (line 283) | double childMainAxisPosition(covariant RenderObject child) method hitTestChildren (line 286) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method applyPaintTransform (line 294) | void applyPaintTransform(RenderObject child, Matrix4 transform) method paint (line 301) | void paint(PaintingContext context, Offset offset) method describeSemanticsConfiguration (line 323) | void describeSemanticsConfiguration(SemanticsConfiguration config) method debugFillProperties (line 329) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverScrollingPersistentHeader (line 341) | abstract class RenderSliverScrollingPersistentHeader extends RenderSlive... method updateGeometry (line 360) | double updateGeometry() method performLayout (line 379) | void performLayout() method childMainAxisPosition (line 395) | double childMainAxisPosition(RenderBox child) class RenderSliverPinnedPersistentHeader (line 407) | abstract class RenderSliverPinnedPersistentHeader extends RenderSliverPe... method performLayout (line 426) | void performLayout() method childMainAxisPosition (line 449) | double childMainAxisPosition(RenderBox child) method showOnScreen (line 452) | void showOnScreen({ class FloatingHeaderSnapConfiguration (line 497) | class FloatingHeaderSnapConfiguration { class RenderSliverFloatingPersistentHeader (line 521) | abstract class RenderSliverFloatingPersistentHeader extends RenderSliver... method detach (line 551) | void detach() method updateGeometry (line 597) | double updateGeometry() method _updateAnimation (line 616) | void _updateAnimation(Duration duration, double endValue, Curve curve) method updateScrollStartDirection (line 643) | void updateScrollStartDirection(ScrollDirection direction) method maybeStartSnapAnimation (line 648) | void maybeStartSnapAnimation(ScrollDirection direction) method maybeStopSnapAnimation (line 667) | void maybeStopSnapAnimation(ScrollDirection direction) method performLayout (line 672) | void performLayout() method showOnScreen (line 705) | void showOnScreen({ method childMainAxisPosition (line 778) | double childMainAxisPosition(RenderBox child) method debugFillProperties (line 784) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverFloatingPinnedPersistentHeader (line 798) | abstract class RenderSliverFloatingPinnedPersistentHeader extends Render... method updateGeometry (line 817) | double updateGeometry() FILE: packages/flutter/lib/src/rendering/stack.dart class RelativeRect (line 23) | @immutable method shift (line 89) | RelativeRect shift(Offset offset) method inflate (line 94) | RelativeRect inflate(double delta) method deflate (line 99) | RelativeRect deflate(double delta) method intersect (line 104) | RelativeRect intersect(RelativeRect other) method toRect (line 119) | Rect toRect(Rect container) method toSize (line 128) | Size toSize(Size container) method lerp (line 137) | RelativeRect? lerp(RelativeRect? a, RelativeRect? b, double t) method toString (line 170) | String toString() class StackParentData (line 174) | class StackParentData extends ContainerBoxParentData { method toString (line 215) | String toString() type StackFit (line 241) | enum StackFit { type Overflow (line 277) | @Deprecated( class RenderStack (line 327) | class RenderStack extends RenderBox method setupParentData (line 353) | void setupParentData(RenderBox child) method _resolve (line 360) | void _resolve() method _markNeedResolution (line 366) | void _markNeedResolution() method getIntrinsicDimension (line 439) | double getIntrinsicDimension(RenderBox? firstChild, double Function(Re... method computeMinIntrinsicWidth (line 453) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 458) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 463) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 468) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 473) | double? computeDistanceToActualBaseline(TextBaseline baseline) method layoutPositionedChild (line 480) | bool layoutPositionedChild(RenderBox child, StackParentData childParen... method computeDryLayout (line 529) | Size computeDryLayout(BoxConstraints constraints) method _computeSize (line 536) | Size _computeSize({required BoxConstraints constraints, required Child... method performLayout (line 593) | void performLayout() method hitTestChildren (line 619) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paintStack (line 628) | void paintStack(PaintingContext context, Offset offset) method paint (line 633) | void paint(PaintingContext context, Offset offset) method dispose (line 652) | void dispose() method describeApproximatePaintClip (line 658) | Rect? describeApproximatePaintClip(RenderObject child) method debugFillProperties (line 661) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderIndexedStack (line 675) | class RenderIndexedStack extends RenderStack { method visitChildrenForSemantics (line 692) | void visitChildrenForSemantics(RenderObjectVisitor visitor) method _childAtIndex (line 707) | RenderBox _childAtIndex() method hitTestChildren (line 722) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paintStack (line 739) | void paintStack(PaintingContext context, Offset offset) method debugFillProperties (line 748) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/rendering/table.dart class TableCellParentData (line 15) | class TableCellParentData extends BoxParentData { method toString (line 28) | String toString() class TableColumnWidth (line 40) | @immutable method minIntrinsicWidth (line 54) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 68) | double maxIntrinsicWidth(Iterable cells, double containerWi... method flex (line 78) | double? flex(Iterable cells) method toString (line 81) | String toString() class IntrinsicColumnWidth (line 92) | class IntrinsicColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 104) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 112) | double maxIntrinsicWidth(Iterable cells, double containerWi... method flex (line 122) | double? flex(Iterable cells) method toString (line 125) | String toString() class FixedColumnWidth (line 131) | class FixedColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 141) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 146) | double maxIntrinsicWidth(Iterable cells, double containerWi... method toString (line 151) | String toString() class FractionColumnWidth (line 157) | class FractionColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 169) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 176) | double maxIntrinsicWidth(Iterable cells, double containerWi... method toString (line 183) | String toString() class FlexColumnWidth (line 193) | class FlexColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 205) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 210) | double maxIntrinsicWidth(Iterable cells, double containerWi... method flex (line 215) | double flex(Iterable cells) method toString (line 220) | String toString() class MaxColumnWidth (line 233) | class MaxColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 244) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 252) | double maxIntrinsicWidth(Iterable cells, double containerWi... method flex (line 260) | double? flex(Iterable cells) method toString (line 271) | String toString() class MinColumnWidth (line 284) | class MinColumnWidth extends TableColumnWidth { method minIntrinsicWidth (line 295) | double minIntrinsicWidth(Iterable cells, double containerWi... method maxIntrinsicWidth (line 303) | double maxIntrinsicWidth(Iterable cells, double containerWi... method flex (line 311) | double? flex(Iterable cells) method toString (line 322) | String toString() type TableCellVerticalAlignment (line 329) | enum TableCellVerticalAlignment { class RenderTable (line 354) | class RenderTable extends RenderBox { method setColumnWidth (line 486) | void setColumnWidth(int column, TableColumnWidth value) method setupParentData (line 584) | void setupParentData(RenderObject child) method setFlatChildren (line 597) | void setFlatChildren(int columns, List cells) method setChildren (line 656) | void setChildren(List>? cells) method addRow (line 676) | void addRow(List cells) method setChild (line 693) | void setChild(int x, int y, RenderBox? value) method attach (line 710) | void attach(PipelineOwner owner) method detach (line 717) | void detach() method visitChildren (line 729) | void visitChildren(RenderObjectVisitor visitor) method computeMinIntrinsicWidth (line 738) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 750) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 762) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 782) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 788) | double? computeDistanceToActualBaseline(TextBaseline baseline) method column (line 798) | Iterable column(int x) method row (line 811) | Iterable row(int y) method _computeColumnWidths (line 821) | List _computeColumnWidths(BoxConstraints constraints) method getRowBox (line 995) | Rect getRowBox(int row) method computeDryLayout (line 1003) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1041) | void performLayout() method hitTestChildren (line 1154) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 1176) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 1223) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 1234) | List debugDescribeChildren() FILE: packages/flutter/lib/src/rendering/table_border.dart class TableBorder (line 14) | @immutable method scale (line 139) | TableBorder scale(double t) method lerp (line 156) | TableBorder? lerp(TableBorder? a, TableBorder? b, double t) method paint (line 200) | void paint( method toString (line 294) | String toString() FILE: packages/flutter/lib/src/rendering/texture.dart class TextureBox (line 36) | class TextureBox extends RenderBox { method computeDryLayout (line 91) | Size computeDryLayout(BoxConstraints constraints) method hitTestSelf (line 96) | bool hitTestSelf(Offset position) method paint (line 99) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/rendering/tweens.dart class FractionalOffsetTween (line 18) | class FractionalOffsetTween extends Tween { method lerp (line 28) | FractionalOffset? lerp(double t) class AlignmentTween (line 42) | class AlignmentTween extends Tween { method lerp (line 52) | Alignment lerp(double t) class AlignmentGeometryTween (line 65) | class AlignmentGeometryTween extends Tween { method lerp (line 77) | AlignmentGeometry? lerp(double t) FILE: packages/flutter/lib/src/rendering/view.dart class ViewConfiguration (line 20) | @immutable method toMatrix (line 37) | Matrix4 toMatrix() method toString (line 54) | String toString() class RenderView (line 62) | class RenderView extends RenderObject with RenderObjectWithChildMixin debugDescribeChildren() method updateOutOfBandData (line 1005) | void updateOutOfBandData(GrowthDirection growthDirection, SliverGeomet... method updateChildLayoutOffset (line 1015) | void updateChildLayoutOffset(RenderSliver child, double layoutOffset, ... method paintOffsetOf (line 1029) | Offset paintOffsetOf(RenderSliver child) method scrollOffsetOf (line 1038) | double scrollOffsetOf(RenderSliver child, double scrollOffsetWithinChild) method maxScrollObstructionExtentBefore (line 1047) | double maxScrollObstructionExtentBefore(RenderSliver child) method computeChildMainAxisPosition (line 1066) | double computeChildMainAxisPosition(RenderSliver child, double parentM... method labelForChild (line 1079) | String labelForChild(int index) method showOnScreen (line 1096) | void showOnScreen({ method showInViewport (line 1152) | Rect? showInViewport({ class RenderViewport (line 1250) | class RenderViewport extends RenderViewportBase animateTo( method moveTo (line 193) | Future moveTo( method toString (line 232) | String toString() method debugFillDescription (line 248) | void debugFillDescription(List description) class _FixedViewportOffset (line 255) | class _FixedViewportOffset extends ViewportOffset { method applyViewportDimension (line 268) | bool applyViewportDimension(double viewportDimension) method applyContentDimensions (line 271) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... method correctBy (line 274) | void correctBy(double correction) method jumpTo (line 279) | void jumpTo(double pixels) method animateTo (line 284) | Future animateTo( FILE: packages/flutter/lib/src/rendering/wrap.dart type WrapAlignment (line 16) | enum WrapAlignment { type WrapCrossAlignment (line 51) | enum WrapCrossAlignment { class _RunMetrics (line 79) | class _RunMetrics { class WrapParentData (line 88) | class WrapParentData extends ContainerBoxParentData { class RenderWrap (line 106) | class RenderWrap extends RenderBox method setupParentData (line 399) | void setupParentData(RenderBox child) method computeMinIntrinsicWidth (line 405) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 421) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 437) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 453) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 469) | double? computeDistanceToActualBaseline(TextBaseline baseline) method _getMainAxisExtent (line 473) | double _getMainAxisExtent(Size childSize) method _getCrossAxisExtent (line 482) | double _getCrossAxisExtent(Size childSize) method _getOffset (line 491) | Offset _getOffset(double mainAxisOffset, double crossAxisOffset) method _getChildCrossAxisOffset (line 500) | double _getChildCrossAxisOffset(bool flipCrossAxis, double runCrossAxi... method computeDryLayout (line 515) | Size computeDryLayout(BoxConstraints constraints) method _computeDryLayout (line 519) | Size _computeDryLayout(BoxConstraints constraints, [ChildLayouter layo... method performLayout (line 570) | void performLayout() method hitTestChildren (line 755) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 760) | void paint(PaintingContext context, Offset offset) method dispose (line 781) | void dispose() method debugFillProperties (line 787) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/scheduler/binding.dart type FrameCallback (line 40) | typedef FrameCallback = void Function(Duration timeStamp); type TaskCallback (line 46) | typedef TaskCallback = T Function(); type SchedulingStrategy (line 58) | typedef SchedulingStrategy = bool Function({ required int priority, requ... class _TaskEntry (line 60) | class _TaskEntry { method run (line 75) | void run() class _FrameCallbackEntry (line 90) | class _FrameCallbackEntry { type SchedulerPhase (line 139) | enum SchedulerPhase { function initInstances (line 200) | void initInstances() function addTimingsCallback (line 261) | void addTimingsCallback(TimingsCallback callback) function removeTimingsCallback (line 271) | void removeTimingsCallback(TimingsCallback callback) function _executeTimingsCallbacks (line 280) | void _executeTimingsCallbacks(List timings) function initServiceExtensions (line 315) | void initServiceExtensions() function handleAppLifecycleStateChanged (line 348) | void handleAppLifecycleStateChanged(AppLifecycleState state) function _taskSorter (line 368) | int _taskSorter (_TaskEntry e1, _TaskEntry e2) function scheduleTask (line 392) | Future scheduleTask( function unlocked (line 412) | void unlocked() function _ensureEventLoopCallback (line 423) | void _ensureEventLoopCallback() function _runTasks (line 433) | void _runTasks() function handleEventLoopCallback (line 451) | bool handleEventLoopCallback() function scheduleFrameCallback (line 518) | int scheduleFrameCallback(FrameCallback callback, { bool rescheduling = ... function cancelFrameCallbackWithId (line 532) | void cancelFrameCallbackWithId(int id) function debugAssertNoTransientCallbacks (line 558) | bool debugAssertNoTransientCallbacks(String reason) function debugPrintTransientCallbackRegistrationStack (line 613) | void debugPrintTransientCallbackRegistrationStack() function addPersistentFrameCallback (line 645) | void addPersistentFrameCallback(FrameCallback callback) function addPostFrameCallback (line 671) | void addPostFrameCallback(FrameCallback callback) function _setFramesEnabledState (line 713) | void _setFramesEnabledState(bool enabled) function ensureFrameCallbacksRegistered (line 724) | void ensureFrameCallbacksRegistered() function ensureVisualUpdate (line 742) | void ensureVisualUpdate() function scheduleFrame (line 782) | void scheduleFrame() function scheduleForcedFrame (line 815) | void scheduleForcedFrame() function scheduleWarmUpFrame (line 849) | void scheduleWarmUpFrame() function resetEpoch (line 907) | void resetEpoch() function _adjustForEpoch (line 920) | Duration _adjustForEpoch(Duration rawTimeStamp) function _handleBeginFrame (line 966) | void _handleBeginFrame(Duration rawTimeStamp) function _handleDrawFrame (line 978) | void _handleDrawFrame() function handleBeginFrame (line 1024) | void handleBeginFrame(Duration? rawTimeStamp) function handleDrawFrame (line 1075) | void handleDrawFrame() function _profileFramePostEvent (line 1104) | void _profileFramePostEvent(FrameTiming frameTiming) function _debugDescribeTimeStamp (line 1115) | void _debugDescribeTimeStamp(Duration timeStamp, StringBuffer buffer) function _invokeFrameCallback (line 1137) | void _invokeFrameCallback(FrameCallback callback, Duration timeStamp, [ ... function defaultSchedulingStrategy (line 1174) | bool defaultSchedulingStrategy({ required int priority, required Schedul... FILE: packages/flutter/lib/src/scheduler/debug.dart function debugAssertAllSchedulerVarsUnset (line 58) | bool debugAssertAllSchedulerVarsUnset(String reason) FILE: packages/flutter/lib/src/scheduler/priority.dart class Priority (line 8) | @immutable FILE: packages/flutter/lib/src/scheduler/ticker.dart type TickerCallback (line 15) | typedef TickerCallback = void Function(Duration elapsed); class TickerProvider (line 30) | abstract class TickerProvider { method createTicker (line 39) | Ticker createTicker(TickerCallback onTick) class Ticker (line 59) | class Ticker { method start (line 148) | TickerFuture start() method describeForError (line 172) | DiagnosticsNode describeForError(String name) method stop (line 191) | void stop({ bool canceled = false }) method _tick (line 232) | void _tick(Duration timeStamp) method scheduleTick (line 250) | void scheduleTick({ bool rescheduling = false }) method unscheduleTick (line 263) | void unscheduleTick() method absorbTicker (line 280) | void absorbTicker(Ticker originalTicker) method dispose (line 308) | void dispose() method toString (line 332) | String toString({ bool debugIncludeStack = false }) class TickerFuture (line 368) | class TickerFuture implements Future { method _complete (line 386) | void _complete() method _cancel (line 393) | void _cancel(Ticker ticker) method whenCompleteOrCancel (line 405) | void whenCompleteOrCancel(VoidCallback callback) method thunk (line 406) | void thunk(dynamic value) method asStream (line 435) | Stream asStream() method catchError (line 440) | Future catchError(Function onError, { bool Function(Object)? tes... method then (line 445) | Future then(FutureOr Function(void value) onValue, { Function... method timeout (line 450) | Future timeout(Duration timeLimit, { FutureOr Function()? ... method whenComplete (line 455) | Future whenComplete(dynamic Function() action) method toString (line 460) | String toString() class TickerCanceled (line 465) | class TickerCanceled implements Exception { method toString (line 476) | String toString() FILE: packages/flutter/lib/src/semantics/binding.dart function initInstances (line 21) | void initInstances() function handleAccessibilityFeaturesChanged (line 31) | void handleAccessibilityFeaturesChanged() function createSemanticsUpdateBuilder (line 41) | ui.SemanticsUpdateBuilder createSemanticsUpdateBuilder() FILE: packages/flutter/lib/src/semantics/semantics.dart type SemanticsNodeVisitor (line 27) | typedef SemanticsNodeVisitor = bool Function(SemanticsNode node); type MoveCursorHandler (line 33) | typedef MoveCursorHandler = void Function(bool extendSelection); type SetSelectionHandler (line 37) | typedef SetSelectionHandler = void Function(TextSelection selection); type SetTextHandler (line 41) | typedef SetTextHandler = void Function(String text); type SemanticsActionHandler (line 46) | typedef SemanticsActionHandler = void Function(Object? args); class SemanticsTag (line 62) | class SemanticsTag { method toString (line 77) | String toString() class CustomSemanticsAction (line 102) | @immutable method toString (line 146) | String toString() method getIdentifier (line 157) | int getIdentifier(CustomSemanticsAction action) method getAction (line 168) | CustomSemanticsAction? getAction(int id) class AttributedString (line 174) | @immutable method toString (line 253) | String toString() class SemanticsData (line 266) | @immutable method hasFlag (line 495) | bool hasFlag(SemanticsFlag flag) method hasAction (line 498) | bool hasAction(SemanticsAction action) method toStringShort (line 501) | String toStringShort() method debugFillProperties (line 504) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _sortedListsEqual (line 604) | bool _sortedListsEqual(List? left, List? right) class _SemanticsDiagnosticableNode (line 619) | class _SemanticsDiagnosticableNode extends DiagnosticableNode getChildren() class SemanticsHintOverrides (line 641) | @immutable method debugFillProperties (line 688) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SemanticsProperties (line 700) | @immutable method debugFillProperties (line 1408) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toStringShort (line 1424) | String toStringShort() function debugResetSemanticsIdCounter (line 1429) | void debugResetSemanticsIdCounter() class SemanticsNode (line 1439) | class SemanticsNode extends AbstractNode with DiagnosticableTreeMixin { method _generateNewId (line 1471) | int _generateNewId() method _replaceChildren (line 1634) | void _replaceChildren(List newChildren) method visitChildren (line 1747) | void visitChildren(SemanticsNodeVisitor visitor) method _visitDescendants (line 1761) | bool _visitDescendants(SemanticsNodeVisitor visitor) method redepthChildren (line 1780) | void redepthChildren() method attach (line 1785) | void attach(SemanticsOwner owner) method detach (line 1805) | void detach() method _markDirty (line 1829) | void _markDirty() method _isDifferentFromCurrentSemanticAnnotation (line 1839) | bool _isDifferentFromCurrentSemanticAnnotation(SemanticsConfiguration ... method isTagged (line 1876) | bool isTagged(SemanticsTag tag) method hasFlag (line 1881) | bool hasFlag(SemanticsFlag flag) method _canPerformAction (line 2134) | bool _canPerformAction(SemanticsAction action) method updateWith (line 2147) | void updateWith({ method getSemanticsData (line 2204) | SemanticsData getSemanticsData() method _initIdentityTransform (line 2334) | Float64List _initIdentityTransform() method _addToUpdate (line 2342) | void _addToUpdate(ui.SemanticsUpdateBuilder builder, Set customSe... method _childrenInTraversalOrder (line 2409) | List _childrenInTraversalOrder() method sendEvent (line 2474) | void sendEvent(SemanticsEvent event) method toStringShort (line 2481) | String toStringShort() method debugFillProperties (line 2484) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method toStringDeep (line 2546) | String toStringDeep({ method toDiagnosticsNode (line 2557) | DiagnosticsNode toDiagnosticsNode({ method debugDescribeChildren (line 2571) | List debugDescribeChildren({ DebugSemanticsDumpOrder ... method debugListChildrenInOrder (line 2578) | List debugListChildrenInOrder(DebugSemanticsDumpOrder c... class _BoxEdge (line 2600) | class _BoxEdge implements Comparable<_BoxEdge> { method compareTo (line 2629) | int compareTo(_BoxEdge other) class _SemanticsSortGroup (line 2638) | class _SemanticsSortGroup extends Comparable<_SemanticsSortGroup> { method compareTo (line 2657) | int compareTo(_SemanticsSortGroup other) method sortedWithinVerticalGroup (line 2665) | List sortedWithinVerticalGroup() method sortedWithinKnot (line 2728) | List sortedWithinKnot() method search (line 2771) | void search(int id) function _pointInParentCoordinates (line 2788) | Offset _pointInParentCoordinates(SemanticsNode node, Offset point) function _childrenInDefaultOrder (line 2808) | List _childrenInDefaultOrder(List children... class _TraversalSortNode (line 2860) | class _TraversalSortNode implements Comparable<_TraversalSortNode> { method compareTo (line 2883) | int compareTo(_TraversalSortNode other) class SemanticsOwner (line 2897) | class SemanticsOwner extends ChangeNotifier { method dispose (line 2908) | void dispose() method sendSemanticsUpdate (line 2916) | void sendSemanticsUpdate() method _getSemanticsActionHandlerForId (line 2966) | SemanticsActionHandler? _getSemanticsActionHandlerForId(int id, Semant... method performAction (line 2989) | void performAction(int id, SemanticsAction action, [ Object? args ]) method _getSemanticsActionHandlerForPosition (line 3002) | SemanticsActionHandler? _getSemanticsActionHandlerForPosition(Semantic... method performActionAt (line 3039) | void performActionAt(Offset position, SemanticsAction action, [ Object... method toString (line 3050) | String toString() class SemanticsConfiguration (line 3058) | class SemanticsConfiguration { method _addAction (line 3139) | void _addAction(SemanticsAction action, SemanticsActionHandler handler) method _addArgumentlessAction (line 3151) | void _addArgumentlessAction(SemanticsAction action, VoidCallback handler) method getActionHandler (line 3545) | SemanticsActionHandler? getActionHandler(SemanticsAction action) method _onCustomSemanticsAction (line 3679) | void _onCustomSemanticsAction(Object? args) method addTagForChildren (line 4225) | void addTagForChildren(SemanticsTag tag) method _setFlag (line 4233) | void _setFlag(SemanticsFlag flag, bool value) method _hasFlag (line 4242) | bool _hasFlag(SemanticsFlag flag) method isCompatibleWith (line 4251) | bool isCompatibleWith(SemanticsConfiguration? other) method absorb (line 4283) | void absorb(SemanticsConfiguration child) method copy (line 4332) | SemanticsConfiguration copy() type DebugSemanticsDumpOrder (line 4369) | enum DebugSemanticsDumpOrder { function _concatAttributedString (line 4384) | AttributedString _concatAttributedString({ class SemanticsSortKey (line 4424) | abstract class SemanticsSortKey with Diagnosticable implements Comparabl... method compareTo (line 4439) | int compareTo(SemanticsSortKey other) method doCompare (line 4470) | int doCompare(covariant SemanticsSortKey other) method debugFillProperties (line 4473) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OrdinalSortKey (line 4497) | class OrdinalSortKey extends SemanticsSortKey { method doCompare (line 4519) | int doCompare(OrdinalSortKey other) method debugFillProperties (line 4526) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/semantics/semantics_event.dart class SemanticsEvent (line 14) | abstract class SemanticsEvent { method toMap (line 32) | Map toMap({ int? nodeId }) method getDataMap (line 44) | Map getDataMap() method toString (line 47) | String toString() class AnnounceSemanticsEvent (line 67) | class AnnounceSemanticsEvent extends SemanticsEvent { method getDataMap (line 86) | Map getDataMap() class TooltipSemanticsEvent (line 97) | class TooltipSemanticsEvent extends SemanticsEvent { method getDataMap (line 105) | Map getDataMap() class LongPressSemanticsEvent (line 116) | class LongPressSemanticsEvent extends SemanticsEvent { method getDataMap (line 121) | Map getDataMap() class TapSemanticEvent (line 128) | class TapSemanticEvent extends SemanticsEvent { method getDataMap (line 133) | Map getDataMap() class UpdateLiveRegionEvent (line 150) | @Deprecated( method getDataMap (line 163) | Map getDataMap() FILE: packages/flutter/lib/src/semantics/semantics_service.dart class SemanticsService (line 20) | class SemanticsService { method announce (line 32) | Future announce(String message, TextDirection textDirection) method tooltip (line 41) | Future tooltip(String message) FILE: packages/flutter/lib/src/services/asset_bundle.dart class AssetBundle (line 52) | abstract class AssetBundle { method load (line 56) | Future load(String key) method loadString (line 71) | Future loadString(String key, { bool cache = true }) method _utf8decode (line 85) | String _utf8decode(ByteData data) method loadStructuredData (line 94) | Future loadStructuredData(String key, Future Function(String ... method evict (line 99) | void evict(String key) method clear (line 102) | void clear() method toString (line 105) | String toString() class NetworkAssetBundle (line 112) | class NetworkAssetBundle extends AssetBundle { method _urlFromKey (line 122) | Uri _urlFromKey(String key) method load (line 125) | Future load(String key) method loadStructuredData (line 143) | Future loadStructuredData(String key, Future Function(String ... method toString (line 153) | String toString() class CachingAssetBundle (line 164) | abstract class CachingAssetBundle extends AssetBundle { method loadString (line 170) | Future loadString(String key, { bool cache = true }) method loadStructuredData (line 187) | Future loadStructuredData(String key, Future Function(String ... method evict (line 217) | void evict(String key) method clear (line 223) | void clear() class PlatformAssetBundle (line 230) | class PlatformAssetBundle extends CachingAssetBundle { method load (line 232) | Future load(String key) function _initRootBundle (line 242) | AssetBundle _initRootBundle() FILE: packages/flutter/lib/src/services/autofill.dart class AutofillHints (line 13) | class AutofillHints { class AutofillConfiguration (line 628) | @immutable method toJson (line 735) | Map? toJson() class AutofillClient (line 751) | abstract class AutofillClient { method autofill (line 765) | void autofill(TextEditingValue newEditingValue) class AutofillScope (line 785) | abstract class AutofillScope { method getAutofillClient (line 790) | AutofillClient? getAutofillClient(String autofillId) method attach (line 802) | TextInputConnection attach(TextInputClient trigger, TextInputConfigura... class _AutofillScopeTextInputConfiguration (line 805) | @immutable method toJson (line 828) | Map toJson() function attach (line 842) | TextInputConnection attach(TextInputClient trigger, TextInputConfigurati... FILE: packages/flutter/lib/src/services/binary_messenger.dart type MessageHandler (line 9) | typedef MessageHandler = Future? Function(ByteData? message); class BinaryMessenger (line 14) | abstract class BinaryMessenger { method handlePlatformMessage (line 52) | Future handlePlatformMessage(String channel, ByteData? data, ui.... method send (line 58) | Future? send(String channel, ByteData? message) method setMessageHandler (line 68) | void setMessageHandler(String channel, MessageHandler? handler) FILE: packages/flutter/lib/src/services/binding.dart function initInstances (line 30) | void initInstances() function _initKeyboard (line 57) | void _initKeyboard() function createBinaryMessenger (line 105) | BinaryMessenger createBinaryMessenger() function handleMemoryPressure (line 116) | void handleMemoryPressure() function handleSystemMessage (line 126) | Future handleSystemMessage(Object systemMessage) function initLicenses (line 143) | void initLicenses() function _addLicenses (line 147) | Stream _addLicenses() function _parseLicenses (line 186) | List _parseLicenses(String rawLicenses) function initServiceExtensions (line 205) | void initServiceExtensions() function evict (line 230) | void evict(String asset) function readInitialLifecycleStateFromNativeWindow (line 248) | void readInitialLifecycleStateFromNativeWindow() function _handleLifecycleMessage (line 258) | Future _handleLifecycleMessage(String? message) function _handlePlatformMessage (line 263) | Future _handlePlatformMessage(MethodCall methodCall) function _parseAppLifecycleMessage (line 273) | AppLifecycleState? _parseAppLifecycleMessage(String message) function createRestorationManager (line 304) | RestorationManager createRestorationManager() function setSystemUiChangeCallback (line 322) | void setSystemUiChangeCallback(SystemUiChangeCallback? callback) type SystemUiChangeCallback (line 331) | typedef SystemUiChangeCallback = Future Function(bool systemOverla... class _DefaultBinaryMessenger (line 338) | class _DefaultBinaryMessenger extends BinaryMessenger { method handlePlatformMessage (line 342) | Future handlePlatformMessage( method send (line 354) | Future send(String channel, ByteData? message) method setMessageHandler (line 381) | void setMessageHandler(String channel, MessageHandler? handler) FILE: packages/flutter/lib/src/services/clipboard.dart class ClipboardData (line 14) | @immutable class Clipboard (line 24) | class Clipboard { method setData (line 37) | Future setData(ClipboardData data) method getData (line 53) | Future getData(String format) method hasStrings (line 68) | Future hasStrings() FILE: packages/flutter/lib/src/services/debug.dart function debugAssertAllServicesVarsUnset (line 22) | bool debugAssertAllServicesVarsUnset(String reason) FILE: packages/flutter/lib/src/services/deferred_component.dart class DeferredComponent (line 23) | class DeferredComponent { method installDeferredComponent (line 66) | Future installDeferredComponent({required String componentName}) method uninstallDeferredComponent (line 94) | Future uninstallDeferredComponent({required String componentName}) FILE: packages/flutter/lib/src/services/font_loader.dart class FontLoader (line 16) | class FontLoader { method addFont (line 36) | void addFont(Future bytes) method load (line 55) | Future load() method loadFont (line 74) | Future loadFont(Uint8List list, String family) FILE: packages/flutter/lib/src/services/haptic_feedback.dart class HapticFeedback (line 12) | class HapticFeedback { method vibrate (line 24) | Future vibrate() method lightImpact (line 35) | Future lightImpact() method mediumImpact (line 49) | Future mediumImpact() method heavyImpact (line 64) | Future heavyImpact() method selectionClick (line 77) | Future selectionClick() FILE: packages/flutter/lib/src/services/hardware_keyboard.dart class KeyboardLockMode (line 22) | @immutable method findLockByLogicalKey (line 59) | KeyboardLockMode? findLockByLogicalKey(LogicalKeyboardKey logicalKey) class KeyEvent (line 76) | @immutable method debugFillProperties (line 186) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class KeyDownEvent (line 205) | class KeyDownEvent extends KeyEvent { class KeyUpEvent (line 231) | class KeyUpEvent extends KeyEvent { class KeyRepeatEvent (line 256) | class KeyRepeatEvent extends KeyEvent { type KeyEventCallback (line 273) | typedef KeyEventCallback = bool Function(KeyEvent event); class HardwareKeyboard (line 387) | class HardwareKeyboard { method lookUpLayout (line 417) | LogicalKeyboardKey? lookUpLayout(PhysicalKeyboardKey physicalKey) method _assertEventIsRegular (line 430) | void _assertEventIsRegular(KeyEvent event) method addHandler (line 477) | void addHandler(KeyEventCallback handler) method removeHandler (line 495) | void removeHandler(KeyEventCallback handler) method _dispatchKeyEvent (line 504) | bool _dispatchKeyEvent(KeyEvent event) method handleKeyEvent (line 542) | bool handleKeyEvent(KeyEvent event) method clearState (line 572) | void clearState() type KeyDataTransitMode (line 601) | enum KeyDataTransitMode { class KeyMessage (line 646) | @immutable method toString (line 682) | String toString() type KeyMessageHandler (line 692) | typedef KeyMessageHandler = bool Function(KeyMessage message); class KeyEventManager (line 710) | class KeyEventManager { method handleKeyData (line 783) | bool handleKeyData(ui.KeyData data) method handleRawKeyMessage (line 808) | Future> handleRawKeyMessage(dynamic message) method _convertRawEventAndStore (line 842) | void _convertRawEventAndStore(RawKeyEvent rawEvent) method clearState (line 905) | void clearState() method _eventFromData (line 914) | KeyEvent _eventFromData(ui.KeyData keyData) FILE: packages/flutter/lib/src/services/keyboard_key.dart class KeyboardKey (line 22) | abstract class KeyboardKey with Diagnosticable { class LogicalKeyboardKey (line 61) | @immutable method _nonValueBits (line 80) | int _nonValueBits(int n) method _unicodeKeyLabel (line 102) | String? _unicodeKeyLabel(int keyId) method findKeyByKeyId (line 178) | LogicalKeyboardKey? findKeyByKeyId(int keyId) method isControlCharacter (line 189) | bool isControlCharacter(String label) method collapseSynonyms (line 245) | Set collapseSynonyms(Set input) method debugFillProperties (line 255) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class PhysicalKeyboardKey (line 3508) | @immutable method findKeyByCode (line 3550) | PhysicalKeyboardKey? findKeyByCode(int usageCode) method debugFillProperties (line 3553) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/message_codec.dart class MessageCodec (line 23) | abstract class MessageCodec { method encodeMessage (line 27) | ByteData? encodeMessage(T message) method decodeMessage (line 32) | T? decodeMessage(ByteData? message) class MethodCall (line 36) | @immutable method toString (line 56) | String toString() class MethodCodec (line 69) | abstract class MethodCodec { method encodeMethodCall (line 71) | ByteData encodeMethodCall(MethodCall methodCall) method decodeMethodCall (line 74) | MethodCall decodeMethodCall(ByteData? methodCall) method decodeEnvelope (line 86) | dynamic decodeEnvelope(ByteData envelope) method encodeSuccessEnvelope (line 89) | ByteData encodeSuccessEnvelope(Object? result) method encodeErrorEnvelope (line 95) | ByteData encodeErrorEnvelope({ required String code, String? message, ... class PlatformException (line 111) | class PlatformException implements Exception { method toString (line 151) | String toString() class MissingPluginException (line 164) | class MissingPluginException implements Exception { method toString (line 173) | String toString() FILE: packages/flutter/lib/src/services/message_codecs.dart class BinaryCodec (line 20) | class BinaryCodec implements MessageCodec { method decodeMessage (line 26) | ByteData? decodeMessage(ByteData? message) method encodeMessage (line 29) | ByteData? encodeMessage(ByteData? message) class StringCodec (line 36) | class StringCodec implements MessageCodec { method decodeMessage (line 41) | String? decodeMessage(ByteData? message) method encodeMessage (line 48) | ByteData? encodeMessage(String? message) class JSONMessageCodec (line 80) | class JSONMessageCodec implements MessageCodec { method encodeMessage (line 89) | ByteData? encodeMessage(Object? message) method decodeMessage (line 96) | dynamic decodeMessage(ByteData? message) class JSONMethodCodec (line 107) | class JSONMethodCodec implements MethodCodec { method encodeMethodCall (line 126) | ByteData encodeMethodCall(MethodCall methodCall) method decodeMethodCall (line 134) | MethodCall decodeMethodCall(ByteData? methodCall) method decodeEnvelope (line 146) | dynamic decodeEnvelope(ByteData envelope) method encodeSuccessEnvelope (line 174) | ByteData encodeSuccessEnvelope(Object? result) method encodeErrorEnvelope (line 179) | ByteData encodeErrorEnvelope({ required String code, String? message, ... class StandardMessageCodec (line 246) | class StandardMessageCodec implements MessageCodec { method encodeMessage (line 310) | ByteData? encodeMessage(Object? message) method decodeMessage (line 319) | dynamic decodeMessage(ByteData? message) method writeValue (line 366) | void writeValue(WriteBuffer buffer, Object? value) method readValue (line 434) | Object? readValue(ReadBuffer buffer) method readValueOfType (line 446) | Object? readValueOfType(int type, ReadBuffer buffer) method writeSize (line 500) | void writeSize(WriteBuffer buffer, int value) method readSize (line 517) | int readSize(ReadBuffer buffer) class StandardMethodCodec (line 538) | class StandardMethodCodec implements MethodCodec { method encodeMethodCall (line 558) | ByteData encodeMethodCall(MethodCall methodCall) method decodeMethodCall (line 566) | MethodCall decodeMethodCall(ByteData? methodCall) method encodeSuccessEnvelope (line 577) | ByteData encodeSuccessEnvelope(Object? result) method encodeErrorEnvelope (line 585) | ByteData encodeErrorEnvelope({ required String code, String? message, ... method decodeEnvelope (line 595) | dynamic decodeEnvelope(ByteData envelope) FILE: packages/flutter/lib/src/services/mouse_cursor.dart class MouseCursorManager (line 14) | class MouseCursorManager { method debugDeviceActiveCursor (line 36) | MouseCursor? debugDeviceActiveCursor(int device) method handleDeviceCursorUpdate (line 55) | void handleDeviceCursorUpdate( class MouseCursorSession (line 99) | abstract class MouseCursorSession { method activate (line 122) | Future activate() method dispose (line 132) | void dispose() class MouseCursor (line 200) | @immutable method createSession (line 216) | MouseCursorSession createSession(int device) method toString (line 228) | String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) class _DeferringMouseCursor (line 261) | class _DeferringMouseCursor extends MouseCursor { method createSession (line 265) | MouseCursorSession createSession(int device) method firstNonDeferred (line 274) | MouseCursor? firstNonDeferred(Iterable cursors) class _NoopMouseCursorSession (line 284) | class _NoopMouseCursorSession extends MouseCursorSession { method activate (line 289) | Future activate() method dispose (line 292) | void dispose() class _NoopMouseCursor (line 304) | class _NoopMouseCursor extends MouseCursor { method createSession (line 311) | _NoopMouseCursorSession createSession(int device) class _SystemMouseCursorSession (line 317) | class _SystemMouseCursorSession extends MouseCursorSession { method activate (line 325) | Future activate() method dispose (line 336) | void dispose() class SystemMouseCursor (line 368) | class SystemMouseCursor extends MouseCursor { method createSession (line 385) | MouseCursorSession createSession(int device) method debugFillProperties (line 399) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SystemMouseCursors (line 418) | class SystemMouseCursors { FILE: packages/flutter/lib/src/services/mouse_tracking.dart type PointerEnterEventListener (line 13) | typedef PointerEnterEventListener = void Function(PointerEnterEvent event); type PointerExitEventListener (line 18) | typedef PointerExitEventListener = void Function(PointerExitEvent event); type PointerHoverEventListener (line 23) | typedef PointerHoverEventListener = void Function(PointerHoverEvent event); class MouseTrackerAnnotation (line 40) | class MouseTrackerAnnotation with Diagnosticable { method debugFillProperties (line 107) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/platform_channel.dart class BasicMessageChannel (line 35) | class BasicMessageChannel { method send (line 59) | Future send(T message) method setMessageHandler (line 72) | void setMessageHandler(Future Function(T? message)? handler) class MethodChannel (line 110) | class MethodChannel { method _invokeMethod (line 155) | Future _invokeMethod(String method, { required bool missingOk, ... method invokeMethod (line 339) | Future invokeMethod(String method, [ dynamic arguments ]) method invokeListMethod (line 352) | Future?> invokeListMethod(String method, [ dynamic argument... method invokeMapMethod (line 366) | Future?> invokeMapMethod(String method, [ dynamic argu... method setMethodCallHandler (line 385) | void setMethodCallHandler(Future Function(MethodCall call)? h... method _handleAsMethodCall (line 401) | Future _handleAsMethodCall(ByteData? message, Future invokeMethod(String method, [ dynamic arguments ]) class EventChannel (line 453) | class EventChannel { method receiveBroadcastStream (line 489) | Stream receiveBroadcastStream([ dynamic arguments ]) FILE: packages/flutter/lib/src/services/platform_views.dart type PointTransformer (line 19) | typedef PointTransformer = Offset Function(Offset position); class PlatformViewsRegistry (line 28) | class PlatformViewsRegistry { method getNextPlatformViewId (line 42) | int getNextPlatformViewId() type PlatformViewCreatedCallback (line 48) | typedef PlatformViewCreatedCallback = void Function(int id); class PlatformViewsService (line 53) | class PlatformViewsService { method _onMethodCall (line 60) | Future _onMethodCall(MethodCall call) method initAndroidView (line 106) | TextureAndroidViewController initAndroidView({ method initSurfaceAndroidView (line 157) | SurfaceAndroidViewController initSurfaceAndroidView({ method synchronizeToNativeViewHierarchy (line 192) | Future synchronizeToNativeViewHierarchy(bool yes) method initUiKitView (line 211) | Future initUiKitView({ class AndroidPointerProperties (line 244) | class AndroidPointerProperties { method _asList (line 276) | List _asList() method toString (line 279) | String toString() class AndroidPointerCoords (line 287) | class AndroidPointerCoords { method _asList (line 348) | List _asList() method toString (line 363) | String toString() class AndroidMotionEvent (line 377) | class AndroidMotionEvent { method _asList (line 481) | List _asList(int viewId) method toString (line 503) | String toString() type _AndroidViewState (line 508) | enum _AndroidViewState { class _AndroidMotionEventConverter (line 516) | class _AndroidMotionEventConverter { method handlePointerDownEvent (line 534) | void handlePointerDownEvent(PointerDownEvent event) method updatePointerPositions (line 546) | void updatePointerPositions(PointerEvent event) method _remove (line 561) | void _remove(int pointer) method handlePointerUpEvent (line 570) | void handlePointerUpEvent(PointerUpEvent event) method handlePointerCancelEvent (line 574) | void handlePointerCancelEvent(PointerCancelEvent event) method toAndroidMotionEvent (line 581) | AndroidMotionEvent? toAndroidMotionEvent(PointerEvent event) method propertiesFor (line 640) | AndroidPointerProperties propertiesFor(PointerEvent event, int pointerId) method isSinglePointerAction (line 662) | bool isSinglePointerAction(PointerEvent event) class AndroidViewController (line 670) | abstract class AndroidViewController extends PlatformViewController { method _getAndroidDirection (line 747) | int _getAndroidDirection(TextDirection direction) method pointerAction (line 758) | int pointerAction(int pointerId, int action) method _sendDisposeMessage (line 762) | Future _sendDisposeMessage() method _sendCreateMessage (line 763) | Future _sendCreateMessage() method create (line 768) | Future create() method setSize (line 785) | Future setSize(Size size) method sendMotionEvent (line 802) | Future sendMotionEvent(AndroidMotionEvent event) method addOnPlatformViewCreatedListener (line 825) | void addOnPlatformViewCreatedListener(PlatformViewCreatedCallback list... method removeOnPlatformViewCreatedListener (line 832) | void removeOnPlatformViewCreatedListener(PlatformViewCreatedCallback l... method setLayoutDirection (line 838) | Future setLayoutDirection(TextDirection layoutDirection) method dispatchPointerEvent (line 874) | Future dispatchPointerEvent(PointerEvent event) method clearFocus (line 901) | Future clearFocus() method dispose (line 914) | Future dispose() class SurfaceAndroidViewController (line 926) | class SurfaceAndroidViewController extends AndroidViewController { method _sendCreateMessage (line 942) | Future _sendCreateMessage() method _sendDisposeMessage (line 967) | Future _sendDisposeMessage() method setSize (line 976) | Future setSize(Size size) class TextureAndroidViewController (line 987) | class TextureAndroidViewController extends AndroidViewController { method setSize (line 1016) | Future setSize(Size size) method create (line 1040) | Future create() method _sendCreateMessage (line 1043) | Future _sendCreateMessage() method _sendDisposeMessage (line 1065) | Future _sendDisposeMessage() class UiKitViewController (line 1077) | class UiKitViewController { method setLayoutDirection (line 1097) | Future setLayoutDirection(TextDirection layoutDirection) method acceptGesture (line 1114) | Future acceptGesture() method rejectGesture (line 1126) | Future rejectGesture() method dispose (line 1138) | Future dispose() class PlatformViewController (line 1147) | abstract class PlatformViewController { method dispatchPointerEvent (line 1158) | Future dispatchPointerEvent(PointerEvent event) method dispose (line 1163) | Future dispose() method clearFocus (line 1166) | Future clearFocus() FILE: packages/flutter/lib/src/services/raw_keyboard.dart type KeyboardSide (line 30) | enum KeyboardSide { type ModifierKey (line 50) | enum ModifierKey { class RawKeyEventData (line 117) | @immutable method isModifierPressed (line 130) | bool isModifierPressed(ModifierKey key, { KeyboardSide side = Keyboard... method getModifierSide (line 139) | KeyboardSide? getModifierSide(ModifierKey key) method shouldDispatchEvent (line 248) | bool shouldDispatchEvent() class RawKeyEvent (line 276) | @immutable method _dataFromWeb (line 289) | RawKeyEventData _dataFromWeb() method isKeyPressed (line 403) | bool isKeyPressed(LogicalKeyboardKey key) method debugFillProperties (line 511) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RawKeyDownEvent (line 523) | class RawKeyDownEvent extends RawKeyEvent { class RawKeyUpEvent (line 536) | class RawKeyUpEvent extends RawKeyEvent { type RawKeyEventHandler (line 549) | typedef RawKeyEventHandler = bool Function(RawKeyEvent event); class RawKeyboard (line 571) | class RawKeyboard { method addListener (line 591) | void addListener(ValueChanged listener) method removeListener (line 599) | void removeListener(ValueChanged listener) method handleRawKeyEvent (line 641) | bool handleRawKeyEvent(RawKeyEvent event) method _synchronizeModifiers (line 733) | void _synchronizeModifiers(RawKeyEvent event) method lookUpLayout (line 809) | LogicalKeyboardKey? lookUpLayout(PhysicalKeyboardKey physicalKey) method clearKeysPressed (line 815) | void clearKeysPressed() class _ModifierSidePair (line 818) | @immutable FILE: packages/flutter/lib/src/services/raw_keyboard_android.dart class RawKeyEventDataAndroid (line 26) | class RawKeyEventDataAndroid extends RawKeyEventData { method _isLeftRightModifierPressed (line 210) | bool _isLeftRightModifierPressed(KeyboardSide side, int anyMask, int l... method isModifierPressed (line 227) | bool isModifierPressed(ModifierKey key, { KeyboardSide side = Keyboard... method getModifierSide (line 252) | KeyboardSide? getModifierSide(ModifierKey key) method findSide (line 253) | KeyboardSide? findSide(int anyMask, int leftMask, int rightMask) method debugFillProperties (line 291) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart class RawKeyEventDataFuchsia (line 21) | class RawKeyEventDataFuchsia extends RawKeyEventData { method _isLeftRightModifierPressed (line 90) | bool _isLeftRightModifierPressed(KeyboardSide side, int anyMask, int l... method isModifierPressed (line 107) | bool isModifierPressed(ModifierKey key, { KeyboardSide side = Keyboard... method getModifierSide (line 130) | KeyboardSide? getModifierSide(ModifierKey key) method findSide (line 131) | KeyboardSide? findSide(int anyMask, int leftMask, int rightMask) method debugFillProperties (line 164) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/raw_keyboard_ios.dart class RawKeyEventDataIos (line 47) | class RawKeyEventDataIos extends RawKeyEventData { method _isUnprintableKey (line 156) | bool _isUnprintableKey(String label) method _isLeftRightModifierPressed (line 164) | bool _isLeftRightModifierPressed(KeyboardSide side, int anyMask, int l... method isModifierPressed (line 186) | bool isModifierPressed(ModifierKey key, {KeyboardSide side = KeyboardS... method getModifierSide (line 222) | KeyboardSide? getModifierSide(ModifierKey key) method findSide (line 223) | KeyboardSide? findSide(int anyMask, int leftMask, int rightMask) method debugFillProperties (line 259) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/raw_keyboard_linux.dart class RawKeyEventDataLinux (line 21) | class RawKeyEventDataLinux extends RawKeyEventData { method isModifierPressed (line 111) | bool isModifierPressed(ModifierKey key, {KeyboardSide side = KeyboardS... method getModifierSide (line 116) | KeyboardSide getModifierSide(ModifierKey key) method debugFillProperties (line 121) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class KeyHelper (line 162) | abstract class KeyHelper { method getModifierSide (line 181) | KeyboardSide getModifierSide(ModifierKey key) method isModifierPressed (line 185) | bool isModifierPressed(ModifierKey key, int modifiers, {KeyboardSide s... method numpadKey (line 188) | LogicalKeyboardKey? numpadKey(int keyCode) method logicalKey (line 191) | LogicalKeyboardKey? logicalKey(int keyCode) class GLFWKeyHelper (line 198) | class GLFWKeyHelper implements KeyHelper { method _mergeModifiers (line 245) | int _mergeModifiers({required int modifiers, required int keyCode, req... method isModifierPressed (line 295) | bool isModifierPressed(ModifierKey key, int modifiers, {KeyboardSide s... method getModifierSide (line 319) | KeyboardSide getModifierSide(ModifierKey key) method numpadKey (line 327) | LogicalKeyboardKey? numpadKey(int keyCode) method logicalKey (line 332) | LogicalKeyboardKey? logicalKey(int keyCode) class GtkKeyHelper (line 341) | class GtkKeyHelper implements KeyHelper { method _mergeModifiers (line 387) | int _mergeModifiers({required int modifiers, required int keyCode, req... method isModifierPressed (line 439) | bool isModifierPressed(ModifierKey key, int modifiers, {KeyboardSide s... method getModifierSide (line 463) | KeyboardSide getModifierSide(ModifierKey key) method numpadKey (line 471) | LogicalKeyboardKey? numpadKey(int keyCode) method logicalKey (line 476) | LogicalKeyboardKey? logicalKey(int keyCode) FILE: packages/flutter/lib/src/services/raw_keyboard_macos.dart class RawKeyEventDataMacOs (line 21) | class RawKeyEventDataMacOs extends RawKeyEventData { method _isLeftRightModifierPressed (line 115) | bool _isLeftRightModifierPressed(KeyboardSide side, int anyMask, int l... method isModifierPressed (line 137) | bool isModifierPressed(ModifierKey key, {KeyboardSide side = KeyboardS... method getModifierSide (line 173) | KeyboardSide? getModifierSide(ModifierKey key) method findSide (line 174) | KeyboardSide? findSide(int anyMask, int leftMask, int rightMask) method shouldDispatchEvent (line 210) | bool shouldDispatchEvent() method debugFillProperties (line 221) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _isUnprintableKey (line 259) | bool _isUnprintableKey(String label) FILE: packages/flutter/lib/src/services/raw_keyboard_web.dart function _unicodeChar (line 13) | String? _unicodeChar(String key) class RawKeyEventDataWeb (line 25) | @immutable method isModifierPressed (line 116) | bool isModifierPressed( method getModifierSide (line 143) | KeyboardSide getModifierSide(ModifierKey key) method debugFillProperties (line 153) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/raw_keyboard_windows.dart class RawKeyEventDataWindows (line 26) | class RawKeyEventDataWindows extends RawKeyEventData { method _isLeftRightModifierPressed (line 97) | bool _isLeftRightModifierPressed(KeyboardSide side, int anyMask, int l... method isModifierPressed (line 121) | bool isModifierPressed(ModifierKey key, {KeyboardSide side = KeyboardS... method getModifierSide (line 159) | KeyboardSide? getModifierSide(ModifierKey key) method findSide (line 160) | KeyboardSide? findSide(int leftMask, int rightMask, int anyMask) method shouldDispatchEvent (line 195) | bool shouldDispatchEvent() method debugFillProperties (line 204) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/services/restoration.dart type _BucketVisitor (line 15) | typedef _BucketVisitor = void Function(RestorationBucket bucket); class RestorationManager (line 153) | class RestorationManager extends ChangeNotifier { method initChannels (line 168) | void initChannels() method _getRootBucketFromEngine (line 227) | Future _getRootBucketFromEngine() method _parseAndHandleRestorationUpdateFromEngine (line 239) | void _parseAndHandleRestorationUpdateFromEngine(Map?... method handleRestorationUpdateFromEngine (line 261) | void handleRestorationUpdateFromEngine({required bool enabled, require... method sendToEngine (line 299) | Future sendToEngine(Uint8List encodedData) method _methodHandler (line 307) | Future _methodHandler(MethodCall call) method _decodeRestorationData (line 317) | Map? _decodeRestorationData(Uint8List? data) method _encodeRestorationData (line 325) | Uint8List _encodeRestorationData(Map data) method scheduleSerializationFor (line 346) | void scheduleSerializationFor(RestorationBucket bucket) method unscheduleSerializationFor (line 368) | void unscheduleSerializationFor(RestorationBucket bucket) method _doSerialization (line 375) | void _doSerialization() method flushData (line 414) | void flushData() class RestorationBucket (line 491) | class RestorationBucket { method read (line 636) | P? read

(String restorationId) method write (line 658) | void write

(String restorationId, P value) method remove (line 680) | P? remove

(String restorationId) method contains (line 702) | bool contains(String restorationId) method claimChild (line 738) | RestorationBucket claimChild(String restorationId, {required Object? d... method adoptChild (line 788) | void adoptChild(RestorationBucket child) method _dropChild (line 803) | void _dropChild(RestorationBucket child) method _markNeedsSerialization (line 815) | void _markNeedsSerialization() method finalize (line 827) | void finalize() method _recursivelyUpdateManager (line 834) | void _recursivelyUpdateManager(RestorationBucket bucket) method _updateManager (line 839) | void _updateManager(RestorationManager? newManager) method _debugAssertIntegrity (line 853) | bool _debugAssertIntegrity() method _removeChildData (line 878) | void _removeChildData(RestorationBucket child) method _addChildData (line 903) | void _addChildData(RestorationBucket child) method _finalizeAddChildData (line 918) | void _finalizeAddChildData(RestorationBucket child) method _visitChildren (line 925) | void _visitChildren(_BucketVisitor visitor, {bool concurrentModificati... method rename (line 945) | void rename(String newRestorationId) method dispose (line 968) | void dispose() method toString (line 980) | String toString() method _debugAssertNotDisposed (line 983) | bool _debugAssertNotDisposed() function debugIsSerializableForRestoration (line 1002) | bool debugIsSerializableForRestoration(Object? object) FILE: packages/flutter/lib/src/services/system_channels.dart class SystemChannels (line 11) | class SystemChannels { FILE: packages/flutter/lib/src/services/system_chrome.dart type DeviceOrientation (line 32) | enum DeviceOrientation { class ApplicationSwitcherDescription (line 57) | @immutable type SystemUiOverlay (line 75) | enum SystemUiOverlay { type SystemUiMode (line 90) | enum SystemUiMode { class SystemUiOverlayStyle (line 185) | @immutable method _toMap (line 284) | Map _toMap() method toString (line 298) | String toString() method copyWith (line 301) | SystemUiOverlayStyle copyWith({ function _stringify (line 353) | List _stringify(List list) class SystemChrome (line 359) | class SystemChrome { method setPreferredOrientations (line 381) | Future setPreferredOrientations(List orientat... method setApplicationSwitcherDescription (line 393) | Future setApplicationSwitcherDescription(ApplicationSwitcherDesc... method setEnabledSystemUIOverlays (line 429) | Future setEnabledSystemUIOverlays(List overlays) method setEnabledSystemUIMode (line 465) | Future setEnabledSystemUIMode(SystemUiMode mode, { List setSystemUIChangeCallback(SystemUiChangeCallback? callback) method restoreSystemUIOverlays (line 520) | Future restoreSystemUIOverlays() method setSystemUIOverlayStyle (line 575) | void setSystemUIOverlayStyle(SystemUiOverlayStyle style) FILE: packages/flutter/lib/src/services/system_navigator.dart class SystemNavigator (line 9) | class SystemNavigator { method pop (line 32) | Future pop({bool? animated}) method selectSingleEntryHistory (line 48) | Future selectSingleEntryHistory() method selectMultiEntryHistory (line 64) | Future selectMultiEntryHistory() method routeInformationUpdated (line 87) | Future routeInformationUpdated({ method routeUpdated (line 113) | Future routeUpdated({ FILE: packages/flutter/lib/src/services/system_sound.dart type SystemSoundType (line 11) | enum SystemSoundType { class SystemSound (line 29) | class SystemSound { method play (line 39) | Future play(SystemSoundType type) FILE: packages/flutter/lib/src/services/text_editing.dart class TextSelection (line 12) | @immutable method toString (line 96) | String toString() method copyWith (line 134) | TextSelection copyWith({ method expandTo (line 167) | TextSelection expandTo(TextPosition position, [bool extentAtIndex = fa... method extendTo (line 213) | TextSelection extendTo(TextPosition position) FILE: packages/flutter/lib/src/services/text_editing_delta.dart function _toTextAffinity (line 10) | TextAffinity? _toTextAffinity(String? affinity) function _replace (line 22) | String _replace(String originalText, String replacementText, int start, ... class TextEditingDelta (line 42) | abstract class TextEditingDelta { method apply (line 223) | TextEditingValue apply(TextEditingValue value) class TextEditingDeltaInsertion (line 228) | @immutable method apply (line 260) | TextEditingValue apply(TextEditingValue value) class TextEditingDeltaDeletion (line 272) | @immutable method apply (line 297) | TextEditingValue apply(TextEditingValue value) class TextEditingDeltaReplacement (line 309) | @immutable method apply (line 344) | TextEditingValue apply(TextEditingValue value) class TextEditingDeltaNonTextUpdate (line 356) | @immutable method apply (line 380) | TextEditingValue apply(TextEditingValue value) FILE: packages/flutter/lib/src/services/text_formatter.dart type MaxLengthEnforcement (line 42) | enum MaxLengthEnforcement { class TextInputFormatter (line 79) | abstract class TextInputFormatter { method formatEditUpdate (line 87) | TextEditingValue formatEditUpdate( method withFunction (line 94) | TextInputFormatter withFunction( type TextInputFormatFunction (line 103) | typedef TextInputFormatFunction = TextEditingValue Function( class _SimpleTextInputFormatter (line 109) | class _SimpleTextInputFormatter extends TextInputFormatter { method formatEditUpdate (line 116) | TextEditingValue formatEditUpdate( class _MutableTextRange (line 125) | class _MutableTextRange { method fromComposingRange (line 128) | _MutableTextRange? fromComposingRange(TextRange range) method fromTextSelection (line 134) | _MutableTextRange? fromTextSelection(TextSelection selection) class _TextEditingValueAccumulator (line 155) | class _TextEditingValueAccumulator { method finalize (line 189) | TextEditingValue finalize() class FilteringTextInputFormatter (line 222) | class FilteringTextInputFormatter extends TextInputFormatter { method formatEditUpdate (line 345) | TextEditingValue formatEditUpdate( method _processRegion (line 377) | void _processRegion(bool isBannedRegion, int regionStart, int regionEn... method adjustIndex (line 390) | int adjustIndex(int originalIndex) class LengthLimitingTextInputFormatter (line 425) | class LengthLimitingTextInputFormatter extends TextInputFormatter { method getDefaultMaxLengthEnforcement (line 499) | MaxLengthEnforcement getDefaultMaxLengthEnforcement([ method truncate (line 525) | TextEditingValue truncate(TextEditingValue value, int maxLength) method formatEditUpdate (line 548) | TextEditingValue formatEditUpdate( FILE: packages/flutter/lib/src/services/text_input.dart type SmartDashesType (line 39) | enum SmartDashesType { type SmartQuotesType (line 61) | enum SmartQuotesType { class TextInputType (line 82) | @immutable method toJson (line 195) | Map toJson() method toString (line 204) | String toString() type TextInputAction (line 256) | enum TextInputAction { type TextCapitalization (line 412) | enum TextCapitalization { class TextInputConfiguration (line 451) | @immutable method copyWith (line 614) | TextInputConfiguration copyWith({ method toJson (line 673) | Map toJson() function _toTextAffinity (line 694) | TextAffinity? _toTextAffinity(String? affinity) type FloatingCursorDragState (line 706) | enum FloatingCursorDragState { class RawFloatingCursorPoint (line 719) | class RawFloatingCursorPoint { class TextEditingValue (line 739) | @immutable method copyWith (line 814) | TextEditingValue copyWith({ method toJSON (line 838) | Map toJSON() method toString (line 851) | String toString() type SelectionChangedCause (line 873) | enum SelectionChangedCause { function userUpdateTextEditingValue (line 936) | void userUpdateTextEditingValue(TextEditingValue value, SelectionChanged... function hideToolbar (line 943) | void hideToolbar([bool hideHandles = true]) function bringIntoView (line 947) | void bringIntoView(TextPosition position) function cutSelection (line 965) | void cutSelection(SelectionChangedCause cause) function pasteText (line 973) | Future pasteText(SelectionChangedCause cause) function selectAll (line 979) | void selectAll(SelectionChangedCause cause) function copySelection (line 985) | void copySelection(SelectionChangedCause cause) class TextInputClient (line 999) | abstract class TextInputClient { method updateEditingValue (line 1023) | void updateEditingValue(TextEditingValue value) method performAction (line 1026) | void performAction(TextInputAction action) method performPrivateCommand (line 1041) | void performPrivateCommand(String action, Map data) method updateFloatingCursor (line 1044) | void updateFloatingCursor(RawFloatingCursorPoint point) method showAutocorrectionPromptRect (line 1050) | void showAutocorrectionPromptRect(int start, int end) method connectionClosed (line 1055) | void connectionClosed() class DeltaTextInputClient (line 1066) | abstract class DeltaTextInputClient extends TextInputClient { method updateEditingValueWithDeltas (line 1085) | void updateEditingValueWithDeltas(List textEditingDe... class TextInputConnection (line 1096) | class TextInputConnection { method debugResetId (line 1114) | void debugResetId({int to = 1}) method show (line 1128) | void show() method requestAutofill (line 1141) | void requestAutofill() method updateConfig (line 1148) | void updateConfig(TextInputConfiguration configuration) method setEditingState (line 1155) | void setEditingState(TextEditingValue value) method setEditableSizeAndTransform (line 1169) | void setEditableSizeAndTransform(Size editableBoxSize, Matrix4 transform) method setComposingRect (line 1191) | void setComposingRect(Rect rect) method setCaretRect (line 1209) | void setCaretRect(Rect rect) method setStyle (line 1230) | void setStyle({ method close (line 1254) | void close() method connectionClosedReceived (line 1264) | void connectionClosedReceived() function _toTextInputAction (line 1270) | TextInputAction _toTextInputAction(String action) function _toTextCursorAction (line 1302) | FloatingCursorDragState _toTextCursorAction(String state) function _toTextPoint (line 1314) | RawFloatingCursorPoint _toTextPoint(FloatingCursorDragState state, Map _handleTextInputInvocation(MethodCall methodCall) method _scheduleHide (line 1588) | void _scheduleHide() method _clearClient (line 1603) | void _clearClient() method _updateConfig (line 1609) | void _updateConfig(TextInputConfiguration configuration) method _setEditingState (line 1617) | void _setEditingState(TextEditingValue value) method _show (line 1625) | void _show() method _requestAutofill (line 1629) | void _requestAutofill() method _setEditableSizeAndTransform (line 1633) | void _setEditableSizeAndTransform(Map args) method _setComposingTextRect (line 1640) | void _setComposingTextRect(Map args) method _setCaretRect (line 1647) | void _setCaretRect(Map args) method _setStyle (line 1654) | void _setStyle(Map args) method finishAutofillContext (line 1709) | void finishAutofillContext({ bool shouldSave = true }) FILE: packages/flutter/lib/src/services/text_layout_metrics.dart class TextLayoutMetrics (line 9) | abstract class TextLayoutMetrics { method isWhitespace (line 16) | bool isWhitespace(int codeUnit) method getLineAtOffset (line 54) | TextSelection getLineAtOffset(TextPosition position) method getWordBoundary (line 57) | TextRange getWordBoundary(TextPosition position) method getTextPositionAbove (line 65) | TextPosition getTextPositionAbove(TextPosition position) method getTextPositionBelow (line 73) | TextPosition getTextPositionBelow(TextPosition position) FILE: packages/flutter/lib/src/widgets/actions.dart function _getParent (line 23) | BuildContext _getParent(BuildContext context) class Intent (line 43) | @immutable type ActionListenerCallback (line 62) | typedef ActionListenerCallback = void Function(Action action); class Action (line 110) | abstract class Action with Diagnosticable { method _updateCallingAction (line 163) | void _updateCallingAction(Action? value) method isEnabled (line 218) | bool isEnabled(T intent) method consumesKey (line 243) | bool consumesKey(T intent) method invoke (line 280) | Object? invoke(T intent) method addActionListener (line 304) | void addActionListener(ActionListenerCallback listener) method removeActionListener (line 318) | void removeActionListener(ActionListenerCallback listener) method notifyActionListeners (line 336) | void notifyActionListeners() method _makeOverridableAction (line 372) | Action _makeOverridableAction(BuildContext context) class ActionListener (line 396) | @immutable method createState (line 425) | State createState() class _ActionListenerState (line 428) | class _ActionListenerState extends State { method initState (line 430) | void initState() method didUpdateWidget (line 436) | void didUpdateWidget(ActionListener oldWidget) method dispose (line 446) | void dispose() method build (line 452) | Widget build(BuildContext context) class ContextAction (line 460) | abstract class ContextAction extends Action { method invoke (line 497) | Object? invoke(T intent, [BuildContext? context]) method _makeOverridableAction (line 500) | ContextAction _makeOverridableAction(BuildContext context) type OnInvokeCallback (line 506) | typedef OnInvokeCallback = Object? Function(T intent); class CallbackAction (line 519) | class CallbackAction extends Action { method invoke (line 533) | Object? invoke(T intent) class ActionDispatcher (line 544) | class ActionDispatcher with Diagnosticable { method invokeAction (line 560) | Object? invokeAction( class Actions (line 610) | class Actions extends StatefulWidget { method _visitActionsAncestors (line 649) | bool _visitActionsAncestors(BuildContext context, bool Function(Inheri... method _findDispatcher (line 666) | ActionDispatcher _findDispatcher(BuildContext context) method handler (line 690) | VoidCallback? handler(BuildContext context, T intent) method find (line 721) | Action find(BuildContext context, { T? intent }) method maybeFind (line 760) | Action? maybeFind(BuildContext context, { T? inte... method _maybeFindWithoutDependingOn (line 789) | Action? _maybeFindWithoutDependingOn(BuildContext... method _castAction (line 819) | Action? _castAction(_ActionsMarker actionsMarker,... method of (line 837) | ActionDispatcher of(BuildContext context) method invoke (line 857) | Object? invoke( method maybeInvoke (line 910) | Object? maybeInvoke( method createState (line 932) | State createState() method debugFillProperties (line 935) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ActionsState (line 942) | class _ActionsState extends State { method initState (line 950) | void initState() method _handleActionChanged (line 955) | void _handleActionChanged(Action action) method _updateActionListeners (line 962) | void _updateActionListeners() method didUpdateWidget (line 977) | void didUpdateWidget(Actions oldWidget) method dispose (line 983) | void dispose() method build (line 992) | Widget build(BuildContext context) class _ActionsMarker (line 1004) | class _ActionsMarker extends InheritedWidget { method updateShouldNotify (line 1020) | bool updateShouldNotify(_ActionsMarker oldWidget) class FocusableActionDetector (line 1056) | class FocusableActionDetector extends StatefulWidget { method createState (line 1132) | State createState() class _FocusableActionDetectorState (line 1135) | class _FocusableActionDetectorState extends State { method consumesKey (line 1371) | bool consumesKey(Intent intent) method invoke (line 1375) | void invoke(Intent intent) class ActivateIntent (line 1391) | class ActivateIntent extends Intent { class ButtonActivateIntent (line 1408) | class ButtonActivateIntent extends Intent { class ActivateAction (line 1419) | abstract class ActivateAction extends Action { } class SelectIntent (line 1422) | class SelectIntent extends Intent { } class SelectAction (line 1428) | abstract class SelectAction extends Action { } class DismissIntent (line 1438) | class DismissIntent extends Intent { class DismissAction (line 1446) | abstract class DismissAction extends Action { } class PrioritizedIntents (line 1452) | class PrioritizedIntents extends Intent { class PrioritizedAction (line 1467) | class PrioritizedAction extends Action { method isEnabled (line 1472) | bool isEnabled(PrioritizedIntents intent) method invoke (line 1491) | Object? invoke(PrioritizedIntents intent) function invokeDefaultAction (line 1515) | Object? invokeDefaultAction(T intent, Action? fromAction, BuildContex... function getOverrideAction (line 1517) | Action? getOverrideAction({ bool declareDependency = false }) function _updateCallingAction (line 1526) | void _updateCallingAction(Action? value) function _invokeOverride (line 1531) | Object? _invokeOverride(Action overrideAction, T intent, BuildContext... function invoke (line 1550) | Object? invoke(T intent, [BuildContext? context]) function isOverrideActionEnabled (line 1558) | bool isOverrideActionEnabled(Action overrideAction) function isEnabled (line 1584) | bool isEnabled(T intent) function consumesKey (line 1603) | bool consumesKey(T intent) function debugFillProperties (line 1621) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _OverridableAction (line 1627) | class _OverridableAction extends ContextAction with... method invokeDefaultAction (line 1637) | Object? invokeDefaultAction(T intent, Action? fromAction, BuildCont... method _makeOverridableAction (line 1647) | ContextAction _makeOverridableAction(BuildContext context) class _OverridableContextAction (line 1652) | class _OverridableContextAction extends ContextAction<... method _invokeOverride (line 1662) | Object? _invokeOverride(Action overrideAction, T intent, BuildConte... method invokeDefaultAction (line 1688) | Object? invokeDefaultAction(T intent, Action? fromAction, BuildCont... method _makeOverridableAction (line 1698) | ContextAction _makeOverridableAction(BuildContext context) class _ContextActionToActionAdapter (line 1703) | class _ContextActionToActionAdapter extends Action { method _updateCallingAction (line 1710) | void _updateCallingAction(Action? value) method isEnabled (line 1718) | bool isEnabled(T intent) method consumesKey (line 1724) | bool consumesKey(T intent) method addActionListener (line 1727) | void addActionListener(ActionListenerCallback listener) method removeActionListener (line 1733) | void removeActionListener(ActionListenerCallback listener) method notifyActionListeners (line 1740) | void notifyActionListeners() method invoke (line 1743) | Object? invoke(T intent) FILE: packages/flutter/lib/src/widgets/animated_cross_fade.dart type CrossFadeState (line 20) | enum CrossFadeState { type AnimatedCrossFadeBuilder (line 65) | typedef AnimatedCrossFadeBuilder = Widget Function(Widget topChild, Key ... class AnimatedCrossFade (line 113) | class AnimatedCrossFade extends StatefulWidget { method defaultLayoutBuilder (line 218) | Widget defaultLayoutBuilder(Widget topChild, Key topChildKey, Widget b... method createState (line 238) | State createState() method debugFillProperties (line 241) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedCrossFadeState (line 250) | class _AnimatedCrossFadeState extends State with Tick... method initState (line 256) | void initState() method _initAnimation (line 275) | Animation _initAnimation(Curve curve, bool inverted) method dispose (line 283) | void dispose() method didUpdateWidget (line 289) | void didUpdateWidget(AnimatedCrossFade oldWidget) method build (line 315) | Widget build(BuildContext context) method debugFillProperties (line 380) | void debugFillProperties(DiagnosticPropertiesBuilder description) FILE: packages/flutter/lib/src/widgets/animated_list.dart type AnimatedListItemBuilder (line 16) | typedef AnimatedListItemBuilder = Widget Function(BuildContext context, ... type AnimatedListRemovedItemBuilder (line 19) | typedef AnimatedListRemovedItemBuilder = Widget Function(BuildContext co... class _ActiveItem (line 25) | class _ActiveItem implements Comparable<_ActiveItem> { method compareTo (line 37) | int compareTo(_ActiveItem other) class AnimatedList (line 61) | class AnimatedList extends StatefulWidget { method of (line 193) | AnimatedListState of(BuildContext context) method maybeOf (line 232) | AnimatedListState? maybeOf(BuildContext context) method createState (line 238) | AnimatedListState createState() class AnimatedListState (line 265) | class AnimatedListState extends State with TickerProviderS... method insertItem (line 274) | void insertItem(int index, { Duration duration = _kDuration }) method removeItem (line 289) | void removeItem(int index, AnimatedListRemovedItemBuilder builder, { D... method build (line 294) | Widget build(BuildContext context) class SliverAnimatedList (line 337) | class SliverAnimatedList extends StatefulWidget { method createState (line 366) | SliverAnimatedListState createState() method of (line 383) | SliverAnimatedListState of(BuildContext context) method maybeOf (line 420) | SliverAnimatedListState? maybeOf(BuildContext context) class SliverAnimatedListState (line 450) | class SliverAnimatedListState extends State with Tic... method initState (line 457) | void initState() method dispose (line 463) | void dispose() method _removeActiveItemAt (line 470) | _ActiveItem? _removeActiveItemAt(List<_ActiveItem> items, int itemIndex) method _activeItemAt (line 475) | _ActiveItem? _activeItemAt(List<_ActiveItem> items, int itemIndex) method _indexToItemIndex (line 486) | int _indexToItemIndex(int index) method _itemIndexToIndex (line 497) | int _itemIndexToIndex(int itemIndex) method _createDelegate (line 509) | SliverChildDelegate _createDelegate() method insertItem (line 519) | void insertItem(int index, { Duration duration = _kDuration }) method removeItem (line 568) | void removeItem(int index, AnimatedListRemovedItemBuilder builder, { D... method _itemBuilder (line 605) | Widget _itemBuilder(BuildContext context, int itemIndex) method build (line 624) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/animated_size.dart class AnimatedSize (line 24) | class AnimatedSize extends StatefulWidget { method createState (line 90) | State createState() class _AnimatedSizeState (line 93) | class _AnimatedSizeState method build (line 96) | Widget build(BuildContext context) class _AnimatedSize (line 109) | class _AnimatedSize extends SingleChildRenderObjectWidget { method createRenderObject (line 133) | RenderAnimatedSize createRenderObject(BuildContext context) method updateRenderObject (line 146) | void updateRenderObject(BuildContext context, RenderAnimatedSize rende... method debugFillProperties (line 158) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/animated_switcher.dart class _ChildEntry (line 16) | class _ChildEntry { method toString (line 40) | String toString() type AnimatedSwitcherTransitionBuilder (line 51) | typedef AnimatedSwitcherTransitionBuilder = Widget Function(Widget child... type AnimatedSwitcherLayoutBuilder (line 63) | typedef AnimatedSwitcherLayoutBuilder = Widget Function(Widget? currentC... class AnimatedSwitcher (line 106) | class AnimatedSwitcher extends StatefulWidget { method createState (line 215) | State createState() method defaultTransitionBuilder (line 224) | Widget defaultTransitionBuilder(Widget child, Animation animat... method defaultLayoutBuilder (line 238) | Widget defaultLayoutBuilder(Widget? currentChild, List previou... method debugFillProperties (line 249) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedSwitcherState (line 256) | class _AnimatedSwitcherState extends State with Ticker... method initState (line 263) | void initState() method didUpdateWidget (line 269) | void didUpdateWidget(AnimatedSwitcher oldWidget) method _addEntryForNewChild (line 301) | void _addEntryForNewChild({ required bool animate }) method _newEntry (line 337) | _ChildEntry _newEntry({ method _markChildWidgetCacheAsDirty (line 363) | void _markChildWidgetCacheAsDirty() method _updateTransitionForEntry (line 367) | void _updateTransitionForEntry(_ChildEntry entry) method _rebuildOutgoingWidgetsIfNeeded (line 374) | void _rebuildOutgoingWidgetsIfNeeded() method dispose (line 383) | void dispose() method build (line 392) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/annotated_region.dart class AnnotatedRegion (line 15) | class AnnotatedRegion extends SingleChildRenderObjectW... method createRenderObject (line 45) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 50) | void updateRenderObject(BuildContext context, RenderAnnotatedRegion... FILE: packages/flutter/lib/src/widgets/app.dart type LocaleListResolutionCallback (line 52) | typedef LocaleListResolutionCallback = Locale? Function(List? lo... type LocaleResolutionCallback (line 80) | typedef LocaleResolutionCallback = Locale? Function(Locale? locale, Iter... function basicLocaleListResolution (line 124) | Locale basicLocaleListResolution(List? preferredLocales, Iterabl... type GenerateAppTitle (line 218) | typedef GenerateAppTitle = String Function(BuildContext context); type PageRouteFactory (line 223) | typedef PageRouteFactory = PageRoute Function(RouteSettings settin... type InitialRouteListFactory (line 228) | typedef InitialRouteListFactory = List> Function(String i... class WidgetsApp (line 262) | class WidgetsApp extends StatefulWidget { method createState (line 1269) | State createState() class _WidgetsAppState (line 1272) | class _WidgetsAppState extends State with WidgetsBindingObse... method initState (line 1283) | void initState() method didUpdateWidget (line 1291) | void didUpdateWidget(WidgetsApp oldWidget) method dispose (line 1297) | void dispose() method _updateRouting (line 1303) | void _updateRouting({WidgetsApp? oldWidget}) method _onGenerateRoute (line 1350) | Route? _onGenerateRoute(RouteSettings settings) method _onUnknownRoute (line 1374) | Route _onUnknownRoute(RouteSettings settings) method didPopRoute (line 1410) | Future didPopRoute() method didPushRoute (line 1424) | Future didPushRoute(String route) method _resolveLocales (line 1443) | Locale _resolveLocales(List? preferredLocales, Iterable? locales) method _debugCheckLocalizations (line 1486) | bool _debugCheckLocalizations(Locale appLocale) method build (line 1534) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/async.dart class StreamBuilderBase (line 45) | abstract class StreamBuilderBase extends StatefulWidget { method initial (line 60) | S initial() method afterConnected (line 66) | S afterConnected(S current) method afterData (line 72) | S afterData(S current, T data) method afterError (line 78) | S afterError(S current, Object error, StackTrace stackTrace) method afterDone (line 84) | S afterDone(S current) method afterDisconnected (line 90) | S afterDisconnected(S current) method build (line 93) | Widget build(BuildContext context, S currentSummary) method createState (line 96) | State> createState() class _StreamBuilderBaseState (line 100) | class _StreamBuilderBaseState extends State oldWidget) method build (line 124) | Widget build(BuildContext context) method dispose (line 127) | void dispose() method _subscribe (line 132) | void _subscribe() method _unsubscribe (line 151) | void _unsubscribe() type ConnectionState (line 173) | enum ConnectionState { class AsyncSnapshot (line 201) | @immutable method inState (line 276) | AsyncSnapshot inState(ConnectionState state) method toString (line 293) | String toString() type AsyncWidgetBuilder (line 319) | typedef AsyncWidgetBuilder = Widget Function(BuildContext context, As... class StreamBuilder (line 385) | class StreamBuilder extends StreamBuilderBase> { method initial (line 418) | AsyncSnapshot initial() method afterConnected (line 423) | AsyncSnapshot afterConnected(AsyncSnapshot current) method afterData (line 426) | AsyncSnapshot afterData(AsyncSnapshot current, T data) method afterError (line 431) | AsyncSnapshot afterError(AsyncSnapshot current, Object error, St... method afterDone (line 436) | AsyncSnapshot afterDone(AsyncSnapshot current) method afterDisconnected (line 439) | AsyncSnapshot afterDisconnected(AsyncSnapshot current) method build (line 442) | Widget build(BuildContext context, AsyncSnapshot currentSummary) class FutureBuilder (line 519) | class FutureBuilder extends StatefulWidget { method createState (line 582) | State> createState() class _FutureBuilderState (line 586) | class _FutureBuilderState extends State> { method initState (line 594) | void initState() method didUpdateWidget (line 603) | void didUpdateWidget(FutureBuilder oldWidget) method build (line 615) | Widget build(BuildContext context) method dispose (line 618) | void dispose() method _subscribe (line 623) | void _subscribe() method _unsubscribe (line 651) | void _unsubscribe() FILE: packages/flutter/lib/src/widgets/autocomplete.dart type AutocompleteOptionsBuilder (line 27) | typedef AutocompleteOptionsBuilder = FutureOr = void Function(T option); type AutocompleteOptionsViewBuilder (line 49) | typedef AutocompleteOptionsViewBuilder = Widget Function( type AutocompleteFieldViewBuilder (line 61) | typedef AutocompleteFieldViewBuilder = Widget Function( type AutocompleteOptionToString (line 74) | typedef AutocompleteOptionToString = String Function(T... class RawAutocomplete (line 118) | class RawAutocomplete extends StatefulWidget { method onFieldSubmitted (line 255) | void onFieldSubmitted(GlobalKey key) method defaultStringForOption (line 264) | String defaultStringForOption(dynamic option) method createState (line 269) | State> createState() class _RawAutocompleteState (line 272) | class _RawAutocompleteState extends State _onChangedField() method _onChangedFocus (line 312) | void _onChangedFocus() method _onFieldSubmitted (line 317) | void _onFieldSubmitted() method _select (line 325) | void _select(T nextSelection) method _updateHighlight (line 338) | void _updateHighlight(int newIndex) method _highlightPreviousOption (line 342) | void _highlightPreviousOption(AutocompletePreviousOptionIntent intent) method _highlightNextOption (line 346) | void _highlightNextOption(AutocompleteNextOptionIntent intent) method _setActionsEnabled (line 350) | void _setActionsEnabled(bool enabled) method _updateOverlay (line 360) | void _updateOverlay() method _updateTextEditingController (line 390) | void _updateTextEditingController(TextEditingController? old, TextEdit... method _updateFocusNode (line 410) | void _updateFocusNode(FocusNode? old, FocusNode? current) method initState (line 429) | void initState() method didUpdateWidget (line 447) | void didUpdateWidget(RawAutocomplete oldWidget) method dispose (line 460) | void dispose() method build (line 475) | Widget build(BuildContext context) class _AutocompleteCallbackAction (line 499) | class _AutocompleteCallbackAction extends CallbackActi... method isEnabled (line 508) | bool isEnabled(covariant T intent) method consumesKey (line 511) | bool consumesKey(covariant T intent) class AutocompletePreviousOptionIntent (line 517) | class AutocompletePreviousOptionIntent extends Intent { class AutocompleteNextOptionIntent (line 525) | class AutocompleteNextOptionIntent extends Intent { class AutocompleteHighlightedOption (line 546) | class AutocompleteHighlightedOption extends InheritedNotifier with AutofillScope... method getAutofillClient (line 132) | AutofillClient? getAutofillClient(String autofillId) method register (line 150) | void register(AutofillClient client) method unregister (line 168) | void unregister(String autofillId) method didChangeDependencies (line 174) | void didChangeDependencies() method build (line 180) | Widget build(BuildContext context) method dispose (line 188) | void dispose() class _AutofillScope (line 204) | class _AutofillScope extends InheritedWidget { method updateShouldNotify (line 217) | bool updateShouldNotify(_AutofillScope old) FILE: packages/flutter/lib/src/widgets/automatic_keep_alive.dart class AutomaticKeepAlive (line 26) | class AutomaticKeepAlive extends StatefulWidget { method createState (line 40) | State createState() class _AutomaticKeepAliveState (line 43) | class _AutomaticKeepAliveState extends State { method initState (line 49) | void initState() method didUpdateWidget (line 55) | void didUpdateWidget(AutomaticKeepAlive oldWidget) method _updateChild (line 60) | void _updateChild() method dispose (line 68) | void dispose() method _addClient (line 76) | bool _addClient(KeepAliveNotification notification) method _getChildElement (line 109) | ParentDataElement? _getChildElement() method _updateParentDataOfChild (line 139) | void _updateParentDataOfChild(ParentDataElement { method applyParentData (line 2097) | void applyParentData(RenderObject renderObject) method debugFillProperties (line 2112) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class CustomMultiChildLayout (line 2144) | class CustomMultiChildLayout extends MultiChildRenderObjectWidget { method createRenderObject (line 2159) | RenderCustomMultiChildLayoutBox createRenderObject(BuildContext context) method updateRenderObject (line 2164) | void updateRenderObject(BuildContext context, RenderCustomMultiChildLa... class SizedBox (line 2222) | class SizedBox extends SingleChildRenderObjectWidget { method createRenderObject (line 2260) | RenderConstrainedBox createRenderObject(BuildContext context) method updateRenderObject (line 2271) | void updateRenderObject(BuildContext context, RenderConstrainedBox ren... method toStringShort (line 2276) | String toStringShort() method debugFillProperties (line 2289) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ConstrainedBox (line 2338) | class ConstrainedBox extends SingleChildRenderObjectWidget { method createRenderObject (line 2354) | RenderConstrainedBox createRenderObject(BuildContext context) method updateRenderObject (line 2359) | void updateRenderObject(BuildContext context, RenderConstrainedBox ren... method debugFillProperties (line 2364) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ConstraintsTransformBox (line 2423) | class ConstraintsTransformBox extends SingleChildRenderObjectWidget { method unmodified (line 2452) | BoxConstraints unmodified(BoxConstraints constraints) method unconstrained (line 2460) | BoxConstraints unconstrained(BoxConstraints constraints) method widthUnconstrained (line 2468) | BoxConstraints widthUnconstrained(BoxConstraints constraints) method heightUnconstrained (line 2476) | BoxConstraints heightUnconstrained(BoxConstraints constraints) method maxHeightUnconstrained (line 2484) | BoxConstraints maxHeightUnconstrained(BoxConstraints constraints) method maxWidthUnconstrained (line 2492) | BoxConstraints maxWidthUnconstrained(BoxConstraints constraints) method maxUnconstrained (line 2500) | BoxConstraints maxUnconstrained(BoxConstraints constraints) method createRenderObject (line 2551) | RenderConstraintsTransformBox createRenderObject(BuildContext context) method updateRenderObject (line 2561) | void updateRenderObject(BuildContext context, covariant RenderConstrai... method debugFillProperties (line 2570) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class UnconstrainedBox (line 2612) | class UnconstrainedBox extends StatelessWidget { method _axisToTransform (line 2660) | BoxConstraintsTransform _axisToTransform(Axis? constrainedAxis) method build (line 2674) | Widget build(BuildContext context) method debugFillProperties (line 2685) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class FractionallySizedBox (line 2715) | class FractionallySizedBox extends SingleChildRenderObjectWidget { method createRenderObject (line 2770) | RenderFractionallySizedOverflowBox createRenderObject(BuildContext con... method updateRenderObject (line 2780) | void updateRenderObject(BuildContext context, RenderFractionallySizedO... method debugFillProperties (line 2789) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LimitedBox (line 2822) | class LimitedBox extends SingleChildRenderObjectWidget { method createRenderObject (line 2845) | RenderLimitedBox createRenderObject(BuildContext context) method updateRenderObject (line 2853) | void updateRenderObject(BuildContext context, RenderLimitedBox renderO... method debugFillProperties (line 2860) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class OverflowBox (line 2882) | class OverflowBox extends SingleChildRenderObjectWidget { method createRenderObject (line 2931) | RenderConstrainedOverflowBox createRenderObject(BuildContext context) method updateRenderObject (line 2943) | void updateRenderObject(BuildContext context, RenderConstrainedOverflo... method debugFillProperties (line 2954) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SizedOverflowBox (line 2977) | class SizedOverflowBox extends SingleChildRenderObjectWidget { method createRenderObject (line 3014) | RenderSizedOverflowBox createRenderObject(BuildContext context) method updateRenderObject (line 3023) | void updateRenderObject(BuildContext context, RenderSizedOverflowBox r... method debugFillProperties (line 3031) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Offstage (line 3068) | class Offstage extends SingleChildRenderObjectWidget { method createRenderObject (line 3090) | RenderOffstage createRenderObject(BuildContext context) method updateRenderObject (line 3093) | void updateRenderObject(BuildContext context, RenderOffstage renderObj... method debugFillProperties (line 3098) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method createElement (line 3104) | SingleChildRenderObjectElement createElement() class _OffstageElement (line 3107) | class _OffstageElement extends SingleChildRenderObjectElement { method debugVisitOnstageChildren (line 3114) | void debugVisitOnstageChildren(ElementVisitor visitor) class AspectRatio (line 3181) | class AspectRatio extends SingleChildRenderObjectWidget { method createRenderObject (line 3201) | RenderAspectRatio createRenderObject(BuildContext context) method updateRenderObject (line 3204) | void updateRenderObject(BuildContext context, RenderAspectRatio render... method debugFillProperties (line 3209) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class IntrinsicWidth (line 3248) | class IntrinsicWidth extends SingleChildRenderObjectWidget { method createRenderObject (line 3281) | RenderIntrinsicWidth createRenderObject(BuildContext context) method updateRenderObject (line 3286) | void updateRenderObject(BuildContext context, RenderIntrinsicWidth ren... class IntrinsicHeight (line 3322) | class IntrinsicHeight extends SingleChildRenderObjectWidget { method createRenderObject (line 3329) | RenderIntrinsicHeight createRenderObject(BuildContext context) class Baseline (line 3347) | class Baseline extends SingleChildRenderObjectWidget { method createRenderObject (line 3368) | RenderBaseline createRenderObject(BuildContext context) method updateRenderObject (line 3373) | void updateRenderObject(BuildContext context, RenderBaseline renderObj... class SliverToBoxAdapter (line 3405) | class SliverToBoxAdapter extends SingleChildRenderObjectWidget { method createRenderObject (line 3413) | RenderSliverToBoxAdapter createRenderObject(BuildContext context) class SliverPadding (line 3428) | class SliverPadding extends SingleChildRenderObjectWidget { method createRenderObject (line 3443) | RenderSliverPadding createRenderObject(BuildContext context) method updateRenderObject (line 3451) | void updateRenderObject(BuildContext context, RenderSliverPadding rend... method debugFillProperties (line 3458) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function getAxisDirectionFromAxisReverseAndDirectionality (line 3486) | AxisDirection getAxisDirectionFromAxisReverseAndDirectionality( class ListBody (line 3521) | class ListBody extends MultiChildRenderObjectWidget { method _getDirection (line 3551) | AxisDirection _getDirection(BuildContext context) method createRenderObject (line 3556) | RenderListBody createRenderObject(BuildContext context) method updateRenderObject (line 3561) | void updateRenderObject(BuildContext context, RenderListBody renderObj... class Stack (line 3681) | class Stack extends MultiChildRenderObjectWidget { method _debugCheckHasDirectionality (line 3759) | bool _debugCheckHasDirectionality(BuildContext context) method createRenderObject (line 3772) | RenderStack createRenderObject(BuildContext context) method updateRenderObject (line 3783) | void updateRenderObject(BuildContext context, RenderStack renderObject) method debugFillProperties (line 3793) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class IndexedStack (line 3815) | class IndexedStack extends Stack { method createRenderObject (line 3832) | RenderIndexedStack createRenderObject(BuildContext context) method updateRenderObject (line 3842) | void updateRenderObject(BuildContext context, RenderIndexedStack rende... class Positioned (line 3885) | class Positioned extends ParentDataWidget { method applyParentData (line 4067) | void applyParentData(RenderObject renderObject) method debugFillProperties (line 4113) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class PositionedDirectional (line 4156) | class PositionedDirectional extends StatelessWidget { method build (line 4223) | Widget build(BuildContext context) class Flex (line 4303) | class Flex extends MultiChildRenderObjectWidget { method getEffectiveTextDirection (line 4460) | TextDirection? getEffectiveTextDirection(BuildContext context) method createRenderObject (line 4465) | RenderFlex createRenderObject(BuildContext context) method updateRenderObject (line 4479) | void updateRenderObject(BuildContext context, covariant RenderFlex ren... method debugFillProperties (line 4492) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Row (line 4680) | class Row extends Flex { class Column (line 4882) | class Column extends Flex { class Flexible (line 4936) | class Flexible extends ParentDataWidget { method applyParentData (line 4964) | void applyParentData(RenderObject renderObject) method debugFillProperties (line 4990) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Expanded (line 5034) | class Expanded extends Flexible { class Wrap (line 5097) | class Wrap extends MultiChildRenderObjectWidget { method createRenderObject (line 5260) | RenderWrap createRenderObject(BuildContext context) method updateRenderObject (line 5275) | void updateRenderObject(BuildContext context, RenderWrap renderObject) method debugFillProperties (line 5289) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Flow (line 5346) | class Flow extends MultiChildRenderObjectWidget { method createRenderObject (line 5388) | RenderFlow createRenderObject(BuildContext context) method updateRenderObject (line 5391) | void updateRenderObject(BuildContext context, RenderFlow renderObject) class RichText (line 5448) | class RichText extends MultiChildRenderObjectWidget { method _extractChildren (line 5483) | List _extractChildren(InlineSpan span) method createRenderObject (line 5561) | RenderParagraph createRenderObject(BuildContext context) method updateRenderObject (line 5578) | void updateRenderObject(BuildContext context, RenderParagraph renderOb... method debugFillProperties (line 5595) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RawImage (line 5621) | class RawImage extends LeafRenderObjectWidget { method createRenderObject (line 5784) | RenderImage createRenderObject(BuildContext context) method updateRenderObject (line 5813) | void updateRenderObject(BuildContext context, RenderImage renderObject) method didUnmountRenderObject (line 5840) | void didUnmountRenderObject(RenderImage renderObject) method debugFillProperties (line 5846) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class DefaultAssetBundle (line 5914) | class DefaultAssetBundle extends InheritedWidget { method of (line 5940) | AssetBundle of(BuildContext context) method updateShouldNotify (line 5946) | bool updateShouldNotify(DefaultAssetBundle oldWidget) class WidgetToRenderBoxAdapter (line 5959) | class WidgetToRenderBoxAdapter extends LeafRenderObjectWidget { method createRenderObject (line 6006) | RenderBox createRenderObject(BuildContext context) method updateRenderObject (line 6009) | void updateRenderObject(BuildContext context, RenderBox renderObject) method didUnmountRenderObject (line 6014) | void didUnmountRenderObject(RenderObject renderObject) class Listener (line 6048) | class Listener extends SingleChildRenderObjectWidget { method createRenderObject (line 6100) | RenderPointerListener createRenderObject(BuildContext context) method updateRenderObject (line 6113) | void updateRenderObject(BuildContext context, RenderPointerListener re... method debugFillProperties (line 6125) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MouseRegion (line 6167) | class MouseRegion extends StatefulWidget { method createState (line 6335) | State createState() method debugFillProperties (line 6338) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _MouseRegionState (line 6353) | class _MouseRegionState extends State { method handleExit (line 6354) | void handleExit(PointerExitEvent event) method getHandleExit (line 6359) | PointerExitEventListener? getHandleExit() method build (line 6364) | Widget build(BuildContext context) class _RawMouseRegion (line 6369) | class _RawMouseRegion extends SingleChildRenderObjectWidget { method createRenderObject (line 6375) | RenderMouseRegion createRenderObject(BuildContext context) method updateRenderObject (line 6387) | void updateRenderObject(BuildContext context, RenderMouseRegion render... class RepaintBoundary (line 6449) | class RepaintBoundary extends SingleChildRenderObjectWidget { method wrapAll (line 6468) | List wrapAll(List widgets) method createRenderObject (line 6473) | RenderRepaintBoundary createRenderObject(BuildContext context) class IgnorePointer (line 6503) | class IgnorePointer extends SingleChildRenderObjectWidget { method createRenderObject (line 6530) | RenderIgnorePointer createRenderObject(BuildContext context) method updateRenderObject (line 6538) | void updateRenderObject(BuildContext context, RenderIgnorePointer rend... method debugFillProperties (line 6545) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class AbsorbPointer (line 6574) | class AbsorbPointer extends SingleChildRenderObjectWidget { method createRenderObject (line 6602) | RenderAbsorbPointer createRenderObject(BuildContext context) method updateRenderObject (line 6610) | void updateRenderObject(BuildContext context, RenderAbsorbPointer rend... method debugFillProperties (line 6617) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MetaData (line 6630) | class MetaData extends SingleChildRenderObjectWidget { method createRenderObject (line 6648) | RenderMetaData createRenderObject(BuildContext context) method updateRenderObject (line 6656) | void updateRenderObject(BuildContext context, RenderMetaData renderObj... method debugFillProperties (line 6663) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Semantics (line 6695) | @immutable method createRenderObject (line 6919) | RenderSemanticsAnnotations createRenderObject(BuildContext context) method _getTextDirection (line 6980) | TextDirection? _getTextDirection(BuildContext context) method updateRenderObject (line 6996) | void updateRenderObject(BuildContext context, RenderSemanticsAnnotatio... method debugFillProperties (line 7057) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class MergeSemantics (line 7103) | class MergeSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 7108) | RenderMergeSemantics createRenderObject(BuildContext context) class BlockSemantics (line 7123) | class BlockSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 7133) | RenderBlockSemantics createRenderObject(BuildContext context) method updateRenderObject (line 7136) | void updateRenderObject(BuildContext context, RenderBlockSemantics ren... method debugFillProperties (line 7141) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ExcludeSemantics (line 7160) | class ExcludeSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 7173) | RenderExcludeSemantics createRenderObject(BuildContext context) method updateRenderObject (line 7176) | void updateRenderObject(BuildContext context, RenderExcludeSemantics r... method debugFillProperties (line 7181) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class IndexedSemantics (line 7219) | class IndexedSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 7234) | RenderIndexedSemantics createRenderObject(BuildContext context) method updateRenderObject (line 7237) | void updateRenderObject(BuildContext context, RenderIndexedSemantics r... method debugFillProperties (line 7241) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class KeyedSubtree (line 7250) | class KeyedSubtree extends StatelessWidget { method ensureUniqueKeysForList (line 7271) | List ensureUniqueKeysForList(List items, { int baseInd... method build (line 7287) | Widget build(BuildContext context) class Builder (line 7371) | class Builder extends StatelessWidget { method build (line 7391) | Widget build(BuildContext context) type StatefulWidgetBuilder (line 7397) | typedef StatefulWidgetBuilder = Widget Function(BuildContext context, St... class StatefulBuilder (line 7443) | class StatefulBuilder extends StatefulWidget { method createState (line 7463) | State createState() class _StatefulBuilderState (line 7466) | class _StatefulBuilderState extends State { method build (line 7468) | Widget build(BuildContext context) class ColoredBox (line 7473) | class ColoredBox extends SingleChildRenderObjectWidget { method createRenderObject (line 7485) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 7490) | void updateRenderObject(BuildContext context, RenderObject renderObject) method debugFillProperties (line 7495) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _RenderColoredBox (line 7501) | class _RenderColoredBox extends RenderProxyBoxWithHitTestBehavior { method paint (line 7521) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/widgets/binding.dart class WidgetsBindingObserver (line 79) | abstract class WidgetsBindingObserver { method didPopRoute (line 95) | Future didPopRoute() method didPushRoute (line 106) | Future didPushRoute(String route) method didPushRouteInformation (line 120) | Future didPushRouteInformation(RouteInformation routeInformation) method didChangeMetrics (line 181) | void didChangeMetrics() method didChangeTextScaleFactor (line 234) | void didChangeTextScaleFactor() method didChangePlatformBrightness (line 240) | void didChangePlatformBrightness() method didChangeLocales (line 248) | void didChangeLocales(List? locales) method didChangeAppLifecycleState (line 257) | void didChangeAppLifecycleState(AppLifecycleState state) method didHaveMemoryPressure (line 263) | void didHaveMemoryPressure() method didChangeAccessibilityFeatures (line 270) | void didChangeAccessibilityFeatures() function initInstances (line 276) | void initInstances() function _debugAddStackFilters (line 299) | void _debugAddStackFilters() function initServiceExtensions (line 389) | void initServiceExtensions() function _forceRebuild (line 502) | Future _forceRebuild() function addObserver (line 545) | void addObserver(WidgetsBindingObserver observer) function removeObserver (line 555) | bool removeObserver(WidgetsBindingObserver observer) function handleMetricsChanged (line 558) | void handleMetricsChanged() function handleTextScaleFactorChanged (line 565) | void handleTextScaleFactorChanged() function handlePlatformBrightnessChanged (line 572) | void handlePlatformBrightnessChanged() function handleAccessibilityFeaturesChanged (line 579) | void handleAccessibilityFeaturesChanged() function handleLocaleChanged (line 592) | void handleLocaleChanged() function dispatchLocalesChanged (line 604) | void dispatchLocalesChanged(List? locales) function dispatchAccessibilityFeaturesChanged (line 617) | void dispatchAccessibilityFeaturesChanged() function handlePopRoute (line 637) | Future handlePopRoute() function handlePushRoute (line 657) | Future handlePushRoute(String route) function _handlePushRouteInformation (line 664) | Future _handlePushRouteInformation(Map routeArgu... function _handleNavigationInvocation (line 678) | Future _handleNavigationInvocation(MethodCall methodCall) function handleAppLifecycleStateChanged (line 691) | void handleAppLifecycleStateChanged(AppLifecycleState state) function handleMemoryPressure (line 698) | void handleMemoryPressure() function _handleBuildScheduled (line 742) | void _handleBuildScheduled() function drawFrame (line 848) | void drawFrame() function scheduleAttachRootWidget (line 922) | void scheduleAttachRootWidget(Widget rootWidget) function attachRootWidget (line 937) | void attachRootWidget(Widget rootWidget) function performReassemble (line 957) | Future performReassemble() function computePlatformResolvedLocale (line 1006) | Locale? computePlatformResolvedLocale(List supportedLocales) function runApp (line 1034) | void runApp(Widget app) function _debugDumpAppString (line 1040) | String _debugDumpAppString() function debugDumpApp (line 1054) | void debugDumpApp() class RenderObjectToWidgetAdapter (line 1067) | class RenderObjectToWidgetAdapter extends Render... method createElement (line 1089) | RenderObjectToWidgetElement createElement() method createRenderObject (line 1092) | RenderObjectWithChildMixin createRenderObject(BuildContext context) method updateRenderObject (line 1095) | void updateRenderObject(BuildContext context, RenderObject renderObject) method attachToRenderTree (line 1104) | RenderObjectToWidgetElement attachToRenderTree(BuildOwner owner, [ ... method toStringShort (line 1122) | String toStringShort() class RenderObjectToWidgetElement (line 1135) | class RenderObjectToWidgetElement extends RootRe... method visitChildren (line 1151) | void visitChildren(ElementVisitor visitor) method forgetChild (line 1157) | void forgetChild(Element child) method mount (line 1164) | void mount(Element? parent, Object? newSlot) method update (line 1172) | void update(RenderObjectToWidgetAdapter newWidget) method performRebuild (line 1183) | void performRebuild() method _rebuild (line 1196) | void _rebuild() method insertRenderObjectChild (line 1216) | void insertRenderObjectChild(RenderObject child, Object? slot) method moveRenderObjectChild (line 1223) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... method removeRenderObjectChild (line 1228) | void removeRenderObjectChild(RenderObject child, Object? slot) class WidgetsFlutterBinding (line 1237) | class WidgetsFlutterBinding extends BindingBase with GestureBinding, Sch... method ensureInitialized (line 1250) | WidgetsBinding ensureInitialized() FILE: packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart class BottomNavigationBarItem (line 21) | class BottomNavigationBarItem { FILE: packages/flutter/lib/src/widgets/color_filter.dart class ColorFiltered (line 32) | @immutable method createRenderObject (line 45) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 48) | void updateRenderObject(BuildContext context, RenderObject renderObject) method debugFillProperties (line 53) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ColorFilterRenderObject (line 59) | class _ColorFilterRenderObject extends RenderProxyBox { method paint (line 76) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/widgets/container.dart class DecoratedBox (line 55) | class DecoratedBox extends SingleChildRenderObjectWidget { method createRenderObject (line 78) | RenderDecoratedBox createRenderObject(BuildContext context) method updateRenderObject (line 87) | void updateRenderObject(BuildContext context, RenderDecoratedBox rende... method debugFillProperties (line 95) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Container (line 244) | class Container extends StatelessWidget { method build (line 383) | Widget build(BuildContext context) method debugFillProperties (line 440) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _DecorationClipper (line 457) | class _DecorationClipper extends CustomClipper { method getClip (line 468) | Path getClip(Size size) method shouldReclip (line 473) | bool shouldReclip(_DecorationClipper oldClipper) FILE: packages/flutter/lib/src/widgets/debug.dart type RebuildDirtyWidgetCallback (line 41) | typedef RebuildDirtyWidgetCallback = void Function(Element e, bool built... function _firstNonUniqueKey (line 113) | Key? _firstNonUniqueKey(Iterable widgets) function debugChildrenHaveDuplicateKeys (line 139) | bool debugChildrenHaveDuplicateKeys(Widget parent, Iterable chil... function debugItemsHaveDuplicateKeys (line 166) | bool debugItemsHaveDuplicateKeys(Iterable items) function debugCheckHasTable (line 190) | bool debugCheckHasTable(BuildContext context) function debugCheckHasMediaQuery (line 218) | bool debugCheckHasMediaQuery(BuildContext context) function debugCheckHasDirectionality (line 270) | bool debugCheckHasDirectionality(BuildContext context, { String? why, St... function debugWidgetBuilderValue (line 304) | void debugWidgetBuilderValue(Widget widget, Widget? built) function debugCheckHasWidgetsLocalizations (line 342) | bool debugCheckHasWidgetsLocalizations(BuildContext context) function debugCheckHasOverlay (line 381) | bool debugCheckHasOverlay(BuildContext context) function debugAssertAllWidgetVarsUnset (line 410) | bool debugAssertAllWidgetVarsUnset(String reason) FILE: packages/flutter/lib/src/widgets/default_text_editing_actions.dart class DefaultTextEditingActions (line 23) | class DefaultTextEditingActions extends Actions { class _DoNothingAndStopPropagationTextAction (line 79) | class _DoNothingAndStopPropagationTextAction extends TextEditingAction { method invoke (line 91) | Object? invoke(DeleteTextIntent intent, [BuildContext? context]) class _DeleteByWordTextAction (line 96) | class _DeleteByWordTextAction extends TextEditingAction { method invoke (line 302) | Object? invoke(SelectAllTextIntent intent, [BuildContext? context]) class _CopySelectionTextAction (line 307) | class _CopySelectionTextAction extends TextEditingAction { method invoke (line 323) | Object? invoke(PasteTextIntent intent, [BuildContext? context]) FILE: packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart class DefaultTextEditingShortcuts (line 150) | class DefaultTextEditingShortcuts extends Shortcuts { FILE: packages/flutter/lib/src/widgets/desktop_text_selection_toolbar_layout_delegate.dart class DesktopTextSelectionToolbarLayoutDelegate (line 19) | class DesktopTextSelectionToolbarLayoutDelegate extends SingleChildLayou... method getConstraintsForChild (line 31) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 36) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 48) | bool shouldRelayout(DesktopTextSelectionToolbarLayoutDelegate oldDeleg... FILE: packages/flutter/lib/src/widgets/dismissible.dart type DismissDirectionCallback (line 25) | typedef DismissDirectionCallback = void Function(DismissDirection direct... type ConfirmDismissCallback (line 31) | typedef ConfirmDismissCallback = Future Function(DismissDirection... type DismissDirection (line 34) | enum DismissDirection { class Dismissible (line 85) | class Dismissible extends StatefulWidget { method createState (line 209) | State createState() class _DismissibleClipper (line 212) | class _DismissibleClipper extends CustomClipper { method getClip (line 224) | Rect getClip(Size size) method getApproximateClipRect (line 241) | Rect getApproximateClipRect(Size size) method shouldReclip (line 244) | bool shouldReclip(_DismissibleClipper oldClipper) type _FlingGestureKind (line 250) | enum _FlingGestureKind { none, forward, reverse } class _DismissibleState (line 252) | class _DismissibleState extends State with TickerProviderSt... method initState (line 254) | void initState() method dispose (line 276) | void dispose() method _extentToDirection (line 288) | DismissDirection _extentToDirection(double extent) method _handleDragStart (line 313) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 329) | void _handleDragUpdate(DragUpdateDetails details) method _updateMoveAnimation (line 391) | void _updateMoveAnimation() method _describeFlingGesture (line 403) | _FlingGestureKind _describeFlingGesture(Velocity velocity) method _handleDragEnd (line 434) | void _handleDragEnd(DragEndDetails details) method _handleDismissStatusChanged (line 472) | Future _handleDismissStatusChanged(AnimationStatus status) method _handleMoveCompleted (line 481) | Future _handleMoveCompleted() method _confirmStartResizeAnimation (line 495) | Future _confirmStartResizeAnimation() method _startResizeAnimation (line 508) | void _startResizeAnimation() method _handleResizeProgressChanged (line 538) | void _handleResizeProgressChanged() method build (line 547) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/disposable_build_context.dart class DisposableBuildContext (line 22) | @optionalTypeArgs method _debugValidate (line 54) | bool _debugValidate() method dispose (line 69) | void dispose() FILE: packages/flutter/lib/src/widgets/drag_target.dart type DragTargetWillAccept (line 18) | typedef DragTargetWillAccept = bool Function(T? data); type DragTargetAccept (line 23) | typedef DragTargetAccept = void Function(T data); type DragTargetAcceptWithDetails (line 28) | typedef DragTargetAcceptWithDetails = void Function(DragTargetDetails... type DragTargetBuilder (line 38) | typedef DragTargetBuilder = Widget Function(BuildContext context, Lis... type DragUpdateCallback (line 43) | typedef DragUpdateCallback = void Function(DragUpdateDetails details); type DraggableCanceledCallback (line 48) | typedef DraggableCanceledCallback = void Function(Velocity velocity, Off... type DragEndCallback (line 57) | typedef DragEndCallback = void Function(DraggableDetails details); type DragTargetLeave (line 62) | typedef DragTargetLeave = void Function(T? data); type DragTargetMove (line 67) | typedef DragTargetMove = void Function(DragTargetDetails details); type DragAnchorStrategy (line 80) | typedef DragAnchorStrategy = Offset Function(Draggable draggable... function childDragAnchorStrategy (line 93) | Offset childDragAnchorStrategy(Draggable draggable, BuildContext... function pointerDragAnchorStrategy (line 117) | Offset pointerDragAnchorStrategy(Draggable draggable, BuildConte... type DragAnchor (line 124) | @Deprecated( class Draggable (line 180) | class Draggable extends StatefulWidget { method createRecognizer (line 400) | MultiDragGestureRecognizer createRecognizer(GestureMultiDragStartCallb... method createState (line 412) | State> createState() class LongPressDraggable (line 421) | class LongPressDraggable extends Draggable { method createRecognizer (line 479) | DelayedMultiDragGestureRecognizer createRecognizer(GestureMultiDragSta... class _DraggableState (line 490) | class _DraggableState extends State> { method initState (line 492) | void initState() method dispose (line 498) | void dispose() method _disposeRecognizerIfInactive (line 515) | void _disposeRecognizerIfInactive() method _routePointer (line 522) | void _routePointer(PointerDownEvent event) method _startDrag (line 528) | _DragAvatar? _startDrag(Offset position) method build (line 588) | Widget build(BuildContext context) class DraggableDetails (line 608) | class DraggableDetails { class DragTargetDetails (line 634) | class DragTargetDetails { class DragTarget (line 660) | class DragTarget extends StatefulWidget { method createState (line 715) | State> createState() function _mapAvatarsToData (line 718) | List _mapAvatarsToData(List<_DragAvatar> a... class _DragTargetState (line 722) | class _DragTargetState extends State> { method isExpectedDataType (line 730) | bool isExpectedDataType(Object? data, Type type) method didEnter (line 736) | bool didEnter(_DragAvatar avatar) method didLeave (line 752) | void didLeave(_DragAvatar avatar) method didDrop (line 763) | void didDrop(_DragAvatar avatar) method didMove (line 774) | void didMove(_DragAvatar avatar) method build (line 781) | Widget build(BuildContext context) type _DragEndKind (line 791) | enum _DragEndKind { dropped, canceled } type _OnDragEnd (line 792) | typedef _OnDragEnd = void Function(Velocity velocity, Offset offset, boo... class _DragAvatar (line 798) | class _DragAvatar extends Drag { method update (line 837) | void update(DragUpdateDetails details) method end (line 847) | void end(DragEndDetails details) method cancel (line 853) | void cancel() method updateDrag (line 857) | void updateDrag(Offset globalPosition) method _getDragTargets (line 908) | Iterable<_DragTargetState> _getDragTargets(Iterable createState() class DraggableScrollableNotification (line 226) | class DraggableScrollableNotification extends Notification with Viewport... method debugFillDescription (line 270) | void debugFillDescription(List description) class _DraggableSheetExtent (line 287) | class _DraggableSheetExtent { method addPixelDelta (line 339) | void addPixelDelta(double delta, BuildContext context) method updateExtent (line 348) | void updateExtent(double newExtent, BuildContext context) method pixelsToExtent (line 359) | double pixelsToExtent(double pixels) method extentToPixels (line 363) | double extentToPixels(double extent) method dispose (line 367) | void dispose() method copyWith (line 371) | _DraggableSheetExtent copyWith({ class _DraggableScrollableSheetState (line 395) | class _DraggableScrollableSheetState extends State _impliedSnapSizes() method didUpdateWidget (line 438) | void didUpdateWidget(covariant DraggableScrollableSheet oldWidget) method didChangeDependencies (line 444) | void didChangeDependencies() method _setExtent (line 462) | void _setExtent() method build (line 469) | Widget build(BuildContext context) method dispose (line 484) | void dispose() method _replaceExtent (line 490) | void _replaceExtent() method _snapSizeErrorMessage (line 514) | String _snapSizeErrorMessage(int invalidIndex) class _DraggableScrollableSheetScrollController (line 543) | class _DraggableScrollableSheetScrollController extends ScrollController { method createScrollPosition (line 557) | _DraggableScrollableSheetScrollPosition createScrollPosition( method debugFillDescription (line 571) | void debugFillDescription(List description) class _DraggableScrollableSheetScrollPosition (line 593) | class _DraggableScrollableSheetScrollPosition method beginActivity (line 620) | void beginActivity(ScrollActivity? newActivity) method applyContentDimensions (line 627) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... method applyUserOffset (line 638) | void applyUserOffset(double delta) method dispose (line 659) | void dispose() method goBallistic (line 666) | void goBallistic(double velocity) method _tick (line 704) | void _tick() method drag (line 731) | Drag drag(DragStartDetails details, VoidCallback dragCancelCallback) class DraggableScrollableActuator (line 745) | class DraggableScrollableActuator extends StatelessWidget { method reset (line 769) | bool reset(BuildContext context) method build (line 778) | Widget build(BuildContext context) class _ResetNotifier (line 785) | class _ResetNotifier extends ChangeNotifier { method sendReset (line 794) | bool sendReset() class _InheritedResetNotifier (line 804) | class _InheritedResetNotifier extends InheritedNotifier<_ResetNotifier> { method _sendReset (line 815) | bool _sendReset() method shouldReset (line 821) | bool shouldReset(BuildContext context) class _SnappingSimulation (line 834) | class _SnappingSimulation extends Simulation { method dx (line 861) | double dx(double time) method isDone (line 869) | bool isDone(double time) method x (line 874) | double x(double time) method _getSnapSize (line 887) | double _getSnapSize(double initialVelocity, List pixelSnapSizes) FILE: packages/flutter/lib/src/widgets/dual_transition_builder.dart type AnimatedTransitionBuilder (line 14) | typedef AnimatedTransitionBuilder = Widget Function( class DualTransitionBuilder (line 33) | class DualTransitionBuilder extends StatefulWidget { method createState (line 93) | State createState() class _DualTransitionBuilderState (line 96) | class _DualTransitionBuilderState extends State { method initState (line 102) | void initState() method _animationListener (line 109) | void _animationListener(AnimationStatus animationStatus) method didUpdateWidget (line 121) | void didUpdateWidget(DualTransitionBuilder oldWidget) method _calculateEffectiveAnimationStatus (line 134) | AnimationStatus _calculateEffectiveAnimationStatus({ method _updateAnimations (line 165) | void _updateAnimations() method dispose (line 181) | void dispose() method build (line 187) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/editable_text.dart type SelectionChangedCallback (line 40) | typedef SelectionChangedCallback = void Function(TextSelection selection... type AppPrivateCommandCallback (line 43) | typedef AppPrivateCommandCallback = void Function(String, Map { method buildTextSpan (line 158) | TextSpan buildTextSpan({required BuildContext context, TextStyle? styl... method clear (line 217) | void clear() method clearComposing (line 231) | void clearComposing() method isSelectionWithinTextBounds (line 236) | bool isSelectionWithinTextBounds(TextSelection selection) method _isSelectionWithinComposingRange (line 241) | bool _isSelectionWithinComposingRange(TextSelection selection) class ToolbarOptions (line 255) | class ToolbarOptions { class EditableText (line 374) | class EditableText extends StatefulWidget { method _inferKeyboardType (line 1282) | TextInputType _inferKeyboardType({ method createState (line 1425) | EditableTextState createState() method debugFillProperties (line 1428) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class EditableTextState (line 1456) | class EditableTextState extends State with AutomaticKeepAl... method _onChangedClipboardStatus (line 1531) | void _onChangedClipboardStatus() method debugAssertLayoutUpToDate (line 1552) | void debugAssertLayoutUpToDate() method setSelection (line 1556) | void setSelection(TextSelection nextSelection, SelectionChangedCause c... method setTextEditingValue (line 1581) | void setTextEditingValue(TextEditingValue newValue, SelectionChangedCa... method copySelection (line 1591) | void copySelection(SelectionChangedCause cause) method cutSelection (line 1620) | void cutSelection(SelectionChangedCause cause) method pasteText (line 1630) | Future pasteText(SelectionChangedCause cause) method selectAll (line 1640) | void selectAll(SelectionChangedCause cause) method _handleSelectionChange (line 1649) | void _handleSelectionChange( method initState (line 1667) | void initState() method didChangeDependencies (line 1678) | void didChangeDependencies() method didUpdateWidget (line 1699) | void didUpdateWidget(EditableText oldWidget) method dispose (line 1761) | void dispose() method updateEditingValue (line 1799) | void updateEditingValue(TextEditingValue value) method performAction (line 1855) | void performAction(TextInputAction action) method performPrivateCommand (line 1886) | void performPrivateCommand(String action, Map data) method updateFloatingCursor (line 1909) | void updateFloatingCursor(RawFloatingCursorPoint point) method _onFloatingCursorResetTick (line 1945) | void _onFloatingCursorResetTick() method _finalizeEditing (line 1966) | void _finalizeEditing(TextInputAction action, {required bool shouldUnf... method beginBatchEdit (line 2049) | void beginBatchEdit() method endBatchEdit (line 2058) | void endBatchEdit() method _updateRemoteEditingValueIfNeeded (line 2067) | void _updateRemoteEditingValueIfNeeded() method _getOffsetToRevealCaret (line 2094) | RevealedOffset _getOffsetToRevealCaret(Rect rect) method _openInputConnection (line 2143) | void _openInputConnection() method _closeInputConnectionIfNeeded (line 2187) | void _closeInputConnectionIfNeeded() method _openOrCloseInputConnectionIfNeeded (line 2195) | void _openOrCloseInputConnectionIfNeeded() method _scheduleRestartConnection (line 2205) | void _scheduleRestartConnection() method _restartConnectionIfNeeded (line 2217) | void _restartConnectionIfNeeded() method connectionClosed (line 2246) | void connectionClosed() method requestKeyboard (line 2262) | void requestKeyboard() method _updateOrDisposeSelectionOverlayIfNeeded (line 2270) | void _updateOrDisposeSelectionOverlayIfNeeded() method _updateSelectionOverlayForScroll (line 2281) | void _updateSelectionOverlayForScroll() method _handleSelectionChanged (line 2286) | void _handleSelectionChanged(TextSelection selection, SelectionChanged... method _handleCaretChanged (line 2345) | void _handleCaretChanged(Rect caretRect) method _scheduleShowCaretOnScreen (line 2355) | void _scheduleShowCaretOnScreen() method didChangeMetrics (line 2412) | void didChangeMetrics() method _formatAndSetValue (line 2425) | void _formatAndSetValue(TextEditingValue value, SelectionChangedCause?... method _onCursorColorTick (line 2484) | void _onCursorColorTick() method _cursorTick (line 2507) | void _cursorTick(Timer timer) method _cursorWaitForStart (line 2530) | void _cursorWaitForStart(Timer timer) method _startCursorTimer (line 2537) | void _startCursorTimer() method _stopCursorTimer (line 2550) | void _stopCursorTimer({ bool resetCharTicks = true }) method _startOrStopCursorTimerIfNeeded (line 2565) | void _startOrStopCursorTimerIfNeeded() method _didChangeTextEditingValue (line 2572) | void _didChangeTextEditingValue() method _handleFocusChanged (line 2581) | void _handleFocusChanged() method _updateSizeAndTransform (line 2603) | void _updateSizeAndTransform() method _updateComposingRectIfNeeded (line 2618) | void _updateComposingRectIfNeeded() method _updateCaretRectIfNeeded (line 2636) | void _updateCaretRectIfNeeded() method userUpdateTextEditingValue (line 2667) | void userUpdateTextEditingValue(TextEditingValue value, SelectionChang... method bringIntoView (line 2680) | void bringIntoView(TextPosition position) method showToolbar (line 2692) | bool showToolbar() method hideToolbar (line 2710) | void hideToolbar([bool hideHandles = true]) method toggleToolbar (line 2721) | void toggleToolbar() method autofill (line 2764) | void autofill(TextEditingValue value) method showAutocorrectionPromptRect (line 2770) | void showAutocorrectionPromptRect(int start, int end) method _semanticsOnCopy (line 2776) | VoidCallback? _semanticsOnCopy(TextSelectionControls? controls) method _semanticsOnCut (line 2782) | VoidCallback? _semanticsOnCut(TextSelectionControls? controls) method _semanticsOnPaste (line 2788) | VoidCallback? _semanticsOnPaste(TextSelectionControls? controls) method build (line 2795) | Widget build(BuildContext context) method buildTextSpan (line 2883) | TextSpan buildTextSpan() class _Editable (line 2907) | class _Editable extends MultiChildRenderObjectWidget { method _extractChildren (line 2959) | List _extractChildren(InlineSpan span) method createRenderObject (line 3015) | RenderEditable createRenderObject(BuildContext context) method updateRenderObject (line 3060) | void updateRenderObject(BuildContext context, RenderEditable renderObj... FILE: packages/flutter/lib/src/widgets/fade_in_image.dart class FadeInImage (line 63) | class FadeInImage extends StatefulWidget { method createState (line 358) | State createState() class _FadeInImageState (line 361) | class _FadeInImageState extends State { method _resetAnimations (line 370) | void _resetAnimations() method _image (line 375) | Image _image({ method build (line 399) | Widget build(BuildContext context) class _AnimatedFadeOutFadeIn (line 440) | class _AnimatedFadeOutFadeIn extends ImplicitlyAnimatedWidget { method createState (line 472) | _AnimatedFadeOutFadeInState createState() class _AnimatedFadeOutFadeInState (line 475) | class _AnimatedFadeOutFadeInState extends ImplicitlyAnimatedWidgetState<... method forEachTween (line 482) | void forEachTween(TweenVisitor visitor) method didUpdateTweens (line 496) | void didUpdateTweens() method _isValid (line 533) | bool _isValid(Tween tween) method build (line 538) | Widget build(BuildContext context) method debugFillProperties (line 557) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/focus_manager.dart function _focusDebug (line 25) | bool _focusDebug(String message, [Iterable? details]) type KeyEventResult (line 40) | enum KeyEventResult { function combineKeyEventResults (line 63) | KeyEventResult combineKeyEventResults(Iterable results) type FocusOnKeyCallback (line 88) | typedef FocusOnKeyCallback = KeyEventResult Function(FocusNode node, Raw... type FocusOnKeyEventCallback (line 97) | typedef FocusOnKeyEventCallback = KeyEventResult Function(FocusNode node... class _Autofocus (line 100) | @immutable method applyIfValid (line 115) | void applyIfValid(FocusManager manager) class FocusAttachment (line 151) | class FocusAttachment { method detach (line 171) | void detach() method reparent (line 210) | void reparent({FocusNode? parent}) type UnfocusDisposition (line 227) | enum UnfocusDisposition { class FocusNode (line 394) | class FocusNode with DiagnosticableTreeMixin, ChangeNotifier { method unfocus (line 784) | void unfocus({ method consumeKeyboardToken (line 843) | bool consumeKeyboardToken() method _markNextFocus (line 856) | void _markNextFocus(FocusNode newFocus) method _removeChild (line 872) | void _removeChild(FocusNode node, {bool removeScopeFocus = true}) method _updateManager (line 891) | void _updateManager(FocusManager? manager) method _reparent (line 901) | void _reparent(FocusNode child) method attach (line 949) | FocusAttachment attach( method dispose (line 962) | void dispose() method _notify (line 969) | void _notify() method requestFocus (line 999) | void requestFocus([FocusNode? node]) method _doRequestFocus (line 1012) | void _doRequestFocus({required bool findFirstFocus}) method _setAsFocusedChildForScope (line 1057) | void _setAsFocusedChildForScope() method nextFocus (line 1075) | bool nextFocus() method previousFocus (line 1081) | bool previousFocus() method focusInDirection (line 1087) | bool focusInDirection(TraversalDirection direction) method debugFillProperties (line 1090) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 1100) | List debugDescribeChildren() method toStringShort (line 1108) | String toStringShort() class FocusScopeNode (line 1144) | class FocusScopeNode extends FocusNode { method setFirstFocus (line 1192) | void setFirstFocus(FocusScopeNode scope) method autofocus (line 1217) | void autofocus(FocusNode node) method _doRequestFocus (line 1231) | void _doRequestFocus({required bool findFirstFocus}) method debugFillProperties (line 1254) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type FocusHighlightMode (line 1268) | enum FocusHighlightMode { type FocusHighlightStrategy (line 1288) | enum FocusHighlightStrategy { class FocusManager (line 1347) | class FocusManager with DiagnosticableTreeMixin, ChangeNotifier { method registerGlobalHandlers (line 1371) | void registerGlobalHandlers() method dispose (line 1378) | void dispose() method _updateHighlightMode (line 1464) | void _updateHighlightMode() method addHighlightModeListener (line 1503) | void addHighlightModeListener(ValueChanged listener) method removeHighlightModeListener (line 1507) | void removeHighlightModeListener(ValueChanged list... method _notifyHighlightModeListeners (line 1510) | void _notifyHighlightModeListeners() method _handlePointerEvent (line 1549) | void _handlePointerEvent(PointerEvent event) method _handleKeyMessage (line 1569) | bool _handleKeyMessage(KeyMessage message) method _markDetached (line 1631) | void _markDetached(FocusNode node) method _markPropertiesChanged (line 1641) | void _markPropertiesChanged(FocusNode node) method _markNextFocus (line 1647) | void _markNextFocus(FocusNode node) method _markNeedsUpdate (line 1666) | void _markNeedsUpdate() method _applyFocusChange (line 1675) | void _applyFocusChange() method debugDescribeChildren (line 1730) | List debugDescribeChildren() method debugFillProperties (line 1737) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function debugDescribeFocusTree (line 1756) | String debugDescribeFocusTree() function debugDumpFocusTree (line 1770) | void debugDumpFocusTree() FILE: packages/flutter/lib/src/widgets/focus_scope.dart class Focus (line 110) | class Focus extends StatefulWidget { method of (line 336) | FocusNode of(BuildContext context, { bool scopeOk = false }) method maybeOf (line 388) | FocusNode? maybeOf(BuildContext context, { bool scopeOk = false }) method isAt (line 414) | bool isAt(BuildContext context) method debugFillProperties (line 417) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method createState (line 427) | State createState() class _FocusWithExternalFocusNode (line 432) | class _FocusWithExternalFocusNode extends Focus { class _FocusState (line 465) | class _FocusState extends State { method initState (line 475) | void initState() method _initNode (line 480) | void _initNode() method _createNode (line 505) | FocusNode _createNode() method dispose (line 515) | void dispose() method didChangeDependencies (line 528) | void didChangeDependencies() method _handleAutofocus (line 534) | void _handleAutofocus() method deactivate (line 542) | void deactivate() method didUpdateWidget (line 555) | void didUpdateWidget(Focus oldWidget) method _handleFocusChanged (line 594) | void _handleFocusChanged() method build (line 619) | Widget build(BuildContext context) class FocusScope (line 696) | class FocusScope extends Focus { method of (line 746) | FocusScopeNode of(BuildContext context) method createState (line 753) | State createState() class _FocusScopeWithExternalFocusNode (line 758) | class _FocusScopeWithExternalFocusNode extends FocusScope { class _FocusScopeState (line 790) | class _FocusScopeState extends _FocusState { method _createNode (line 792) | FocusScopeNode _createNode() method build (line 801) | Widget build(BuildContext context) class _FocusMarker (line 814) | class _FocusMarker extends InheritedNotifier { class ExcludeFocus (line 835) | class ExcludeFocus extends StatelessWidget { method build (line 876) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/focus_traversal.dart function _getAncestor (line 22) | BuildContext? _getAncestor(BuildContext context, {int count = 1}) function _focusAndEnsureVisible (line 35) | void _focusAndEnsureVisible( class _FocusTraversalGroupInfo (line 45) | class _FocusTraversalGroupInfo { type TraversalDirection (line 64) | enum TraversalDirection { class FocusTraversalPolicy (line 114) | @immutable method findFirstFocus (line 139) | FocusNode? findFirstFocus(FocusNode currentNode) method findLastFocus (line 160) | FocusNode findLastFocus(FocusNode currentNode) method _findInitialFocus (line 162) | FocusNode _findInitialFocus(FocusNode currentNode, {bool fromEnd = fal... method findFirstFocusInDirection (line 189) | FocusNode? findFirstFocusInDirection(FocusNode currentNode, TraversalD... method invalidateScopeData (line 201) | void invalidateScopeData(FocusScopeNode node) method changedScope (line 211) | void changedScope({FocusNode? node, FocusScopeNode? oldScope}) method next (line 223) | bool next(FocusNode currentNode) method previous (line 235) | bool previous(FocusNode currentNode) method inDirection (line 247) | bool inDirection(FocusNode currentNode, TraversalDirection direction) method sortDescendants (line 273) | Iterable sortDescendants(Iterable descendants, F... method _getMarker (line 275) | _FocusTraversalGroupMarker? _getMarker(BuildContext? context) method _sortAllDescendants (line 281) | List _sortAllDescendants(FocusScopeNode scope, FocusNode cu... method visitGroups (line 326) | void visitGroups(_FocusTraversalGroupInfo info) method _moveFocus (line 376) | bool _moveFocus(FocusNode currentNode, {required bool forward}) class _DirectionalPolicyDataEntry (line 419) | class _DirectionalPolicyDataEntry { class _DirectionalPolicyData (line 428) | class _DirectionalPolicyData { function invalidateScopeData (line 469) | void invalidateScopeData(FocusScopeNode node) function changedScope (line 475) | void changedScope({FocusNode? node, FocusScopeNode? oldScope}) function findFirstFocusInDirection (line 485) | FocusNode? findFirstFocusInDirection(FocusNode currentNode, TraversalDir... function _sortAndFindInitial (line 504) | FocusNode? _sortAndFindInitial(FocusNode currentNode, {required bool ver... function _sortAndFilterHorizontally (line 538) | Iterable? _sortAndFilterHorizontally( function _sortAndFilterVertically (line 566) | Iterable? _sortAndFilterVertically( function _popPolicyDataIfNeeded (line 590) | bool _popPolicyDataIfNeeded(TraversalDirection direction, FocusScopeNode... function popOrInvalidate (line 604) | bool popOrInvalidate(TraversalDirection direction) function _pushPolicyData (line 668) | void _pushPolicyData(TraversalDirection direction, FocusScopeNode neares... function inDirection (line 697) | bool inDirection(FocusNode currentNode, TraversalDirection direction) class WidgetOrderTraversalPolicy (line 836) | class WidgetOrderTraversalPolicy extends FocusTraversalPolicy with Direc... method sortDescendants (line 838) | Iterable sortDescendants(Iterable descendants, F... class _ReadingOrderSortData (line 849) | class _ReadingOrderSortData with Diagnosticable { method _findDirectionality (line 861) | TextDirection? _findDirectionality(BuildContext context) method commonDirectionalityOf (line 866) | TextDirection? commonDirectionalityOf(List<_ReadingOrderSortData> list) method sortWithDirectionality (line 886) | void sortWithDirectionality(List<_ReadingOrderSortData> list, TextDire... method getDirectionalityAncestors (line 900) | List getDirectionalityAncestors(BuildContext context) method debugFillProperties (line 917) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ReadingOrderDirectionalGroupData (line 927) | class _ReadingOrderDirectionalGroupData with Diagnosticable { method sortWithDirectionality (line 957) | void sortWithDirectionality(List<_ReadingOrderDirectionalGroupData> li... method debugFillProperties (line 969) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ReadingOrderTraversalPolicy (line 1004) | class ReadingOrderTraversalPolicy extends FocusTraversalPolicy with Dire... method _collectDirectionalityGroups (line 1008) | List<_ReadingOrderDirectionalGroupData> _collectDirectionalityGroups(I... method _pickNext (line 1035) | _ReadingOrderSortData _pickNext(List<_ReadingOrderSortData> candidates) method inBand (line 1041) | List<_ReadingOrderSortData> inBand(_ReadingOrderSortData current, Iter... method sortDescendants (line 1088) | Iterable sortDescendants(Iterable descendants, F... class FocusOrder (line 1144) | @immutable method compareTo (line 1163) | int compareTo(FocusOrder other) method doCompare (line 1182) | int doCompare(covariant FocusOrder other) class NumericFocusOrder (line 1195) | class NumericFocusOrder extends FocusOrder { method doCompare (line 1209) | int doCompare(NumericFocusOrder other) method debugFillProperties (line 1212) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LexicalFocusOrder (line 1232) | class LexicalFocusOrder extends FocusOrder { method doCompare (line 1246) | int doCompare(LexicalFocusOrder other) method debugFillProperties (line 1249) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _OrderedFocusInfo (line 1256) | class _OrderedFocusInfo { class OrderedTraversalPolicy (line 1292) | class OrderedTraversalPolicy extends FocusTraversalPolicy with Direction... method sortDescendants (line 1312) | Iterable sortDescendants(Iterable descendants, F... class FocusTraversalOrder (line 1346) | class FocusTraversalOrder extends InheritedWidget { method of (line 1362) | FocusOrder of(BuildContext context) method maybeOf (line 1388) | FocusOrder? maybeOf(BuildContext context) method updateShouldNotify (line 1397) | bool updateShouldNotify(InheritedWidget oldWidget) method debugFillProperties (line 1400) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class FocusTraversalGroup (line 1442) | class FocusTraversalGroup extends StatefulWidget { method of (line 1493) | FocusTraversalPolicy of(BuildContext context) method maybeOf (line 1528) | FocusTraversalPolicy? maybeOf(BuildContext context) method createState (line 1535) | State createState() method debugFillProperties (line 1538) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _FocusTraversalGroupState (line 1544) | class _FocusTraversalGroupState extends State { method initState (line 1551) | void initState() method dispose (line 1561) | void dispose() method build (line 1567) | Widget build(BuildContext context) class _FocusTraversalGroupMarker (line 1584) | class _FocusTraversalGroupMarker extends InheritedWidget { method updateShouldNotify (line 1597) | bool updateShouldNotify(InheritedWidget oldWidget) class RequestFocusIntent (line 1602) | class RequestFocusIntent extends Intent { class RequestFocusAction (line 1637) | class RequestFocusAction extends Action { method invoke (line 1639) | void invoke(RequestFocusIntent intent) class NextFocusIntent (line 1648) | class NextFocusIntent extends Intent { class NextFocusAction (line 1660) | class NextFocusAction extends Action { method invoke (line 1662) | void invoke(NextFocusIntent intent) class PreviousFocusIntent (line 1671) | class PreviousFocusIntent extends Intent { class PreviousFocusAction (line 1684) | class PreviousFocusAction extends Action { method invoke (line 1686) | void invoke(PreviousFocusIntent intent) class DirectionalFocusIntent (line 1700) | class DirectionalFocusIntent extends Intent { class DirectionalFocusAction (line 1724) | class DirectionalFocusAction extends Action { method invoke (line 1726) | void invoke(DirectionalFocusIntent intent) FILE: packages/flutter/lib/src/widgets/form.dart class Form (line 36) | class Form extends StatefulWidget { method of (line 71) | FormState? of(BuildContext context) method createState (line 117) | FormState createState() class FormState (line 126) | class FormState extends State
{ method _fieldDidChange (line 133) | void _fieldDidChange() method _forceRebuild (line 141) | void _forceRebuild() method _register (line 147) | void _register(FormFieldState field) method _unregister (line 151) | void _unregister(FormFieldState field) method build (line 156) | Widget build(BuildContext context) method save (line 181) | void save() method reset (line 193) | void reset() method validate (line 204) | bool validate() method _validate (line 210) | bool _validate() class _FormScope (line 218) | class _FormScope extends InheritedWidget { method updateShouldNotify (line 238) | bool updateShouldNotify(_FormScope old) type FormFieldValidator (line 247) | typedef FormFieldValidator = String? Function(T? value); type FormFieldSetter (line 252) | typedef FormFieldSetter = void Function(T? newValue); type FormFieldBuilder (line 257) | typedef FormFieldBuilder = Widget Function(FormFieldState field); class FormField (line 280) | class FormField extends StatefulWidget { method createState (line 382) | FormFieldState createState() class FormFieldState (line 387) | class FormFieldState extends State> with RestorationMixin { method save (line 414) | void save() method reset (line 419) | void reset() method validate (line 435) | bool validate() method _validate (line 442) | void _validate() method didChange (line 453) | void didChange(T? value) method setValue (line 469) | void setValue(T? value) method restoreState (line 477) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method deactivate (line 483) | void deactivate() method build (line 489) | Widget build(BuildContext context) type AutovalidateMode (line 510) | enum AutovalidateMode { FILE: packages/flutter/lib/src/widgets/framework.dart class UniqueKey (line 46) | class UniqueKey extends LocalKey { method toString (line 56) | String toString() class ObjectKey (line 69) | class ObjectKey extends LocalKey { method toString (line 88) | String toString() class GlobalKey (line 137) | @optionalTypeArgs class LabeledGlobalKey (line 187) | @optionalTypeArgs method toString (line 198) | String toString() class GlobalObjectKey (line 228) | @optionalTypeArgs method toString (line 248) | String toString() class Widget (line 295) | @immutable method createElement (line 333) | Element createElement() method toStringShort (line 337) | String toStringShort() method debugFillProperties (line 343) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method canUpdate (line 366) | bool canUpdate(Widget oldWidget, Widget newWidget) method _debugConcreteSubtype (line 375) | int _debugConcreteSubtype(Widget widget) class StatelessWidget (line 492) | abstract class StatelessWidget extends Widget { method createElement (line 500) | StatelessElement createElement() method build (line 541) | Widget build(BuildContext context) class StatefulWidget (line 729) | abstract class StatefulWidget extends Widget { method createElement (line 737) | StatefulElement createElement() method createState (line 758) | State createState() type _StateLifecycle (line 762) | enum _StateLifecycle { type StateSetter (line 781) | typedef StateSetter = void Function(VoidCallback fn); class State (line 872) | @optionalTypeArgs method _debugTypesAreRight (line 894) | bool _debugTypesAreRight(Widget widget) method initState (line 964) | void initState() method didUpdateWidget (line 988) | void didUpdateWidget(covariant T oldWidget) method reassemble (line 1003) | void reassemble() method setState (line 1048) | void setState(VoidCallback fn) method deactivate (line 1139) | void deactivate() method activate (line 1173) | void activate() method dispose (line 1196) | void dispose() method build (line 1308) | Widget build(BuildContext context) method didChangeDependencies (line 1326) | void didChangeDependencies() method debugFillProperties (line 1329) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ProxyWidget (line 1358) | abstract class ProxyWidget extends Widget { class ParentDataWidget (line 1423) | abstract class ParentDataWidget extends ProxyWidget { method createElement (line 1430) | ParentDataElement createElement() method debugIsValidRenderObject (line 1441) | bool debugIsValidRenderObject(RenderObject renderObject) method _debugDescribeIncorrectParentDataType (line 1454) | Iterable _debugDescribeIncorrectParentDataType({ method applyParentData (line 1508) | void applyParentData(RenderObject renderObject) method debugCanApplyOutOfTurn (line 1521) | bool debugCanApplyOutOfTurn() class InheritedWidget (line 1652) | abstract class InheritedWidget extends ProxyWidget { method createElement (line 1659) | InheritedElement createElement() method updateShouldNotify (line 1674) | bool updateShouldNotify(covariant InheritedWidget oldWidget) class RenderObjectWidget (line 1680) | abstract class RenderObjectWidget extends Widget { method createElement (line 1688) | RenderObjectElement createElement() method createRenderObject (line 1701) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1713) | void updateRenderObject(BuildContext context, covariant RenderObject r... method didUnmountRenderObject (line 1719) | void didUnmountRenderObject(covariant RenderObject renderObject) class LeafRenderObjectWidget (line 1724) | abstract class LeafRenderObjectWidget extends RenderObjectWidget { method createElement (line 1730) | LeafRenderObjectElement createElement() class SingleChildRenderObjectWidget (line 1741) | abstract class SingleChildRenderObjectWidget extends RenderObjectWidget { method createElement (line 1752) | SingleChildRenderObjectElement createElement() class MultiChildRenderObjectWidget (line 1771) | abstract class MultiChildRenderObjectWidget extends RenderObjectWidget { method createElement (line 1853) | MultiChildRenderObjectElement createElement() type _ElementLifecycle (line 1859) | enum _ElementLifecycle { class _InactiveElements (line 1866) | class _InactiveElements { method _unmount (line 1870) | void _unmount(Element element) method _unmountAll (line 1887) | void _unmountAll() method _deactivateRecursively (line 1899) | void _deactivateRecursively(Element element) method add (line 1910) | void add(Element element) method remove (line 1919) | void remove(Element element) method debugContains (line 1927) | bool debugContains(Element element) type ElementVisitor (line 1943) | typedef ElementVisitor = void Function(Element element); class BuildContext (line 2027) | abstract class BuildContext { method findRenderObject (line 2075) | RenderObject? findRenderObject() method dependOnInheritedElement (line 2109) | InheritedWidget dependOnInheritedElement(InheritedElement ancestor, { ... method dependOnInheritedWidgetOfExactType (line 2150) | T? dependOnInheritedWidgetOfExactType({ Obj... method getElementForInheritedWidgetOfExactType (line 2168) | InheritedElement? getElementForInheritedWidgetOfExactType() method findAncestorStateOfType (line 2227) | T? findAncestorStateOfType() method findRootAncestorStateOfType (line 2238) | T? findRootAncestorStateOfType() method findAncestorRenderObjectOfType (line 2259) | T? findAncestorRenderObjectOfType() method visitAncestorElements (line 2275) | void visitAncestorElements(bool Function(Element element) visitor) method visitChildElements (line 2296) | void visitChildElements(ElementVisitor visitor) method describeElement (line 2299) | DiagnosticsNode describeElement(String name, {DiagnosticsTreeStyle sty... method describeWidget (line 2302) | DiagnosticsNode describeWidget(String name, {DiagnosticsTreeStyle styl... method describeMissingAncestor (line 2308) | List describeMissingAncestor({ required Type expected... method describeOwnershipChain (line 2314) | DiagnosticsNode describeOwnershipChain(String name) class BuildOwner (line 2341) | class BuildOwner { method scheduleBuildFor (line 2391) | void scheduleBuildFor(Element element) method lockState (line 2460) | void lockState(VoidCallback callback) method buildScope (line 2504) | void buildScope(Element context, [ VoidCallback? callback ]) method _debugTrackElementThatWillNeedToBeRebuiltDueToGlobalKeyShenanigans (line 2644) | void _debugTrackElementThatWillNeedToBeRebuiltDueToGlobalKeyShenanigan... method _debugElementWasRebuilt (line 2651) | void _debugElementWasRebuilt(Element node) method _debugRemoveGlobalKeyReservationFor (line 2667) | void _debugRemoveGlobalKeyReservationFor(Element parent, Element child) method _registerGlobalKey (line 2676) | void _registerGlobalKey(GlobalKey key, Element element) method _unregisterGlobalKey (line 2690) | void _unregisterGlobalKey(GlobalKey key, Element element) method _debugReserveGlobalKeyFor (line 2704) | void _debugReserveGlobalKeyFor(Element parent, Element child, GlobalKe... method _debugVerifyGlobalKeyReservation (line 2714) | void _debugVerifyGlobalKeyReservation() method _debugVerifyIllFatedPopulation (line 2785) | void _debugVerifyIllFatedPopulation() method finalizeTree (line 2833) | void finalizeTree() method reassemble (line 2939) | void reassemble(Element root, DebugReassembleConfig? reassembleConfig) class Element (line 3002) | abstract class Element extends DiagnosticableTree implements BuildContext { method _sort (line 3063) | int _sort(Element a, Element b) method _debugConcreteSubtype (line 3079) | int _debugConcreteSubtype(Element element) method reassemble (line 3137) | void reassemble() method _debugIsInScope (line 3149) | bool _debugIsInScope(Element target) method visit (line 3166) | void visit(Element element) method describeMissingAncestor (line 3181) | List describeMissingAncestor({ required Type expected... method describeElements (line 3207) | DiagnosticsNode describeElements(String name, Iterable elements) method describeElement (line 3216) | DiagnosticsNode describeElement(String name, {DiagnosticsTreeStyle sty... method describeWidget (line 3221) | DiagnosticsNode describeWidget(String name, {DiagnosticsTreeStyle styl... method describeOwnershipChain (line 3226) | DiagnosticsNode describeOwnershipChain(String name) method visitChildren (line 3247) | void visitChildren(ElementVisitor visitor) method debugVisitOnstageChildren (line 3269) | void debugVisitOnstageChildren(ElementVisitor visitor) method visitChildElements (line 3273) | void visitChildElements(ElementVisitor visitor) method updateChild (line 3333) | Element? updateChild(Element? child, Widget? newWidget, Object? newSlot) method mount (line 3418) | void mount(Element? parent, Object? newSlot) method _debugRemoveGlobalKeyReservation (line 3442) | void _debugRemoveGlobalKeyReservation(Element child) method update (line 3455) | void update(covariant Widget newWidget) method updateSlotForChild (line 3485) | void updateSlotForChild(Element child, Object? newSlot) method visit (line 3489) | void visit(Element element) method _updateSlot (line 3497) | void _updateSlot(Object? newSlot) method _updateDepth (line 3506) | void _updateDepth(int parentDepth) method detachRenderObject (line 3524) | void detachRenderObject() method attachRenderObject (line 3539) | void attachRenderObject(Object? newSlot) method _retakeInactiveElement (line 3547) | Element? _retakeInactiveElement(GlobalKey key, Widget newWidget) method inflateWidget (line 3609) | Element inflateWidget(Widget newWidget, Object? newSlot) method _debugCheckForCycles (line 3636) | void _debugCheckForCycles(Element newChild) method deactivateChild (line 3662) | void deactivateChild(Element child) method forgetChild (line 3696) | void forgetChild(Element child) method _activateWithParent (line 3710) | void _activateWithParent(Element parent, Object? newSlot) method _activateRecursively (line 3724) | void _activateRecursively(Element element) method activate (line 3743) | void activate() method deactivate (line 3777) | void deactivate() method debugDeactivated (line 3799) | void debugDeactivated() method unmount (line 3822) | void unmount() method findRenderObject (line 3840) | RenderObject? findRenderObject() method _debugCheckStateIsActiveForAncestorLookup (line 3987) | bool _debugCheckStateIsActiveForAncestorLookup() method dependOnInheritedElement (line 4009) | InheritedWidget dependOnInheritedElement(InheritedElement ancestor, { ... method dependOnInheritedWidgetOfExactType (line 4018) | T? dependOnInheritedWidgetOfExactType({Obje... method getElementForInheritedWidgetOfExactType (line 4029) | InheritedElement? getElementForInheritedWidgetOfExactType() method findAncestorStateOfType (line 4050) | T? findAncestorStateOfType>() method findRootAncestorStateOfType (line 4063) | T? findRootAncestorStateOfType>() method findAncestorRenderObjectOfType (line 4076) | T? findAncestorRenderObjectOfType() method visitAncestorElements (line 4088) | void visitAncestorElements(bool Function(Element element) visitor) method didChangeDependencies (line 4104) | void didChangeDependencies() method _debugCheckOwnerBuildTargetExists (line 4110) | bool _debugCheckOwnerBuildTargetExists(String methodName) method debugGetCreatorChain (line 4137) | String debugGetCreatorChain(int limit) method debugGetDiagnosticChain (line 4153) | List debugGetDiagnosticChain() method toStringShort (line 4165) | String toStringShort() method toDiagnosticsNode (line 4168) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle... method debugFillProperties (line 4177) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 4196) | List debugDescribeChildren() method _debugSetAllowIgnoredCallsToMarkNeedsBuild (line 4220) | bool _debugSetAllowIgnoredCallsToMarkNeedsBuild(bool value) method markNeedsBuild (line 4233) | void markNeedsBuild() method rebuild (line 4287) | void rebuild() method performRebuild (line 4322) | void performRebuild() class _ElementDiagnosticableTreeNode (line 4325) | class _ElementDiagnosticableTreeNode extends DiagnosticableTreeNode { method toJsonMap (line 4340) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) type ErrorWidgetBuilder (line 4363) | typedef ErrorWidgetBuilder = Widget Function(FlutterErrorDetails details); class ErrorWidget (line 4389) | class ErrorWidget extends LeafRenderObjectWidget { method _defaultErrorWidgetBuilder (line 4443) | Widget _defaultErrorWidgetBuilder(FlutterErrorDetails details) method _stringify (line 4453) | String _stringify(Object? exception) method createRenderObject (line 4467) | RenderBox createRenderObject(BuildContext context) method debugFillProperties (line 4470) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type WidgetBuilder (line 4489) | typedef WidgetBuilder = Widget Function(BuildContext context); type IndexedWidgetBuilder (line 4501) | typedef IndexedWidgetBuilder = Widget Function(BuildContext context, int... type NullableIndexedWidgetBuilder (line 4522) | typedef NullableIndexedWidgetBuilder = Widget? Function(BuildContext con... type TransitionBuilder (line 4536) | typedef TransitionBuilder = Widget Function(BuildContext context, Widget... class ComponentElement (line 4544) | abstract class ComponentElement extends Element { method mount (line 4555) | void mount(Element? parent, Object? newSlot) method _firstBuild (line 4563) | void _firstBuild() method performRebuild (line 4575) | void performRebuild() method build (line 4635) | Widget build() method visitChildren (line 4638) | void visitChildren(ElementVisitor visitor) method forgetChild (line 4644) | void forgetChild(Element child) class StatelessElement (line 4652) | class StatelessElement extends ComponentElement { method build (line 4660) | Widget build() method update (line 4663) | void update(StatelessWidget newWidget) class StatefulElement (line 4672) | class StatefulElement extends ComponentElement { method build (line 4703) | Widget build() method reassemble (line 4714) | void reassemble() method _firstBuild (line 4722) | void _firstBuild() method performRebuild (line 4756) | void performRebuild() method update (line 4765) | void update(StatefulWidget newWidget) method activate (line 4797) | void activate() method deactivate (line 4808) | void deactivate() method unmount (line 4814) | void unmount() method dependOnInheritedElement (line 4835) | InheritedWidget dependOnInheritedElement(Element ancestor, { Object? a... method didChangeDependencies (line 4899) | void didChangeDependencies() method toDiagnosticsNode (line 4905) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle... method debugFillProperties (line 4915) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ProxyElement (line 4922) | abstract class ProxyElement extends ComponentElement { method build (line 4930) | Widget build() method update (line 4933) | void update(ProxyWidget newWidget) method updated (line 4950) | void updated(covariant ProxyWidget oldWidget) method notifyClients (line 4960) | void notifyClients(covariant ProxyWidget oldWidget) class ParentDataElement (line 4964) | class ParentDataElement extends ProxyElement { method _applyParentData (line 4971) | void _applyParentData(ParentDataWidget widget) method applyParentDataToChild (line 4972) | void applyParentDataToChild(Element child) method applyWidgetOutOfTurn (line 5015) | void applyWidgetOutOfTurn(ParentDataWidget newWidget) method notifyClients (line 5023) | void notifyClients(ParentDataWidget oldWidget) class InheritedElement (line 5029) | class InheritedElement extends ProxyElement { method _updateInheritance (line 5039) | void _updateInheritance() method debugDeactivated (line 5050) | void debugDeactivated() method getDependencies (line 5083) | Object? getDependencies(Element dependent) method setDependencies (line 5110) | void setDependencies(Element dependent, Object? value) method updateDependencies (line 5137) | void updateDependencies(Element dependent, Object? aspect) method notifyDependent (line 5158) | void notifyDependent(covariant InheritedWidget oldWidget, Element depe... method updated (line 5169) | void updated(InheritedWidget oldWidget) method notifyClients (line 5186) | void notifyClients(InheritedWidget oldWidget) class RenderObjectElement (line 5373) | abstract class RenderObjectElement extends Element { method _findAncestorRenderObjectElement (line 5396) | RenderObjectElement? _findAncestorRenderObjectElement() method _findAncestorParentDataElement (line 5403) | ParentDataElement? _findAncestorParentDataElement() method mount (line 5448) | void mount(Element? parent, Object? newSlot) method update (line 5470) | void update(covariant RenderObjectWidget newWidget) method _debugUpdateRenderObjectOwner (line 5489) | void _debugUpdateRenderObjectOwner() method performRebuild (line 5497) | void performRebuild() method updateChildren (line 5558) | List updateChildren(List oldChildren, List n... method replaceWithNullIfForgotten (line 5563) | Element? replaceWithNullIfForgotten(Element child) method slotFor (line 5567) | Object? slotFor(int newChildIndex, Element? previousChild) method deactivate (line 5722) | void deactivate() method unmount (line 5732) | void unmount() method _updateParentData (line 5750) | void _updateParentData(ParentDataWidget parentDataWidget) method _updateSlot (line 5778) | void _updateSlot(Object? newSlot) method attachRenderObject (line 5787) | void attachRenderObject(Object? newSlot) method detachRenderObject (line 5798) | void detachRenderObject() method insertChildRenderObject (line 5832) | void insertChildRenderObject(covariant RenderObject child, covariant O... method insertRenderObjectChild (line 5866) | void insertRenderObjectChild(covariant RenderObject child, covariant O... method moveChildRenderObject (line 5909) | void moveChildRenderObject(covariant RenderObject child, covariant Obj... method moveRenderObjectChild (line 5949) | void moveRenderObjectChild(covariant RenderObject child, covariant Obj... method removeChildRenderObject (line 5980) | void removeChildRenderObject(covariant RenderObject child) method removeRenderObjectChild (line 6010) | void removeRenderObjectChild(covariant RenderObject child, covariant O... method debugFillProperties (line 6015) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RootRenderObjectElement (line 6025) | abstract class RootRenderObjectElement extends RenderObjectElement { method assignOwner (line 6039) | void assignOwner(BuildOwner owner) method mount (line 6044) | void mount(Element? parent, Object? newSlot) class LeafRenderObjectElement (line 6053) | class LeafRenderObjectElement extends RenderObjectElement { method forgetChild (line 6058) | void forgetChild(Element child) method insertRenderObjectChild (line 6064) | void insertRenderObjectChild(RenderObject child, Object? slot) method moveRenderObjectChild (line 6069) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... method removeRenderObjectChild (line 6074) | void removeRenderObjectChild(RenderObject child, Object? slot) method debugDescribeChildren (line 6079) | List debugDescribeChildren() class SingleChildRenderObjectElement (line 6091) | class SingleChildRenderObjectElement extends RenderObjectElement { method visitChildren (line 6101) | void visitChildren(ElementVisitor visitor) method forgetChild (line 6107) | void forgetChild(Element child) method mount (line 6114) | void mount(Element? parent, Object? newSlot) method update (line 6120) | void update(SingleChildRenderObjectWidget newWidget) method insertRenderObjectChild (line 6127) | void insertRenderObjectChild(RenderObject child, Object? slot) method moveRenderObjectChild (line 6136) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... method removeRenderObjectChild (line 6141) | void removeRenderObjectChild(RenderObject child, Object? slot) class MultiChildRenderObjectElement (line 6163) | class MultiChildRenderObjectElement extends RenderObjectElement { method insertRenderObjectChild (line 6191) | void insertRenderObjectChild(RenderObject child, IndexedSlot... method moveRenderObjectChild (line 6199) | void moveRenderObjectChild(RenderObject child, IndexedSlot o... method removeRenderObjectChild (line 6207) | void removeRenderObjectChild(RenderObject child, Object? slot) method visitChildren (line 6215) | void visitChildren(ElementVisitor visitor) method forgetChild (line 6223) | void forgetChild(Element child) method _debugCheckHasAssociatedRenderObject (line 6230) | bool _debugCheckHasAssociatedRenderObject(Element newChild) method inflateWidget (line 6253) | Element inflateWidget(Widget newWidget, Object? newSlot) method mount (line 6260) | void mount(Element? parent, Object? newSlot) method update (line 6273) | void update(MultiChildRenderObjectWidget newWidget) class DebugCreator (line 6286) | class DebugCreator { method toString (line 6294) | String toString() function _debugReportException (line 6297) | FlutterErrorDetails _debugReportException( class IndexedSlot (line 6327) | @immutable class _NullElement (line 6352) | class _NullElement extends Element { method performRebuild (line 6361) | void performRebuild() class _NullWidget (line 6364) | class _NullWidget extends Widget { method createElement (line 6366) | Element createElement() function _debugShouldReassemble (line 6371) | bool _debugShouldReassemble(DebugReassembleConfig? config, Widget? widget) FILE: packages/flutter/lib/src/widgets/gesture_detector.dart class GestureRecognizerFactory (line 61) | @optionalTypeArgs method constructor (line 68) | T constructor() method initializer (line 74) | void initializer(T instance) method _debugAssertTypeMatches (line 76) | bool _debugAssertTypeMatches(Type type) type GestureRecognizerFactoryConstructor (line 83) | typedef GestureRecognizerFactoryConstructor... type GestureRecognizerFactoryInitializer (line 86) | typedef GestureRecognizerFactoryInitializer... class GestureRecognizerFactoryWithHandlers (line 91) | class GestureRecognizerFactoryWithHandlers ... method constructor (line 104) | T constructor() method initializer (line 107) | void initializer(T instance) class GestureDetector (line 161) | class GestureDetector extends StatelessWidget { method build (line 954) | Widget build(BuildContext context) method debugFillProperties (line 1145) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RawGestureDetector (line 1191) | class RawGestureDetector extends StatefulWidget { method createState (line 1304) | RawGestureDetectorState createState() class RawGestureDetectorState (line 1308) | class RawGestureDetectorState extends State { method initState (line 1313) | void initState() method didUpdateWidget (line 1320) | void didUpdateWidget(RawGestureDetector oldWidget) method replaceGestureRecognizers (line 1341) | void replaceGestureRecognizers(Map ges... method replaceSemanticsActions (line 1374) | void replaceSemanticsActions(Set actions) method dispose (line 1393) | void dispose() method _syncAll (line 1400) | void _syncAll(Map gestures) method _handlePointerDown (line 1418) | void _handlePointerDown(PointerDownEvent event) method _updateSemanticsForRenderObject (line 1428) | void _updateSemanticsForRenderObject(RenderSemanticsGestureHandler ren... method build (line 1435) | Widget build(BuildContext context) method debugFillProperties (line 1452) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type _AssignSemantics (line 1469) | typedef _AssignSemantics = void Function(RenderSemanticsGestureHandler); class _GestureSemantics (line 1471) | class _GestureSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 1484) | RenderSemanticsGestureHandler createRenderObject(BuildContext context) method updateRenderObject (line 1492) | void updateRenderObject(BuildContext context, RenderSemanticsGestureHa... class SemanticsGestureDelegate (line 1502) | abstract class SemanticsGestureDelegate { method assignSemantics (line 1511) | void assignSemantics(RenderSemanticsGestureHandler renderObject) method toString (line 1514) | String toString() class _DefaultSemanticsGestureDelegate (line 1528) | class _DefaultSemanticsGestureDelegate extends SemanticsGestureDelegate { method assignSemantics (line 1534) | void assignSemantics(RenderSemanticsGestureHandler renderObject) method _getTapHandler (line 1544) | GestureTapCallback? _getTapHandler(Map recogn... method _getLongPressHandler (line 1557) | GestureLongPressCallback? _getLongPressHandler(Map Function(Rect? begin, Rect? end); type HeroPlaceholderBuilder (line 36) | typedef HeroPlaceholderBuilder = Widget Function( type HeroFlightShuttleBuilder (line 45) | typedef HeroFlightShuttleBuilder = Widget Function( type _OnFlightEnded (line 53) | typedef _OnFlightEnded = void Function(_HeroFlight flight); type HeroFlightDirection (line 56) | enum HeroFlightDirection { class Hero (line 157) | class Hero extends StatefulWidget { method _allHeroesFor (line 258) | Map _allHeroesFor( method inviteHero (line 268) | void inviteHero(StatefulElement hero, Object tag) method visitor (line 294) | void visitor(Element element) method createState (line 324) | State createState() method debugFillProperties (line 327) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _HeroState (line 340) | class _HeroState extends State { method startFlight (line 359) | void startFlight({ bool shouldIncludedChildInPlaceholder = false }) method endFlight (line 375) | void endFlight({ bool keepPlaceholder = false }) method build (line 388) | Widget build(BuildContext context) class _HeroFlightManifest (line 422) | @immutable method createHeroRectTween (line 460) | Tween createHeroRectTween({ required Rect? begin, required Rect... method _boundingBoxFor (line 467) | Rect _boundingBoxFor(BuildContext context, BuildContext? ancestorContext) method toString (line 498) | String toString() class _HeroFlight (line 505) | class _HeroFlight { method _buildOverlay (line 526) | Widget _buildOverlay(BuildContext context) method _performAnimationUpdate (line 561) | void _performAnimationUpdate(AnimationStatus status) method _handleAnimationUpdate (line 581) | void _handleAnimationUpdate(AnimationStatus status) method delayedPerformAnimationUpdate (line 597) | void delayedPerformAnimationUpdate() method onTick (line 609) | void onTick() method start (line 637) | void start(_HeroFlightManifest initialManifest) method divert (line 680) | void divert(_HeroFlightManifest newManifest) method abort (line 750) | void abort() method toString (line 755) | String toString() class HeroController (line 767) | class HeroController extends NavigatorObserver { method didPush (line 784) | void didPush(Route route, Route? previousRoute) method didPop (line 791) | void didPop(Route route, Route? previousRoute) method didReplace (line 801) | void didReplace({ Route? newRoute, Route? oldRoute }) method didStartUserGesture (line 810) | void didStartUserGesture(Route route, Route? previou... method didStopUserGesture (line 817) | void didStopUserGesture() method isInvalidFlight (line 826) | bool isInvalidFlight(_HeroFlight flight) method _maybeStartHeroTransition (line 845) | void _maybeStartHeroTransition( method _startHeroTransition (line 893) | void _startHeroTransition( method _handleFlightEnded (line 981) | void _handleFlightEnded(_HeroFlight flight) method _defaultHeroFlightShuttleBuilder (line 985) | Widget _defaultHeroFlightShuttleBuilder( class HeroMode (line 1004) | class HeroMode extends StatelessWidget { method build (line 1028) | Widget build(BuildContext context) method debugFillProperties (line 1031) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/icon.dart class Icon (line 66) | class Icon extends StatelessWidget { method build (line 154) | Widget build(BuildContext context) method debugFillProperties (line 219) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/icon_data.dart class IconData (line 13) | @immutable method toString (line 67) | String toString() class IconDataProperty (line 71) | class IconDataProperty extends DiagnosticsProperty { method toJsonMap (line 93) | Map toJsonMap(DiagnosticsSerializationDelegate delegate) FILE: packages/flutter/lib/src/widgets/icon_theme.dart class IconTheme (line 15) | class IconTheme extends InheritedTheme { method merge (line 32) | Widget merge({ method of (line 70) | IconThemeData of(BuildContext context) method _getInheritedIconThemeData (line 81) | IconThemeData _getInheritedIconThemeData(BuildContext context) method updateShouldNotify (line 87) | bool updateShouldNotify(IconTheme oldWidget) method wrap (line 90) | Widget wrap(BuildContext context, Widget child) method debugFillProperties (line 95) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/icon_theme_data.dart class IconThemeData (line 20) | @immutable method copyWith (line 38) | IconThemeData copyWith({ Color? color, double? opacity, double? size }) method merge (line 49) | IconThemeData merge(IconThemeData? other) method resolve (line 75) | IconThemeData resolve(BuildContext context) method lerp (line 93) | IconThemeData lerp(IconThemeData? a, IconThemeData? b, double t) method debugFillProperties (line 116) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/image.dart function createLocalImageConfiguration (line 50) | ImageConfiguration createLocalImageConfiguration(BuildContext context, {... function precacheImage (line 104) | Future precacheImage( type ImageFrameBuilder (line 179) | typedef ImageFrameBuilder = Widget Function( type ImageLoadingBuilder (line 219) | typedef ImageLoadingBuilder = Widget Function( type ImageErrorWidgetBuilder (line 227) | typedef ImageErrorWidgetBuilder = Widget Function( class Image (line 302) | class Image extends StatefulWidget { method createState (line 1006) | State createState() method debugFillProperties (line 1009) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ImageState (line 1030) | class _ImageState extends State with WidgetsBindingObserver { method initState (line 1044) | void initState() method dispose (line 1051) | void dispose() method didChangeDependencies (line 1062) | void didChangeDependencies() method didUpdateWidget (line 1075) | void didUpdateWidget(Image oldWidget) method didChangeAccessibilityFeatures (line 1088) | void didChangeAccessibilityFeatures() method reassemble (line 1096) | void reassemble() method _updateInvertColors (line 1101) | void _updateInvertColors() method _resolveImage (line 1106) | void _resolveImage() method _getListener (line 1121) | ImageStreamListener _getListener({bool recreateListener = false}) method _handleImageFrame (line 1146) | void _handleImageFrame(ImageInfo imageInfo, bool synchronousCall) method _handleImageChunk (line 1157) | void _handleImageChunk(ImageChunkEvent event) method _replaceImage (line 1166) | void _replaceImage({required ImageInfo? info}) method _updateSourceStream (line 1174) | void _updateSourceStream(ImageStream newStream) method _listenToStream (line 1195) | void _listenToStream() method _stopListeningToStream (line 1213) | void _stopListeningToStream({bool keepStreamAlive = false}) method _debugBuildErrorWidget (line 1225) | Widget _debugBuildErrorWidget(BuildContext context, Object error) method build (line 1254) | Widget build(BuildContext context) method debugFillProperties (line 1304) | void debugFillProperties(DiagnosticPropertiesBuilder description) FILE: packages/flutter/lib/src/widgets/image_filter.dart class ImageFiltered (line 21) | @immutable method createRenderObject (line 37) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 40) | void updateRenderObject(BuildContext context, RenderObject renderObject) method debugFillProperties (line 45) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ImageFilterRenderObject (line 51) | class _ImageFilterRenderObject extends RenderProxyBox { method paint (line 68) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/lib/src/widgets/image_icon.dart class ImageIcon (line 22) | class ImageIcon extends StatelessWidget { method build (line 68) | Widget build(BuildContext context) method debugFillProperties (line 98) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/implicit_animations.dart class BoxConstraintsTween (line 34) | class BoxConstraintsTween extends Tween { method lerp (line 43) | BoxConstraints lerp(double t) class DecorationTween (line 63) | class DecorationTween extends Tween { method lerp (line 74) | Decoration lerp(double t) class EdgeInsetsTween (line 88) | class EdgeInsetsTween extends Tween { method lerp (line 97) | EdgeInsets lerp(double t) class EdgeInsetsGeometryTween (line 110) | class EdgeInsetsGeometryTween extends Tween { method lerp (line 119) | EdgeInsetsGeometry lerp(double t) class BorderRadiusTween (line 128) | class BorderRadiusTween extends Tween { method lerp (line 137) | BorderRadius? lerp(double t) class BorderTween (line 146) | class BorderTween extends Tween { method lerp (line 155) | Border? lerp(double t) class Matrix4Tween (line 166) | class Matrix4Tween extends Tween { method lerp (line 175) | Matrix4 lerp(double t) class TextStyleTween (line 204) | class TextStyleTween extends Tween { method lerp (line 214) | TextStyle lerp(double t) class ImplicitlyAnimatedWidget (line 275) | abstract class ImplicitlyAnimatedWidget extends StatefulWidget { method createState (line 301) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 304) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type TweenConstructor (line 317) | typedef TweenConstructor = Tween Function(T targetV... type TweenVisitor (line 340) | typedef TweenVisitor = Tween? Function(Tween? tw... class ImplicitlyAnimatedWidgetState (line 352) | abstract class ImplicitlyAnimatedWidgetState tween, dynamic targetValue) method _updateTween (line 418) | void _updateTween(Tween? tween, dynamic targetValue) method _constructTweens (line 426) | bool _constructTweens() method forEachTween (line 516) | void forEachTween(TweenVisitor visitor) method didUpdateTweens (line 538) | void didUpdateTweens() class AnimatedWidgetBaseState (line 551) | abstract class AnimatedWidgetBaseState createState() method debugFillProperties (line 716) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedContainerState (line 730) | class _AnimatedContainerState extends AnimatedWidgetBaseState visitor) method build (line 753) | Widget build(BuildContext context) method debugFillProperties (line 770) | void debugFillProperties(DiagnosticPropertiesBuilder description) class AnimatedPadding (line 805) | class AnimatedPadding extends ImplicitlyAnimatedWidget { method createState (line 830) | AnimatedWidgetBaseState createState() method debugFillProperties (line 833) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedPaddingState (line 839) | class _AnimatedPaddingState extends AnimatedWidgetBaseState visitor) method build (line 848) | Widget build(BuildContext context) method debugFillProperties (line 858) | void debugFillProperties(DiagnosticPropertiesBuilder description) class AnimatedAlign (line 895) | class AnimatedAlign extends ImplicitlyAnimatedWidget { method createState (line 948) | AnimatedWidgetBaseState createState() method debugFillProperties (line 951) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedAlignState (line 957) | class _AnimatedAlignState extends AnimatedWidgetBaseState { method forEachTween (line 963) | void forEachTween(TweenVisitor visitor) method build (line 974) | Widget build(BuildContext context) method debugFillProperties (line 984) | void debugFillProperties(DiagnosticPropertiesBuilder description) class AnimatedPositioned (line 1031) | class AnimatedPositioned extends ImplicitlyAnimatedWidget { method createState (line 1104) | AnimatedWidgetBaseState createState() method debugFillProperties (line 1107) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedPositionedState (line 1118) | class _AnimatedPositionedState extends AnimatedWidgetBaseState visitor) method build (line 1137) | Widget build(BuildContext context) method debugFillProperties (line 1150) | void debugFillProperties(DiagnosticPropertiesBuilder description) class AnimatedPositionedDirectional (line 1185) | class AnimatedPositionedDirectional extends ImplicitlyAnimatedWidget { method createState (line 1239) | AnimatedWidgetBaseState createState() method debugFillProperties (line 1242) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedPositionedDirectionalState (line 1253) | class _AnimatedPositionedDirectionalState extends AnimatedWidgetBaseStat... method forEachTween (line 1262) | void forEachTween(TweenVisitor visitor) method build (line 1272) | Widget build(BuildContext context) method debugFillProperties (line 1287) | void debugFillProperties(DiagnosticPropertiesBuilder description) class AnimatedScale (line 1353) | class AnimatedScale extends ImplicitlyAnimatedWidget { method createState (line 1393) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 1396) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedScaleState (line 1404) | class _AnimatedScaleState extends ImplicitlyAnimatedWidgetState visitor) method didUpdateTweens (line 1414) | void didUpdateTweens() method build (line 1419) | Widget build(BuildContext context) class AnimatedRotation (line 1481) | class AnimatedRotation extends ImplicitlyAnimatedWidget { method createState (line 1522) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 1525) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedRotationState (line 1533) | class _AnimatedRotationState extends ImplicitlyAnimatedWidgetState visitor) method didUpdateTweens (line 1543) | void didUpdateTweens() method build (line 1548) | Widget build(BuildContext context) class AnimatedSlide (line 1579) | class AnimatedSlide extends ImplicitlyAnimatedWidget { method createState (line 1604) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 1607) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedSlideState (line 1613) | class _AnimatedSlideState extends ImplicitlyAnimatedWidgetState visitor) method didUpdateTweens (line 1623) | void didUpdateTweens() method build (line 1628) | Widget build(BuildContext context) class AnimatedOpacity (line 1694) | class AnimatedOpacity extends ImplicitlyAnimatedWidget { method createState (line 1734) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 1737) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedOpacityState (line 1743) | class _AnimatedOpacityState extends ImplicitlyAnimatedWidgetState visitor) method didUpdateTweens (line 1753) | void didUpdateTweens() method build (line 1758) | Widget build(BuildContext context) class SliverAnimatedOpacity (line 1790) | class SliverAnimatedOpacity extends ImplicitlyAnimatedWidget { method createState (line 1828) | ImplicitlyAnimatedWidgetState createState() method debugFillProperties (line 1831) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _SliverAnimatedOpacityState (line 1837) | class _SliverAnimatedOpacityState extends ImplicitlyAnimatedWidgetState<... method forEachTween (line 1842) | void forEachTween(TweenVisitor visitor) method didUpdateTweens (line 1847) | void didUpdateTweens() method build (line 1852) | Widget build(BuildContext context) class AnimatedDefaultTextStyle (line 1881) | class AnimatedDefaultTextStyle extends ImplicitlyAnimatedWidget { method createState (line 1952) | AnimatedWidgetBaseState createState() method debugFillProperties (line 1955) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedDefaultTextStyleState (line 1967) | class _AnimatedDefaultTextStyleState extends AnimatedWidgetBaseState visitor) method build (line 1976) | Widget build(BuildContext context) class AnimatedPhysicalModel (line 2004) | class AnimatedPhysicalModel extends ImplicitlyAnimatedWidget { method createState (line 2076) | AnimatedWidgetBaseState createState() method debugFillProperties (line 2079) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedPhysicalModelState (line 2091) | class _AnimatedPhysicalModelState extends AnimatedWidgetBaseState visitor) method build (line 2106) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/inherited_model.dart class InheritedModel (line 94) | abstract class InheritedModel extends InheritedWidget { method createElement (line 101) | InheritedModelElement createElement() method updateShouldNotifyDependent (line 106) | bool updateShouldNotifyDependent(covariant InheritedModel oldWidget... method isSupportedAspect (line 116) | bool isSupportedAspect(Object aspect) method _findModels (line 120) | void _findModels>(BuildContext contex... method inheritFrom (line 158) | T? inheritFrom>(BuildContext context,... class InheritedModelElement (line 183) | class InheritedModelElement extends InheritedElement { method updateDependencies (line 191) | void updateDependencies(Element dependent, Object? aspect) method notifyDependent (line 205) | void notifyDependent(InheritedModel oldWidget, Element dependent) FILE: packages/flutter/lib/src/widgets/inherited_notifier.dart class InheritedNotifier (line 58) | abstract class InheritedNotifier extends Inherited... method updateShouldNotify (line 85) | bool updateShouldNotify(InheritedNotifier oldWidget) method createElement (line 90) | InheritedElement createElement() class _InheritedNotifierElement (line 93) | class _InheritedNotifierElement extends InheritedE... method update (line 104) | void update(InheritedNotifier newWidget) method build (line 115) | Widget build() method _handleUpdate (line 121) | void _handleUpdate() method notifyClients (line 127) | void notifyClients(InheritedNotifier oldWidget) method unmount (line 133) | void unmount() FILE: packages/flutter/lib/src/widgets/inherited_theme.dart class InheritedTheme (line 30) | abstract class InheritedTheme extends InheritedWidget { method wrap (line 48) | Widget wrap(BuildContext context, Widget child) method captureAll (line 63) | Widget captureAll(BuildContext context, Widget child, {BuildContext? to}) method capture (line 87) | CapturedThemes capture({ required BuildContext from, required BuildCon... class CapturedThemes (line 133) | class CapturedThemes { method wrap (line 139) | Widget wrap(Widget child) class _CaptureAll (line 144) | class _CaptureAll extends StatelessWidget { method build (line 155) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/interactive_viewer.dart type InteractiveViewerWidgetBuilder (line 23) | typedef InteractiveViewerWidgetBuilder = Widget Function(BuildContext co... class InteractiveViewer (line 55) | @immutable method getNearestPointOnLine (line 360) | Vector3 getNearestPointOnLine(Vector3 point, Vector3 l1, Vector3 l2) method getAxisAlignedBoundingBox (line 379) | Quad getAxisAlignedBoundingBox(Quad quad) method pointIsInside (line 432) | bool pointIsInside(Vector3 point, Quad quad) method getNearestPointInside (line 448) | Vector3 getNearestPointInside(Vector3 point, Quad quad) method createState (line 477) | State createState() class _InteractiveViewerState (line 480) | class _InteractiveViewerState extends State with Tick... method _matrixTranslate (line 541) | Matrix4 _matrixTranslate(Matrix4 matrix, Offset translation) method _matrixScale (line 628) | Matrix4 _matrixScale(Matrix4 matrix, double scale) method _matrixRotate (line 656) | Matrix4 _matrixRotate(Matrix4 matrix, double rotation, Offset focalPoint) method _gestureIsSupported (line 671) | bool _gestureIsSupported(_GestureType? gestureType) method _getGestureType (line 689) | _GestureType _getGestureType(ScaleUpdateDetails details) method _onScaleStart (line 703) | void _onScaleStart(ScaleStartDetails details) method _onScaleUpdate (line 724) | void _onScaleUpdate(ScaleUpdateDetails details) method _onScaleEnd (line 823) | void _onScaleEnd(ScaleEndDetails details) method _receivedPointerSignal (line 872) | void _receivedPointerSignal(PointerSignalEvent event) method _onAnimate (line 930) | void _onAnimate() method _onTransformationControllerChange (line 954) | void _onTransformationControllerChange() method initState (line 961) | void initState() method didUpdateWidget (line 973) | void didUpdateWidget(InteractiveViewer oldWidget) method dispose (line 998) | void dispose() method build (line 1008) | Widget build(BuildContext context) class _InteractiveViewerBuilt (line 1056) | class _InteractiveViewerBuilt extends StatelessWidget { method build (line 1073) | Widget build(BuildContext context) class TransformationController (line 1114) | class TransformationController extends ValueNotifier { method toScene (line 1151) | Offset toScene(Offset viewportPoint) type _GestureType (line 1166) | enum _GestureType { function _getFinalTime (line 1174) | double _getFinalTime(double velocity, double drag) function _getMatrixTranslation (line 1180) | Offset _getMatrixTranslation(Matrix4 matrix) function _transformViewport (line 1189) | Quad _transformViewport(Matrix4 matrix, Rect viewport) function _getAxisAlignedBoundingBoxWithRotation (line 1217) | Quad _getAxisAlignedBoundingBoxWithRotation(Rect rect, double rotation) function _exceedsBy (line 1234) | Offset _exceedsBy(Quad boundary, Quad viewport) function _round (line 1258) | Offset _round(Offset offset) function _alignAxis (line 1267) | Offset _alignAxis(Offset offset, Axis axis) function _getPanAxis (line 1278) | Axis? _getPanAxis(Offset point1, Offset point2) FILE: packages/flutter/lib/src/widgets/keyboard_listener.dart class KeyboardListener (line 34) | class KeyboardListener extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) method debugFillProperties (line 91) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/layout_builder.dart type LayoutWidgetBuilder (line 12) | typedef LayoutWidgetBuilder = Widget Function(BuildContext context, BoxC... class ConstrainedLayoutBuilder (line 35) | abstract class ConstrainedLayoutBuilder extends ... method visitChildren (line 69) | void visitChildren(ElementVisitor visitor) method forgetChild (line 75) | void forgetChild(Element child) method mount (line 82) | void mount(Element? parent, Object? newSlot) method update (line 88) | void update(ConstrainedLayoutBuilder newWidget) method performRebuild (line 100) | void performRebuild() method unmount (line 112) | void unmount() method _layout (line 117) | void _layout(ConstraintType constraints) method layoutCallback (line 119) | void layoutCallback() method insertRenderObjectChild (line 158) | void insertRenderObjectChild(RenderObject child, Object? slot) method moveRenderObjectChild (line 167) | void moveRenderObjectChild(RenderObject child, Object? oldSlot, Object... method removeRenderObjectChild (line 172) | void removeRenderObjectChild(RenderObject child, Object? slot) function updateCallback (line 187) | void updateCallback(LayoutCallback? value) function markNeedsBuild (line 206) | void markNeedsBuild() function rebuildIfNecessary (line 223) | void rebuildIfNecessary() class LayoutBuilder (line 263) | class LayoutBuilder extends ConstrainedLayoutBuilder { method createRenderObject (line 277) | RenderObject createRenderObject(BuildContext context) class _RenderLayoutBuilder (line 280) | class _RenderLayoutBuilder extends RenderBox with RenderObjectWithChildM... method computeMinIntrinsicWidth (line 282) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 288) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 294) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 300) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 306) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 315) | void performLayout() method computeDistanceToActualBaseline (line 327) | double? computeDistanceToActualBaseline(TextBaseline baseline) method hitTestChildren (line 334) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 339) | void paint(PaintingContext context, Offset offset) method _debugThrowIfNotCheckingIntrinsics (line 344) | bool _debugThrowIfNotCheckingIntrinsics() function _debugReportException (line 360) | FlutterErrorDetails _debugReportException( FILE: packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart class ListWheelChildDelegate (line 40) | abstract class ListWheelChildDelegate { method build (line 43) | Widget? build(BuildContext context, int index) method trueIndexOf (line 55) | int trueIndexOf(int index) method shouldRebuild (line 59) | bool shouldRebuild(covariant ListWheelChildDelegate oldDelegate) class ListWheelChildListDelegate (line 82) | class ListWheelChildListDelegate extends ListWheelChildDelegate { method build (line 93) | Widget? build(BuildContext context, int index) method shouldRebuild (line 100) | bool shouldRebuild(covariant ListWheelChildListDelegate oldDelegate) class ListWheelChildLoopingListDelegate (line 125) | class ListWheelChildLoopingListDelegate extends ListWheelChildDelegate { method trueIndexOf (line 136) | int trueIndexOf(int index) method build (line 139) | Widget? build(BuildContext context, int index) method shouldRebuild (line 146) | bool shouldRebuild(covariant ListWheelChildLoopingListDelegate oldDele... class ListWheelChildBuilderDelegate (line 158) | class ListWheelChildBuilderDelegate extends ListWheelChildDelegate { method build (line 182) | Widget? build(BuildContext context, int index) method shouldRebuild (line 193) | bool shouldRebuild(covariant ListWheelChildBuilderDelegate oldDelegate) class FixedExtentScrollController (line 212) | class FixedExtentScrollController extends ScrollController { method animateToItem (line 257) | Future animateToItem( method jumpToItem (line 280) | void jumpToItem(int itemIndex) method createScrollPosition (line 287) | ScrollPosition createScrollPosition(ScrollPhysics physics, ScrollConte... class FixedExtentMetrics (line 306) | class FixedExtentMetrics extends FixedScrollMetrics { method copyWith (line 325) | FixedExtentMetrics copyWith({ function _getItemFromOffset (line 347) | int _getItemFromOffset({ function _clipOffsetToScrollableRange (line 356) | double _clipOffsetToScrollableRange( class _FixedExtentScrollPosition (line 366) | class _FixedExtentScrollPosition extends ScrollPositionWithSingleContext... method _getItemExtentFromScrollContext (line 387) | double _getItemExtentFromScrollContext(ScrollContext context) method copyWith (line 405) | FixedExtentMetrics copyWith({ class _FixedExtentScrollable (line 426) | class _FixedExtentScrollable extends Scrollable { method createState (line 449) | _FixedExtentScrollableState createState() class _FixedExtentScrollableState (line 454) | class _FixedExtentScrollableState extends ScrollableState { class FixedExtentScrollPhysics (line 472) | class FixedExtentScrollPhysics extends ScrollPhysics { method applyTo (line 477) | FixedExtentScrollPhysics applyTo(ScrollPhysics? ancestor) method createBallisticSimulation (line 482) | Simulation? createBallisticSimulation(ScrollMetrics position, double v... class ListWheelScrollView (line 571) | class ListWheelScrollView extends StatefulWidget { method createState (line 740) | State createState() class _ListWheelScrollViewState (line 743) | class _ListWheelScrollViewState extends State { method initState (line 748) | void initState() method didUpdateWidget (line 758) | void didUpdateWidget(ListWheelScrollView oldWidget) method build (line 770) | Widget build(BuildContext context) class ListWheelElement (line 815) | class ListWheelElement extends RenderObjectElement implements ListWheelC... method update (line 840) | void update(ListWheelViewport newWidget) method performRebuild (line 856) | void performRebuild() method retrieveWidget (line 880) | Widget? retrieveWidget(int index) method childExistsAt (line 885) | bool childExistsAt(int index) method createChild (line 888) | void createChild(int index, { required RenderBox? after }) method removeChild (line 903) | void removeChild(RenderBox child) method updateChild (line 915) | Element? updateChild(Element? child, Widget? newWidget, Object? newSlot) method insertRenderObjectChild (line 929) | void insertRenderObjectChild(RenderObject child, int slot) method moveRenderObjectChild (line 937) | void moveRenderObjectChild(RenderObject child, int oldSlot, int newSlot) method removeRenderObjectChild (line 945) | void removeRenderObjectChild(RenderObject child, int slot) method visitChildren (line 951) | void visitChildren(ElementVisitor visitor) method forgetChild (line 958) | void forgetChild(Element child) class ListWheelViewport (line 977) | class ListWheelViewport extends RenderObjectWidget { method createElement (line 1069) | ListWheelElement createElement() method createRenderObject (line 1072) | RenderListWheelViewport createRenderObject(BuildContext context) method updateRenderObject (line 1091) | void updateRenderObject(BuildContext context, RenderListWheelViewport ... FILE: packages/flutter/lib/src/widgets/localizations.dart class _Pending (line 19) | class _Pending { function _loadAll (line 39) | Future> _loadAll(Locale locale, Iterable { method isSupported (line 103) | bool isSupported(Locale locale) method load (line 111) | Future load(Locale locale) method shouldReload (line 119) | bool shouldReload(covariant LocalizationsDelegate old) method toString (line 135) | String toString() class WidgetsLocalizations (line 148) | abstract class WidgetsLocalizations { method of (line 164) | WidgetsLocalizations of(BuildContext context) class _WidgetsLocalizationsDelegate (line 170) | class _WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 182) | bool shouldReload(_WidgetsLocalizationsDelegate old) method toString (line 185) | String toString() class DefaultWidgetsLocalizations (line 196) | class DefaultWidgetsLocalizations implements WidgetsLocalizations { method load (line 213) | Future load(Locale locale) class _LocalizationsScope (line 224) | class _LocalizationsScope extends InheritedWidget { method updateShouldNotify (line 240) | bool updateShouldNotify(_LocalizationsScope old) class Localizations (line 339) | class Localizations extends StatefulWidget { method localeOf (line 413) | Locale localeOf(BuildContext context) method maybeLocaleOf (line 439) | Locale? maybeLocaleOf(BuildContext context) method _delegatesOf (line 447) | List> _delegatesOf(BuildContext context) method of (line 469) | T? of(BuildContext context, Type type) method createState (line 477) | State createState() method debugFillProperties (line 480) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _LocalizationsState (line 487) | class _LocalizationsState extends State { method initState (line 495) | void initState() method _anyDelegatesShouldReload (line 500) | bool _anyDelegatesShouldReload(Localizations old) method didUpdateWidget (line 515) | void didUpdateWidget(Localizations old) method load (line 524) | void load(Locale locale) method resourcesFor (line 559) | T resourcesFor(Type type) method build (line 572) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/media_query.dart type Orientation (line 18) | enum Orientation { class MediaQueryData (line 86) | @immutable method copyWith (line 362) | MediaQueryData copyWith({ method removePadding (line 415) | MediaQueryData removePadding({ method removeViewInsets (line 464) | MediaQueryData removeViewInsets({ method removeViewPadding (line 513) | MediaQueryData removeViewPadding({ method toString (line 593) | String toString() class MediaQuery (line 637) | class MediaQuery extends InheritedWidget { method fromWindow (line 797) | Widget fromWindow({ method of (line 835) | MediaQueryData of(BuildContext context) method maybeOf (line 868) | MediaQueryData? maybeOf(BuildContext context) method textScaleFactorOf (line 875) | double textScaleFactorOf(BuildContext context) method platformBrightnessOf (line 884) | Brightness platformBrightnessOf(BuildContext context) method highContrastOf (line 895) | bool highContrastOf(BuildContext context) method boldTextOverride (line 901) | bool boldTextOverride(BuildContext context) method updateShouldNotify (line 906) | bool updateShouldNotify(MediaQuery oldWidget) method debugFillProperties (line 909) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type NavigationMode (line 923) | enum NavigationMode { class _MediaQueryFromWindow (line 958) | class _MediaQueryFromWindow extends StatefulWidget { method createState (line 972) | State<_MediaQueryFromWindow> createState() class _MediaQueryFromWindowState (line 975) | class _MediaQueryFromWindowState extends State<_MediaQueryFromWindow> wi... method initState (line 977) | void initState() method didChangeAccessibilityFeatures (line 985) | void didChangeAccessibilityFeatures() method didChangeMetrics (line 995) | void didChangeMetrics() method didChangeTextScaleFactor (line 1003) | void didChangeTextScaleFactor() method didChangePlatformBrightness (line 1013) | void didChangePlatformBrightness() method build (line 1022) | Widget build(BuildContext context) method dispose (line 1034) | void dispose() FILE: packages/flutter/lib/src/widgets/modal_barrier.dart class ModalBarrier (line 31) | class ModalBarrier extends StatelessWidget { method build (line 77) | Widget build(BuildContext context) method handleDismiss (line 96) | void handleDismiss() class AnimatedModalBarrier (line 148) | class AnimatedModalBarrier extends AnimatedWidget { method build (line 193) | Widget build(BuildContext context) class _AnyTapGestureRecognizer (line 207) | class _AnyTapGestureRecognizer extends BaseTapGestureRecognizer { method isPointerAllowed (line 215) | bool isPointerAllowed(PointerDownEvent event) method handleTapDown (line 223) | void handleTapDown({PointerDownEvent? down}) method handleTapUp (line 229) | void handleTapUp({PointerDownEvent? down, PointerUpEvent? up}) method handleTapCancel (line 235) | void handleTapCancel({PointerDownEvent? down, PointerCancelEvent? canc... class _ModalBarrierSemanticsDelegate (line 243) | class _ModalBarrierSemanticsDelegate extends SemanticsGestureDelegate { method assignSemantics (line 249) | void assignSemantics(RenderSemanticsGestureHandler renderObject) class _AnyTapGestureRecognizerFactory (line 255) | class _AnyTapGestureRecognizerFactory extends GestureRecognizerFactory<_... method constructor (line 261) | _AnyTapGestureRecognizer constructor() method initializer (line 264) | void initializer(_AnyTapGestureRecognizer instance) class _ModalBarrierGestureDetector (line 271) | class _ModalBarrierGestureDetector extends StatelessWidget { method build (line 289) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/navigation_toolbar.dart class NavigationToolbar (line 22) | class NavigationToolbar extends StatelessWidget { method build (line 60) | Widget build(BuildContext context) type _ToolbarSlot (line 78) | enum _ToolbarSlot { class _ToolbarLayout (line 84) | class _ToolbarLayout extends MultiChildLayoutDelegate { method performLayout (line 104) | void performLayout(Size size) method shouldRelayout (line 177) | bool shouldRelayout(_ToolbarLayout oldDelegate) FILE: packages/flutter/lib/src/widgets/navigator.dart type RouteFactory (line 41) | typedef RouteFactory = Route? Function(RouteSettings settings); type RouteListFactory (line 46) | typedef RouteListFactory = List> Function(NavigatorState ... type RestorableRouteBuilder (line 58) | typedef RestorableRouteBuilder = Route Function(BuildContext conte... type RoutePredicate (line 61) | typedef RoutePredicate = bool Function(Route route); type WillPopCallback (line 67) | typedef WillPopCallback = Future Function(); type PopPageCallback (line 76) | typedef PopPageCallback = bool Function(Route route, dynamic re... type RoutePopDisposition (line 86) | enum RoutePopDisposition { class Route (line 128) | abstract class Route { method _updateSettings (line 170) | void _updateSettings(RouteSettings newSettings) method _updateRestorationId (line 178) | void _updateRestorationId(String? restorationId) method install (line 202) | void install() method didPush (line 215) | TickerFuture didPush() method didAdd (line 232) | void didAdd() method didReplace (line 267) | void didReplace(Route? oldRoute) method willPop (line 294) | Future willPop() method didPop (line 336) | bool didPop(T? result) method didComplete (line 358) | void didComplete(T? result) method didPopNext (line 369) | void didPopNext(Route nextRoute) method didChangeNext (line 382) | void didChangeNext(Route? nextRoute) method didChangePrevious (line 395) | void didChangePrevious(Route? previousRoute) method changedInternalState (line 410) | void changedInternalState() method changedExternalState (line 437) | void changedExternalState() method dispose (line 452) | void dispose() class RouteSettings (line 521) | @immutable method copyWith (line 531) | RouteSettings copyWith({ method toString (line 552) | String toString() class Page (line 564) | abstract class Page extends RouteSettings { method canUpdate (line 595) | bool canUpdate(Page other) method createRoute (line 604) | Route createRoute(BuildContext context) method toString (line 607) | String toString() class NavigatorObserver (line 611) | class NavigatorObserver { method didPush (line 620) | void didPush(Route route, Route? previousRoute) method didPop (line 626) | void didPop(Route route, Route? previousRoute) method didRemove (line 637) | void didRemove(Route route, Route? previousRoute) method didReplace (line 640) | void didReplace({ Route? newRoute, Route? oldRoute }) method didStartUserGesture (line 646) | void didStartUserGesture(Route route, Route? previou... method didStopUserGesture (line 651) | void didStopUserGesture() class HeroControllerScope (line 664) | class HeroControllerScope extends InheritedWidget { method of (line 686) | HeroController? of(BuildContext context) method updateShouldNotify (line 692) | bool updateShouldNotify(HeroControllerScope oldWidget) class RouteTransitionRecord (line 699) | abstract class RouteTransitionRecord { method markForPush (line 722) | void markForPush() method markForAdd (line 729) | void markForAdd() method markForPop (line 736) | void markForPop([dynamic result]) method markForComplete (line 743) | void markForComplete([dynamic result]) method markForRemove (line 750) | void markForRemove() class TransitionDelegate (line 809) | abstract class TransitionDelegate { method _transition (line 813) | Iterable _transition({ method resolve (line 965) | Iterable resolve({ class DefaultTransitionDelegate (line 980) | class DefaultTransitionDelegate extends TransitionDelegate { method resolve (line 985) | Iterable resolve({ method handleExitingRoute (line 994) | void handleExitingRoute(RouteTransitionRecord? location, bool isLast) class Navigator (line 1332) | class Navigator extends StatefulWidget { method pushNamed (line 1615) | Future pushNamed( method restorablePushNamed (line 1670) | String restorablePushNamed( method pushReplacementNamed (line 1732) | Future pushReplacementNamed( method restorablePushReplacementNamed (line 1768) | String restorablePushReplacementNamed popAndPushNamed( method restorablePopAndPushNamed (line 1861) | String restorablePopAndPushNamed( method pushNamedAndRemoveUntil (line 1930) | Future pushNamedAndRemoveUntil( method restorablePushNamedAndRemoveUntil (line 1966) | String restorablePushNamedAndRemoveUntil( method push (line 2014) | Future push(BuildContext context, Route route) method restorablePush (line 2048) | String restorablePush(BuildContext context, Restora... method pushReplacement (line 2101) | Future pushReplacement(Buil... method restorablePushReplacement (line 2127) | String restorablePushReplacement pushAndRemoveUntil(BuildContext context,... method restorablePushAndRemoveUntil (line 2212) | String restorablePushAndRemoveUntil(BuildContext co... method replace (line 2250) | void replace(BuildContext context, { required Route... method restorableReplace (line 2269) | String restorableReplace(BuildContext context, { re... method replaceRouteBelow (line 2305) | void replaceRouteBelow(BuildContext context, { requ... method restorableReplaceRouteBelow (line 2325) | String restorableReplaceRouteBelow(BuildContext con... method canPop (line 2344) | bool canPop(BuildContext context) method maybePop (line 2380) | Future maybePop(BuildContext context, [ T? re... method pop (line 2430) | void pop(BuildContext context, [ T? result ]) method popUntil (line 2459) | void popUntil(BuildContext context, RoutePredicate predicate) method removeRoute (line 2486) | void removeRoute(BuildContext context, Route route) method removeRouteBelow (line 2511) | void removeRouteBelow(BuildContext context, Route anchorRoute) method of (line 2535) | NavigatorState of( method maybeOf (line 2585) | NavigatorState? maybeOf( method defaultGenerateInitialRoutes (line 2616) | List> defaultGenerateInitialRoutes(NavigatorState navig... method createState (line 2672) | NavigatorState createState() type _RouteLifecycle (line 2719) | enum _RouteLifecycle { type _RouteEntryPredicate (line 2746) | typedef _RouteEntryPredicate = bool Function(_RouteEntry entry); class _NotAnnounced (line 2748) | class _NotAnnounced extends Route { class _RouteEntry (line 2754) | class _RouteEntry extends RouteTransitionRecord { method canUpdateFrom (line 2798) | bool canUpdateFrom(Page page) method handleAdd (line 2807) | void handleAdd({ required NavigatorState navigator, required Route poppedRoute) method handlePop (line 2872) | void handlePop({ required NavigatorState navigator, required Route(T? result) method remove (line 2916) | void remove({ bool isReplaced = false }) method complete (line 2930) | void complete(T result, { bool isReplaced = false }) method finalize (line 2945) | void finalize() method dispose (line 2950) | void dispose() method shouldAnnounceChangeToNext (line 3006) | bool shouldAnnounceChangeToNext(Route? nextRoute) method isPresentPredicate (line 3017) | bool isPresentPredicate(_RouteEntry entry) method suitableForTransitionAnimationPredicate (line 3018) | bool suitableForTransitionAnimationPredicate(_RouteEntry entry) method willBePresentPredicate (line 3019) | bool willBePresentPredicate(_RouteEntry entry) method isRoutePredicate (line 3021) | _RouteEntryPredicate isRoutePredicate(Route route) method markNeedsExitingDecision (line 3032) | void markNeedsExitingDecision() method markForPush (line 3035) | void markForPush() method markForAdd (line 3045) | void markForAdd() method markForPop (line 3055) | void markForPop([dynamic result]) method markForComplete (line 3066) | void markForComplete([dynamic result]) method markForRemove (line 3078) | void markForRemove() class _NavigatorObservation (line 3096) | abstract class _NavigatorObservation { method notify (line 3104) | void notify(NavigatorObserver observer) class _NavigatorPushObservation (line 3107) | class _NavigatorPushObservation extends _NavigatorObservation { method notify (line 3114) | void notify(NavigatorObserver observer) class _NavigatorPopObservation (line 3119) | class _NavigatorPopObservation extends _NavigatorObservation { method notify (line 3126) | void notify(NavigatorObserver observer) class _NavigatorRemoveObservation (line 3131) | class _NavigatorRemoveObservation extends _NavigatorObservation { method notify (line 3138) | void notify(NavigatorObserver observer) class _NavigatorReplaceObservation (line 3143) | class _NavigatorReplaceObservation extends _NavigatorObservation { method notify (line 3150) | void notify(NavigatorObserver observer) class NavigatorState (line 3158) | class NavigatorState extends State with TickerProviderStateMi... method initState (line 3175) | void initState() method restoreState (line 3230) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method didToggleBucket (line 3298) | void didToggleBucket(RestorationBucket? oldBucket) method didChangeDependencies (line 3310) | void didChangeDependencies() method _updateHeroController (line 3317) | void _updateHeroController(HeroController? newHeroController) method _updateEffectiveObservers (line 3368) | void _updateEffectiveObservers() method didUpdateWidget (line 3376) | void didUpdateWidget(Navigator oldWidget) method _debugCheckDuplicatedPageKeys (line 3439) | void _debugCheckDuplicatedPageKeys() method deactivate (line 3454) | void deactivate() method activate (line 3461) | void activate() method dispose (line 3470) | void dispose() method _updatePages (line 3501) | void _updatePages() method _flushHistoryUpdates (line 3765) | void _flushHistoryUpdates({bool rearrangeOverlay = true}) method _flushObserverNotifications (line 3914) | void _flushObserverNotifications() method _flushRouteAnnouncement (line 3931) | void _flushRouteAnnouncement() method _getRouteBefore (line 3956) | _RouteEntry? _getRouteBefore(int index, _RouteEntryPredicate predicate) method _getIndexBefore (line 3961) | int _getIndexBefore(int index, _RouteEntryPredicate predicate) method _getRouteAfter (line 3968) | _RouteEntry? _getRouteAfter(int index, _RouteEntryPredicate predicate) method _routeNamed (line 3975) | Route? _routeNamed(String name, { required Object? arguments, bo... method pushNamed (line 4050) | Future pushNamed( method restorablePushNamed (line 4078) | String restorablePushNamed( method pushReplacementNamed (line 4117) | Future pushReplacementNamed( method restorablePushReplacementNamed (line 4148) | String restorablePushReplacementNamed popAndPushNamed( method restorablePopAndPushNamed (line 4218) | String restorablePopAndPushNamed( method pushNamedAndRemoveUntil (line 4250) | Future pushNamedAndRemoveUntil( method restorablePushNamedAndRemoveUntil (line 4280) | String restorablePushNamedAndRemoveUntil( method push (line 4320) | Future push(Route route) method _debugCheckIsPagelessRoute (line 4326) | bool _debugCheckIsPagelessRoute(Route route) method _debugIsStaticCallback (line 4345) | bool _debugIsStaticCallback(Function callback) method restorablePush (line 4371) | String restorablePush(RestorableRouteBuilder rou... method _pushEntry (line 4384) | void _pushEntry(_RouteEntry entry) method _afterNavigation (line 4402) | void _afterNavigation(Route? route) method pushReplacement (line 4467) | Future pushReplacement(Rout... method restorablePushReplacement (line 4493) | String restorablePushReplacement(_RouteEntry entry, TO? ... method pushAndRemoveUntil (line 4552) | Future pushAndRemoveUntil(Route newRoute, Ro... method restorablePushAndRemoveUntil (line 4578) | String restorablePushAndRemoveUntil(RestorableRoute... method _pushEntryAndRemoveUntil (line 4591) | void _pushEntryAndRemoveUntil(_RouteEntry entry, RoutePredicate predic... method replace (line 4629) | void replace({ required Route oldRoute, re... method restorableReplace (line 4647) | String restorableReplace({ required Route ... method _replaceEntry (line 4663) | void _replaceEntry(_RouteEntry entry, Route oldRoute) method replaceRouteBelow (line 4700) | void replaceRouteBelow({ required Route an... method restorableReplaceRouteBelow (line 4719) | String restorableReplaceRouteBelow({ required Route... method _replaceEntryBelow (line 4735) | void _replaceEntryBelow(_RouteEntry entry, Route anchorRoute) method canPop (line 4762) | bool canPop() method maybePop (line 4786) | Future maybePop([ T? result ]) method pop (line 4840) | void pop([ T? result ]) method popUntil (line 4880) | void popUntil(RoutePredicate predicate) method removeRoute (line 4899) | void removeRoute(Route route) method removeRouteBelow (line 4929) | void removeRouteBelow(Route anchorRoute) method finalizeRoute (line 4966) | void finalizeRoute(Route route) method _getRouteById (line 4987) | Route? _getRouteById(String id) method didStartUserGesture (line 5019) | void didStartUserGesture() method didStopUserGesture (line 5044) | void didStopUserGesture() method _handlePointerDown (line 5055) | void _handlePointerDown(PointerDownEvent event) method _handlePointerUpOrCancel (line 5059) | void _handlePointerUpOrCancel(PointerEvent event) method _cancelActivePointers (line 5063) | void _cancelActivePointers() method build (line 5080) | Widget build(BuildContext context) type _RouteRestorationType (line 5110) | enum _RouteRestorationType { class _RestorationInformation (line 5115) | abstract class _RestorationInformation { method getSerializableData (line 5148) | Object getSerializableData() method computeSerializableData (line 5154) | List computeSerializableData() method createRoute (line 5159) | Route createRoute(NavigatorState navigator) method toRouteEntry (line 5161) | _RouteEntry toRouteEntry(NavigatorState navigator, {_RouteLifecycle in... class _NamedRestorationInformation (line 5174) | class _NamedRestorationInformation extends _RestorationInformation { method computeSerializableData (line 5191) | List computeSerializableData() method createRoute (line 5206) | Route createRoute(NavigatorState navigator) class _AnonymousRestorationInformation (line 5213) | class _AnonymousRestorationInformation extends _RestorationInformation { method computeSerializableData (line 5235) | List computeSerializableData() method createRoute (line 5253) | Route createRoute(NavigatorState navigator) class _HistoryProperty (line 5260) | class _HistoryProperty extends RestorableProperty history) method _finalizePage (line 5330) | void _finalizePage( method _debugMapsEqual (line 5347) | bool _debugMapsEqual(Map> a, Map restoreEntriesForPage(_RouteEntry? page, NavigatorSt... method createDefaultValue (line 5392) | Map>? createDefaultValue() method fromPrimitives (line 5397) | Map>? fromPrimitives(Object? data) method initWithValue (line 5406) | void initWithValue(Map>? value) method toPrimitives (line 5411) | Object? toPrimitives() type NavigatorFinderCallback (line 5423) | typedef NavigatorFinderCallback = NavigatorState Function(BuildContext c... type RoutePresentationCallback (line 5433) | typedef RoutePresentationCallback = String Function(NavigatorState navig... type RouteCompletionCallback (line 5441) | typedef RouteCompletionCallback = void Function(T result); class RestorableRouteFuture (line 5475) | class RestorableRouteFuture extends RestorableProperty { method present (line 5514) | void present([Object? arguments]) method createDefaultValue (line 5535) | String? createDefaultValue() method initWithValue (line 5538) | void initWithValue(String? value) method toPrimitives (line 5545) | Object? toPrimitives() method fromPrimitives (line 5552) | String fromPrimitives(Object? data) method dispose (line 5560) | void dispose() method _hookOntoRouteFuture (line 5575) | void _hookOntoRouteFuture(String id) method _defaultNavigatorFinder (line 5591) | NavigatorState _defaultNavigatorFinder(BuildContext context) FILE: packages/flutter/lib/src/widgets/nested_scroll_view.dart type NestedScrollViewHeaderSliversBuilder (line 32) | typedef NestedScrollViewHeaderSliversBuilder = List Function(Bui... class NestedScrollView (line 175) | class NestedScrollView extends StatefulWidget { method sliverOverlapAbsorberHandleFor (line 303) | SliverOverlapAbsorberHandle sliverOverlapAbsorberHandleFor(BuildContex... method _buildSlivers (line 312) | List _buildSlivers(BuildContext context, ScrollController inne... method createState (line 325) | NestedScrollViewState createState() class NestedScrollViewState (line 345) | class NestedScrollViewState extends State { method initState (line 382) | void initState() method didChangeDependencies (line 393) | void didChangeDependencies() method didUpdateWidget (line 399) | void didUpdateWidget(NestedScrollView oldWidget) method dispose (line 406) | void dispose() method _handleHasScrolledBodyChanged (line 414) | void _handleHasScrolledBodyChanged() method build (line 430) | Widget build(BuildContext context) class _NestedScrollViewCustomScrollView (line 462) | class _NestedScrollViewCustomScrollView extends CustomScrollView { method buildViewport (line 489) | Widget buildViewport( class _InheritedNestedScrollView (line 506) | class _InheritedNestedScrollView extends InheritedWidget { method updateShouldNotify (line 518) | bool updateShouldNotify(_InheritedNestedScrollView old) class _NestedScrollMetrics (line 521) | class _NestedScrollMetrics extends FixedScrollMetrics { method copyWith (line 540) | _NestedScrollMetrics copyWith({ type _NestedScrollActivityGetter (line 569) | typedef _NestedScrollActivityGetter = ScrollActivity Function(_NestedScr... class _NestedScrollCoordinator (line 571) | class _NestedScrollCoordinator implements ScrollActivityDelegate, Scroll... method updateShadow (line 630) | void updateShadow() method updateUserScrollDirection (line 635) | void updateUserScrollDirection(ScrollDirection value) method beginActivity (line 647) | void beginActivity(ScrollActivity newOuterActivity, _NestedScrollActiv... method _createIdleScrollActivity (line 664) | IdleScrollActivity _createIdleScrollActivity(_NestedScrollPosition pos... method goIdle (line 669) | void goIdle() method goBallistic (line 677) | void goBallistic(double velocity) method createOuterBallisticScrollActivity (line 689) | ScrollActivity createOuterBallisticScrollActivity(double velocity) method createInnerBallisticScrollActivity (line 739) | ScrollActivity createInnerBallisticScrollActivity(_NestedScrollPositio... method _getMetrics (line 749) | _NestedScrollMetrics _getMetrics(_NestedScrollPosition innerPosition, ... method unnestOffset (line 819) | double unnestOffset(double value, _NestedScrollPosition source) method nestOffset (line 830) | double nestOffset(double value, _NestedScrollPosition target) method updateCanDrag (line 843) | void updateCanDrag() method animateTo (line 858) | Future animateTo( method jumpTo (line 884) | void jumpTo(double to) method pointerScroll (line 892) | void pointerScroll(double delta) method setPixels (line 957) | double setPixels(double newPixels) method hold (line 962) | ScrollHoldController hold(VoidCallback holdCancelCallback) method cancel (line 974) | void cancel() method drag (line 978) | Drag drag(DragStartDetails details, VoidCallback dragCancelCallback) method applyUserOffset (line 994) | void applyUserOffset(double delta) method setParent (line 1056) | void setParent(ScrollController? value) method updateParent (line 1061) | void updateParent() method dispose (line 1068) | void dispose() method toString (line 1076) | String toString() class _NestedScrollController (line 1079) | class _NestedScrollController extends ScrollController { method createScrollPosition (line 1089) | ScrollPosition createScrollPosition( method attach (line 1105) | void attach(ScrollPosition position) method detach (line 1115) | void detach(ScrollPosition position) method _scheduleUpdateShadow (line 1123) | void _scheduleUpdateShadow() class _NestedScrollPosition (line 1146) | class _NestedScrollPosition extends ScrollPosition implements ScrollActi... method setParent (line 1174) | void setParent(ScrollController? value) method absorb (line 1184) | void absorb(ScrollPosition other) method restoreScrollOffset (line 1190) | void restoreScrollOffset() method applyClampedDragUpdate (line 1199) | double applyClampedDragUpdate(double delta) method applyFullDragUpdate (line 1243) | double applyFullDragUpdate(double delta) method applyClampedPointerSignalUpdate (line 1274) | double applyClampedPointerSignalUpdate(double delta) method createDrivenScrollActivity (line 1296) | DrivenScrollActivity createDrivenScrollActivity(double to, Duration du... method applyUserOffset (line 1308) | double applyUserOffset(double delta) method goIdle (line 1315) | void goIdle() method goBallistic (line 1322) | void goBallistic(double velocity) method createBallisticScrollActivity (line 1332) | ScrollActivity createBallisticScrollActivity( method animateTo (line 1365) | Future animateTo( method jumpTo (line 1378) | void jumpTo(double value) method pointerScroll (line 1383) | void pointerScroll(double delta) method jumpToWithoutSettling (line 1389) | void jumpToWithoutSettling(double value) method localJumpTo (line 1393) | void localJumpTo(double value) method applyNewDimensions (line 1404) | void applyNewDimensions() method updateCanDrag (line 1409) | void updateCanDrag(double totalExtent) method hold (line 1414) | ScrollHoldController hold(VoidCallback holdCancelCallback) method drag (line 1419) | Drag drag(DragStartDetails details, VoidCallback dragCancelCallback) type _NestedBallisticScrollActivityMode (line 1424) | enum _NestedBallisticScrollActivityMode { outer, inner, independent } class _NestedInnerBallisticScrollActivity (line 1426) | class _NestedInnerBallisticScrollActivity extends BallisticScrollActivity { method resetActivity (line 1440) | void resetActivity() method applyNewDimensions (line 1448) | void applyNewDimensions() method applyMoveTo (line 1456) | bool applyMoveTo(double value) class _NestedOuterBallisticScrollActivity (line 1461) | class _NestedOuterBallisticScrollActivity extends BallisticScrollActivity { method resetActivity (line 1479) | void resetActivity() method applyNewDimensions (line 1486) | void applyNewDimensions() method applyMoveTo (line 1493) | bool applyMoveTo(double value) method toString (line 1519) | String toString() class SliverOverlapAbsorberHandle (line 1547) | class SliverOverlapAbsorberHandle extends ChangeNotifier { method _setExtents (line 1583) | void _setExtents(double? layoutValue, double? scrollValue) method _markNeedsLayout (line 1592) | void _markNeedsLayout() method toString (line 1595) | String toString() class SliverOverlapAbsorber (line 1624) | class SliverOverlapAbsorber extends SingleChildRenderObjectWidget { method createRenderObject (line 1643) | RenderSliverOverlapAbsorber createRenderObject(BuildContext context) method updateRenderObject (line 1650) | void updateRenderObject(BuildContext context, RenderSliverOverlapAbsor... method debugFillProperties (line 1655) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverOverlapAbsorber (line 1668) | class RenderSliverOverlapAbsorber extends RenderSliver with RenderObject... method attach (line 1702) | void attach(PipelineOwner owner) method detach (line 1708) | void detach() method performLayout (line 1714) | void performLayout() method applyPaintTransform (line 1744) | void applyPaintTransform(RenderObject child, Matrix4 transform) method hitTestChildren (line 1749) | bool hitTestChildren(SliverHitTestResult result, { required double mai... method paint (line 1760) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 1766) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverOverlapInjector (line 1783) | class SliverOverlapInjector extends SingleChildRenderObjectWidget { method createRenderObject (line 1802) | RenderSliverOverlapInjector createRenderObject(BuildContext context) method updateRenderObject (line 1809) | void updateRenderObject(BuildContext context, RenderSliverOverlapInjec... method debugFillProperties (line 1814) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderSliverOverlapInjector (line 1827) | class RenderSliverOverlapInjector extends RenderSliver { method attach (line 1863) | void attach(PipelineOwner owner) method detach (line 1872) | void detach() method performLayout (line 1878) | void performLayout() method debugPaint (line 1893) | void debugPaint(PaintingContext context, Offset offset) method debugFillProperties (line 1931) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class NestedScrollViewViewport (line 1941) | class NestedScrollViewViewport extends Viewport { method createRenderObject (line 1971) | RenderNestedScrollViewViewport createRenderObject(BuildContext context) method updateRenderObject (line 1986) | void updateRenderObject(BuildContext context, RenderNestedScrollViewVi... method debugFillProperties (line 2000) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RenderNestedScrollViewViewport (line 2010) | class RenderNestedScrollViewViewport extends RenderViewport { method markNeedsLayout (line 2049) | void markNeedsLayout() method debugFillProperties (line 2055) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/notification_listener.dart type NotificationListenerCallback (line 17) | typedef NotificationListenerCallback = bool Func... class Notification (line 48) | abstract class Notification { method visitAncestor (line 63) | bool visitAncestor(Element element) method dispatch (line 80) | void dispatch(BuildContext? target) method toString (line 87) | String toString() method debugFillDescription (line 104) | void debugFillDescription(List description) class NotificationListener (line 115) | class NotificationListener extends StatelessWidg... method _dispatch (line 149) | bool _dispatch(Notification notification, Element element) method build (line 158) | Widget build(BuildContext context) class LayoutChangedNotification (line 189) | class LayoutChangedNotification extends Notification { } FILE: packages/flutter/lib/src/widgets/orientation_builder.dart type OrientationWidgetBuilder (line 13) | typedef OrientationWidgetBuilder = Widget Function(BuildContext context,... class OrientationBuilder (line 27) | class OrientationBuilder extends StatelessWidget { method _buildWithConstraints (line 45) | Widget _buildWithConstraints(BuildContext context, BoxConstraints cons... method build (line 54) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/overflow_bar.dart type OverflowBarAlignment (line 18) | enum OverflowBarAlignment { class OverflowBar (line 56) | class OverflowBar extends MultiChildRenderObjectWidget { method createRenderObject (line 212) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 225) | void updateRenderObject(BuildContext context, RenderObject renderObject) method debugFillProperties (line 237) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _OverflowBarParentData (line 248) | class _OverflowBarParentData extends ContainerBoxParentData { } class _RenderOverflowBar (line 250) | class _RenderOverflowBar extends RenderBox method setupParentData (line 347) | void setupParentData(RenderBox child) method computeMinIntrinsicHeight (line 353) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 383) | double computeMaxIntrinsicHeight(double width) method computeMinIntrinsicWidth (line 413) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 426) | double computeMaxIntrinsicWidth(double height) method computeDistanceToActualBaseline (line 439) | double? computeDistanceToActualBaseline(TextBaseline baseline) method computeDryLayout (line 444) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 470) | void performLayout() method nextChild (line 496) | RenderBox? nextChild() method hitTestChildren (line 574) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method paint (line 579) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 584) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/overlay.dart class OverlayEntry (line 58) | class OverlayEntry extends ChangeNotifier { method _updateMounted (line 125) | void _updateMounted(bool value) method remove (line 146) | void remove() method markNeedsBuild (line 166) | void markNeedsBuild() method toString (line 171) | String toString() class _OverlayEntryWidget (line 174) | class _OverlayEntryWidget extends StatefulWidget { method createState (line 188) | _OverlayEntryWidgetState createState() class _OverlayEntryWidgetState (line 191) | class _OverlayEntryWidgetState extends State<_OverlayEntryWidget> { method initState (line 193) | void initState() method dispose (line 199) | void dispose() method build (line 205) | Widget build(BuildContext context) method _markNeedsBuild (line 212) | void _markNeedsBuild() class Overlay (line 240) | class Overlay extends StatefulWidget { method of (line 295) | OverlayState? of( method createState (line 322) | OverlayState createState() class OverlayState (line 329) | class OverlayState extends State with TickerProviderStateMixin { method initState (line 333) | void initState() method _insertionIndex (line 338) | int _insertionIndex(OverlayEntry? below, OverlayEntry? above) method insert (line 354) | void insert(OverlayEntry entry, { OverlayEntry? below, OverlayEntry? a... method insertAll (line 371) | void insertAll(Iterable entries, { OverlayEntry? below, ... method _debugVerifyInsertPosition (line 392) | bool _debugVerifyInsertPosition(OverlayEntry? above, OverlayEntry? bel... method rearrange (line 425) | void rearrange(Iterable newEntries, { OverlayEntry? belo... method _markDirty (line 452) | void _markDirty() method debugIsVisible (line 464) | bool debugIsVisible(OverlayEntry entry) method _didChangeEntryOpacity (line 482) | void _didChangeEntryOpacity() method build (line 490) | Widget build(BuildContext context) method debugFillProperties (line 522) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _Theatre (line 534) | class _Theatre extends MultiChildRenderObjectWidget { method createElement (line 552) | _TheatreElement createElement() method createRenderObject (line 555) | _RenderTheatre createRenderObject(BuildContext context) method updateRenderObject (line 564) | void updateRenderObject(BuildContext context, _RenderTheatre renderObj... method debugFillProperties (line 572) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TheatreElement (line 578) | class _TheatreElement extends MultiChildRenderObjectElement { method debugVisitOnstageChildren (line 588) | void debugVisitOnstageChildren(ElementVisitor visitor) class _RenderTheatre (line 594) | class _RenderTheatre extends RenderBox with ContainerRenderObjectMixin debugDescribeChildren() FILE: packages/flutter/lib/src/widgets/overscroll_indicator.dart class GlowingOverscrollIndicator (line 76) | class GlowingOverscrollIndicator extends StatefulWidget { method createState (line 157) | State createState() method debugFillProperties (line 160) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _GlowingOverscrollIndicatorState (line 178) | class _GlowingOverscrollIndicatorState extends State createState() method debugFillProperties (line 668) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _StretchingOverscrollIndicatorState (line 674) | class _StretchingOverscrollIndicatorState extends State description) FILE: packages/flutter/lib/src/widgets/page_storage.dart class PageStorageKey (line 20) | class PageStorageKey extends ValueKey { class _StorageEntryIdentifier (line 25) | @immutable method toString (line 46) | String toString() class PageStorageBucket (line 55) | class PageStorageBucket { method _maybeAddKey (line 56) | bool _maybeAddKey(BuildContext context, List> ... method _allKeys (line 64) | List> _allKeys(BuildContext context) method _computeIdentifier (line 74) | _StorageEntryIdentifier _computeIdentifier(BuildContext context) method writeState (line 88) | void writeState(BuildContext context, dynamic data, { Object? identifi... method readState (line 107) | dynamic readState(BuildContext context, { Object? identifier }) class PageStorage (line 151) | class PageStorage extends StatelessWidget { method of (line 181) | PageStorageBucket? of(BuildContext context) method build (line 187) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/page_view.dart class PageController (line 114) | class PageController extends ScrollController { method animateToPage (line 190) | Future animateToPage( method jumpToPage (line 212) | void jumpToPage(int page) method nextPage (line 228) | Future nextPage({ required Duration duration, required Curve cur... method previousPage (line 238) | Future previousPage({ required Duration duration, required Curve... method createScrollPosition (line 243) | ScrollPosition createScrollPosition(ScrollPhysics physics, ScrollConte... method attach (line 255) | void attach(ScrollPosition position) class PageMetrics (line 266) | class PageMetrics extends FixedScrollMetrics { method copyWith (line 284) | PageMetrics copyWith({ class _PagePosition (line 314) | class _PagePosition extends ScrollPositionWithSingleContext implements P... method ensureVisible (line 344) | Future ensureVisible( method getPageFromPixels (line 385) | double getPageFromPixels(double pixels, double viewportDimension) method getPixelsFromPage (line 395) | double getPixelsFromPage(double page) method saveScrollOffset (line 411) | void saveScrollOffset() method restoreScrollOffset (line 416) | void restoreScrollOffset() method saveOffset (line 425) | void saveOffset() method restoreOffset (line 430) | void restoreOffset(double offset, {bool initialRestore = false}) method applyViewportDimension (line 441) | bool applyViewportDimension(double viewportDimension) method applyContentDimensions (line 471) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... method copyWith (line 480) | PageMetrics copyWith({ class _ForceImplicitScrollPhysics (line 499) | class _ForceImplicitScrollPhysics extends ScrollPhysics { method applyTo (line 507) | _ForceImplicitScrollPhysics applyTo(ScrollPhysics? ancestor) class PageScrollPhysics (line 527) | class PageScrollPhysics extends ScrollPhysics { method applyTo (line 532) | PageScrollPhysics applyTo(ScrollPhysics? ancestor) method _getPage (line 536) | double _getPage(ScrollMetrics position) method _getPixels (line 542) | double _getPixels(ScrollMetrics position, double page) method _getTargetPixels (line 548) | double _getTargetPixels(ScrollMetrics position, Tolerance tolerance, d... method createBallisticSimulation (line 558) | Simulation? createBallisticSimulation(ScrollMetrics position, double v... class PageView (line 613) | class PageView extends StatefulWidget { method createState (line 901) | State createState() class _PageViewState (line 904) | class _PageViewState extends State { method initState (line 908) | void initState() method _getDirection (line 913) | AxisDirection _getDirection(BuildContext context) method build (line 926) | Widget build(BuildContext context) method debugFillProperties (line 979) | void debugFillProperties(DiagnosticPropertiesBuilder description) FILE: packages/flutter/lib/src/widgets/pages.dart class PageRoute (line 11) | abstract class PageRoute extends ModalRoute { method canTransitionTo (line 35) | bool canTransitionTo(TransitionRoute nextRoute) method canTransitionFrom (line 38) | bool canTransitionFrom(TransitionRoute previousRoute) function _defaultTransitionsBuilder (line 41) | Widget _defaultTransitionsBuilder(BuildContext context, Animation extends PageRoute { method buildPage (line 110) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 115) | Widget buildTransitions(BuildContext context, Animation animat... FILE: packages/flutter/lib/src/widgets/performance_overlay.dart class PerformanceOverlay (line 24) | class PerformanceOverlay extends LeafRenderObjectWidget { method createRenderObject (line 108) | RenderPerformanceOverlay createRenderObject(BuildContext context) method updateRenderObject (line 116) | void updateRenderObject(BuildContext context, RenderPerformanceOverlay... FILE: packages/flutter/lib/src/widgets/placeholder.dart class _PlaceholderPainter (line 8) | class _PlaceholderPainter extends CustomPainter { method paint (line 18) | void paint(Canvas canvas, Size size) method shouldRepaint (line 32) | bool shouldRepaint(_PlaceholderPainter oldPainter) method hitTest (line 38) | bool hitTest(Offset position) class Placeholder (line 52) | class Placeholder extends StatelessWidget { method build (line 85) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/platform_view.dart class AndroidView (line 58) | class AndroidView extends StatefulWidget { method createState (line 192) | State createState() class UiKitView (line 215) | class UiKitView extends StatefulWidget { method createState (line 305) | State createState() class HtmlElementView (line 341) | class HtmlElementView extends StatelessWidget { method build (line 364) | Widget build(BuildContext context) method _createHtmlElementView (line 379) | _HtmlElementViewController _createHtmlElementView(PlatformViewCreation... class _HtmlElementViewController (line 389) | class _HtmlElementViewController extends PlatformViewController { method _initialize (line 405) | Future _initialize() method clearFocus (line 415) | Future clearFocus() method dispatchPointerEvent (line 421) | Future dispatchPointerEvent(PointerEvent event) method dispose (line 427) | Future dispose() class _AndroidViewState (line 434) | class _AndroidViewState extends State { method build (line 445) | Widget build(BuildContext context) method _initializeOnce (line 458) | void _initializeOnce() method didChangeDependencies (line 468) | void didChangeDependencies() method didUpdateWidget (line 483) | void didUpdateWidget(AndroidView oldWidget) method _findLayoutDirection (line 501) | TextDirection _findLayoutDirection() method dispose (line 507) | void dispose() method _createNewAndroidView (line 512) | void _createNewAndroidView() method _onFocusChange (line 529) | void _onFocusChange(bool isFocused) class _UiKitViewState (line 564) | class _UiKitViewState extends State { method build (line 573) | Widget build(BuildContext context) method _initializeOnce (line 584) | void _initializeOnce() method didChangeDependencies (line 593) | void didChangeDependencies() method didUpdateWidget (line 608) | void didUpdateWidget(UiKitView oldWidget) method _findLayoutDirection (line 626) | TextDirection _findLayoutDirection() method dispose (line 632) | void dispose() method _createNewUiKitView (line 637) | Future _createNewUiKitView() class _AndroidPlatformView (line 655) | class _AndroidPlatformView extends LeafRenderObjectWidget { method createRenderObject (line 674) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 683) | void updateRenderObject(BuildContext context, RenderAndroidView render... class _UiKitPlatformView (line 691) | class _UiKitPlatformView extends LeafRenderObjectWidget { method createRenderObject (line 707) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 716) | void updateRenderObject(BuildContext context, RenderUiKitView renderOb... class PlatformViewCreationParams (line 728) | class PlatformViewCreationParams { type PlatformViewSurfaceFactory (line 765) | typedef PlatformViewSurfaceFactory = Widget Function(BuildContext contex... type CreatePlatformViewCallback (line 775) | typedef CreatePlatformViewCallback = PlatformViewController Function(Pla... class PlatformViewLink (line 807) | class PlatformViewLink extends StatefulWidget { method createState (line 839) | State createState() class _PlatformViewLinkState (line 842) | class _PlatformViewLinkState extends State { method build (line 850) | Widget build(BuildContext context) method initState (line 863) | void initState() method didUpdateWidget (line 870) | void didUpdateWidget(PlatformViewLink oldWidget) method _initialize (line 885) | void _initialize() method _onPlatformViewCreated (line 897) | void _onPlatformViewCreated(int id) method _handleFrameworkFocusChanged (line 901) | void _handleFrameworkFocusChanged(bool isFocused) method _handlePlatformFocusChanged (line 911) | void _handlePlatformFocusChanged(bool isFocused) method dispose (line 918) | void dispose() class PlatformViewSurface (line 942) | class PlatformViewSurface extends LeafRenderObjectWidget { method createRenderObject (line 1008) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1013) | void updateRenderObject(BuildContext context, PlatformViewRenderBox re... class AndroidViewSurface (line 1036) | class AndroidViewSurface extends PlatformViewSurface { method createRenderObject (line 1054) | RenderObject createRenderObject(BuildContext context) FILE: packages/flutter/lib/src/widgets/preferred_size.dart class PreferredSizeWidget (line 29) | abstract class PreferredSizeWidget implements Widget { class PreferredSize (line 68) | class PreferredSize extends StatelessWidget implements PreferredSizeWidg... method build (line 85) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/primary_scroll_controller.dart class PrimaryScrollController (line 32) | class PrimaryScrollController extends InheritedWidget { method of (line 61) | ScrollController? of(BuildContext context) method updateShouldNotify (line 67) | bool updateShouldNotify(PrimaryScrollController oldWidget) method debugFillProperties (line 70) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/raw_keyboard_listener.dart class RawKeyboardListener (line 34) | class RawKeyboardListener extends StatefulWidget { method createState (line 74) | State createState() method debugFillProperties (line 77) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _RawKeyboardListenerState (line 83) | class _RawKeyboardListenerState extends State { method initState (line 85) | void initState() method didUpdateWidget (line 91) | void didUpdateWidget(RawKeyboardListener oldWidget) method dispose (line 100) | void dispose() method _handleFocusChanged (line 106) | void _handleFocusChanged() method _attachKeyboardIfDetached (line 115) | void _attachKeyboardIfDetached() method _detachKeyboardIfAttached (line 122) | void _detachKeyboardIfAttached() method _handleRawKeyEvent (line 129) | void _handleRawKeyEvent(RawKeyEvent event) method build (line 134) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/reorderable_list.dart type ReorderCallback (line 66) | typedef ReorderCallback = void Function(int oldIndex, int newIndex); type ReorderItemProxyDecorator (line 80) | typedef ReorderItemProxyDecorator = Widget Function(Widget child, int in... class ReorderableList (line 108) | class ReorderableList extends StatefulWidget { method of (line 244) | ReorderableListState of(BuildContext context) method maybeOf (line 283) | ReorderableListState? maybeOf(BuildContext context) method createState (line 289) | ReorderableListState createState() class ReorderableListState (line 305) | class ReorderableListState extends State { method startItemDragReorder (line 320) | void startItemDragReorder({ method cancelReorder (line 335) | void cancelReorder() method build (line 340) | Widget build(BuildContext context) class SliverReorderableList (line 394) | class SliverReorderableList extends StatefulWidget { method createState (line 433) | SliverReorderableListState createState() method of (line 450) | SliverReorderableListState of(BuildContext context) method maybeOf (line 491) | SliverReorderableListState? maybeOf(BuildContext context) class SliverReorderableListState (line 514) | class SliverReorderableListState extends State wi... method didChangeDependencies (line 543) | void didChangeDependencies() method didUpdateWidget (line 549) | void didUpdateWidget(covariant SliverReorderableList oldWidget) method dispose (line 557) | void dispose() method startItemDragReorder (line 573) | void startItemDragReorder({ method cancelReorder (line 605) | void cancelReorder() method _registerItem (line 609) | void _registerItem(_ReorderableItemState item) method _unregisterItem (line 617) | void _unregisterItem(int index, _ReorderableItemState item) method _dragStart (line 624) | Drag? _dragStart(Offset position) method _dragUpdate (line 661) | void _dragUpdate(_DragInfo item, Offset position, Offset delta) method _dragCancel (line 669) | void _dragCancel(_DragInfo item) method _dragEnd (line 673) | void _dragEnd(_DragInfo item) method _dropCompleted (line 692) | void _dropCompleted() method _dragReset (line 701) | void _dragReset() method _resetItemGap (line 722) | void _resetItemGap() method _dragUpdateItems (line 728) | void _dragUpdateItems() method _autoScrollIfNecessary (line 806) | Future _autoScrollIfNecessary() method _itemOffsetAt (line 857) | Offset _itemOffsetAt(int index) method _itemBuilder (line 862) | Widget _itemBuilder(BuildContext context, int index) method build (line 883) | Widget build(BuildContext context) class _ReorderableItem (line 907) | class _ReorderableItem extends StatefulWidget { method createState (line 920) | _ReorderableItemState createState() class _ReorderableItemState (line 923) | class _ReorderableItemState extends State<_ReorderableItem> { method initState (line 944) | void initState() method dispose (line 951) | void dispose() method didUpdateWidget (line 958) | void didUpdateWidget(covariant _ReorderableItem oldWidget) method build (line 967) | Widget build(BuildContext context) method deactivate (line 979) | void deactivate() method updateForGap (line 992) | void updateForGap(int gapIndex, double gapExtent, bool animate, bool r... method resetGap (line 1028) | void resetGap() method targetGeometry (line 1038) | Rect targetGeometry() method rebuild (line 1044) | void rebuild() class ReorderableDragStartListener (line 1065) | class ReorderableDragStartListener extends StatelessWidget { method build (line 1092) | Widget build(BuildContext context) method createRecognizer (line 1105) | MultiDragGestureRecognizer createRecognizer() method _startDragging (line 1109) | void _startDragging(BuildContext context, PointerDownEvent event) class ReorderableDelayedDragStartListener (line 1133) | class ReorderableDelayedDragStartListener extends ReorderableDragStartLi... method createRecognizer (line 1147) | MultiDragGestureRecognizer createRecognizer() type _DragItemUpdate (line 1152) | typedef _DragItemUpdate = void Function(_DragInfo item, Offset position,... type _DragItemCallback (line 1153) | typedef _DragItemCallback = void Function(_DragInfo item); class _DragInfo (line 1155) | class _DragInfo extends Drag { method dispose (line 1198) | void dispose() method startDrag (line 1202) | void startDrag() method update (line 1216) | void update(DragUpdateDetails details) method end (line 1223) | void end(DragEndDetails details) method cancel (line 1229) | void cancel() method _dropCompleted (line 1235) | void _dropCompleted() method createProxy (line 1241) | Widget createProxy(BuildContext context) function _overlayOrigin (line 1256) | Offset _overlayOrigin(BuildContext context) class _DragItemProxy (line 1262) | class _DragItemProxy extends StatelessWidget { method build (line 1283) | Widget build(BuildContext context) function _sizeExtent (line 1315) | double _sizeExtent(Size size, Axis scrollDirection) function _offsetExtent (line 1324) | double _offsetExtent(Offset offset, Axis scrollDirection) function _extentOffset (line 1333) | Offset _extentOffset(double extent, Axis scrollDirection) function _restrictAxis (line 1342) | Offset _restrictAxis(Offset offset, Axis scrollDirection) class _ReorderableItemGlobalKey (line 1356) | @optionalTypeArgs FILE: packages/flutter/lib/src/widgets/restoration.dart class RestorationScope (line 52) | class RestorationScope extends StatefulWidget { method of (line 77) | RestorationBucket? of(BuildContext context) method createState (line 97) | State createState() class _RestorationScopeState (line 100) | class _RestorationScopeState extends State with Restor... method restoreState (line 105) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method build (line 111) | Widget build(BuildContext context) class UnmanagedRestorationScope (line 142) | class UnmanagedRestorationScope extends InheritedWidget { method updateShouldNotify (line 162) | bool updateShouldNotify(UnmanagedRestorationScope oldWidget) class RootRestorationScope (line 217) | class RootRestorationScope extends StatefulWidget { method createState (line 244) | State createState() class _RootRestorationScopeState (line 247) | class _RootRestorationScopeState extends State { method didChangeDependencies (line 254) | void didChangeDependencies() method didUpdateWidget (line 262) | void didUpdateWidget(RootRestorationScope oldWidget) method _loadRootBucketIfNecessary (line 275) | void _loadRootBucketIfNecessary() method _replaceRootBucket (line 294) | void _replaceRootBucket() method dispose (line 303) | void dispose() method build (line 311) | Widget build(BuildContext context) class RestorableProperty (line 403) | abstract class RestorableProperty extends ChangeNotifier { method createDefaultValue (line 416) | T createDefaultValue() method fromPrimitives (line 430) | T fromPrimitives(Object? data) method initWithValue (line 441) | void initWithValue(T value) method toPrimitives (line 458) | Object? toPrimitives() method dispose (line 478) | void dispose() method _register (line 488) | void _register(String restorationId, RestorationMixin owner) method _unregister (line 495) | void _unregister() method _debugAssertNotDisposed (line 520) | bool _debugAssertNotDisposed() function restoreState (line 691) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) function didToggleBucket (line 711) | void didToggleBucket(RestorationBucket? oldBucket) function registerForRestoration (line 741) | void registerForRestoration(RestorableProperty property, String... function listener (line 757) | void listener() function unregisterFromRestoration (line 794) | void unregisterFromRestoration(RestorableProperty property) function didUpdateRestorationId (line 807) | void didUpdateRestorationId() function didUpdateWidget (line 828) | void didUpdateWidget(S oldWidget) function didChangeDependencies (line 863) | void didChangeDependencies() function _doRestore (line 881) | void _doRestore(RestorationBucket? oldBucket) function _updateBucketIfNecessary (line 912) | bool _updateBucketIfNecessary({ function _setNewBucketIfNecessary (line 940) | bool _setNewBucketIfNecessary({required RestorationBucket? newBucket, re... function _updateProperty (line 956) | void _updateProperty(RestorableProperty property) function _unregister (line 964) | void _unregister(RestorableProperty property) function dispose (line 975) | void dispose() FILE: packages/flutter/lib/src/widgets/restoration_properties.dart class RestorableValue (line 69) | abstract class RestorableValue extends RestorableProperty { method initWithValue (line 95) | void initWithValue(T value) method didUpdateValue (line 107) | void didUpdateValue(T? oldValue) class _RestorablePrimitiveValueN (line 112) | class _RestorablePrimitiveValueN extends RestorableVa... method createDefaultValue (line 120) | T createDefaultValue() method didUpdateValue (line 123) | void didUpdateValue(T? oldValue) method fromPrimitives (line 129) | T fromPrimitives(Object? serialized) method toPrimitives (line 132) | Object? toPrimitives() class _RestorablePrimitiveValue (line 137) | class _RestorablePrimitiveValue extends _RestorablePri... method fromPrimitives (line 150) | T fromPrimitives(Object? serialized) method toPrimitives (line 156) | Object toPrimitives() class RestorableNum (line 180) | class RestorableNum extends _RestorablePrimitiveValue { class RestorableDouble (line 197) | class RestorableDouble extends RestorableNum { class RestorableInt (line 211) | class RestorableInt extends RestorableNum { class RestorableString (line 225) | class RestorableString extends _RestorablePrimitiveValue { class RestorableBool (line 239) | class RestorableBool extends _RestorablePrimitiveValue { class RestorableBoolN (line 254) | class RestorableBoolN extends _RestorablePrimitiveValueN { class RestorableNumN (line 273) | class RestorableNumN extends _RestorablePrimitiveValueN<... class RestorableDoubleN (line 288) | class RestorableDoubleN extends RestorableNumN { class RestorableIntN (line 303) | class RestorableIntN extends RestorableNumN { class RestorableStringN (line 318) | class RestorableStringN extends _RestorablePrimitiveValueN { class RestorableDateTime (line 328) | class RestorableDateTime extends RestorableValue { method createDefaultValue (line 337) | DateTime createDefaultValue() method didUpdateValue (line 340) | void didUpdateValue(DateTime? oldValue) method fromPrimitives (line 346) | DateTime fromPrimitives(Object? data) method toPrimitives (line 349) | Object? toPrimitives() class RestorableDateTimeN (line 356) | class RestorableDateTimeN extends RestorableValue { method createDefaultValue (line 365) | DateTime? createDefaultValue() method didUpdateValue (line 368) | void didUpdateValue(DateTime? oldValue) method fromPrimitives (line 374) | DateTime? fromPrimitives(Object? data) method toPrimitives (line 377) | Object? toPrimitives() class RestorableListenable (line 391) | abstract class RestorableListenable extends Restor... method initWithValue (line 409) | void initWithValue(T value) method dispose (line 417) | void dispose() class RestorableChangeNotifier (line 438) | abstract class RestorableChangeNotifier extend... method initWithValue (line 440) | void initWithValue(T value) method dispose (line 446) | void dispose() method _disposeOldValue (line 451) | void _disposeOldValue() class RestorableTextEditingController (line 467) | class RestorableTextEditingController extends RestorableChangeNotifier extends StatefulWidget { method of (line 371) | Router of(BuildContext context) method maybeOf (line 399) | Router? maybeOf(BuildContext context) method navigate (line 428) | void navigate(BuildContext context, VoidCallback callback) method neglect (line 457) | void neglect(BuildContext context, VoidCallback callback) method createState (line 465) | State> createState() type _AsyncPassthrough (line 468) | typedef _AsyncPassthrough = Future Function(Q); type _DelegateRouteSetter (line 469) | typedef _DelegateRouteSetter = Future Function(T); type RouteInformationReportingType (line 478) | enum RouteInformationReportingType { class _RouterState (line 494) | class _RouterState extends State> with RestorationMixin { method initState (line 504) | void initState() method restoreState (line 512) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _scheduleRouteInformationReportingTask (line 523) | void _scheduleRouteInformationReportingTask() method _reportRouteInformation (line 531) | void _reportRouteInformation(Duration timestamp) method _retrieveNewRouteInformation (line 543) | RouteInformation? _retrieveNewRouteInformation() method _setStateWithExplicitReportStatus (line 550) | void _setStateWithExplicitReportStatus( method _maybeNeedToReportRouteInformation (line 577) | void _maybeNeedToReportRouteInformation() method didChangeDependencies (line 584) | void didChangeDependencies() method didUpdateWidget (line 590) | void didUpdateWidget(Router oldWidget) method dispose (line 618) | void dispose() method _processRouteInformation (line 627) | void _processRouteInformation(RouteInformation information, ValueGette... method _handleRouteInformationProviderNotification (line 638) | void _handleRouteInformationProviderNotification() method _handleBackButtonDispatcherNotification (line 643) | Future _handleBackButtonDispatcherNotification() method _verifyRouteInformationParserStillCurrent (line 657) | _AsyncPassthrough _verifyRouteInformationParserStillCurrent(Object?... method _verifyRouterDelegatePushStillCurrent (line 670) | _AsyncPassthrough _verifyRouterDelegatePushStillCurrent(Object? ... method _verifyRouterDelegatePopStillCurrent (line 682) | _AsyncPassthrough _verifyRouterDelegatePopStillCurrent(Object? t... method _rebuild (line 697) | Future _rebuild([void value]) method _handleRouterDelegateNotification (line 703) | void _handleRouterDelegateNotification() method build (line 709) | Widget build(BuildContext context) class _RouterScope (line 728) | class _RouterScope extends InheritedWidget { method updateShouldNotify (line 749) | bool updateShouldNotify(_RouterScope oldWidget) class _CallbackHookProvider (line 771) | class _CallbackHookProvider { method addCallback (line 782) | void addCallback(ValueGetter callback) method removeCallback (line 787) | void removeCallback(ValueGetter callback) method invokeCallback (line 801) | T invokeCallback(T defaultValue) class BackButtonDispatcher (line 840) | abstract class BackButtonDispatcher extends _CallbackHookProvider invokeCallback(Future defaultValue) method notifyNextChild (line 869) | Future notifyNextChild(bool result) method createChildBackButtonDispatcher (line 907) | ChildBackButtonDispatcher createChildBackButtonDispatcher() method takePriority (line 920) | void takePriority() method deferTo (line 937) | void deferTo(ChildBackButtonDispatcher child) method forget (line 955) | void forget(ChildBackButtonDispatcher child) class RootBackButtonDispatcher (line 963) | class RootBackButtonDispatcher extends BackButtonDispatcher with Widgets... method addCallback (line 968) | void addCallback(ValueGetter> callback) method removeCallback (line 975) | void removeCallback(ValueGetter> callback) method didPopRoute (line 982) | Future didPopRoute() class ChildBackButtonDispatcher (line 994) | class ChildBackButtonDispatcher extends BackButtonDispatcher { method notifiedByParent (line 1014) | Future notifiedByParent(Future defaultValue) method takePriority (line 1019) | void takePriority() method deferTo (line 1025) | void deferTo(ChildBackButtonDispatcher child) method removeCallback (line 1032) | void removeCallback(ValueGetter> callback) class BackButtonListener (line 1049) | class BackButtonListener extends StatefulWidget { method createState (line 1069) | State createState() class _BackButtonListenerState (line 1072) | class _BackButtonListenerState extends State { method didChangeDependencies (line 1076) | void didChangeDependencies() method didUpdateWidget (line 1089) | void didUpdateWidget(covariant BackButtonListener oldWidget) method dispose (line 1099) | void dispose() method build (line 1105) | Widget build(BuildContext context) class RouteInformationParser (line 1115) | abstract class RouteInformationParser { method parseRouteInformation (line 1130) | Future parseRouteInformation(RouteInformation routeInformation) method restoreRouteInformation (line 1140) | RouteInformation? restoreRouteInformation(T configuration) class RouterDelegate (line 1183) | abstract class RouterDelegate extends Listenable { method setInitialRoutePath (line 1200) | Future setInitialRoutePath(T configuration) method setRestoredRoutePath (line 1214) | Future setRestoredRoutePath(T configuration) method setNewRoutePath (line 1224) | Future setNewRoutePath(T configuration) method popRoute (line 1236) | Future popRoute() method build (line 1287) | Widget build(BuildContext context) class RouteInformationProvider (line 1308) | abstract class RouteInformationProvider extends ValueListenable didPushRouteInformation(RouteInformation routeInformation) method didPushRoute (line 1414) | Future didPushRoute(String route) function popRoute (line 1437) | Future popRoute() class _RestorableRouteInformation (line 1445) | class _RestorableRouteInformation extends RestorableValue extends Route { method createOverlayEntries (line 44) | Iterable createOverlayEntries() method install (line 51) | void install() method didPop (line 70) | bool didPop(T? result) method dispose (line 79) | void dispose() class TransitionRoute (line 86) | abstract class TransitionRoute extends OverlayRoute { method createAnimationController (line 167) | AnimationController createAnimationController() method createAnimation (line 183) | Animation createAnimation() method _handleStatusChanged (line 191) | void _handleStatusChanged(AnimationStatus status) method install (line 215) | void install() method didPush (line 229) | TickerFuture didPush() method didAdd (line 237) | void didAdd() method didReplace (line 245) | void didReplace(Route? oldRoute) method didPop (line 254) | bool didPop(T? result) method didPopNext (line 263) | void didPopNext(Route nextRoute) method didChangeNext (line 271) | void didChangeNext(Route? nextRoute) method _updateSecondaryAnimation (line 285) | void _updateSecondaryAnimation(Route? nextRoute) method _jumpOnAnimationEnd (line 315) | void _jumpOnAnimationEnd(AnimationStatus status) method _setSecondaryAnimation (line 368) | void _setSecondaryAnimation(Animation? animation, [Future nextRoute) method canTransitionFrom (line 431) | bool canTransitionFrom(TransitionRoute previousRoute) method dispose (line 434) | void dispose() method toString (line 448) | String toString() class LocalHistoryEntry (line 452) | class LocalHistoryEntry { method remove (line 462) | void remove() method _notifyRemoved (line 467) | void _notifyRemoved() function addLocalHistoryEntry (line 613) | void addLocalHistoryEntry(LocalHistoryEntry entry) function removeLocalHistoryEntry (line 627) | void removeLocalHistoryEntry(LocalHistoryEntry entry) function willPop (line 649) | Future willPop() function didPop (line 656) | bool didPop(T? result) class _DismissModalAction (line 675) | class _DismissModalAction extends DismissAction { method isEnabled (line 681) | bool isEnabled(DismissIntent intent) method invoke (line 687) | Object invoke(DismissIntent intent) class _ModalScopeStatus (line 692) | class _ModalScopeStatus extends InheritedWidget { method updateShouldNotify (line 710) | bool updateShouldNotify(_ModalScopeStatus old) method debugFillProperties (line 717) | void debugFillProperties(DiagnosticPropertiesBuilder description) class _ModalScope (line 724) | class _ModalScope extends StatefulWidget { method createState (line 733) | _ModalScopeState createState() class _ModalScopeState (line 736) | class _ModalScopeState extends State<_ModalScope> { method initState (line 751) | void initState() method didUpdateWidget (line 764) | void didUpdateWidget(_ModalScope oldWidget) method didChangeDependencies (line 773) | void didChangeDependencies() method _forceRebuildPage (line 778) | void _forceRebuildPage() method dispose (line 785) | void dispose() method _routeSetState (line 801) | void _routeSetState(VoidCallback fn) method build (line 809) | Widget build(BuildContext context) class ModalRoute (line 900) | abstract class ModalRoute extends TransitionRoute with LocalHistor... method of (line 931) | ModalRoute? of(BuildContext context) method setState (line 949) | void setState(VoidCallback fn) method withName (line 965) | RoutePredicate withName(String name) method buildPage (line 1000) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 1132) | Widget buildTransitions( method install (line 1142) | void install() method didPush (line 1149) | TickerFuture didPush() method didAdd (line 1157) | void didAdd() method willPop (line 1402) | Future willPop() method addScopedWillPopCallback (line 1491) | void addScopedWillPopCallback(WillPopCallback callback) method removeScopedWillPopCallback (line 1503) | void removeScopedWillPopCallback(WillPopCallback callback) method didChangePrevious (line 1531) | void didChangePrevious(Route? previousRoute) method changedInternalState (line 1537) | void changedInternalState() method changedExternalState (line 1545) | void changedExternalState() method _buildModalBarrier (line 1570) | Widget _buildModalBarrier(BuildContext context) method _buildModalScope (line 1619) | Widget _buildModalScope(BuildContext context) method createOverlayEntries (line 1634) | Iterable createOverlayEntries() method toString (line 1640) | String toString() class PopupRoute (line 1644) | abstract class PopupRoute extends ModalRoute { class RouteObserver (line 1737) | class RouteObserver> extends NavigatorObserver { method debugObservingRoute (line 1744) | bool debugObservingRoute(R route) method subscribe (line 1758) | void subscribe(RouteAware routeAware, R route) method unsubscribe (line 1771) | void unsubscribe(RouteAware routeAware) method didPop (line 1786) | void didPop(Route route, Route? previousRoute) method didPush (line 1807) | void didPush(Route route, Route? previousRoute) class RouteAware (line 1824) | abstract class RouteAware { method didPopNext (line 1827) | void didPopNext() method didPush (line 1830) | void didPush() method didPop (line 1833) | void didPop() method didPushNext (line 1837) | void didPushNext() class RawDialogRoute (line 1867) | class RawDialogRoute extends PopupRoute { method buildPage (line 1907) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 1916) | Widget buildTransitions(BuildContext context, Animation animat... function showGeneralDialog (line 2003) | Future showGeneralDialog({ type RoutePageBuilder (line 2032) | typedef RoutePageBuilder = Widget Function(BuildContext context, Animati... type RouteTransitionsBuilder (line 2038) | typedef RouteTransitionsBuilder = Widget Function(BuildContext context, ... class FocusTrap (line 2056) | class FocusTrap extends SingleChildRenderObjectWidget { method createRenderObject (line 2069) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 2074) | void updateRenderObject(BuildContext context, RenderObject renderObject) class FocusTrapArea (line 2092) | class FocusTrapArea extends SingleChildRenderObjectWidget { method createRenderObject (line 2101) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 2106) | void updateRenderObject(BuildContext context, RenderObject renderObject) class _RenderFocusTrapArea (line 2112) | class _RenderFocusTrapArea extends RenderProxyBox { class _RenderFocusTrap (line 2118) | class _RenderFocusTrap extends RenderProxyBoxWithHitTestBehavior { method hitTest (line 2133) | bool hitTest(BoxHitTestResult result, { required Offset position }) method handleEvent (line 2162) | void handleEvent(PointerEvent event, HitTestEntry entry) FILE: packages/flutter/lib/src/widgets/safe_area.dart class SafeArea (line 36) | class SafeArea extends StatelessWidget { method build (line 96) | Widget build(BuildContext context) method debugFillProperties (line 123) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverSafeArea (line 152) | class SliverSafeArea extends StatelessWidget { method build (line 195) | Widget build(BuildContext context) method debugFillProperties (line 217) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/scroll_activity.dart class ScrollActivityDelegate (line 28) | abstract class ScrollActivityDelegate { method setPixels (line 36) | double setPixels(double pixels) method applyUserOffset (line 44) | void applyUserOffset(double delta) method goIdle (line 47) | void goIdle() method goBallistic (line 51) | void goBallistic(double velocity) class ScrollActivity (line 60) | abstract class ScrollActivity { method updateDelegate (line 72) | void updateDelegate(ScrollActivityDelegate value) method resetActivity (line 85) | void resetActivity() method dispatchScrollStartNotification (line 88) | void dispatchScrollStartNotification(ScrollMetrics metrics, BuildConte... method dispatchScrollUpdateNotification (line 93) | void dispatchScrollUpdateNotification(ScrollMetrics metrics, BuildCont... method dispatchOverscrollNotification (line 98) | void dispatchOverscrollNotification(ScrollMetrics metrics, BuildContex... method dispatchScrollEndNotification (line 103) | void dispatchScrollEndNotification(ScrollMetrics metrics, BuildContext... method applyNewDimensions (line 108) | void applyNewDimensions() method dispose (line 139) | void dispose() method toString (line 142) | String toString() class IdleScrollActivity (line 151) | class IdleScrollActivity extends ScrollActivity { method applyNewDimensions (line 156) | void applyNewDimensions() class ScrollHoldController (line 175) | abstract class ScrollHoldController { method cancel (line 178) | void cancel() class HoldScrollActivity (line 191) | class HoldScrollActivity extends ScrollActivity implements ScrollHoldCon... method cancel (line 211) | void cancel() method dispose (line 216) | void dispose() class ScrollDragController (line 228) | class ScrollDragController implements Drag { method updateDelegate (line 301) | void updateDelegate(ScrollActivityDelegate value) method _maybeLoseMomentum (line 308) | void _maybeLoseMomentum(double offset, Duration? timestamp) method _adjustForScrollStartThreshold (line 324) | double _adjustForScrollStartThreshold(double offset, Duration? timestamp) method update (line 370) | void update(DragUpdateDetails details) method end (line 391) | void end(DragEndDetails details) method cancel (line 416) | void cancel() method dispose (line 422) | void dispose() method toString (line 433) | String toString() class DragScrollActivity (line 443) | class DragScrollActivity extends ScrollActivity { method dispatchScrollStartNotification (line 455) | void dispatchScrollStartNotification(ScrollMetrics metrics, BuildConte... method dispatchScrollUpdateNotification (line 462) | void dispatchScrollUpdateNotification(ScrollMetrics metrics, BuildCont... method dispatchOverscrollNotification (line 469) | void dispatchOverscrollNotification(ScrollMetrics metrics, BuildContex... method dispatchScrollEndNotification (line 476) | void dispatchScrollEndNotification(ScrollMetrics metrics, BuildContext... method dispose (line 498) | void dispose() method toString (line 504) | String toString() class BallisticScrollActivity (line 522) | class BallisticScrollActivity extends ScrollActivity { method resetActivity (line 543) | void resetActivity() method applyNewDimensions (line 548) | void applyNewDimensions() method _tick (line 552) | void _tick() method applyMoveTo (line 565) | bool applyMoveTo(double value) method _end (line 569) | void _end() method dispatchOverscrollNotification (line 574) | void dispatchOverscrollNotification(ScrollMetrics metrics, BuildContex... method dispose (line 588) | void dispose() method toString (line 594) | String toString() class DrivenScrollActivity (line 608) | class DrivenScrollActivity extends ScrollActivity { method _tick (line 647) | void _tick() method _end (line 652) | void _end() method dispatchOverscrollNotification (line 657) | void dispatchOverscrollNotification(ScrollMetrics metrics, BuildContex... method dispose (line 671) | void dispose() method toString (line 678) | String toString() FILE: packages/flutter/lib/src/widgets/scroll_aware_image_provider.dart class ScrollAwareImageProvider (line 43) | @optionalTypeArgs method resolveStreamForKey (line 71) | void resolveStreamForKey( method load (line 110) | ImageStreamCompleter load(T key, DecoderCallback decode) method obtainKey (line 113) | Future obtainKey(ImageConfiguration configuration) FILE: packages/flutter/lib/src/widgets/scroll_configuration.dart type AndroidOverscrollIndicator (line 29) | enum AndroidOverscrollIndicator { class ScrollBehavior (line 61) | @immutable method copyWith (line 87) | ScrollBehavior copyWith({ method getPlatform (line 107) | TargetPlatform getPlatform(BuildContext context) method buildViewportChrome (line 129) | Widget buildViewportChrome(BuildContext context, Widget child, AxisDir... method buildScrollbar (line 157) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... method buildOverscrollIndicator (line 177) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... method velocityTrackerBuilder (line 201) | GestureVelocityTrackerBuilder velocityTrackerBuilder(BuildContext cont... method getScrollPhysics (line 222) | ScrollPhysics getScrollPhysics(BuildContext context) method shouldNotify (line 245) | bool shouldNotify(covariant ScrollBehavior oldDelegate) method toString (line 248) | String toString() class _WrappedScrollBehavior (line 251) | class _WrappedScrollBehavior implements ScrollBehavior { method buildOverscrollIndicator (line 277) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... method buildScrollbar (line 284) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... method buildViewportChrome (line 291) | Widget buildViewportChrome(BuildContext context, Widget child, AxisDir... method copyWith (line 296) | ScrollBehavior copyWith({ method getPlatform (line 314) | TargetPlatform getPlatform(BuildContext context) method getScrollPhysics (line 319) | ScrollPhysics getScrollPhysics(BuildContext context) method shouldNotify (line 324) | bool shouldNotify(_WrappedScrollBehavior oldDelegate) method velocityTrackerBuilder (line 335) | GestureVelocityTrackerBuilder velocityTrackerBuilder(BuildContext cont... method toString (line 340) | String toString() class ScrollConfiguration (line 347) | class ScrollConfiguration extends InheritedWidget { method of (line 364) | ScrollBehavior of(BuildContext context) method updateShouldNotify (line 370) | bool updateShouldNotify(ScrollConfiguration oldWidget) method debugFillProperties (line 377) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/scroll_context.dart class ScrollContext (line 20) | abstract class ScrollContext { method setIgnorePointer (line 56) | void setIgnorePointer(bool value) method setCanDrag (line 59) | void setCanDrag(bool value) method setSemanticsActions (line 62) | void setSemanticsActions(Set actions) method saveOffset (line 70) | void saveOffset(double offset) FILE: packages/flutter/lib/src/widgets/scroll_controller.dart class ScrollController (line 44) | class ScrollController extends ChangeNotifier { method animateTo (line 146) | Future animateTo( method jumpTo (line 169) | void jumpTo(double value) method attach (line 179) | void attach(ScrollPosition position) method detach (line 189) | void detach(ScrollPosition position) method dispose (line 196) | void dispose() method createScrollPosition (line 228) | ScrollPosition createScrollPosition( method toString (line 244) | String toString() method debugFillDescription (line 260) | void debugFillDescription(List description) class TrackingScrollController (line 316) | class TrackingScrollController extends ScrollController { method attach (line 348) | void attach(ScrollPosition position) method detach (line 359) | void detach(ScrollPosition position) method dispose (line 371) | void dispose() FILE: packages/flutter/lib/src/widgets/scroll_metrics.dart function copyWith (line 43) | ScrollMetrics copyWith({ class FixedScrollMetrics (line 132) | class FixedScrollMetrics with ScrollMetrics { method toString (line 174) | String toString() FILE: packages/flutter/lib/src/widgets/scroll_notification.dart function visitAncestor (line 28) | bool visitAncestor(Element element) function debugFillDescription (line 35) | void debugFillDescription(List description) class ScrollNotification (line 79) | abstract class ScrollNotification extends LayoutChangedNotification with... method debugFillDescription (line 97) | void debugFillDescription(List description) class ScrollStartNotification (line 109) | class ScrollStartNotification extends ScrollNotification { method debugFillDescription (line 124) | void debugFillDescription(List description) class ScrollUpdateNotification (line 139) | class ScrollUpdateNotification extends ScrollNotification { method debugFillDescription (line 164) | void debugFillDescription(List description) class OverscrollNotification (line 181) | class OverscrollNotification extends ScrollNotification { method debugFillDescription (line 217) | void debugFillDescription(List description) class ScrollEndNotification (line 232) | class ScrollEndNotification extends ScrollNotification { method debugFillDescription (line 254) | void debugFillDescription(List description) class UserScrollNotification (line 267) | class UserScrollNotification extends ScrollNotification { method debugFillDescription (line 280) | void debugFillDescription(List description) type ScrollNotificationPredicate (line 288) | typedef ScrollNotificationPredicate = bool Function(ScrollNotification n... function defaultScrollNotificationPredicate (line 293) | bool defaultScrollNotificationPredicate(ScrollNotification notification) FILE: packages/flutter/lib/src/widgets/scroll_notification_observer.dart type ScrollNotificationCallback (line 19) | typedef ScrollNotificationCallback = void Function(ScrollNotification no... class _ScrollNotificationObserverScope (line 21) | class _ScrollNotificationObserverScope extends InheritedWidget { method updateShouldNotify (line 32) | bool updateShouldNotify(_ScrollNotificationObserverScope old) class _ListenerEntry (line 35) | class _ListenerEntry extends LinkedListEntry<_ListenerEntry> { class ScrollNotificationObserver (line 62) | class ScrollNotificationObserver extends StatefulWidget { method of (line 77) | ScrollNotificationObserverState? of(BuildContext context) method createState (line 82) | ScrollNotificationObserverState createState() class ScrollNotificationObserverState (line 92) | class ScrollNotificationObserverState extends State ensureVisible( method animateTo (line 774) | Future animateTo( method jumpTo (line 790) | void jumpTo(double value) method pointerScroll (line 806) | void pointerScroll(double delta) method moveTo (line 816) | Future moveTo( method jumpToWithoutSettling (line 836) | void jumpToWithoutSettling(double value) method hold (line 839) | ScrollHoldController hold(VoidCallback holdCancelCallback) method drag (line 846) | Drag drag(DragStartDetails details, VoidCallback dragCancelCallback) method beginActivity (line 867) | void beginActivity(ScrollActivity? newActivity) method didStartScroll (line 893) | void didStartScroll() method didUpdateScrollPositionBy (line 898) | void didUpdateScrollPositionBy(double delta) method didEndScroll (line 905) | void didEndScroll() method didOverscrollBy (line 915) | void didOverscrollBy(double value) method didUpdateScrollDirection (line 923) | void didUpdateScrollDirection(ScrollDirection direction) method didUpdateScrollMetrics (line 928) | void didUpdateScrollMetrics() method recommendDeferredLoading (line 946) | bool recommendDeferredLoading(BuildContext context) method dispose (line 959) | void dispose() method notifyListeners (line 966) | void notifyListeners() method debugFillDescription (line 972) | void debugFillDescription(List description) class ScrollMetricsNotification (line 999) | class ScrollMetricsNotification extends Notification with ViewportNotifi... method debugFillDescription (line 1017) | void debugFillDescription(List description) FILE: packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart class ScrollPositionWithSingleContext (line 37) | class ScrollPositionWithSingleContext extends ScrollPosition implements ... method setPixels (line 80) | double setPixels(double newPixels) method absorb (line 86) | void absorb(ScrollPosition other) method applyNewDimensions (line 103) | void applyNewDimensions() method beginActivity (line 109) | void beginActivity(ScrollActivity? newActivity) method applyUserOffset (line 122) | void applyUserOffset(double delta) method goIdle (line 128) | void goIdle() method goBallistic (line 142) | void goBallistic(double velocity) method updateUserScrollDirection (line 161) | void updateUserScrollDirection(ScrollDirection value) method animateTo (line 170) | Future animateTo( method jumpTo (line 194) | void jumpTo(double value) method pointerScroll (line 207) | void pointerScroll(double delta) method jumpToWithoutSettling (line 230) | void jumpToWithoutSettling(double value) method hold (line 242) | ScrollHoldController hold(VoidCallback holdCancelCallback) method drag (line 256) | Drag drag(DragStartDetails details, VoidCallback dragCancelCallback) method dispose (line 271) | void dispose() method debugFillDescription (line 278) | void debugFillDescription(List description) FILE: packages/flutter/lib/src/widgets/scroll_simulation.dart class BouncingScrollSimulation (line 15) | class BouncingScrollSimulation extends Simulation { method _underscrollSimulation (line 97) | Simulation _underscrollSimulation(double x, double dx) method _overscrollSimulation (line 101) | Simulation _overscrollSimulation(double x, double dx) method _simulation (line 105) | Simulation _simulation(double time) method x (line 118) | double x(double time) method dx (line 121) | double dx(double time) method isDone (line 124) | bool isDone(double time) method toString (line 127) | String toString() class ClampingScrollSimulation (line 143) | class ClampingScrollSimulation extends Simulation { method _decelerationForFriction (line 175) | double _decelerationForFriction(double friction) method _flingDuration (line 180) | double _flingDuration(double velocity) method _flingDistancePenetration (line 206) | double _flingDistancePenetration(double t) method _flingVelocityPenetration (line 211) | double _flingVelocityPenetration(double t) method x (line 216) | double x(double time) method dx (line 222) | double dx(double time) method isDone (line 228) | bool isDone(double time) FILE: packages/flutter/lib/src/widgets/scroll_view.dart type ScrollViewKeyboardDismissBehavior (line 32) | enum ScrollViewKeyboardDismissBehavior { class ScrollView (line 71) | abstract class ScrollView extends StatelessWidget { method getDirection (line 321) | AxisDirection getDirection(BuildContext context) method buildSlivers (line 330) | List buildSlivers(BuildContext context) method buildViewport (line 346) | Widget buildViewport( method build (line 387) | Widget build(BuildContext context) method debugFillProperties (line 426) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class CustomScrollView (line 563) | class CustomScrollView extends ScrollView { method buildSlivers (line 608) | List buildSlivers(BuildContext context) class BoxScrollView (line 619) | abstract class BoxScrollView extends ScrollView { method buildSlivers (line 658) | List buildSlivers(BuildContext context) method buildChildLayout (line 692) | Widget buildChildLayout(BuildContext context) method debugFillProperties (line 695) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ListView (line 1030) | class ListView extends BoxScrollView { method buildChildLayout (line 1471) | Widget buildChildLayout(BuildContext context) method debugFillProperties (line 1487) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method _computeActualChildCount (line 1493) | int _computeActualChildCount(int itemCount) class GridView (line 1717) | class GridView extends BoxScrollView { method buildChildLayout (line 2027) | Widget buildChildLayout(BuildContext context) FILE: packages/flutter/lib/src/widgets/scrollable.dart type ViewportBuilder (line 35) | typedef ViewportBuilder = Widget Function(BuildContext context, Viewport... class Scrollable (line 78) | class Scrollable extends StatefulWidget { method createState (line 265) | ScrollableState createState() method debugFillProperties (line 268) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method of (line 285) | ScrollableState? of(BuildContext context) method recommendDeferredLoadingForContext (line 303) | bool recommendDeferredLoadingForContext(BuildContext context) method ensureVisible (line 313) | Future ensureVisible( class _ScrollableScope (line 355) | class _ScrollableScope extends InheritedWidget { method updateShouldNotify (line 369) | bool updateShouldNotify(_ScrollableScope old) class ScrollableState (line 384) | class ScrollableState extends State with TickerProviderState... method _updatePosition (line 406) | void _updatePosition() method restoreState (line 429) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method saveOffset (line 438) | void saveOffset(double offset) method initState (line 447) | void initState() method didChangeDependencies (line 454) | void didChangeDependencies() method _shouldUpdatePosition (line 459) | bool _shouldUpdatePosition(Scrollable oldWidget) method didUpdateWidget (line 473) | void didUpdateWidget(Scrollable oldWidget) method dispose (line 503) | void dispose() method setSemanticsActions (line 523) | void setSemanticsActions(Set actions) method setCanDrag (line 542) | void setCanDrag(bool value) method setIgnorePointer (line 606) | void setIgnorePointer(bool value) method _handleDragDown (line 627) | void _handleDragDown(DragDownDetails details) method _handleDragStart (line 633) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 643) | void _handleDragUpdate(DragUpdateDetails details) method _handleDragEnd (line 649) | void _handleDragEnd(DragEndDetails details) method _handleDragCancel (line 656) | void _handleDragCancel() method _disposeHold (line 666) | void _disposeHold() method _disposeDrag (line 670) | void _disposeDrag() method _targetScrollOffsetForPointerScroll (line 678) | double _targetScrollOffsetForPointerScroll(double delta) method _pointerSignalEventDelta (line 687) | double _pointerSignalEventDelta(PointerScrollEvent event) method _receivedPointerSignal (line 698) | void _receivedPointerSignal(PointerSignalEvent event) method _handlePointerScroll (line 712) | void _handlePointerScroll(PointerEvent event) method _handleScrollMetricsNotification (line 721) | bool _handleScrollMetricsNotification(ScrollMetricsNotification notifi... method build (line 733) | Widget build(BuildContext context) method debugFillProperties (line 793) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ScrollableDetails (line 808) | @immutable class _ScrollSemantics (line 844) | class _ScrollSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 860) | _RenderScrollSemantics createRenderObject(BuildContext context) method updateRenderObject (line 869) | void updateRenderObject(BuildContext context, _RenderScrollSemantics r... class _RenderScrollSemantics (line 877) | class _RenderScrollSemantics extends RenderProxyBox { method describeSemanticsConfiguration (line 924) | void describeSemanticsConfiguration(SemanticsConfiguration config) method assembleSemanticsNode (line 940) | void assembleSemanticsNode(SemanticsNode node, SemanticsConfiguration ... method clearSemantics (line 970) | void clearSemantics() type ScrollIncrementCalculator (line 981) | typedef ScrollIncrementCalculator = double Function(ScrollIncrementDetai... type ScrollIncrementType (line 998) | enum ScrollIncrementType { class ScrollIncrementDetails (line 1021) | class ScrollIncrementDetails { class ScrollIntent (line 1046) | class ScrollIntent extends Intent { class ScrollAction (line 1074) | class ScrollAction extends Action { method isEnabled (line 1076) | bool isEnabled(ScrollIntent intent) method _calculateScrollIncrement (line 1102) | double _calculateScrollIncrement(ScrollableState state, { ScrollIncrem... method _getIncrement (line 1128) | double _getIncrement(ScrollableState state, ScrollIntent intent) method invoke (line 1175) | void invoke(ScrollIntent intent) class _RestorableScrollOffset (line 1205) | class _RestorableScrollOffset extends RestorableValue { method createDefaultValue (line 1207) | double? createDefaultValue() method didUpdateValue (line 1210) | void didUpdateValue(double? oldValue) method fromPrimitives (line 1215) | double fromPrimitives(Object? data) method toPrimitives (line 1220) | Object? toPrimitives() FILE: packages/flutter/lib/src/widgets/scrollbar.dart type ScrollbarOrientation (line 34) | enum ScrollbarOrientation { class ScrollbarPainter (line 76) | class ScrollbarPainter extends ChangeNotifier implements CustomPainter { method _debugAssertIsValidOrientation (line 344) | void _debugAssertIsValidOrientation(ScrollbarOrientation orientation) method _isVerticalOrientation (line 352) | bool _isVerticalOrientation(ScrollbarOrientation orientation) method update (line 366) | void update( method _needPaint (line 381) | bool _needPaint(ScrollMetrics? metrics) method updateThickness (line 389) | void updateThickness(double nextThickness, Radius nextRadius) method _paintTrack (line 399) | Paint _paintTrack({ bool isBorder = false }) method _paintScrollbar (line 410) | void _paintScrollbar(Canvas canvas, Size size, double thumbExtent, Axi... method _thumbExtent (line 503) | double _thumbExtent() method dispose (line 539) | void dispose() method getTrackToScroll (line 565) | double getTrackToScroll(double thumbOffsetLocal) method _getScrollToTrack (line 575) | double _getScrollToTrack(ScrollMetrics metrics, double thumbExtent) method paint (line 586) | void paint(Canvas canvas, Size size) method hitTestInteractive (line 619) | bool hitTestInteractive(Offset position, PointerDeviceKind kind, { boo... method hitTestOnlyThumbInteractive (line 652) | bool hitTestOnlyThumbInteractive(Offset position, PointerDeviceKind kind) method hitTest (line 677) | bool? hitTest(Offset? position) method shouldRepaint (line 689) | bool shouldRepaint(ScrollbarPainter oldDelegate) method shouldRebuildSemantics (line 707) | bool shouldRebuildSemantics(CustomPainter oldDelegate) class RawScrollbar (line 812) | class RawScrollbar extends StatefulWidget { method createState (line 1119) | RawScrollbarState createState() class RawScrollbarState (line 1129) | class RawScrollbarState extends State with Ti... method initState (line 1175) | void initState() method didChangeDependencies (line 1199) | void didChangeDependencies() method _debugScheduleCheckHasValidScrollPosition (line 1204) | bool _debugScheduleCheckHasValidScrollPosition() method _validateInteractions (line 1213) | void _validateInteractions(AnimationStatus status) method _debugCheckHasValidScrollPosition (line 1226) | bool _debugCheckHasValidScrollPosition() method updateScrollbarPainter (line 1314) | void updateScrollbarPainter() method didUpdateWidget (line 1330) | void didUpdateWidget(T oldWidget) method _updateScrollPosition (line 1343) | void _updateScrollPosition(Offset updatedOffset) method _maybeStartFadeoutTimer (line 1392) | void _maybeStartFadeoutTimer() method getScrollbarDirection (line 1405) | Axis? getScrollbarDirection() method handleThumbPress (line 1417) | void handleThumbPress() method handleThumbPressStart (line 1430) | void handleThumbPressStart(Offset localPosition) method handleThumbPressUpdate (line 1447) | void handleThumbPressUpdate(Offset localPosition) method handleThumbPressEnd (line 1460) | void handleThumbPressEnd(Offset localPosition, Velocity velocity) method _handleTrackTapDown (line 1471) | void _handleTrackTapDown(TapDownDetails details) method _shouldUpdatePainter (line 1521) | bool _shouldUpdatePainter(Axis notificationAxis) method _handleScrollMetricsNotification (line 1544) | bool _handleScrollMetricsNotification(ScrollMetricsNotification notifi... method _handleScrollNotification (line 1565) | bool _handleScrollNotification(ScrollNotification notification) method isPointerOverTrack (line 1640) | bool isPointerOverTrack(Offset position, PointerDeviceKind kind) method isPointerOverThumb (line 1651) | bool isPointerOverThumb(Offset position, PointerDeviceKind kind) method isPointerOverScrollbar (line 1666) | bool isPointerOverScrollbar(Offset position, PointerDeviceKind kind, {... method handleHover (line 1684) | void handleHover(PointerHoverEvent event) method handleHoverExit (line 1704) | void handleHoverExit(PointerExitEvent event) method dispose (line 1710) | void dispose() method build (line 1718) | Widget build(BuildContext context) class _ThumbPressGestureRecognizer (line 1770) | class _ThumbPressGestureRecognizer extends LongPressGestureRecognizer { method isPointerAllowed (line 1788) | bool isPointerAllowed(PointerDownEvent event) method _hitTestInteractive (line 1795) | bool _hitTestInteractive(GlobalKey customPaintKey, Offset offset, Poin... class _TrackTapGestureRecognizer (line 1808) | class _TrackTapGestureRecognizer extends TapGestureRecognizer { method isPointerAllowed (line 1818) | bool isPointerAllowed(PointerDownEvent event) method _hitTestInteractive (line 1825) | bool _hitTestInteractive(GlobalKey customPaintKey, Offset offset, Poin... function _getLocalOffset (line 1837) | Offset _getLocalOffset(GlobalKey scrollbarPainterKey, Offset position) FILE: packages/flutter/lib/src/widgets/semantics_debugger.dart class SemanticsDebugger (line 21) | class SemanticsDebugger extends StatefulWidget { method createState (line 48) | State createState() class _SemanticsDebuggerState (line 51) | class _SemanticsDebuggerState extends State with Widg... method initState (line 55) | void initState() method dispose (line 67) | void dispose() method didChangeMetrics (line 76) | void didChangeMetrics() method _update (line 82) | void _update() method _handlePointerDown (line 99) | void _handlePointerDown(PointerDownEvent event) method _handleTap (line 107) | void _handleTap() method _handleLongPress (line 115) | void _handleLongPress() method _handlePanEnd (line 123) | void _handlePanEnd(DragEndDetails details) method _performAction (line 147) | void _performAction(Offset position, SemanticsAction action) method build (line 156) | Widget build(BuildContext context) class _SemanticsClient (line 184) | class _SemanticsClient extends ChangeNotifier { method dispose (line 194) | void dispose() method _didUpdateSemantics (line 202) | void _didUpdateSemantics() class _SemanticsDebuggerPainter (line 208) | class _SemanticsDebuggerPainter extends CustomPainter { method paint (line 222) | void paint(Canvas canvas, Size size) method shouldRepaint (line 237) | bool shouldRepaint(_SemanticsDebuggerPainter oldDelegate) method getMessage (line 244) | String getMessage(SemanticsNode node) method _paintMessage (line 312) | void _paintMessage(Canvas canvas, SemanticsNode node) method _findDepth (line 332) | int _findDepth(SemanticsNode node) method _paint (line 343) | void _paint(Canvas canvas, SemanticsNode node, int rank) FILE: packages/flutter/lib/src/widgets/shortcuts.dart class KeySet (line 29) | @immutable method _computeHashCode (line 101) | int _computeHashCode(Set keys) class ShortcutActivator (line 168) | abstract class ShortcutActivator { method accepts (line 212) | bool accepts(RawKeyEvent event, RawKeyboard state) method debugDescribeKeys (line 217) | String debugDescribeKeys() class LogicalKeySet (line 251) | class LogicalKeySet extends KeySet with Diagnosticable method accepts (line 277) | bool accepts(RawKeyEvent event, RawKeyboard state) method debugDescribeKeys (line 301) | String debugDescribeKeys() method debugFillProperties (line 319) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class ShortcutMapProperty (line 328) | class ShortcutMapProperty extends DiagnosticsProperty> _indexShortcuts(M... method _find (line 675) | Intent? _find(RawKeyEvent event, RawKeyboard state) method handleKeypress (line 706) | KeyEventResult handleKeypress(BuildContext context, RawKeyEvent event) method debugFillProperties (line 728) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Shortcuts (line 778) | class Shortcuts extends StatefulWidget { method of (line 834) | ShortcutManager of(BuildContext context) method maybeOf (line 864) | ShortcutManager? maybeOf(BuildContext context) method createState (line 871) | State createState() method debugFillProperties (line 874) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ShortcutsState (line 881) | class _ShortcutsState extends State { method dispose (line 886) | void dispose() method initState (line 892) | void initState() method didUpdateWidget (line 901) | void didUpdateWidget(Shortcuts oldWidget) method _handleOnKey (line 914) | KeyEventResult _handleOnKey(FocusNode node, RawKeyEvent event) method build (line 922) | Widget build(BuildContext context) class _ShortcutsMarker (line 935) | class _ShortcutsMarker extends InheritedNotifier { class CallbackShortcuts (line 973) | class CallbackShortcuts extends StatelessWidget { method _applyKeyBinding (line 1007) | bool _applyKeyBinding(ShortcutActivator activator, RawKeyEvent event) method build (line 1016) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/single_child_scroll_view.dart class SingleChildScrollView (line 138) | class SingleChildScrollView extends StatelessWidget { method _getDirection (line 241) | AxisDirection _getDirection(BuildContext context) method build (line 246) | Widget build(BuildContext context) class _SingleChildViewport (line 289) | class _SingleChildViewport extends SingleChildRenderObjectWidget { method createRenderObject (line 305) | _RenderSingleChildViewport createRenderObject(BuildContext context) method updateRenderObject (line 314) | void updateRenderObject(BuildContext context, _RenderSingleChildViewpo... class _RenderSingleChildViewport (line 323) | class _RenderSingleChildViewport extends RenderBox with RenderObjectWith... method _hasScrolled (line 392) | void _hasScrolled() method setupParentData (line 398) | void setupParentData(RenderObject child) method attach (line 406) | void attach(PipelineOwner owner) method detach (line 412) | void detach() method _getInnerConstraints (line 447) | BoxConstraints _getInnerConstraints(BoxConstraints constraints) method computeMinIntrinsicWidth (line 457) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 464) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 471) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 478) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 490) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 499) | void performLayout() method _paintOffsetForPosition (line 514) | Offset _paintOffsetForPosition(double position) method _shouldClipAtPaintOffset (line 528) | bool _shouldClipAtPaintOffset(Offset paintOffset) method paint (line 537) | void paint(PaintingContext context, Offset offset) method paintContents (line 541) | void paintContents(PaintingContext context, Offset offset) method dispose (line 564) | void dispose() method applyPaintTransform (line 570) | void applyPaintTransform(RenderBox child, Matrix4 transform) method describeApproximatePaintClip (line 576) | Rect? describeApproximatePaintClip(RenderObject? child) method hitTestChildren (line 583) | bool hitTestChildren(BoxHitTestResult result, { required Offset positi... method getOffsetToReveal (line 598) | RevealedOffset getOffsetToReveal(RenderObject target, double alignment... method showOnScreen (line 642) | void showOnScreen({ method describeSemanticsClip (line 673) | Rect describeSemanticsClip(RenderObject child) FILE: packages/flutter/lib/src/widgets/size_changed_layout_notifier.dart class SizeChangedLayoutNotification (line 31) | class SizeChangedLayoutNotification extends LayoutChangedNotification { } class SizeChangedLayoutNotifier (line 52) | class SizeChangedLayoutNotifier extends SingleChildRenderObjectWidget { method createRenderObject (line 61) | RenderObject createRenderObject(BuildContext context) class _RenderSizeChangedWithCallback (line 70) | class _RenderSizeChangedWithCallback extends RenderProxyBox { method performLayout (line 87) | void performLayout() FILE: packages/flutter/lib/src/widgets/sliver.dart type SemanticIndexCallback (line 34) | typedef SemanticIndexCallback = int? Function(Widget widget, int localIn... function _kDefaultSemanticIndexCallback (line 36) | int _kDefaultSemanticIndexCallback(Widget _, int localIndex) class SliverChildDelegate (line 117) | abstract class SliverChildDelegate { method build (line 135) | Widget? build(BuildContext context, int index) method estimateMaxScrollOffset (line 156) | double? estimateMaxScrollOffset( method didFinishLayout (line 171) | void didFinishLayout(int firstIndex, int lastIndex) method shouldRebuild (line 182) | bool shouldRebuild(covariant SliverChildDelegate oldDelegate) method findIndexByKey (line 189) | int? findIndexByKey(Key key) method toString (line 192) | String toString() method debugFillDescription (line 201) | void debugFillDescription(List description) class _SaltedValueKey (line 212) | class _SaltedValueKey extends ValueKey { type ChildIndexGetter (line 222) | typedef ChildIndexGetter = int? Function(Key key); class SliverChildBuilderDelegate (line 328) | class SliverChildBuilderDelegate extends SliverChildDelegate { method findIndexByKey (line 434) | int? findIndexByKey(Key key) method build (line 450) | Widget? build(BuildContext context, int index) method shouldRebuild (line 480) | bool shouldRebuild(covariant SliverChildBuilderDelegate oldDelegate) class SliverChildListDelegate (line 534) | class SliverChildListDelegate extends SliverChildDelegate { method _findChildIndex (line 678) | int? _findChildIndex(Key key) method findIndexByKey (line 705) | int? findIndexByKey(Key key) method build (line 718) | Widget? build(BuildContext context, int index) method shouldRebuild (line 744) | bool shouldRebuild(covariant SliverChildListDelegate oldDelegate) class SliverWithKeepAliveWidget (line 759) | abstract class SliverWithKeepAliveWidget extends RenderObjectWidget { method createRenderObject (line 766) | RenderSliverWithKeepAliveMixin createRenderObject(BuildContext context) class SliverMultiBoxAdaptorWidget (line 776) | abstract class SliverMultiBoxAdaptorWidget extends SliverWithKeepAliveWi... method createElement (line 799) | SliverMultiBoxAdaptorElement createElement() method createRenderObject (line 802) | RenderSliverMultiBoxAdaptor createRenderObject(BuildContext context) method estimateMaxScrollOffset (line 814) | double? estimateMaxScrollOffset( method debugFillProperties (line 831) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverList (line 867) | class SliverList extends SliverMultiBoxAdaptorWidget { method createElement (line 875) | SliverMultiBoxAdaptorElement createElement() method createRenderObject (line 878) | RenderSliverList createRenderObject(BuildContext context) class SliverFixedExtentList (line 928) | class SliverFixedExtentList extends SliverMultiBoxAdaptorWidget { method createRenderObject (line 941) | RenderSliverFixedExtentList createRenderObject(BuildContext context) method updateRenderObject (line 947) | void updateRenderObject(BuildContext context, RenderSliverFixedExtentL... class SliverGrid (line 1000) | class SliverGrid extends SliverMultiBoxAdaptorWidget { method createRenderObject (line 1061) | RenderSliverGrid createRenderObject(BuildContext context) method updateRenderObject (line 1067) | void updateRenderObject(BuildContext context, RenderSliverGrid renderO... method estimateMaxScrollOffset (line 1072) | double estimateMaxScrollOffset( class SliverMultiBoxAdaptorElement (line 1093) | class SliverMultiBoxAdaptorElement extends RenderObjectElement implement... method update (line 1118) | void update(covariant SliverMultiBoxAdaptorWidget newWidget) method performRebuild (line 1132) | void performRebuild() method processElement (line 1140) | void processElement(int index) method _build (line 1213) | Widget? _build(int index) method createChild (line 1218) | void createChild(int index, { required RenderBox? after }) method updateChild (line 1240) | Element? updateChild(Element? child, Widget? newWidget, Object? newSlot) method forgetChild (line 1253) | void forgetChild(Element child) method removeChild (line 1262) | void removeChild(RenderBox child) method _extrapolateMaxScrollOffset (line 1280) | double _extrapolateMaxScrollOffset( method estimateMaxScrollOffset (line 1296) | double estimateMaxScrollOffset( method didStartLayout (line 1376) | void didStartLayout() method didFinishLayout (line 1381) | void didFinishLayout() method debugAssertChildListLocked (line 1391) | bool debugAssertChildListLocked() method didAdoptChild (line 1397) | void didAdoptChild(RenderBox child) method setDidUnderflow (line 1406) | void setDidUnderflow(bool value) method insertRenderObjectChild (line 1411) | void insertRenderObjectChild(covariant RenderObject child, int slot) method moveRenderObjectChild (line 1424) | void moveRenderObjectChild(covariant RenderObject child, int oldSlot, ... method removeRenderObjectChild (line 1431) | void removeRenderObjectChild(covariant RenderObject child, int slot) method visitChildren (line 1437) | void visitChildren(ElementVisitor visitor) method debugVisitOnstageChildren (line 1445) | void debugVisitOnstageChildren(ElementVisitor visitor) class SliverOpacity (line 1506) | class SliverOpacity extends SingleChildRenderObjectWidget { method createRenderObject (line 1543) | RenderSliverOpacity createRenderObject(BuildContext context) method updateRenderObject (line 1551) | void updateRenderObject(BuildContext context, RenderSliverOpacity rend... method debugFillProperties (line 1558) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverIgnorePointer (line 1579) | class SliverIgnorePointer extends SingleChildRenderObjectWidget { method createRenderObject (line 1607) | RenderSliverIgnorePointer createRenderObject(BuildContext context) method updateRenderObject (line 1615) | void updateRenderObject(BuildContext context, RenderSliverIgnorePointe... method debugFillProperties (line 1622) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverOffstage (line 1640) | class SliverOffstage extends SingleChildRenderObjectWidget { method createRenderObject (line 1659) | RenderSliverOffstage createRenderObject(BuildContext context) method updateRenderObject (line 1662) | void updateRenderObject(BuildContext context, RenderSliverOffstage ren... method debugFillProperties (line 1667) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method createElement (line 1673) | SingleChildRenderObjectElement createElement() class _SliverOffstageElement (line 1676) | class _SliverOffstageElement extends SingleChildRenderObjectElement { method debugVisitOnstageChildren (line 1683) | void debugVisitOnstageChildren(ElementVisitor visitor) class KeepAlive (line 1709) | class KeepAlive extends ParentDataWidget { method applyParentData (line 1727) | void applyParentData(RenderObject renderObject) method debugCanApplyOutOfTurn (line 1743) | bool debugCanApplyOutOfTurn() method debugFillProperties (line 1749) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function _createErrorWidget (line 1756) | Widget _createErrorWidget(Object exception, StackTrace stackTrace) FILE: packages/flutter/lib/src/widgets/sliver_fill.dart class SliverFillViewport (line 26) | class SliverFillViewport extends StatelessWidget { method build (line 62) | Widget build(BuildContext context) class _SliverFillViewportRenderObjectWidget (line 73) | class _SliverFillViewportRenderObjectWidget extends SliverMultiBoxAdapto... method createRenderObject (line 85) | RenderSliverFillViewport createRenderObject(BuildContext context) method updateRenderObject (line 91) | void updateRenderObject(BuildContext context, RenderSliverFillViewport... class _SliverFractionalPadding (line 96) | class _SliverFractionalPadding extends SingleChildRenderObjectWidget { method createRenderObject (line 108) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 111) | void updateRenderObject(BuildContext context, _RenderSliverFractionalP... class _RenderSliverFractionalPadding (line 116) | class _RenderSliverFractionalPadding extends RenderSliverEdgeInsetsPaddi... method _markNeedsResolution (line 140) | void _markNeedsResolution() method _resolve (line 145) | void _resolve() method performLayout (line 165) | void performLayout() class SliverFillRemaining (line 261) | class SliverFillRemaining extends StatelessWidget { method build (line 300) | Widget build(BuildContext context) method debugFillProperties (line 309) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _SliverFillRemainingWithScrollable (line 327) | class _SliverFillRemainingWithScrollable extends SingleChildRenderObject... method createRenderObject (line 334) | RenderSliverFillRemainingWithScrollable createRenderObject(BuildContex... class _SliverFillRemainingWithoutScrollable (line 337) | class _SliverFillRemainingWithoutScrollable extends SingleChildRenderObj... method createRenderObject (line 344) | RenderSliverFillRemaining createRenderObject(BuildContext context) class _SliverFillRemainingAndOverscroll (line 347) | class _SliverFillRemainingAndOverscroll extends SingleChildRenderObjectW... method createRenderObject (line 354) | RenderSliverFillRemainingAndOverscroll createRenderObject(BuildContext... FILE: packages/flutter/lib/src/widgets/sliver_layout_builder.dart type SliverLayoutWidgetBuilder (line 11) | typedef SliverLayoutWidgetBuilder = Widget Function(BuildContext context... class SliverLayoutBuilder (line 26) | class SliverLayoutBuilder extends ConstrainedLayoutBuilder { method didChangeDependencies (line 207) | void didChangeDependencies() method dispose (line 217) | void dispose() method _headerRenderer (line 223) | RenderSliverFloatingPersistentHeader? _headerRenderer() method _isScrollingListener (line 227) | void _isScrollingListener() method build (line 245) | Widget build(BuildContext context) class _SliverPersistentHeaderElement (line 248) | class _SliverPersistentHeaderElement extends RenderObjectElement { method mount (line 264) | void mount(Element? parent, Object? newSlot) method unmount (line 270) | void unmount() method update (line 276) | void update(_SliverPersistentHeaderRenderObjectWidget newWidget) method performRebuild (line 287) | void performRebuild() method _build (line 294) | void _build(double shrinkOffset, bool overlapsContent) method forgetChild (line 311) | void forgetChild(Element child) method insertRenderObjectChild (line 318) | void insertRenderObjectChild(covariant RenderBox child, Object? slot) method moveRenderObjectChild (line 324) | void moveRenderObjectChild(covariant RenderObject child, Object? oldSl... method removeRenderObjectChild (line 329) | void removeRenderObjectChild(covariant RenderObject child, Object? slot) method visitChildren (line 334) | void visitChildren(ElementVisitor visitor) class _SliverPersistentHeaderRenderObjectWidget (line 340) | abstract class _SliverPersistentHeaderRenderObjectWidget extends RenderO... method createElement (line 353) | _SliverPersistentHeaderElement createElement() method createRenderObject (line 356) | _RenderSliverPersistentHeaderForWidgetsMixin createRenderObject(BuildC... method debugFillProperties (line 359) | void debugFillProperties(DiagnosticPropertiesBuilder description) function updateChild (line 380) | void updateChild(double shrinkOffset, bool overlapsContent) function triggerRebuild (line 386) | void triggerRebuild() class _SliverScrollingPersistentHeader (line 391) | class _SliverScrollingPersistentHeader extends _SliverPersistentHeaderRe... method createRenderObject (line 401) | _RenderSliverPersistentHeaderForWidgetsMixin createRenderObject(BuildC... class _RenderSliverScrollingPersistentHeaderForWidgets (line 408) | class _RenderSliverScrollingPersistentHeaderForWidgets extends RenderSli... class _SliverPinnedPersistentHeader (line 419) | class _SliverPinnedPersistentHeader extends _SliverPersistentHeaderRende... method createRenderObject (line 429) | _RenderSliverPersistentHeaderForWidgetsMixin createRenderObject(BuildC... class _RenderSliverPinnedPersistentHeaderForWidgets (line 437) | class _RenderSliverPinnedPersistentHeaderForWidgets extends RenderSliver... class _SliverFloatingPersistentHeader (line 450) | class _SliverFloatingPersistentHeader extends _SliverPersistentHeaderRen... method createRenderObject (line 461) | _RenderSliverPersistentHeaderForWidgetsMixin createRenderObject(BuildC... method updateRenderObject (line 471) | void updateRenderObject(BuildContext context, _RenderSliverFloatingPer... class _RenderSliverFloatingPinnedPersistentHeaderForWidgets (line 479) | class _RenderSliverFloatingPinnedPersistentHeaderForWidgets extends Rend... class _SliverFloatingPinnedPersistentHeader (line 496) | class _SliverFloatingPinnedPersistentHeader extends _SliverPersistentHea... method createRenderObject (line 507) | _RenderSliverPersistentHeaderForWidgetsMixin createRenderObject(BuildC... method updateRenderObject (line 517) | void updateRenderObject(BuildContext context, _RenderSliverFloatingPin... class _RenderSliverFloatingPersistentHeaderForWidgets (line 525) | class _RenderSliverFloatingPersistentHeaderForWidgets extends RenderSliv... FILE: packages/flutter/lib/src/widgets/sliver_prototype_extent_list.dart class SliverPrototypeExtentList (line 33) | class SliverPrototypeExtentList extends SliverMultiBoxAdaptorWidget { method createRenderObject (line 53) | RenderSliverMultiBoxAdaptor createRenderObject(BuildContext context) method createElement (line 59) | SliverMultiBoxAdaptorElement createElement() class _SliverPrototypeExtentListElement (line 62) | class _SliverPrototypeExtentListElement extends SliverMultiBoxAdaptorEle... method insertRenderObjectChild (line 75) | void insertRenderObjectChild(covariant RenderObject child, covariant O... method didAdoptChild (line 85) | void didAdoptChild(RenderBox child) method moveRenderObjectChild (line 91) | void moveRenderObjectChild(RenderBox child, Object oldSlot, Object new... method removeRenderObjectChild (line 99) | void removeRenderObjectChild(RenderBox child, Object slot) method visitChildren (line 107) | void visitChildren(ElementVisitor visitor) method mount (line 114) | void mount(Element? parent, Object? newSlot) method update (line 120) | void update(SliverPrototypeExtentList newWidget) class _RenderSliverPrototypeExtentList (line 127) | class _RenderSliverPrototypeExtentList extends RenderSliverFixedExtentBo... method performLayout (line 144) | void performLayout() method attach (line 150) | void attach(PipelineOwner owner) method detach (line 157) | void detach() method redepthChildren (line 164) | void redepthChildren() method visitChildren (line 171) | void visitChildren(RenderObjectVisitor visitor) FILE: packages/flutter/lib/src/widgets/spacer.dart class Spacer (line 41) | class Spacer extends StatelessWidget { method build (line 60) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/status_transitions.dart class StatusTransitionWidget (line 9) | abstract class StatusTransitionWidget extends StatefulWidget { method build (line 24) | Widget build(BuildContext context) method createState (line 27) | State createState() class _StatusTransitionState (line 30) | class _StatusTransitionState extends State { method initState (line 32) | void initState() method didUpdateWidget (line 38) | void didUpdateWidget(StatusTransitionWidget oldWidget) method dispose (line 47) | void dispose() method _animationStatusChanged (line 52) | void _animationStatusChanged(AnimationStatus status) method build (line 59) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/table.dart class TableRow (line 32) | @immutable method toString (line 55) | String toString() class _TableElementRow (line 74) | class _TableElementRow { class Table (line 112) | class Table extends RenderObjectWidget { method createElement (line 248) | RenderObjectElement createElement() method createRenderObject (line 251) | RenderTable createRenderObject(BuildContext context) method updateRenderObject (line 268) | void updateRenderObject(BuildContext context, RenderTable renderObject) class _TableElement (line 284) | class _TableElement extends RenderObjectElement { method mount (line 298) | void mount(Element? parent, Object? newSlot) method insertRenderObjectChild (line 320) | void insertRenderObjectChild(RenderBox child, _TableSlot slot) method moveRenderObjectChild (line 330) | void moveRenderObjectChild(RenderBox child, _TableSlot oldSlot, _Table... method removeRenderObjectChild (line 336) | void removeRenderObjectChild(RenderBox child, _TableSlot slot) method update (line 343) | void update(Table newWidget) method _updateRenderObjectChildren (line 389) | void _updateRenderObjectChildren() method visitChildren (line 403) | void visitChildren(ElementVisitor visitor) method forgetChild (line 411) | bool forgetChild(Element child) class TableCell (line 424) | class TableCell extends ParentDataWidget { method applyParentData (line 436) | void applyParentData(RenderObject renderObject) method debugFillProperties (line 450) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _TableSlot (line 456) | @immutable method debugFillProperties (line 476) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/text.dart class DefaultTextStyle (line 26) | class DefaultTextStyle extends InheritedTheme { method merge (line 89) | Widget merge({ method of (line 166) | DefaultTextStyle of(BuildContext context) method updateShouldNotify (line 171) | bool updateShouldNotify(DefaultTextStyle oldWidget) method wrap (line 182) | Widget wrap(BuildContext context, Widget child) method debugFillProperties (line 196) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _NullWidget (line 208) | class _NullWidget extends StatelessWidget { method build (line 212) | Widget build(BuildContext context) class DefaultTextHeightBehavior (line 232) | class DefaultTextHeightBehavior extends InheritedTheme { method of (line 256) | TextHeightBehavior? of(BuildContext context) method updateShouldNotify (line 261) | bool updateShouldNotify(DefaultTextHeightBehavior oldWidget) method wrap (line 266) | Widget wrap(BuildContext context, Widget child) method debugFillProperties (line 274) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class Text (line 351) | class Text extends StatelessWidget { method build (line 520) | Widget build(BuildContext context) method debugFillProperties (line 557) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/text_editing_action.dart class TextEditingAction (line 27) | abstract class TextEditingAction extends ContextAction... method isEnabled (line 44) | bool isEnabled(T intent) FILE: packages/flutter/lib/src/widgets/text_editing_action_target.dart class TextEditingActionTarget (line 24) | abstract class TextEditingActionTarget { method debugAssertLayoutUpToDate (line 66) | void debugAssertLayoutUpToDate() method nextCharacter (line 80) | int nextCharacter(int index, String string, [bool includeWhitespace = ... method previousCharacter (line 114) | int previousCharacter(int index, String string, [bool includeWhitespac... method setSelection (line 141) | void setSelection(TextSelection nextSelection, SelectionChangedCause c... method setTextEditingValue (line 154) | void setTextEditingValue(TextEditingValue newValue, SelectionChangedCa... method _extendSelectionToEnd (line 164) | void _extendSelectionToEnd(SelectionChangedCause cause) method _extendSelectionToStart (line 186) | void _extendSelectionToStart(SelectionChangedCause cause) method _getLeftByWord (line 199) | int _getLeftByWord(int offset, [bool includeWhitespace = true]) method _getRightByWord (line 219) | int _getRightByWord(int offset, [bool includeWhitespace = true]) method _deleteNonEmptySelection (line 243) | TextEditingValue _deleteNonEmptySelection() method _deleteTo (line 275) | TextEditingValue _deleteTo(TextPosition position) method delete (line 335) | void delete(SelectionChangedCause cause) method deleteByWord (line 378) | void deleteByWord(SelectionChangedCause cause, method deleteByLine (line 416) | void deleteByLine(SelectionChangedCause cause) method deleteForward (line 458) | void deleteForward(SelectionChangedCause cause) method deleteForwardByWord (line 489) | void deleteForwardByWord(SelectionChangedCause cause, method deleteForwardByLine (line 526) | void deleteForwardByLine(SelectionChangedCause cause) method deleteToEnd (line 564) | void deleteToEnd(SelectionChangedCause cause) method deleteToStart (line 585) | void deleteToStart(SelectionChangedCause cause) method expandSelectionToEnd (line 613) | void expandSelectionToEnd(SelectionChangedCause cause) method expandSelectionToStart (line 644) | void expandSelectionToStart(SelectionChangedCause cause) method expandSelectionLeftByLine (line 677) | void expandSelectionLeftByLine(SelectionChangedCause cause) method expandSelectionRightByLine (line 725) | void expandSelectionRightByLine(SelectionChangedCause cause) method extendSelectionDown (line 770) | void extendSelectionDown(SelectionChangedCause cause) method extendSelectionLeft (line 815) | void extendSelectionLeft(SelectionChangedCause cause) method extendSelectionLeftByLine (line 858) | void extendSelectionLeftByLine(SelectionChangedCause cause) method extendSelectionRight (line 905) | void extendSelectionRight(SelectionChangedCause cause) method extendSelectionRightByLine (line 945) | void extendSelectionRightByLine(SelectionChangedCause cause) method extendSelectionLeftByWord (line 995) | void extendSelectionLeftByWord(SelectionChangedCause cause, method extendSelectionRightByWord (line 1043) | void extendSelectionRightByWord(SelectionChangedCause cause, method extendSelectionUp (line 1095) | void extendSelectionUp(SelectionChangedCause cause) method moveSelectionLeftByLine (line 1146) | void moveSelectionLeftByLine(SelectionChangedCause cause) method moveSelectionDown (line 1183) | void moveSelectionDown(SelectionChangedCause cause) method moveSelectionLeft (line 1227) | void moveSelectionLeft(SelectionChangedCause cause) method moveSelectionLeftByWord (line 1273) | void moveSelectionLeftByWord(SelectionChangedCause cause, method moveSelectionRight (line 1308) | void moveSelectionRight(SelectionChangedCause cause) method moveSelectionRightByLine (line 1345) | void moveSelectionRightByLine(SelectionChangedCause cause) method moveSelectionRightByWord (line 1391) | void moveSelectionRightByWord(SelectionChangedCause cause, method moveSelectionToEnd (line 1426) | void moveSelectionToEnd(SelectionChangedCause cause) method moveSelectionToStart (line 1440) | void moveSelectionToStart(SelectionChangedCause cause) method moveSelectionUp (line 1457) | void moveSelectionUp(SelectionChangedCause cause) method selectAll (line 1476) | void selectAll(SelectionChangedCause cause) method copySelection (line 1493) | void copySelection(SelectionChangedCause cause) method cutSelection (line 1510) | void cutSelection(SelectionChangedCause cause) method pasteText (line 1542) | Future pasteText(SelectionChangedCause cause) FILE: packages/flutter/lib/src/widgets/text_editing_intents.dart class DeleteTextIntent (line 10) | class DeleteTextIntent extends Intent { class DeleteByWordTextIntent (line 18) | class DeleteByWordTextIntent extends Intent { class DeleteByLineTextIntent (line 26) | class DeleteByLineTextIntent extends Intent { class DeleteForwardTextIntent (line 34) | class DeleteForwardTextIntent extends Intent { class DeleteForwardByWordTextIntent (line 42) | class DeleteForwardByWordTextIntent extends Intent { class DeleteForwardByLineTextIntent (line 50) | class DeleteForwardByLineTextIntent extends Intent { class DoNothingAndStopPropagationTextIntent (line 64) | class DoNothingAndStopPropagationTextIntent extends Intent { class ExpandSelectionLeftByLineTextIntent (line 73) | class ExpandSelectionLeftByLineTextIntent extends Intent { class ExpandSelectionRightByLineTextIntent (line 82) | class ExpandSelectionRightByLineTextIntent extends Intent { class ExpandSelectionToEndTextIntent (line 90) | class ExpandSelectionToEndTextIntent extends Intent { class ExpandSelectionToStartTextIntent (line 98) | class ExpandSelectionToStartTextIntent extends Intent { class ExtendSelectionDownTextIntent (line 106) | class ExtendSelectionDownTextIntent extends Intent { class ExtendSelectionLeftByLineTextIntent (line 115) | class ExtendSelectionLeftByLineTextIntent extends Intent { class ExtendSelectionLeftByWordAndStopAtReversalTextIntent (line 125) | class ExtendSelectionLeftByWordAndStopAtReversalTextIntent extends Intent { class ExtendSelectionLeftByWordTextIntent (line 133) | class ExtendSelectionLeftByWordTextIntent extends Intent { class ExtendSelectionLeftTextIntent (line 142) | class ExtendSelectionLeftTextIntent extends Intent { class ExtendSelectionRightByLineTextIntent (line 151) | class ExtendSelectionRightByLineTextIntent extends Intent { class ExtendSelectionRightByWordAndStopAtReversalTextIntent (line 161) | class ExtendSelectionRightByWordAndStopAtReversalTextIntent extends Inte... class ExtendSelectionRightByWordTextIntent (line 169) | class ExtendSelectionRightByWordTextIntent extends Intent { class ExtendSelectionRightTextIntent (line 177) | class ExtendSelectionRightTextIntent extends Intent { class ExtendSelectionUpTextIntent (line 185) | class ExtendSelectionUpTextIntent extends Intent { class MoveSelectionDownTextIntent (line 193) | class MoveSelectionDownTextIntent extends Intent { class MoveSelectionLeftByLineTextIntent (line 201) | class MoveSelectionLeftByLineTextIntent extends Intent { class MoveSelectionLeftByWordTextIntent (line 209) | class MoveSelectionLeftByWordTextIntent extends Intent { class MoveSelectionLeftTextIntent (line 217) | class MoveSelectionLeftTextIntent extends Intent { class MoveSelectionToStartTextIntent (line 225) | class MoveSelectionToStartTextIntent extends Intent { class MoveSelectionRightByLineTextIntent (line 233) | class MoveSelectionRightByLineTextIntent extends Intent { class MoveSelectionRightByWordTextIntent (line 241) | class MoveSelectionRightByWordTextIntent extends Intent { class MoveSelectionRightTextIntent (line 249) | class MoveSelectionRightTextIntent extends Intent { class MoveSelectionToEndTextIntent (line 257) | class MoveSelectionToEndTextIntent extends Intent { class MoveSelectionUpTextIntent (line 265) | class MoveSelectionUpTextIntent extends Intent { class SelectAllTextIntent (line 273) | class SelectAllTextIntent extends Intent { class CopySelectionTextIntent (line 281) | class CopySelectionTextIntent extends Intent { class CutSelectionTextIntent (line 289) | class CutSelectionTextIntent extends Intent { class PasteTextIntent (line 297) | class PasteTextIntent extends Intent { FILE: packages/flutter/lib/src/widgets/text_selection.dart type TextSelectionHandleType (line 54) | enum TextSelectionHandleType { type _TextSelectionHandlePosition (line 67) | enum _TextSelectionHandlePosition { start, end } type DragSelectionUpdateCallback (line 80) | typedef DragSelectionUpdateCallback = void Function(DragStartDetails sta... type ToolbarBuilder (line 91) | typedef ToolbarBuilder = Widget Function(BuildContext context, Widget ch... class ToolbarItemsParentData (line 98) | class ToolbarItemsParentData extends ContainerBoxParentData { method toString (line 106) | String toString() class TextSelectionControls (line 113) | abstract class TextSelectionControls { method buildHandle (line 123) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleAnchor (line 128) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... method buildToolbar (line 143) | Widget buildToolbar( method getHandleSize (line 155) | Size getHandleSize(double textLineHeight) method canCut (line 165) | bool canCut(TextSelectionDelegate delegate) method canCopy (line 176) | bool canCopy(TextSelectionDelegate delegate) method canPaste (line 189) | bool canPaste(TextSelectionDelegate delegate) method canSelectAll (line 199) | bool canSelectAll(TextSelectionDelegate delegate) method handleCut (line 207) | void handleCut(TextSelectionDelegate delegate) method handleCopy (line 215) | void handleCopy(TextSelectionDelegate delegate, ClipboardStatusNotifie... method handlePaste (line 229) | Future handlePaste(TextSelectionDelegate delegate) method handleSelectAll (line 240) | void handleSelectAll(TextSelectionDelegate delegate) class TextSelectionOverlay (line 250) | class TextSelectionOverlay { method showHandles (line 409) | void showHandles() method hideHandles (line 423) | void hideHandles() method showToolbar (line 432) | void showToolbar() method update (line 448) | void update(TextEditingValue newValue) method updateForScroll (line 463) | void updateForScroll() method _markNeedsBuild (line 467) | void _markNeedsBuild([ Duration? duration ]) method hide (line 482) | void hide() method hideToolbar (line 496) | void hideToolbar() method dispose (line 504) | void dispose() method _buildHandle (line 509) | Widget _buildHandle(BuildContext context, _TextSelectionHandlePosition... method _buildToolbar (line 539) | Widget _buildToolbar(BuildContext context) method _handleSelectionHandleChanged (line 594) | void _handleSelectionHandleChanged(TextSelection newSelection, _TextSe... class _TextSelectionHandleOverlay (line 613) | class _TextSelectionHandleOverlay extends StatefulWidget { method createState (line 640) | _TextSelectionHandleOverlayState createState() class _TextSelectionHandleOverlayState (line 652) | class _TextSelectionHandleOverlayState method initState (line 660) | void initState() method _handleVisibilityChanged (line 669) | void _handleVisibilityChanged() method didUpdateWidget (line 678) | void didUpdateWidget(_TextSelectionHandleOverlay oldWidget) method dispose (line 686) | void dispose() method _handleDragStart (line 692) | void _handleDragStart(DragStartDetails details) method _handleDragUpdate (line 699) | void _handleDragUpdate(DragUpdateDetails details) method build (line 731) | Widget build(BuildContext context) method _chooseType (line 855) | TextSelectionHandleType _chooseType( class TextSelectionGestureDetectorBuilderDelegate (line 887) | abstract class TextSelectionGestureDetectorBuilderDelegate { class TextSelectionGestureDetectorBuilder (line 917) | class TextSelectionGestureDetectorBuilder { method onTapDown (line 978) | void onTapDown(TapDownDetails details) method onForcePressStart (line 1002) | void onForcePressStart(ForcePressDetails details) method onForcePressEnd (line 1025) | void onForcePressEnd(ForcePressDetails details) method onSingleTapUp (line 1044) | void onSingleTapUp(TapUpDetails details) method onSingleTapCancel (line 1059) | void onSingleTapCancel() method onSingleLongTapStart (line 1071) | void onSingleLongTapStart(LongPressStartDetails details) method onSingleLongTapMoveUpdate (line 1090) | void onSingleLongTapMoveUpdate(LongPressMoveUpdateDetails details) method onSingleLongTapEnd (line 1108) | void onSingleLongTapEnd(LongPressEndDetails details) method onSecondaryTap (line 1117) | void onSecondaryTap() method onSecondaryTapDown (line 1137) | void onSecondaryTapDown(TapDownDetails details) method onDoubleTapDown (line 1152) | void onDoubleTapDown(TapDownDetails details) method onDragSelectionStart (line 1169) | void onDragSelectionStart(DragStartDetails details) method onDragSelectionUpdate (line 1195) | void onDragSelectionUpdate(DragStartDetails startDetails, DragUpdateDe... method onDragSelectionEnd (line 1220) | void onDragSelectionEnd(DragEndDetails details) method buildGestureDetector (line 1226) | Widget buildGestureDetector({ class TextSelectionGestureDetector (line 1265) | class TextSelectionGestureDetector extends StatefulWidget { method createState (line 1358) | State createState() class _TextSelectionGestureDetectorState (line 1361) | class _TextSelectionGestureDetectorState extends State wit... method update (line 1582) | Future update() method addListener (line 1611) | void addListener(VoidCallback listener) method removeListener (line 1622) | void removeListener(VoidCallback listener) method didChangeAppLifecycleState (line 1630) | void didChangeAppLifecycleState(AppLifecycleState state) method dispose (line 1643) | void dispose() type ClipboardStatus (line 1651) | enum ClipboardStatus { FILE: packages/flutter/lib/src/widgets/text_selection_toolbar_layout_delegate.dart class TextSelectionToolbarLayoutDelegate (line 17) | class TextSelectionToolbarLayoutDelegate extends SingleChildLayoutDelega... method _centerOn (line 46) | double _centerOn(double position, double width, double max) method getConstraintsForChild (line 62) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 67) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 84) | bool shouldRelayout(TextSelectionToolbarLayoutDelegate oldDelegate) FILE: packages/flutter/lib/src/widgets/texture.dart class Texture (line 35) | class Texture extends LeafRenderObjectWidget { method createRenderObject (line 63) | TextureBox createRenderObject(BuildContext context) method updateRenderObject (line 66) | void updateRenderObject(BuildContext context, TextureBox renderObject) FILE: packages/flutter/lib/src/widgets/ticker_provider.dart class TickerMode (line 18) | class TickerMode extends StatelessWidget { method of (line 60) | bool of(BuildContext context) method build (line 66) | Widget build(BuildContext context) method debugFillProperties (line 74) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _EffectiveTickerMode (line 80) | class _EffectiveTickerMode extends InheritedWidget { method updateShouldNotify (line 91) | bool updateShouldNotify(_EffectiveTickerMode oldWidget) method debugFillProperties (line 94) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function createTicker (line 115) | Ticker createTicker(TickerCallback onTick) function dispose (line 138) | void dispose() function didChangeDependencies (line 161) | void didChangeDependencies() function debugFillProperties (line 168) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function createTicker (line 200) | Ticker createTicker(TickerCallback onTick) function _removeTicker (line 207) | void _removeTicker(_WidgetTicker ticker) function dispose (line 214) | void dispose() function didChangeDependencies (line 242) | void didChangeDependencies() function debugFillProperties (line 253) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _WidgetTicker (line 270) | class _WidgetTicker extends Ticker { method dispose (line 276) | void dispose() FILE: packages/flutter/lib/src/widgets/title.dart class Title (line 12) | class Title extends StatelessWidget { method build (line 42) | Widget build(BuildContext context) method debugFillProperties (line 53) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/transitions.dart class AnimatedWidget (line 74) | abstract class AnimatedWidget extends StatefulWidget { method build (line 92) | Widget build(BuildContext context) method createState (line 96) | State createState() method debugFillProperties (line 99) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _AnimatedState (line 105) | class _AnimatedState extends State { method initState (line 107) | void initState() method didUpdateWidget (line 113) | void didUpdateWidget(AnimatedWidget oldWidget) method dispose (line 122) | void dispose() method _handleChange (line 127) | void _handleChange() method build (line 134) | Widget build(BuildContext context) class SlideTransition (line 168) | class SlideTransition extends AnimatedWidget { method build (line 215) | Widget build(BuildContext context) class ScaleTransition (line 248) | class ScaleTransition extends AnimatedWidget { method build (line 286) | Widget build(BuildContext context) class RotationTransition (line 315) | class RotationTransition extends AnimatedWidget { method build (line 352) | Widget build(BuildContext context) class SizeTransition (line 396) | class SizeTransition extends AnimatedWidget { method build (line 447) | Widget build(BuildContext context) class FadeTransition (line 486) | class FadeTransition extends SingleChildRenderObjectWidget { method createRenderObject (line 517) | RenderAnimatedOpacity createRenderObject(BuildContext context) method updateRenderObject (line 525) | void updateRenderObject(BuildContext context, RenderAnimatedOpacity re... method debugFillProperties (line 532) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverFadeTransition (line 557) | class SliverFadeTransition extends SingleChildRenderObjectWidget { method createRenderObject (line 588) | RenderSliverAnimatedOpacity createRenderObject(BuildContext context) method updateRenderObject (line 596) | void updateRenderObject(BuildContext context, RenderSliverAnimatedOpac... method debugFillProperties (line 603) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class RelativeRectTween (line 616) | class RelativeRectTween extends Tween { method lerp (line 626) | RelativeRect lerp(double t) class PositionedTransition (line 660) | class PositionedTransition extends AnimatedWidget { method build (line 680) | Widget build(BuildContext context) class RelativePositionedTransition (line 717) | class RelativePositionedTransition extends AnimatedWidget { method build (line 753) | Widget build(BuildContext context) class DecoratedBoxTransition (line 784) | class DecoratedBoxTransition extends AnimatedWidget { method build (line 817) | Widget build(BuildContext context) class AlignTransition (line 853) | class AlignTransition extends AnimatedWidget { method build (line 885) | Widget build(BuildContext context) class DefaultTextStyleTransition (line 911) | class DefaultTextStyleTransition extends AnimatedWidget { method build (line 952) | Widget build(BuildContext context) class AnimatedBuilder (line 1000) | class AnimatedBuilder extends AnimatedWidget { method build (line 1031) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/tween_animation_builder.dart class TweenAnimationBuilder (line 93) | class TweenAnimationBuilder extends ImplicitlyAnimate... method createState (line 169) | ImplicitlyAnimatedWidgetState createState() class _TweenAnimationBuilderState (line 174) | class _TweenAnimationBuilderState extends AnimatedWid... method initState (line 178) | void initState() method forEachTween (line 188) | void forEachTween(TweenVisitor visitor) method build (line 200) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/unique_widget.dart class UniqueWidget (line 20) | abstract class UniqueWidget> extends Sta... method createState (line 31) | T createState() FILE: packages/flutter/lib/src/widgets/value_listenable_builder.dart type ValueWidgetBuilder (line 19) | typedef ValueWidgetBuilder = Widget Function(BuildContext context, T ... class ValueListenableBuilder (line 111) | class ValueListenableBuilder extends StatefulWidget { method createState (line 152) | State createState() class _ValueListenableBuilderState (line 155) | class _ValueListenableBuilderState extends State oldWidget) method dispose (line 176) | void dispose() method _valueChanged (line 181) | void _valueChanged() method build (line 186) | Widget build(BuildContext context) FILE: packages/flutter/lib/src/widgets/viewport.dart class Viewport (line 46) | class Viewport extends MultiChildRenderObjectWidget { method getDefaultCrossAxisDirection (line 141) | AxisDirection getDefaultCrossAxisDirection(BuildContext context, AxisD... method createRenderObject (line 166) | RenderViewport createRenderObject(BuildContext context) method updateRenderObject (line 179) | void updateRenderObject(BuildContext context, RenderViewport renderObj... method createElement (line 191) | MultiChildRenderObjectElement createElement() method debugFillProperties (line 194) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class _ViewportElement (line 210) | class _ViewportElement extends MultiChildRenderObjectElement { method mount (line 221) | void mount(Element? parent, Object? newSlot) method update (line 227) | void update(MultiChildRenderObjectWidget newWidget) method _updateCenter (line 232) | void _updateCenter() method debugVisitOnstageChildren (line 246) | void debugVisitOnstageChildren(ElementVisitor visitor) class ShrinkWrappingViewport (line 279) | class ShrinkWrappingViewport extends MultiChildRenderObjectWidget { method createRenderObject (line 331) | RenderShrinkWrappingViewport createRenderObject(BuildContext context) method updateRenderObject (line 341) | void updateRenderObject(BuildContext context, RenderShrinkWrappingView... method debugFillProperties (line 350) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/visibility.dart class Visibility (line 41) | class Visibility extends StatelessWidget { method build (line 216) | Widget build(BuildContext context) method debugFillProperties (line 250) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class SliverVisibility (line 286) | class SliverVisibility extends StatelessWidget { method build (line 454) | Widget build(BuildContext context) method debugFillProperties (line 488) | void debugFillProperties(DiagnosticPropertiesBuilder properties) FILE: packages/flutter/lib/src/widgets/widget_inspector.dart type InspectorSelectButtonBuilder (line 35) | typedef InspectorSelectButtonBuilder = Widget Function(BuildContext cont... type RegisterServiceExtensionCallback (line 42) | typedef RegisterServiceExtensionCallback = void Function({ class _ProxyLayer (line 51) | class _ProxyLayer extends Layer { method addToScene (line 57) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method findAnnotations (line 63) | bool findAnnotations( class _MulticastCanvas (line 75) | class _MulticastCanvas implements Canvas { method clipPath (line 88) | void clipPath(Path path, { bool doAntiAlias = true }) method clipRRect (line 94) | void clipRRect(RRect rrect, { bool doAntiAlias = true }) method clipRect (line 100) | void clipRect(Rect rect, { ui.ClipOp clipOp = ui.ClipOp.intersect, boo... method drawArc (line 106) | void drawArc(Rect rect, double startAngle, double sweepAngle, bool use... method drawAtlas (line 112) | void drawAtlas(ui.Image atlas, List transforms, List points, Paint paint) method drawRRect (line 196) | void drawRRect(RRect rrect, Paint paint) method drawRawAtlas (line 202) | void drawRawAtlas(ui.Image atlas, Float32List rstTransforms, Float32Li... method drawRawPoints (line 208) | void drawRawPoints(ui.PointMode pointMode, Float32List points, Paint p... method drawRect (line 214) | void drawRect(Rect rect, Paint paint) method drawShadow (line 220) | void drawShadow(Path path, Color color, double elevation, bool transpa... method drawVertices (line 226) | void drawVertices(ui.Vertices vertices, BlendMode blendMode, Paint paint) method getSaveCount (line 232) | int getSaveCount() method restore (line 241) | void restore() method rotate (line 247) | void rotate(double radians) method save (line 253) | void save() method saveLayer (line 259) | void saveLayer(Rect? bounds, Paint paint) method scale (line 265) | void scale(double sx, [ double? sy ]) method skew (line 271) | void skew(double sx, double sy) method transform (line 277) | void transform(Float64List matrix4) method translate (line 283) | void translate(double dx, double dy) function _calculateSubtreeBoundsHelper (line 289) | Rect _calculateSubtreeBoundsHelper(RenderObject object, Matrix4 transform) function _calculateSubtreeBounds (line 314) | Rect _calculateSubtreeBounds(RenderObject object) class _ScreenshotContainerLayer (line 320) | class _ScreenshotContainerLayer extends OffsetLayer { method addToScene (line 322) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... class _ScreenshotData (line 329) | class _ScreenshotData { class _ScreenshotPaintingContext (line 381) | class _ScreenshotPaintingContext extends PaintingContext { method _startRecordingScreenshot (line 428) | void _startRecordingScreenshot() method stopRecordingIfNeeded (line 446) | void stopRecordingIfNeeded() method _stopRecordingScreenshotIfNeeded (line 451) | void _stopRecordingScreenshotIfNeeded() method appendLayer (line 463) | void appendLayer(Layer layer) method createChildContext (line 483) | PaintingContext createChildContext(ContainerLayer childLayer, Rect bou... method paintChild (line 498) | void paintChild(RenderObject child, Offset offset) method toImage (line 541) | Future toImage( class _DiagnosticsPathNode (line 610) | class _DiagnosticsPathNode { function _followDiagnosticableChain (line 639) | List<_DiagnosticsPathNode>? _followDiagnosticableChain( type InspectorSelectionChangedCallback (line 673) | typedef InspectorSelectionChangedCallback = void Function(); class _InspectorReferenceData (line 677) | class _InspectorReferenceData { function registerServiceExtension (line 759) | void registerServiceExtension({ function _registerSignalServiceExtension (line 771) | void _registerSignalServiceExtension({ function _registerObjectGroupServiceExtension (line 789) | void _registerObjectGroupServiceExtension({ function _registerBoolServiceExtension (line 813) | void _registerBoolServiceExtension({ function _postExtensionStateChangedEvent (line 844) | void _postExtensionStateChangedEvent(String name, Object? value) function _registerServiceExtensionWithArg (line 858) | void _registerServiceExtensionWithArg({ function _registerServiceExtensionVarArgs (line 876) | void _registerServiceExtensionVarArgs({ function forceRebuild (line 908) | Future forceRebuild() function _reportStructuredError (line 921) | void _reportStructuredError(FlutterErrorDetails details) function _resetErrorCount (line 952) | void _resetErrorCount() function isStructuredErrorsEnabled (line 960) | bool isStructuredErrorsEnabled() function initServiceExtensions (line 979) | void initServiceExtensions(RegisterServiceExtensionCallback registerServ... function markTreeNeedsPaint (line 1055) | void markTreeNeedsPaint(RenderObject renderObject) function _clearStats (line 1199) | void _clearStats() function disposeAllGroups (line 1210) | void disposeAllGroups() function resetAllState (line 1224) | void resetAllState() function disposeGroup (line 1235) | void disposeGroup(String name) function _decrementReferenceCount (line 1242) | void _decrementReferenceCount(_InspectorReferenceData reference) function toId (line 1255) | String? toId(Object? object, String groupName) function isWidgetTreeReady (line 1280) | bool isWidgetTreeReady([ String? groupName ]) function toObject (line 1291) | Object? toObject(String? id, [ String? groupName ]) function toObjectForSourceLocation (line 1312) | Object? toObjectForSourceLocation(String id, [ String? groupName ]) function disposeId (line 1326) | void disposeId(String? id, String groupName) function setPubRootDirectories (line 1344) | void setPubRootDirectories(List pubRootDirectories) function setSelectionById (line 1358) | bool setSelectionById(String? id, [ String? groupName ]) function setSelection (line 1370) | bool setSelection(Object? object, [ String? groupName ]) function _devToolsInspectorUriForElement (line 1403) | String? _devToolsInspectorUriForElement(Element element) function devToolsInspectorUri (line 1416) | String devToolsInspectorUri(String inspectorRef) function getParentChain (line 1448) | String getParentChain(String id, String groupName) function _getParentChain (line 1452) | List _getParentChain(String? id, String groupName) function _pathNodeToJson (line 1468) | Map? _pathNodeToJson(_DiagnosticsPathNode? pathNode, In... function _getRawElementParentChain (line 1478) | List _getRawElementParentChain(Element element, { required int?... function _getElementParentChain (line 1494) | List<_DiagnosticsPathNode> _getElementParentChain(Element element, Strin... function _getRenderObjectParentChain (line 1500) | List<_DiagnosticsPathNode>? _getRenderObjectParentChain(RenderObject? re... function _nodeToJson (line 1509) | Map? _nodeToJson( function _isValueCreatedByLocalProject (line 1516) | bool _isValueCreatedByLocalProject(Object? value) function _isLocalCreationLocation (line 1524) | bool _isLocalCreationLocation(_Location? location) function _safeJsonEncode (line 1552) | String _safeJsonEncode(Object? object) function _truncateNodes (line 1559) | List _truncateNodes(Iterable nodes, in... function _nodesToJson (line 1571) | List> _nodesToJson( function getProperties (line 1582) | String getProperties(String diagnosticsNodeId, String groupName) function _getProperties (line 1586) | List _getProperties(String? diagnosticsNodeId, String groupName) function getChildren (line 1593) | String getChildren(String diagnosticsNodeId, String groupName) function _getChildren (line 1597) | List _getChildren(String? diagnosticsNodeId, String groupName) function getChildrenSummaryTree (line 1617) | String getChildrenSummaryTree(String diagnosticsNodeId, String groupName) function _getChildrenSummaryTree (line 1621) | List _getChildrenSummaryTree(String? diagnosticsNodeId, String g... function getChildrenDetailsSubtree (line 1633) | String getChildrenDetailsSubtree(String diagnosticsNodeId, String groupN... function _getChildrenDetailsSubtree (line 1637) | List _getChildrenDetailsSubtree(String? diagnosticsNodeId, Strin... function _shouldShowInSummaryTree (line 1644) | bool _shouldShowInSummaryTree(DiagnosticsNode node) function _getChildrenFiltered (line 1660) | List _getChildrenFiltered( function _filterChildren (line 1667) | List _filterChildren( function getRootWidget (line 1683) | String getRootWidget(String groupName) function _getRootWidget (line 1687) | Map? _getRootWidget(String groupName) function getRootWidgetSummaryTree (line 1693) | String getRootWidgetSummaryTree(String groupName) function _getRootWidgetSummaryTree (line 1697) | Map? _getRootWidgetSummaryTree(String groupName) function getRootRenderObject (line 1707) | String getRootRenderObject(String groupName) function _getRootRenderObject (line 1711) | Map? _getRootRenderObject(String groupName) function getDetailsSubtree (line 1727) | String getDetailsSubtree( function _getDetailsSubtree (line 1735) | Map? _getDetailsSubtree( function getSelectedRenderObject (line 1762) | String getSelectedRenderObject(String previousSelectionId, String groupN... function _getSelectedRenderObject (line 1766) | Map? _getSelectedRenderObject(String? previousSelection... function getSelectedWidget (line 1778) | String getSelectedWidget(String? previousSelectionId, String groupName) function screenshot (line 1795) | Future screenshot( function _getSelectedWidget (line 1853) | Map? _getSelectedWidget(String? previousSelectionId, St... function getSelectedSummaryWidget (line 1867) | String getSelectedSummaryWidget(String previousSelectionId, String group... function _getSelectedSummaryWidget (line 1871) | Map? _getSelectedSummaryWidget(String? previousSelectio... function isWidgetCreationTracked (line 1893) | bool isWidgetCreationTracked() function _onFrameStart (line 1902) | void _onFrameStart(Duration timeStamp) function _onFrameEnd (line 1907) | void _onFrameEnd(Duration timeStamp) function _postStatsEvent (line 1916) | void _postStatsEvent(String eventName, _ElementLocationStatsTracker stats) function postEvent (line 1925) | void postEvent(String eventKind, Map eventData) function _onRebuildWidget (line 1932) | void _onRebuildWidget(Element element, bool builtOnce) function _onPaint (line 1936) | void _onPaint(RenderObject renderObject) function performReassemble (line 1975) | void performReassemble() class _LocationCount (line 1985) | class _LocationCount { method reset (line 2004) | void reset() method increment (line 2009) | void increment() class _ElementLocationStatsTracker (line 2026) | class _ElementLocationStatsTracker { method add (line 2048) | void add(Element element) method resetCounts (line 2091) | void resetCounts() method exportToJson (line 2106) | Map exportToJson(Duration startTime) class _WidgetForTypeTests (line 2162) | class _WidgetForTypeTests extends Widget { method createElement (line 2164) | Element createElement() class WidgetInspector (line 2189) | class WidgetInspector extends StatefulWidget { method createState (line 2210) | State createState() class _WidgetInspectorState (line 2213) | class _WidgetInspectorState extends State method initState (line 2237) | void initState() method dispose (line 2250) | void dispose() method _hitTestHelper (line 2257) | bool _hitTestHelper( method hitTest (line 2312) | List hitTest(Offset position, RenderObject root) method _area (line 2318) | double _area(RenderObject object) method _inspectAt (line 2330) | void _inspectAt(Offset position) method _handlePanDown (line 2343) | void _handlePanDown(DragDownDetails event) method _handlePanUpdate (line 2348) | void _handlePanUpdate(DragUpdateDetails event) method _handlePanEnd (line 2353) | void _handlePanEnd(DragEndDetails details) method _handleTap (line 2367) | void _handleTap() method _handleEnableSelect (line 2383) | void _handleEnableSelect() method build (line 2390) | Widget build(BuildContext context) class InspectorSelection (line 2421) | class InspectorSelection { method clear (line 2442) | void clear() method _computeCurrent (line 2485) | void _computeCurrent() class _InspectorOverlay (line 2500) | class _InspectorOverlay extends LeafRenderObjectWidget { method createRenderObject (line 2509) | _RenderInspectorOverlay createRenderObject(BuildContext context) method updateRenderObject (line 2514) | void updateRenderObject(BuildContext context, _RenderInspectorOverlay ... class _RenderInspectorOverlay (line 2519) | class _RenderInspectorOverlay extends RenderBox { method computeDryLayout (line 2541) | Size computeDryLayout(BoxConstraints constraints) method paint (line 2546) | void paint(PaintingContext context, Offset offset) class _TransformedRect (line 2556) | @immutable class _InspectorOverlayRenderState (line 2582) | @immutable class _InspectorOverlayLayer (line 2623) | class _InspectorOverlayLayer extends Layer { method addToScene (line 2668) | void addToScene(ui.SceneBuilder builder, [ Offset layerOffset = Offset... method _buildPicture (line 2700) | ui.Picture _buildPicture(_InspectorOverlayRenderState state) method _paintDescription (line 2751) | void _paintDescription( method findAnnotations (line 2813) | bool findAnnotations( method _isInInspectorRenderObjectTree (line 2826) | bool _isInInspectorRenderObjectTree(RenderObject child) class _HasCreationLocation (line 2859) | abstract class _HasCreationLocation { class _Location (line 2865) | class _Location { method toJsonMap (line 2885) | Map toJsonMap() method toString (line 2898) | String toString() function _isDebugCreator (line 2909) | bool _isDebugCreator(DiagnosticsNode node) function debugTransformDebugCreator (line 2917) | Iterable debugTransformDebugCreator(Iterable _parseDiagnosticsNode( function _describeRelevantUserCode (line 2972) | Iterable _describeRelevantUserCode( function isOverflowError (line 2987) | bool isOverflowError() function processElement (line 2998) | bool processElement(Element target) class DevToolsDeepLinkProperty (line 3043) | class DevToolsDeepLinkProperty extends DiagnosticsProperty { function debugIsLocalCreationLocation (line 3065) | bool debugIsLocalCreationLocation(Object object) function _describeCreationLocation (line 3084) | String? _describeCreationLocation(Object object) function _getCreationLocation (line 3094) | _Location? _getCreationLocation(Object? object) function _toLocationId (line 3105) | int _toLocationId(_Location location) class InspectorSerializationDelegate (line 3118) | @visibleForTesting method additionalNodeProperties (line 3209) | Map additionalNodeProperties(DiagnosticsNode node) method delegateForNode (line 3235) | DiagnosticsSerializationDelegate delegateForNode(DiagnosticsNode node) method filterChildren (line 3247) | List filterChildren(List nodes, Diag... method filterProperties (line 3252) | List filterProperties(List nodes, Di... method truncateNodesList (line 3260) | List truncateNodesList(List nodes, D... method copyWith (line 3270) | DiagnosticsSerializationDelegate copyWith({int? subtreeDepth, bool? in... FILE: packages/flutter/lib/src/widgets/widget_span.dart class WidgetSpan (line 61) | @immutable method build (line 103) | void build(ui.ParagraphBuilder builder, { double textScaleFactor = 1.0... method visitChildren (line 127) | bool visitChildren(InlineSpanVisitor visitor) method getSpanForPositionVisitor (line 132) | InlineSpan? getSpanForPositionVisitor(TextPosition position, Accumulat... method codeUnitAtVisitor (line 141) | int? codeUnitAtVisitor(int index, Accumulator offset) method compareTo (line 146) | RenderComparison compareTo(InlineSpan other) method getSpanForPosition (line 187) | InlineSpan? getSpanForPosition(TextPosition position) method debugAssertIsValid (line 201) | bool debugAssertIsValid() FILE: packages/flutter/lib/src/widgets/will_pop_scope.dart class WillPopScope (line 45) | class WillPopScope extends StatefulWidget { method createState (line 69) | State createState() class _WillPopScopeState (line 72) | class _WillPopScopeState extends State { method didChangeDependencies (line 76) | void didChangeDependencies() method didUpdateWidget (line 86) | void didUpdateWidget(WillPopScope oldWidget) method dispose (line 98) | void dispose() method build (line 105) | Widget build(BuildContext context) FILE: packages/flutter/test/_goldens_web.dart function testExecutable (line 8) | Future testExecutable(FutureOr Function() testMain) FILE: packages/flutter/test/animation/animation_controller_listener_test.dart function main (line 10) | void main() class _TestAnimationController (line 40) | class _TestAnimationController extends AnimationController { method publicNotifyListeners (line 61) | void publicNotifyListeners() method publicNotifyStatusListeners (line 65) | void publicNotifyStatusListeners(AnimationStatus status) FILE: packages/flutter/test/animation/animation_controller_test.dart function main (line 16) | void main() class TestSimulation (line 1084) | class TestSimulation extends Simulation { method dx (line 1086) | double dx(double time) method isDone (line 1089) | bool isDone(double time) method x (line 1092) | double x(double time) FILE: packages/flutter/test/animation/animation_sheet_test.dart function main (line 12) | void main() class _DecuplePixels (line 141) | class _DecuplePixels extends StatefulWidget { method createState (line 149) | State createState() class _DecuplePixelsState (line 152) | class _DecuplePixelsState extends State<_DecuplePixels> with SingleTicke... method initState (line 156) | void initState() method dispose (line 166) | void dispose() method build (line 172) | Widget build(BuildContext context) class _PaintDecuplePixels (line 184) | class _PaintDecuplePixels extends CustomPainter { method shouldRepaint (line 190) | bool shouldRepaint(_PaintDecuplePixels oldDelegate) method paint (line 195) | void paint(Canvas canvas, Size size) FILE: packages/flutter/test/animation/animations_test.dart class BogusCurve (line 12) | class BogusCurve extends Curve { method transform (line 14) | double transform(double t) function main (line 17) | void main() function listener (line 86) | void listener() function logValue (line 144) | void logValue() function logValue (line 179) | void logValue() function logValue (line 214) | void logValue() FILE: packages/flutter/test/animation/curves_test.dart function main (line 10) | void main() function assertMaximumSlope (line 36) | void assertMaximumSlope(Curve curve, double maximumSlope) function expectStaysInBounds (line 87) | void expectStaysInBounds(Curve curve) function estimateBounds (line 107) | List estimateBounds(Curve curve) FILE: packages/flutter/test/animation/futures_test.dart function main (line 9) | void main() function runTest (line 24) | Future runTest() function runTest (line 73) | Future runTest() function runTest (line 114) | Future runTest() FILE: packages/flutter/test/animation/iteration_patterns_test.dart function main (line 8) | void main() function listener1 (line 21) | void listener1() function listener3 (line 22) | void listener3() function listener4 (line 23) | void listener4() function listener2 (line 24) | void listener2() function listener1 (line 54) | void listener1(AnimationStatus status) function listener3 (line 55) | void listener3(AnimationStatus status) function listener4 (line 56) | void listener4(AnimationStatus status) function listener2 (line 57) | void listener2(AnimationStatus status) function listener1 (line 89) | void listener1() function badListener (line 90) | void badListener() function listener2 (line 94) | void listener2() function listener1 (line 112) | void listener1(AnimationStatus status) function badListener (line 113) | void badListener(AnimationStatus status) function listener2 (line 117) | void listener2(AnimationStatus status) FILE: packages/flutter/test/animation/listener_helpers_test.dart function main (line 8) | void main() function fakeListener (line 11) | void fakeListener(AnimationStatus status) function fakeListener (line 19) | void fakeListener() class _TestAnimationLocalStatusListeners (line 26) | class _TestAnimationLocalStatusListeners with AnimationLocalStatusListen... method didStartListening (line 31) | void didStartListening() method didStopListening (line 36) | void didStopListening() class _TestAnimationLocalListeners (line 41) | class _TestAnimationLocalListeners with AnimationLocalListenersMixin, An... method didStartListening (line 46) | void didStartListening() method didStopListening (line 51) | void didStopListening() FILE: packages/flutter/test/animation/live_binding_test.dart function main (line 12) | void main() function target (line 23) | Widget target({bool recording = true}) function target (line 81) | Widget target({bool recording = true}) FILE: packages/flutter/test/animation/tween_test.dart function main (line 10) | void main() FILE: packages/flutter/test/cupertino/action_sheet_test.dart function main (line 18) | void main() function actionTextStyle (line 88) | TextStyle actionTextStyle(String text) function findScrollableActionsSectionRenderBox (line 1075) | RenderBox findScrollableActionsSectionRenderBox(WidgetTester tester) function createAppWithButtonThatLaunchesActionSheet (line 1085) | Widget createAppWithButtonThatLaunchesActionSheet(Widget actionSheet) function boilerplate (line 1105) | Widget boilerplate(Widget child) FILE: packages/flutter/test/cupertino/activity_indicator_test.dart function main (line 15) | void main() function buildCupertinoActivityIndicator (line 163) | Widget buildCupertinoActivityIndicator([bool? animating]) FILE: packages/flutter/test/cupertino/app_test.dart function main (line 10) | void main() class MockScrollBehavior (line 233) | class MockScrollBehavior extends ScrollBehavior { method getScrollPhysics (line 237) | ScrollPhysics getScrollPhysics(BuildContext context) type SimpleRouterDelegateBuilder (line 240) | typedef SimpleRouterDelegateBuilder = Widget Function(BuildContext, Rout... type SimpleNavigatorRouterDelegatePopPage (line 241) | typedef SimpleNavigatorRouterDelegatePopPage = bool Function(Route... class SimpleRouteInformationParser (line 243) | class SimpleRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 252) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleNavigatorRouterDelegate (line 257) | class SimpleNavigatorRouterDelegate extends RouterDelegate setNewRoutePath(RouteInformation configuration) method _handlePopPage (line 282) | bool _handlePopPage(Route route, void data) method build (line 287) | Widget build(BuildContext context) FILE: packages/flutter/test/cupertino/bottom_tab_bar_test.dart function pumpWidgetWithBoilerplate (line 14) | Future pumpWidgetWithBoilerplate(WidgetTester tester, Widget widget) function main (line 30) | Future main() FILE: packages/flutter/test/cupertino/button_test.dart function main (line 18) | void main() function boilerplate (line 456) | Widget boilerplate({ required Widget child }) FILE: packages/flutter/test/cupertino/colors_test.dart class DependentWidget (line 11) | class DependentWidget extends StatelessWidget { method build (line 20) | Widget build(BuildContext context) function main (line 101) | void main() function typedColor (line 504) | CupertinoDynamicColor typedColor() class _NullElement (line 587) | class _NullElement extends Element { method performRebuild (line 596) | void performRebuild() class _NullWidget (line 599) | class _NullWidget extends Widget { method createElement (line 601) | Element createElement() FILE: packages/flutter/test/cupertino/context_menu_action_test.dart function main (line 8) | void main() function _getApp (line 16) | Widget _getApp({VoidCallback? onPressed, bool isDestructiveAction = fals... function _getDecoration (line 36) | BoxDecoration _getDecoration(WidgetTester tester) function _getTextStyle (line 46) | TextStyle _getTextStyle(WidgetTester tester) function _getIcon (line 56) | Icon _getIcon(WidgetTester tester) FILE: packages/flutter/test/cupertino/context_menu_test.dart function main (line 8) | void main() function _getChild (line 13) | Widget _getChild() function _getContextMenu (line 21) | Widget _getContextMenu({ function _findDecoyChild (line 47) | Finder _findDecoyChild(Widget child) function _findStatic (line 55) | Finder _findStatic() function _findStaticChild (line 62) | Finder _findStaticChild(Widget child) FILE: packages/flutter/test/cupertino/date_picker_test.dart function main (line 28) | void main() function _buildApp (line 1176) | Widget _buildApp(CupertinoDatePickerMode mode) function onSelectedItemChanged (line 1404) | void onSelectedItemChanged(int index) function _buildPicker (line 1520) | Widget _buildPicker({ FILE: packages/flutter/test/cupertino/debug_test.dart function main (line 9) | void main() FILE: packages/flutter/test/cupertino/dialog_test.dart function main (line 18) | void main() function findActionButtonRenderBoxByTitle (line 1322) | RenderBox findActionButtonRenderBoxByTitle(WidgetTester tester, String t... function findScrollableActionsSectionRenderBox (line 1328) | RenderBox findScrollableActionsSectionRenderBox(WidgetTester tester) function createAppWithButtonThatLaunchesDialog (line 1336) | Widget createAppWithButtonThatLaunchesDialog({ function boilerplate (line 1358) | Widget boilerplate(Widget child) function createAppWithCenteredButton (line 1365) | Widget createAppWithCenteredButton(Widget child) class _RestorableDialogTestWidget (line 1379) | class _RestorableDialogTestWidget extends StatelessWidget { method _dialogBuilder (line 1380) | Route _dialogBuilder(BuildContext context, Object? arguments) method build (line 1397) | Widget build(BuildContext context) FILE: packages/flutter/test/cupertino/form_row_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/form_section_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/icon_theme_data_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/localizations_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/material/tab_scaffold_test.dart function main (line 15) | void main() function _buildTabBar (line 321) | CupertinoTabBar _buildTabBar({ int selectedTab = 0 }) FILE: packages/flutter/test/cupertino/nav_bar_test.dart function main (line 19) | void main() class _ExpectStyles (line 1364) | class _ExpectStyles extends StatelessWidget { method build (line 1374) | Widget build(BuildContext context) FILE: packages/flutter/test/cupertino/nav_bar_transition_test.dart function startTransitionBetween (line 16) | Future startTransitionBetween( function scaffoldForNavBar (line 58) | CupertinoPageScaffold? scaffoldForNavBar(Widget? navBar) function flying (line 81) | Finder flying(WidgetTester tester, Finder finder) function checkBackgroundBoxHeight (line 104) | void checkBackgroundBoxHeight(WidgetTester tester, double height) function checkOpacity (line 118) | void checkOpacity(WidgetTester tester, Finder finder, double opacity) function main (line 130) | void main() function checkColorAndPositionAt50ms (line 351) | void checkColorAndPositionAt50ms() function checkColorAndPositionAt50ms (line 396) | void checkColorAndPositionAt50ms() FILE: packages/flutter/test/cupertino/page_test.dart function main (line 8) | void main() class RtlOverrideWidgetsDelegate (line 542) | class RtlOverrideWidgetsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 549) | bool shouldReload(LocalizationsDelegate oldDeleg... class RtlOverrideWidgetsLocalization (line 552) | class RtlOverrideWidgetsLocalization implements WidgetsLocalizations { class KeepsStateTestWidget (line 558) | class KeepsStateTestWidget extends StatefulWidget { method createState (line 564) | State createState() class _KeepsStateTestWidgetState (line 567) | class _KeepsStateTestWidgetState extends State { method build (line 571) | Widget build(BuildContext context) class TestRestorableWidget (line 593) | class TestRestorableWidget extends StatefulWidget { method createState (line 599) | State createState() class _TestRestorableWidgetState (line 602) | class _TestRestorableWidgetState extends State wit... method restoreState (line 609) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method build (line 614) | Widget build(BuildContext context) FILE: packages/flutter/test/cupertino/picker_test.dart function main (line 12) | void main() function buildFrame (line 53) | Widget buildFrame(int childCount) FILE: packages/flutter/test/cupertino/refresh_test.dart function main (line 12) | void main() function buildAListOfStuff (line 20) | SliverList buildAListOfStuff() function uiTestGroup (line 34) | void uiTestGroup() function stateMachineTestGroup (line 967) | void stateMachineTestGroup() class FakeBuilder (line 1421) | class FakeBuilder { method builder (line 1427) | Widget builder( method refreshTask (line 1452) | Future refreshTask() class MockHelperInvocation (line 1458) | abstract class MockHelperInvocation { class RefreshTaskInvocation (line 1462) | @immutable class BuilderInvocation (line 1467) | @immutable method toString (line 1482) | String toString() function matchesBuilder (line 1485) | Matcher matchesBuilder({ FILE: packages/flutter/test/cupertino/route_test.dart function main (line 14) | void main() function testParallax (line 477) | Future testParallax(WidgetTester tester, {required bool fromFullsc... function testNoParallax (line 566) | Future testNoParallax(WidgetTester tester, {required bool fromFull... class MockNavigatorObserver (line 1721) | class MockNavigatorObserver extends NavigatorObserver { method didStartUserGesture (line 1725) | void didStartUserGesture(Route route, Route? previou... method didPop (line 1730) | void didPop(Route route, Route? previousRoute) method didPush (line 1735) | void didPush(Route route, Route? previousRoute) method didStopUserGesture (line 1740) | void didStopUserGesture() type NavigatorInvocation (line 1745) | enum NavigatorInvocation { class PopupObserver (line 1752) | class PopupObserver extends NavigatorObserver { method didPush (line 1756) | void didPush(Route route, Route? previousRoute) class DialogObserver (line 1764) | class DialogObserver extends NavigatorObserver { method didPush (line 1768) | void didPush(Route route, Route? previousRoute) class RouteSettingsObserver (line 1776) | class RouteSettingsObserver extends NavigatorObserver { method didPush (line 1780) | void didPush(Route route, Route? previousRoute) class TransitionDetector (line 1788) | class TransitionDetector extends DefaultTransitionDelegate { method resolve (line 1791) | Iterable resolve({ function buildNavigator (line 1805) | Widget buildNavigator({ class _TestPostRouteCancel (line 1845) | class _TestPostRouteCancel extends StatefulWidget { method createState (line 1847) | State createState() class _TestPostRouteCancelState (line 1850) | class _TestPostRouteCancelState extends State<_TestPostRouteCancel> { method _buildHome (line 1854) | Widget _buildHome(BuildContext context) method _buildSub (line 1863) | Widget _buildSub(BuildContext context) method build (line 1882) | Widget build(BuildContext context) class _RestorableModalTestWidget (line 1904) | class _RestorableModalTestWidget extends StatelessWidget { method _modalBuilder (line 1905) | Route _modalBuilder(BuildContext context, Object? arguments) method build (line 1931) | Widget build(BuildContext context) FILE: packages/flutter/test/cupertino/scaffold_test.dart function main (line 14) | void main() function scaffoldWithBrightness (line 71) | Widget scaffoldWithBrightness(Brightness brightness) function buildFrame (line 488) | Widget buildFrame(bool showNavigationBar, bool showKeyboard) FILE: packages/flutter/test/cupertino/scrollbar_paint_test.dart function main (line 17) | void main() FILE: packages/flutter/test/cupertino/scrollbar_test.dart function main (line 19) | void main() function viewWithScroll (line 345) | Widget viewWithScroll() function viewWithScroll (line 374) | Widget viewWithScroll() function viewWithScroll (line 410) | Widget viewWithScroll() function viewWithScroll (line 444) | Widget viewWithScroll() function viewWithScroll (line 477) | Widget viewWithScroll() function viewWithScroll (line 508) | Widget viewWithScroll() function viewWithScroll (line 567) | Widget viewWithScroll() function viewWithScroll (line 622) | Widget viewWithScroll() function viewWithScroll (line 689) | Widget viewWithScroll() FILE: packages/flutter/test/cupertino/search_field_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/segmented_control_test.dart function getRenderSegmentedControl (line 17) | RenderBox getRenderSegmentedControl(WidgetTester tester) function setupSimpleSegmentedControl (line 25) | StatefulBuilder setupSimpleSegmentedControl() function boilerplate (line 48) | Widget boilerplate({ required Widget child }) function getChildCount (line 55) | int getChildCount(WidgetTester tester) function getSurroundingRect (line 60) | ui.RRect getSurroundingRect(WidgetTester tester, {int child = 0}) function getChildSize (line 67) | Size getChildSize(WidgetTester tester, {int child = 0}) function getBorderColor (line 74) | Color getBorderColor(WidgetTester tester) function getSelectedIndex (line 80) | int? getSelectedIndex(WidgetTester tester) function getBackgroundColor (line 86) | Color getBackgroundColor(WidgetTester tester, int childIndex) function main (line 92) | void main() function verifyPadding (line 174) | Future verifyPadding({ EdgeInsets? padding }) FILE: packages/flutter/test/cupertino/slider_test.dart function main (line 25) | void main() function _dragSlider (line 27) | Future _dragSlider(WidgetTester tester, Key sliderKey) function withTraits (line 477) | Widget withTraits(Brightness brightness, CupertinoUserInterfaceLevelData... FILE: packages/flutter/test/cupertino/sliding_segmented_control_test.dart function getRenderSegmentedControl (line 13) | RenderBox getRenderSegmentedControl(WidgetTester tester) function currentUnscaledThumbRect (line 21) | Rect currentUnscaledThumbRect(WidgetTester tester, { bool useGlobalCoord... function getHighlightedIndex (line 33) | int? getHighlightedIndex(WidgetTester tester) function getThumbColor (line 39) | Color getThumbColor(WidgetTester tester) function currentThumbScale (line 45) | double currentThumbScale(WidgetTester tester) function setupSimpleSegmentedControl (line 51) | Widget setupSimpleSegmentedControl() function defaultCallback (line 70) | void defaultCallback(int? newValue) function boilerplate (line 74) | Widget boilerplate({ required WidgetBuilder builder }) function main (line 86) | void main() function verifyPadding (line 154) | Future verifyPadding({ EdgeInsets? padding }) function getChildOpacityByName (line 425) | double getChildOpacityByName(String childName) function getChildOpacityByName (line 466) | double getChildOpacityByName(String childName) function onValueChanged (line 1036) | void onValueChanged(int? newValue) function onValueChanged (line 1095) | void onValueChanged(int? newValue) FILE: packages/flutter/test/cupertino/switch_test.dart function main (line 17) | void main() FILE: packages/flutter/test/cupertino/tab_scaffold_test.dart class MockCupertinoTabController (line 15) | class MockCupertinoTabController extends CupertinoTabController { method addListener (line 22) | void addListener(VoidCallback listener) method removeListener (line 28) | void removeListener(VoidCallback listener) method dispose (line 34) | void dispose() function main (line 40) | void main() function tabGenerator (line 45) | BottomNavigationBarItem tabGenerator(int index) function getContentPaddingWithTabBarColor (line 491) | Future getContentPaddingWithTabBarColor(Color color) function expectAssertionError (line 1016) | void expectAssertionError(VoidCallback callback, String errorMessage) function buildWidget (line 1171) | Widget buildWidget({CupertinoTabController? controller}) function _buildTabBar (line 1220) | CupertinoTabBar _buildTabBar({ int selectedTab = 0 }) FILE: packages/flutter/test/cupertino/tab_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/text_field_restoration_test.dart function main (line 12) | void main() function restoreAndVerify (line 38) | Future restoreAndVerify(WidgetTester tester) class TestWidget (line 73) | class TestWidget extends StatefulWidget { method createState (line 79) | TestWidgetState createState() class TestWidgetState (line 82) | class TestWidgetState extends State with RestorationMixin { method restoreState (line 89) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 94) | void dispose() method build (line 100) | Widget build(BuildContext context) function skipPastScrollingAnimation (line 116) | Future skipPastScrollingAnimation(WidgetTester tester) FILE: packages/flutter/test/cupertino/text_field_test.dart class MockTextSelectionControls (line 32) | class MockTextSelectionControls extends TextSelectionControls { method buildHandle (line 34) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method buildToolbar (line 39) | Widget buildToolbar( method getHandleAnchor (line 53) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... method getHandleSize (line 58) | Size getHandleSize(double textLineHeight) class PathBoundsMatcher (line 63) | class PathBoundsMatcher extends Matcher { method matches (line 79) | bool matches(covariant Path item, Map matchState) method describe (line 97) | Description describe(Description description) method describeMismatch (line 100) | Description describeMismatch(covariant Path item, Description mismatch... class PathPointsMatcher (line 115) | class PathPointsMatcher extends Matcher { method matches (line 125) | bool matches(covariant Path item, Map matchState) method describe (line 135) | Description describe(Description description) method describeMismatch (line 138) | Description describeMismatch(covariant Path item, Description mismatch... function main (line 158) | void main() function findRenderEditable (line 164) | RenderEditable findRenderEditable(WidgetTester tester) function recursiveFinder (line 169) | void recursiveFinder(RenderObject child) function globalize (line 181) | List globalize(Iterable points, ... function textOffsetToBottomLeftPosition (line 190) | Offset textOffsetToBottomLeftPosition(WidgetTester tester, int offset) function textOffsetToPosition (line 202) | Offset textOffsetToPosition(WidgetTester tester, int offset) function setupWidget (line 4544) | Future setupWidget( FILE: packages/flutter/test/cupertino/text_form_field_row_test.dart function main (line 11) | void main() function onEditingComplete (line 91) | void onEditingComplete() FILE: packages/flutter/test/cupertino/text_selection_test.dart class _LongCupertinoLocalizationsDelegate (line 21) | class _LongCupertinoLocalizationsDelegate extends LocalizationsDelegate<... method isSupported (line 25) | bool isSupported(Locale locale) method load (line 28) | Future<_LongCupertinoLocalizations> load(Locale locale) method shouldReload (line 31) | bool shouldReload(_LongCupertinoLocalizationsDelegate old) method toString (line 34) | String toString() class _LongCupertinoLocalizations (line 37) | class _LongCupertinoLocalizations extends DefaultCupertinoLocalizations { method load (line 49) | Future<_LongCupertinoLocalizations> load(Locale locale) function main (line 58) | void main() function appearsEnabled (line 63) | bool appearsEnabled(WidgetTester tester, String text) function globalize (line 74) | List globalize(Iterable points, ... function createEditableText (line 101) | Widget createEditableText({ FILE: packages/flutter/test/cupertino/text_selection_toolbar_button_test.dart function main (line 8) | void main() FILE: packages/flutter/test/cupertino/text_selection_toolbar_test.dart class _CustomCupertinoTextSelectionControls (line 18) | class _CustomCupertinoTextSelectionControls extends CupertinoTextSelecti... method buildToolbar (line 20) | Widget buildToolbar( class TestBox (line 57) | class TestBox extends SizedBox { function main (line 64) | void main() function _findPrivate (line 68) | Finder _findPrivate(String type) function _findToolbar (line 78) | Finder _findToolbar() function _findOverflowNextButton (line 80) | Finder _findOverflowNextButton() function _findOverflowBackButton (line 81) | Finder _findOverflowBackButton() FILE: packages/flutter/test/cupertino/theme_test.dart function testTheme (line 22) | Future testTheme(WidgetTester tester, CupertinoTheme... function testIconTheme (line 32) | Future testIconTheme(WidgetTester tester, CupertinoThemeD... function main (line 42) | void main() function colorMatches (line 210) | void colorMatches(Color? componentColor, CupertinoDynamicColor expectedD... function dynamicColorsTestGroup (line 221) | void dynamicColorsTestGroup() FILE: packages/flutter/test/dart/browser_environment_test.dart function main (line 12) | void main() FILE: packages/flutter/test/examples/sector_layout_test.dart function main (line 11) | void main() FILE: packages/flutter/test/flutter_test_config.dart function testExecutable (line 13) | Future testExecutable(FutureOr Function() testMain) FILE: packages/flutter/test/foundation/_compute_caller.dart function getLength (line 9) | int getLength(String s) function main (line 13) | Future main() FILE: packages/flutter/test/foundation/assertions_test.dart function main (line 10) | void main() FILE: packages/flutter/test/foundation/basic_types_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/bit_field_test.dart type _TestEnum (line 9) | enum _TestEnum { a, b, c, d, e, f, g, h } function main (line 11) | void main() FILE: packages/flutter/test/foundation/caching_iterable_test.dart function range (line 10) | Iterable range(int start, int end) function main (line 18) | void main() FILE: packages/flutter/test/foundation/capture_output.dart function captureOutput (line 8) | List captureOutput(VoidCallback fn) FILE: packages/flutter/test/foundation/change_notifier_test.dart class TestNotifier (line 8) | class TestNotifier extends ChangeNotifier { method notify (line 9) | void notify() class HasListenersTester (line 16) | class HasListenersTester extends ValueNotifier { class A (line 21) | class A { method test (line 23) | void test() class B (line 28) | class B extends A with ChangeNotifier { method test (line 30) | void test() class Counter (line 36) | class Counter with ChangeNotifier { method notify (line 46) | void notify() function main (line 51) | void main() function listener (line 54) | void listener() function listener1 (line 58) | void listener1() function listener2 (line 62) | void listener2() function badListener (line 66) | void badListener() function listener1 (line 140) | void listener1() function listener3 (line 144) | void listener3() function listener4 (line 148) | void listener4() function listener2 (line 152) | void listener2() function listener3 (line 179) | void listener3() function listener2 (line 183) | void listener2() function listener1 (line 187) | void listener1() function selfRemovingListener (line 208) | void selfRemovingListener() function listener1 (line 213) | void listener1() function selfRemovingListener (line 231) | void selfRemovingListener() function listener1 (line 236) | void listener1() function listener1 (line 255) | void listener1() function listener2 (line 259) | void listener2() function listener (line 293) | void listener() function listener (line 310) | void listener() function listener (line 347) | void listener() function fakeListener (line 395) | void fakeListener() function test1 (line 413) | void test1() function test2 (line 414) | void test2() function listener1 (line 473) | void listener1() function autoRemove (line 499) | void autoRemove() function listener (line 512) | void listener() FILE: packages/flutter/test/foundation/collections_test.dart function main (line 10) | void main() class OrderedComparable (line 166) | class OrderedComparable implements Comparable { method compareTo (line 171) | int compareTo(OrderedComparable other) method toString (line 173) | String toString() FILE: packages/flutter/test/foundation/consolidate_response_test.dart function main (line 17) | void main() class MockHttpClientResponse (line 153) | class MockHttpClientResponse extends Fake implements HttpClientResponse { method listen (line 167) | StreamSubscription> listen(void Function(List event)? o... FILE: packages/flutter/test/foundation/constants_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/covariant_templates_test.dart class X (line 7) | class X { } class Y (line 9) | class Y extends X { } class A (line 11) | class A { function main (line 15) | void main() FILE: packages/flutter/test/foundation/debug_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/diagnostics_json_test.dart function main (line 9) | void main() class _TestElement (line 220) | class _TestElement extends Element { method performRebuild (line 224) | void performRebuild() class TestTree (line 232) | class TestTree extends Object with DiagnosticableTreeMixin { method debugDescribeChildren (line 246) | List debugDescribeChildren() method debugFillProperties (line 255) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type NodeDelegator (line 264) | typedef NodeDelegator = DiagnosticsSerializationDelegate Function(Diagno... type NodeTruncator (line 265) | typedef NodeTruncator = List Function(List Function(List additionalNodeProperties(DiagnosticsNode node) method delegateForNode (line 291) | DiagnosticsSerializationDelegate delegateForNode(DiagnosticsNode node) method filterChildren (line 302) | List filterChildren(List nodes, Diag... method filterProperties (line 307) | List filterProperties(List nodes, Di... method truncateNodesList (line 318) | List truncateNodesList(List nodes, D... method copyWith (line 323) | DiagnosticsSerializationDelegate copyWith({int? subtreeDepth, bool? in... FILE: packages/flutter/test/foundation/diagnostics_test.dart class TestTree (line 11) | class TestTree extends Object with DiagnosticableTreeMixin { method debugDescribeChildren (line 25) | List debugDescribeChildren() method debugFillProperties (line 34) | void debugFillProperties(DiagnosticPropertiesBuilder properties) type ExampleEnum (line 42) | enum ExampleEnum { function simulateJsonSerialization (line 50) | Map simulateJsonSerialization(DiagnosticsNode node) function validateNodeJsonSerialization (line 54) | void validateNodeJsonSerialization(DiagnosticsNode node) function validateNodeJsonSerializationHelper (line 58) | void validateNodeJsonSerializationHelper(Map json, Diag... function validatePropertyJsonSerialization (line 70) | void validatePropertyJsonSerialization(DiagnosticsProperty prop... function validateStringPropertyJsonSerialization (line 74) | void validateStringPropertyJsonSerialization(StringProperty property) function validateFlagPropertyJsonSerialization (line 80) | void validateFlagPropertyJsonSerialization(FlagProperty property) function validateDoublePropertyJsonSerialization (line 98) | void validateDoublePropertyJsonSerialization(DoubleProperty property) function validateObjectFlagPropertyJsonSerialization (line 111) | void validateObjectFlagPropertyJsonSerialization(ObjectFlagProperty ... function validatePropertyJsonSerializationHelper (line 150) | void validatePropertyJsonSerializationHelper(final Map ... function main (line 190) | void main() function goldenStyleTest (line 192) | void goldenStyleTest( function goldenStyleTest (line 365) | void goldenStyleTest( function onClick (line 1199) | void onClick() function onClick (line 1221) | void onClick() function onClick (line 1633) | void onClick() function onClick (line 1658) | void onClick() function onMove (line 1659) | void onMove() function onClick (line 1677) | void onClick() function onMove (line 1678) | void onMove() function onClick (line 1694) | void onClick() function createTreeWithWrappingNodes (line 1926) | DiagnosticsNode createTreeWithWrappingNodes({ FILE: packages/flutter/test/foundation/double_precision_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/error_reporting_test.dart function getAssertionErrorWithMessage (line 10) | Object getAssertionErrorWithMessage() function getAssertionErrorWithoutMessage (line 19) | Object getAssertionErrorWithoutMessage() function getAssertionErrorWithLongMessage (line 28) | Object getAssertionErrorWithLongMessage() function getSampleStack (line 37) | Future getSampleStack() function main (line 41) | Future main() FILE: packages/flutter/test/foundation/isolates_test.dart function test1 (line 12) | int test1(int value) function test2 (line 16) | int test2(int value) function test1Async (line 20) | Future test1Async(int value) function test2Async (line 24) | Future test2Async(int value) function main (line 28) | void main() FILE: packages/flutter/test/foundation/licenses_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/observer_list_test.dart function main (line 8) | void main() FILE: packages/flutter/test/foundation/print_test.dart function main (line 13) | void main() FILE: packages/flutter/test/foundation/reassemble_test.dart class TestFoundationFlutterBinding (line 8) | class TestFoundationFlutterBinding extends BindingBase { method performReassemble (line 12) | Future performReassemble() function main (line 20) | void main() FILE: packages/flutter/test/foundation/serialization_test.dart function main (line 10) | void main() FILE: packages/flutter/test/foundation/service_extensions_test.dart class TestServiceExtensionsBinding (line 23) | class TestServiceExtensionsBinding extends BindingBase method registerServiceExtension (line 39) | void registerServiceExtension({ method postEvent (line 48) | void postEvent(String eventKind, Map eventData) method getEventsDispatched (line 52) | List> getEventsDispatched(String eventKind) method getServiceExtensionStateChangedEvents (line 56) | Iterable> getServiceExtensionStateChangedEvents(S... method testExtension (line 61) | Future> testExtension(String name, Map performReassemble() method scheduleFrame (line 77) | void scheduleFrame() method doFrame (line 81) | Future doFrame() method scheduleForcedFrame (line 90) | void scheduleForcedFrame() method scheduleWarmUpFrame (line 95) | void scheduleWarmUpFrame() method flushMicrotasks (line 100) | Future flushMicrotasks() function hasReassemble (line 109) | Future> hasReassemble(Future> ... function main (line 124) | void main() FILE: packages/flutter/test/foundation/stack_frame_test.dart function main (line 8) | void main() function overflow (line 59) | void overflow(int seed) FILE: packages/flutter/test/foundation/stack_trace_test.dart function main (line 10) | void main() FILE: packages/flutter/test/foundation/synchronous_future_test.dart function main (line 8) | void main() FILE: packages/flutter/test/gestures/arena_test.dart type GestureArenaCallback (line 8) | typedef GestureArenaCallback = void Function(Object key); class TestGestureArenaMember (line 12) | class TestGestureArenaMember extends GestureArenaMember { method acceptGesture (line 16) | void acceptGesture(int key) method rejectGesture (line 23) | void rejectGesture(int key) class GestureTester (line 29) | class GestureTester { method addFirst (line 35) | void addFirst() method addSecond (line 40) | void addSecond() method expectNothing (line 44) | void expectNothing() method expectFirstWin (line 51) | void expectFirstWin() method expectSecondWin (line 58) | void expectSecondWin() function main (line 66) | void main() FILE: packages/flutter/test/gestures/debug_test.dart function main (line 9) | void main() FILE: packages/flutter/test/gestures/double_tap_test.dart class TestGestureArenaMember (line 11) | class TestGestureArenaMember extends GestureArenaMember { method acceptGesture (line 13) | void acceptGesture(int key) method rejectGesture (line 18) | void rejectGesture(int key) function main (line 26) | void main() FILE: packages/flutter/test/gestures/drag_test.dart function main (line 10) | void main() FILE: packages/flutter/test/gestures/events_test.dart function main (line 12) | void main() function _expectTransformedEvent (line 817) | void _expectTransformedEvent({ FILE: packages/flutter/test/gestures/force_press_test.dart function main (line 11) | void main() function onStart (line 27) | void onStart(ForcePressDetails details) function testGestureWithMaxPressure (line 109) | void testGestureWithMaxPressure(double pressureMax) function onStart (line 390) | void onStart(ForcePressDetails details) function interpolateWithEasing (line 395) | double interpolateWithEasing(double min, double max, double t) FILE: packages/flutter/test/gestures/gesture_binding_resample_event_on_widget_test.dart class TestResampleEventFlutterBinding (line 13) | class TestResampleEventFlutterBinding extends AutomatedTestWidgetsFlutte... class TestSamplingClock (line 18) | class TestSamplingClock implements SamplingClock { method now (line 22) | DateTime now() method stopwatch (line 25) | Stopwatch stopwatch() function main (line 30) | void main() function currentTestFrameTime (line 34) | Duration currentTestFrameTime() function requestFrame (line 35) | void requestFrame() FILE: packages/flutter/test/gestures/gesture_binding_resample_event_test.dart type HandleEventCallback (line 14) | typedef HandleEventCallback = void Function(PointerEvent event); class TestResampleEventFlutterBinding (line 16) | class TestResampleEventFlutterBinding extends BindingBase with GestureBi... method handleEvent (line 22) | void handleEvent(PointerEvent event, HitTestEntry entry) method addPostFrameCallback (line 35) | int addPostFrameCallback(FrameCallback callback) class TestSamplingClock (line 44) | class TestSamplingClock implements SamplingClock { method now (line 46) | DateTime now() method stopwatch (line 49) | Stopwatch stopwatch() type ResampleEventTest (line 52) | typedef ResampleEventTest = void Function(FakeAsync async); function testResampleEvent (line 54) | void testResampleEvent(String description, ResampleEventTest callback) function main (line 63) | void main() function currentTime (line 66) | Duration currentTime() FILE: packages/flutter/test/gestures/gesture_binding_test.dart type HandleEventCallback (line 12) | typedef HandleEventCallback = void Function(PointerEvent event); class TestGestureFlutterBinding (line 14) | class TestGestureFlutterBinding extends BindingBase with GestureBinding,... method handleEvent (line 18) | void handleEvent(PointerEvent event, HitTestEntry entry) function ensureTestGestureBinding (line 27) | void ensureTestGestureBinding() function main (line 33) | void main() FILE: packages/flutter/test/gestures/gesture_tester.dart class TestGestureFlutterBinding (line 11) | class TestGestureFlutterBinding extends BindingBase with GestureBinding { } function ensureGestureBinding (line 13) | void ensureGestureBinding() class GestureTester (line 19) | class GestureTester { method closeArena (line 24) | void closeArena(int pointer) method route (line 28) | void route(PointerEvent event) type GestureTest (line 34) | typedef GestureTest = void Function(GestureTester tester); function testGesture (line 37) | void testGesture(String description, GestureTest callback) FILE: packages/flutter/test/gestures/hit_test_test.dart function main (line 9) | void main() function currentTransform (line 38) | Matrix4? currentTransform(HitTestResult targetResult) function currentTransform (line 80) | Matrix4? currentTransform(HitTestResult targetResult) class _DummyHitTestTarget (line 131) | class _DummyHitTestTarget implements HitTestTarget { method handleEvent (line 133) | void handleEvent(PointerEvent event, HitTestEntry entry) class MyHitTestResult (line 138) | class MyHitTestResult extends HitTestResult { method publicPushTransform (line 142) | void publicPushTransform(Matrix4 transform) method publicPushOffset (line 143) | void publicPushOffset(Offset offset) method publicPopTransform (line 144) | void publicPopTransform() FILE: packages/flutter/test/gestures/locking_test.dart type HandleEventCallback (line 11) | typedef HandleEventCallback = void Function(PointerEvent event); class TestGestureFlutterBinding (line 13) | class TestGestureFlutterBinding extends BindingBase with GestureBinding { method handleEvent (line 17) | void handleEvent(PointerEvent event, HitTestEntry entry) method test (line 30) | Future test(VoidCallback callback) function main (line 41) | void main() FILE: packages/flutter/test/gestures/long_press_test.dart function main (line 61) | void main() function setUpHandlers (line 68) | void setUpHandlers() function setUpHandlers (line 312) | void setUpHandlers() FILE: packages/flutter/test/gestures/lsq_solver_test.dart function main (line 8) | void main() function approx (line 9) | bool approx(double value, double expectation) FILE: packages/flutter/test/gestures/monodrag_test.dart function main (line 10) | void main() class MockHitTestTarget (line 83) | class MockHitTestTarget implements HitTestTarget { method handleEvent (line 85) | void handleEvent(PointerEvent event, HitTestEntry entry) FILE: packages/flutter/test/gestures/multidrag_test.dart class TestDrag (line 10) | class TestDrag extends Drag { } function main (line 12) | void main() FILE: packages/flutter/test/gestures/multitap_test.dart class TestDrag (line 10) | class TestDrag extends Drag { function main (line 13) | void main() FILE: packages/flutter/test/gestures/pointer_router_test.dart function main (line 10) | void main() function callback (line 13) | void callback(PointerEvent event) function callback (line 34) | void callback(PointerEvent event) function secondCallback (line 49) | void secondCallback(PointerEvent event) function callback (line 68) | void callback(PointerEvent event) function callback (line 83) | void callback(PointerEvent event) FILE: packages/flutter/test/gestures/pointer_signal_resolver_test.dart class TestPointerSignalListener (line 9) | class TestPointerSignalListener { method callback (line 15) | void callback(PointerSignalEvent event) class PointerSignalTester (line 22) | class PointerSignalTester { method addListener (line 26) | TestPointerSignalListener addListener() method resolve (line 34) | void resolve() function main (line 40) | void main() FILE: packages/flutter/test/gestures/recognizer_test.dart function main (line 44) | void main() class TestGestureRecognizer (line 195) | class TestGestureRecognizer extends GestureRecognizer { method addPointer (line 202) | void addPointer(PointerDownEvent event) method acceptGesture (line 205) | void acceptGesture(int pointer) method rejectGesture (line 208) | void rejectGesture(int pointer) class IndefiniteGestureRecognizer (line 213) | class IndefiniteGestureRecognizer extends GestureRecognizer { method addAllowedPointer (line 215) | void addAllowedPointer(PointerDownEvent event) method acceptGesture (line 220) | void acceptGesture(int pointer) method rejectGesture (line 223) | void rejectGesture(int pointer) class TestPrimaryPointerGestureRecognizer (line 231) | class TestPrimaryPointerGestureRecognizer extend... method acceptGesture (line 248) | void acceptGesture(int pointer) method rejectGesture (line 256) | void rejectGesture(int pointer) method handlePrimaryPointer (line 264) | void handlePrimaryPointer(PointerEvent event) FILE: packages/flutter/test/gestures/resampler_test.dart function main (line 8) | void main() function _createSimulatedPointerAddedEvent (line 9) | PointerEvent _createSimulatedPointerAddedEvent( function _createSimulatedPointerRemovedEvent (line 20) | PointerEvent _createSimulatedPointerRemovedEvent( function _createSimulatedPointerDownEvent (line 31) | PointerEvent _createSimulatedPointerDownEvent( function _createSimulatedPointerMoveEvent (line 42) | PointerEvent _createSimulatedPointerMoveEvent( function _createSimulatedPointerHoverEvent (line 56) | PointerEvent _createSimulatedPointerHoverEvent( function _createSimulatedPointerUpEvent (line 70) | PointerEvent _createSimulatedPointerUpEvent( FILE: packages/flutter/test/gestures/scale_test.dart function main (line 12) | void main() FILE: packages/flutter/test/gestures/serial_tap_test.dart function main (line 14) | void main() class WinningGestureRecognizer (line 432) | class WinningGestureRecognizer extends PrimaryPointerGestureRecognizer { method handlePrimaryPointer (line 437) | void handlePrimaryPointer(PointerEvent event) class ReleaseGestureRecognizer (line 442) | class ReleaseGestureRecognizer extends PrimaryPointerGestureRecognizer { method handlePrimaryPointer (line 449) | void handlePrimaryPointer(PointerEvent event) FILE: packages/flutter/test/gestures/tap_test.dart class TestGestureArenaMember (line 11) | class TestGestureArenaMember extends GestureArenaMember { method acceptGesture (line 13) | void acceptGesture(int key) method rejectGesture (line 16) | void rejectGesture(int key) function main (line 19) | void main() FILE: packages/flutter/test/gestures/team_test.dart function main (line 10) | void main() function test (line 29) | void test(Offset delta) function test (line 74) | void test(Offset delta) type GestureAcceptedCallback (line 106) | typedef GestureAcceptedCallback = void Function(); class PassiveGestureRecognizer (line 108) | class PassiveGestureRecognizer extends OneSequenceGestureRecognizer { method addPointer (line 112) | void addPointer(PointerDownEvent event) method didStopTrackingLastPointer (line 120) | void didStopTrackingLastPointer(int pointer) method handleEvent (line 125) | void handleEvent(PointerEvent event) method acceptGesture (line 132) | void acceptGesture(int pointer) method rejectGesture (line 137) | void rejectGesture(int pointer) FILE: packages/flutter/test/gestures/transformed_double_tap_test.dart function main (line 9) | void main() FILE: packages/flutter/test/gestures/transformed_long_press_test.dart function main (line 9) | void main() FILE: packages/flutter/test/gestures/transformed_monodrag_test.dart function main (line 11) | void main() FILE: packages/flutter/test/gestures/transformed_scale_test.dart function main (line 8) | void main() FILE: packages/flutter/test/gestures/transformed_tap_test.dart function main (line 9) | void main() FILE: packages/flutter/test/gestures/velocity_tracker_test.dart function _withinTolerance (line 9) | bool _withinTolerance(double actual, double expected) function _checkVelocity (line 15) | bool _checkVelocity(Velocity actual, Offset expected) function main (line 21) | void main() FILE: packages/flutter/test/harness/trivial_test.dart function main (line 7) | void main() FILE: packages/flutter/test/material/about_test.dart function main (line 12) | void main() class FakeLicenseEntry (line 755) | class FakeLicenseEntry extends LicenseEntry { class LicensePageObserver (line 771) | class LicensePageObserver extends NavigatorObserver { method didPush (line 775) | void didPush(Route route, Route? previousRoute) class AboutDialogObserver (line 783) | class AboutDialogObserver extends NavigatorObserver { method didPush (line 787) | void didPush(Route route, Route? previousRoute) FILE: packages/flutter/test/material/animated_icons_test.dart class MockCanvas (line 12) | class MockCanvas extends Fake implements Canvas { method drawPath (line 17) | void drawPath(Path path, Paint paint) method scale (line 26) | void scale(double sx, [double? sy]) method rotate (line 34) | void rotate(double radians) method translate (line 39) | void translate(double dx, double dy) class RecordedCanvasCall (line 44) | @immutable class RecordedRotate (line 49) | class RecordedRotate extends RecordedCanvasCall { class RecordedTranslate (line 63) | class RecordedTranslate extends RecordedCanvasCall { function main (line 78) | void main() function hasColor (line 284) | PaintColorMatcher hasColor(int color) class PaintColorMatcher (line 288) | class PaintColorMatcher extends Matcher { method describe (line 294) | Description describe(Description description) method matches (line 298) | bool matches(dynamic item, Map matchState) FILE: packages/flutter/test/material/app_bar_test.dart function buildSliverAppBarApp (line 14) | Widget buildSliverAppBarApp({ function primaryScrollController (line 54) | ScrollController primaryScrollController(WidgetTester tester) function appBarHeight (line 58) | double appBarHeight(WidgetTester tester) function appBarTop (line 59) | double appBarTop(WidgetTester tester) function appBarBottom (line 60) | double appBarBottom(WidgetTester tester) function tabBarHeight (line 62) | double tabBarHeight(WidgetTester tester) function main (line 64) | void main() function buildApp (line 297) | Widget buildApp() function buildApp (line 360) | Widget buildApp() function buildApp (line 412) | Widget buildApp() function yCenter (line 522) | double yCenter(Key key) function buildAppBar (line 958) | Widget buildAppBar([double? elevation]) function getMaterial (line 966) | Material getMaterial() function buildSliverAppBar (line 981) | Widget buildSliverAppBar(bool forceElevated, {double? elevation, double?... function getAppBar (line 998) | AppBar getAppBar() function getMaterial (line 999) | Material getMaterial() function getMaterial (line 1018) | Material getMaterial() function getAppBarWidget (line 2122) | AppBar getAppBarWidget(Finder finder) function getMaterialWidget (line 2126) | Material getMaterialWidget(Finder finder) function getAppBarWidget (line 2146) | AppBar getAppBarWidget(Finder finder) function getMaterialWidget (line 2150) | Material getMaterialWidget(Finder finder) function getSliverAppBarWidget (line 2170) | SliverAppBar getSliverAppBarWidget(Finder finder) function getMaterialWidget (line 2174) | Material getMaterialWidget(Finder finder) function getSliverAppBarWidget (line 2198) | SliverAppBar getSliverAppBarWidget(Finder finder) function getMaterialWidget (line 2202) | Material getMaterialWidget(Finder finder) function buildFrame (line 2209) | Widget buildFrame() function buildFrame (line 2247) | Widget buildFrame() function buildAndVerifyDelegate (line 2311) | Future buildAndVerifyDelegate({ required bool pinned, required boo... function getAppBarWidget (line 2463) | NavigationToolbar getAppBarWidget(Finder finder) function findAppBarMaterial (line 2603) | Finder findAppBarMaterial() function getAppBarBackgroundColor (line 2607) | Color? getAppBarBackgroundColor() function findAppBarMaterial (line 2666) | Finder findAppBarMaterial() function getAppBarBackgroundColor (line 2672) | Color? getAppBarBackgroundColor() function findAppBarMaterial (line 2719) | Finder findAppBarMaterial() function getAppBarBackgroundColor (line 2723) | Color? getAppBarBackgroundColor() function findAppBarMaterial (line 2773) | Finder findAppBarMaterial() function getAppBarBackgroundColor (line 2779) | Color? getAppBarBackgroundColor() function findAppBarMaterial (line 2853) | Finder findAppBarMaterial() function getAppBarBackgroundColor (line 2857) | Color? getAppBarBackgroundColor() function buildFrame (line 2882) | Widget buildFrame({ double? themeToolbarHeight, double? appBarToolbarHei... FILE: packages/flutter/test/material/app_bar_theme_test.dart function main (line 11) | void main() function _buildWithBackwardsCompatibility (line 93) | Widget _buildWithBackwardsCompatibility([bool? enabled]) function buildFrame (line 239) | Widget buildFrame(ThemeData appTheme) function buildFrame (line 316) | Widget buildFrame({ Color? appIconColor, Color? appBarIconColor }) function getIconText (line 337) | RichText getIconText() function _appBarTheme (line 522) | AppBarTheme _appBarTheme() function _getAppBarMaterial (line 543) | Material _getAppBarMaterial(WidgetTester tester) function _getAppBarIconTheme (line 552) | IconTheme _getAppBarIconTheme(WidgetTester tester) function _getAppBarActionsIconTheme (line 561) | IconTheme _getAppBarActionsIconTheme(WidgetTester tester) function _getAppBarIconRichText (line 570) | RichText _getAppBarIconRichText(WidgetTester tester) function _getAppBarText (line 579) | DefaultTextStyle _getAppBarText(WidgetTester tester) FILE: packages/flutter/test/material/app_builder_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/app_test.dart class StateMarker (line 19) | class StateMarker extends StatefulWidget { method createState (line 25) | StateMarkerState createState() class StateMarkerState (line 28) | class StateMarkerState extends State { method build (line 32) | Widget build(BuildContext context) function main (line 39) | void main() function slowDrag (line 893) | Future slowDrag(WidgetTester tester, Offset start, Offset offset) class MockScrollBehavior (line 1166) | class MockScrollBehavior extends ScrollBehavior { method getScrollPhysics (line 1170) | ScrollPhysics getScrollPhysics(BuildContext context) type SimpleRouterDelegateBuilder (line 1173) | typedef SimpleRouterDelegateBuilder = Widget Function(BuildContext, Rout... type SimpleNavigatorRouterDelegatePopPage (line 1174) | typedef SimpleNavigatorRouterDelegatePopPage = bool Function(Route... class SimpleRouteInformationParser (line 1176) | class SimpleRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 1185) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleNavigatorRouterDelegate (line 1190) | class SimpleNavigatorRouterDelegate extends RouterDelegate setNewRoutePath(RouteInformation configuration) method _handlePopPage (line 1215) | bool _handlePopPage(Route route, void data) method build (line 1220) | Widget build(BuildContext context) FILE: packages/flutter/test/material/arc_test.dart function main (line 8) | void main() function sameRect (line 89) | bool sameRect(Rect a, Rect b) FILE: packages/flutter/test/material/autocomplete_test.dart class User (line 11) | class User { method toString (line 21) | String toString() function main (line 26) | void main() function _getDefaultOptionsHeight (line 313) | Future _getDefaultOptionsHeight( function checkOptionHighlight (line 407) | void checkOptionHighlight(WidgetTester tester, String label, Color? color) FILE: packages/flutter/test/material/back_button_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/banner_test.dart function main (line 9) | void main() function buildBanner (line 263) | Widget buildBanner(Key tapTarget, {double? elevation, double? themeEleva... function buildFrame (line 734) | Widget buildFrame(int actionCount, TextDirection textDirection) function buildFrame (line 779) | Widget buildFrame(int actionCount, TextDirection textDirection) function buildFrame (line 865) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 901) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 968) | Widget buildFrame(TextDirection textDirection, OverflowBarAlignment over... function buildFrame (line 1005) | Widget buildFrame(TextDirection textDirection, OverflowBarAlignment over... function _getMaterialFromBanner (line 1078) | Material _getMaterialFromBanner(WidgetTester tester) function _getMaterialFromText (line 1082) | Material _getMaterialFromText(WidgetTester tester, String text) function _getTextRenderObjectFromDialog (line 1086) | RenderParagraph _getTextRenderObjectFromDialog(WidgetTester tester, Stri... FILE: packages/flutter/test/material/banner_theme_test.dart function main (line 9) | void main() function _bannerTheme (line 354) | MaterialBannerThemeData _bannerTheme() function _getMaterialFromText (line 363) | Material _getMaterialFromText(WidgetTester tester, String text) function _materialFinder (line 367) | Finder _materialFinder() function _getTextRenderObjectFromDialog (line 371) | RenderParagraph _getTextRenderObjectFromDialog(WidgetTester tester, Stri... function _textFinder (line 375) | Finder _textFinder(String text) FILE: packages/flutter/test/material/bottom_app_bar_test.dart function main (line 13) | void main() function pump (line 47) | Future pump(FloatingActionButtonLocation location) class ClipCachePainter (line 483) | class ClipCachePainter extends CustomPainter { method paint (line 490) | void paint(Canvas canvas, Size size) method findPhysicalShapeChild (line 495) | RenderPhysicalShape? findPhysicalShapeChild(BuildContext context) method shouldRepaint (line 510) | bool shouldRepaint(ClipCachePainter oldDelegate) class ShapeListener (line 515) | class ShapeListener extends StatefulWidget { method createState (line 521) | State createState() class ShapeListenerState (line 525) | class ShapeListenerState extends State { method build (line 527) | Widget build(BuildContext context) method didChangeDependencies (line 537) | void didChangeDependencies() class RectangularNotch (line 544) | class RectangularNotch extends NotchedShape { method getOuterPath (line 548) | Path getOuterPath(Rect host, Rect? guest) FILE: packages/flutter/test/material/bottom_app_bar_theme_test.dart function main (line 12) | void main() function _getBabRenderObject (line 102) | PhysicalShape _getBabRenderObject(WidgetTester tester) function _withTheme (line 113) | Widget _withTheme(BottomAppBarTheme theme) FILE: packages/flutter/test/material/bottom_navigation_bar_test.dart function main (line 20) | void main() function buildApp (line 1128) | Widget buildApp({ required double textScaleFactor }) function buildFrame (line 1484) | Widget buildFrame(int itemCount) function runTest (line 1579) | Widget runTest() function feedbackBoilerplate (line 1868) | Widget feedbackBoilerplate({bool? enableFeedback, bool? enableFeedbackTh... function boilerplate (line 2151) | Widget boilerplate({ Widget? bottomNavigationBar, required TextDirection... function _getOpacity (line 2175) | double _getOpacity(WidgetTester tester, String textValue) function _getMaterial (line 2185) | Material _getMaterial(WidgetTester tester) function _iconStyle (line 2191) | TextStyle _iconStyle(WidgetTester tester, IconData icon) function _itemPadding (line 2198) | EdgeInsets _itemPadding(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/bottom_navigation_bar_theme_test.dart function main (line 11) | void main() function _iconStyle (line 382) | TextStyle _iconStyle(WidgetTester tester, IconData icon) function _material (line 389) | Material _material(WidgetTester tester) FILE: packages/flutter/test/material/bottom_sheet_test.dart function main (line 10) | void main() function _checkNonLinearAnimation (line 12) | Future _checkNonLinearAnimation(WidgetTester tester) class _TestPage (line 1255) | class _TestPage extends StatelessWidget { method build (line 1261) | Widget build(BuildContext context) FILE: packages/flutter/test/material/bottom_sheet_theme_test.dart function main (line 9) | void main() function bottomSheetWithElevations (line 289) | Widget bottomSheetWithElevations(BottomSheetThemeData bottomSheetTheme) function _bottomSheetTheme (line 331) | BottomSheetThemeData _bottomSheetTheme() FILE: packages/flutter/test/material/button_bar_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/button_bar_theme_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/button_style_test.dart function main (line 10) | void main() FILE: packages/flutter/test/material/button_theme_test.dart function main (line 10) | void main() function buildFrame (line 229) | Widget buildFrame({ required bool alignedDropdown, required TextDirectio... function getTextColor (line 339) | Color getTextColor(Set states) function textColor (line 374) | Color textColor() FILE: packages/flutter/test/material/calendar_date_picker_test.dart function main (line 12) | void main() function calendarDatePicker (line 18) | Widget calendarDatePicker({ function yearPicker (line 50) | Widget yearPicker({ FILE: packages/flutter/test/material/card_test.dart function main (line 11) | void main() function _getCardMaterial (line 190) | Material _getCardMaterial(WidgetTester tester) function _getCard (line 199) | Card _getCard(WidgetTester tester) FILE: packages/flutter/test/material/card_theme_test.dart function main (line 12) | void main() function _cardTheme (line 152) | CardTheme _cardTheme() function _themeData (line 165) | ThemeData _themeData() function _getCardMaterial (line 171) | Material _getCardMaterial(WidgetTester tester) function _getCardContainer (line 180) | Container _getCardContainer(WidgetTester tester) FILE: packages/flutter/test/material/checkbox_list_tile_test.dart function wrap (line 12) | Widget wrap({ required Widget child }) function main (line 22) | void main() function buildFrame (line 42) | Widget buildFrame(Color? color) function getCheckboxListTileRenderer (line 52) | RenderBox getCheckboxListTileRenderer() function buildFrame (line 68) | Widget buildFrame(Color? themeColor, Color? activeColor) function getCheckboxListTileRenderer (line 80) | RenderBox getCheckboxListTileRenderer() function buildFrame (line 294) | Widget buildFrame({ Color? activeColor, Color? toggleableActiveColor }) function textColor (line 313) | Color? textColor(String text) function buildTest (line 326) | Future buildTest(VisualDensity visualDensity) function buildTest (line 382) | Future buildTest(bool enableFeedback) FILE: packages/flutter/test/material/checkbox_test.dart function main (line 16) | void main() function buildFrame (line 308) | Widget buildFrame(bool? checkboxValue) function getCheckboxRenderer (line 322) | RenderBox getCheckboxRenderer() function buildFrame (line 360) | Widget buildFrame({Color? activeColor, Color? checkColor, ThemeData? the... function getCheckboxRenderer (line 378) | RenderBox getCheckboxRenderer() function buildApp (line 409) | Widget buildApp({bool enabled = true}) function buildApp (line 477) | Widget buildApp() function buildApp (line 505) | Widget buildApp({bool enabled = true}) function buildApp (line 561) | Widget buildApp({bool enabled = true}) function buildTest (line 600) | Future buildTest(VisualDensity visualDensity) function getFillColor (line 795) | Color getFillColor(Set states) function buildFrame (line 805) | Widget buildFrame({required bool enabled}) function getCheckboxRenderer (line 822) | RenderBox getCheckboxRenderer() function getFillColor (line 841) | Color getFillColor(Set states) function buildFrame (line 854) | Widget buildFrame() function getCheckboxRenderer (line 873) | RenderBox getCheckboxRenderer() function buildApp (line 901) | Widget buildApp() function getOverlayColor (line 946) | Color? getOverlayColor(Set states) function buildCheckbox (line 963) | Widget buildCheckbox({bool active = false, bool focused = false, bool us... function getOverlayColor (line 1073) | Color? getOverlayColor(Set states) function buildTristateCheckbox (line 1085) | Widget buildTristateCheckbox() function buildCheckbox (line 1175) | Widget buildCheckbox(bool show) function buildApp (line 1205) | Widget buildApp({ bool? value, bool enabled = true }) function getCheckboxRenderer (line 1221) | RenderBox getCheckboxRenderer() function expectBorder (line 1225) | void expectBorder() function buildApp (line 1268) | Widget buildApp({ bool? value, bool enabled = true }) function expectBorder (line 1283) | void expectBorder() class _SelectedGrabMouseCursor (line 1314) | class _SelectedGrabMouseCursor extends MaterialStateMouseCursor { method resolve (line 1318) | MouseCursor resolve(Set states) FILE: packages/flutter/test/material/checkbox_theme_test.dart function main (line 12) | void main() function buildCheckbox (line 90) | Widget buildCheckbox({bool selected = false, bool autofocus = false}) function buildCheckbox (line 181) | Widget buildCheckbox({bool selected = false, bool autofocus = false}) function buildCheckbox (line 261) | Widget buildCheckbox({bool selected = false}) function getOverlayColor (line 298) | Color? getOverlayColor(Set states) function buildCheckbox (line 309) | Widget buildCheckbox({required bool active}) function _pointGestureToCheckbox (line 356) | Future _pointGestureToCheckbox(WidgetTester tester) function _getCheckboxMaterial (line 363) | MaterialInkController? _getCheckboxMaterial(WidgetTester tester) FILE: packages/flutter/test/material/chip_test.dart function findRenderChipElement (line 17) | Finder findRenderChipElement() function getMaterialBox (line 21) | RenderBox getMaterialBox(WidgetTester tester) function getMaterial (line 30) | Material getMaterial(WidgetTester tester) function getIconData (line 39) | IconThemeData getIconData(WidgetTester tester) function getLabelStyle (line 49) | DefaultTextStyle getLabelStyle(WidgetTester tester) function getRenderChip (line 58) | dynamic getRenderChip(WidgetTester tester) function getSelectProgress (line 67) | double getSelectProgress(WidgetTester tester) function getAvatarDrawerProgress (line 69) | double getAvatarDrawerProgress(WidgetTester tester) function getDeleteDrawerProgress (line 71) | double getDeleteDrawerProgress(WidgetTester tester) function getEnableProgress (line 73) | double getEnableProgress(WidgetTester tester) function _wrapForChip (line 76) | Widget _wrapForChip({ function _testConstrainedLabel (line 98) | Future _testConstrainedLabel( function _selectedInputChip (line 138) | Widget _selectedInputChip({ Color? checkmarkColor }) function _selectedFilterChip (line 147) | Widget _selectedFilterChip({ Color? checkmarkColor }) function _pumpCheckmarkChip (line 157) | Future _pumpCheckmarkChip( function _expectCheckmarkColor (line 181) | void _expectCheckmarkColor(Finder finder, Color color) function _doNothing (line 194) | void _doNothing() function _chipWithOptionalDeleteButton (line 196) | Widget _chipWithOptionalDeleteButton({ function offsetsAreClose (line 227) | bool offsetsAreClose(Offset a, Offset b) function radiiAreClose (line 228) | bool radiiAreClose(double a, double b) function ripplePattern (line 233) | PaintPattern ripplePattern(Offset expectedCenter, double expectedRadius) function uniqueRipplePattern (line 248) | PaintPattern uniqueRipplePattern(Offset expectedCenter, double expectedR... function findTooltipContainer (line 265) | Finder findTooltipContainer(String tooltipText) function main (line 272) | void main() function chipBuilder (line 405) | Widget chipBuilder (String text, {Widget? avatar, VoidCallback? onDeleted}) function chipRectContains (line 424) | void chipRectContains(Rect chipRect, Rect rect) function pushChip (line 860) | Future pushChip({ Widget? avatar }) function pushChip (line 974) | Future pushChip({ bool deletable = false }) function pushChip (line 1398) | Future pushChip({ Widget? avatar, bool selectable = false }) function pushChip (line 1478) | Future pushChip({ bool selectable = false }) function pushChip (line 1551) | Future pushChip({ Widget? avatar, bool selectable = false }) function buildChip (line 1611) | Widget buildChip(ChipThemeData data) function buildChip (line 1640) | Widget buildChip() function buildApp (line 1702) | Widget buildApp({ function buildChip (line 2397) | Widget buildChip(ChipThemeData data) function checkChipMaterialClipBehavior (line 2477) | void checkChipMaterialClipBehavior(WidgetTester tester, Clip clipBehavior) function getTextColor (line 2576) | Color getTextColor(Set states) function chipWidget (line 2595) | Widget chipWidget({ bool enabled = true, bool selected = false }) function textColor (line 2610) | Color textColor() function getBorderSide (line 2662) | BorderSide getBorderSide(Set states) function chipWidget (line 2683) | Widget chipWidget({ bool enabled = true, bool selected = false }) function getBorderSide (line 2747) | BorderSide getBorderSide(Set states) function chipWidget (line 2768) | Widget chipWidget({ bool enabled = true, bool selected = false }) function getBorderSide (line 2835) | BorderSide? getBorderSide(Set states) function chipWidget (line 2856) | Widget chipWidget({ bool enabled = true, bool selected = false }) function getShape (line 2919) | OutlinedBorder? getShape(Set states) function chipWidget (line 2939) | Widget chipWidget({ bool enabled = true, bool selected = false }) function getShape (line 2999) | OutlinedBorder? getShape(Set states) function getBorderSide (line 3005) | BorderSide? getBorderSide(Set states) function chipWidget (line 3011) | Widget chipWidget({ bool enabled = true, bool selected = false }) function buildTest (line 3112) | Future buildTest(VisualDensity visualDensity) class _MaterialStateOutlinedBorder (line 3433) | class _MaterialStateOutlinedBorder extends StadiumBorder implements Mate... method resolve (line 3439) | OutlinedBorder? resolve(Set states) class _MaterialStateBorderSide (line 3442) | class _MaterialStateBorderSide extends MaterialStateBorderSide { method resolve (line 3448) | BorderSide? resolve(Set states) FILE: packages/flutter/test/material/chip_theme_test.dart function getMaterialBox (line 12) | RenderBox getMaterialBox(WidgetTester tester) function getMaterial (line 21) | Material getMaterial(WidgetTester tester) function getIconData (line 30) | IconThemeData getIconData(WidgetTester tester) function getLabelStyle (line 40) | DefaultTextStyle getLabelStyle(WidgetTester tester) function main (line 51) | void main() function buildChip (line 86) | Widget buildChip(ChipThemeData data) function buildChip (line 130) | Widget buildChip(ChipThemeData data) function getTextColor (line 369) | Color getTextColor(Set states) function chipWidget (line 391) | Widget chipWidget({ bool enabled = true, bool selected = false }) function textColor (line 411) | Color textColor() function getBorderSide (line 457) | BorderSide getBorderSide(Set states) function chipWidget (line 466) | Widget chipWidget({ bool selected = false }) function getBorderSide (line 496) | BorderSide getBorderSide(Set states) function chipWidget (line 505) | Widget chipWidget({ bool selected = false }) function getShape (line 532) | OutlinedBorder? getShape(Set states) function chipWidget (line 539) | Widget chipWidget({ bool selected = false }) class _MaterialStateOutlinedBorder (line 566) | class _MaterialStateOutlinedBorder extends StadiumBorder implements Mate... method resolve (line 572) | OutlinedBorder? resolve(Set states) class _MaterialStateBorderSide (line 575) | class _MaterialStateBorderSide extends MaterialStateBorderSide { method resolve (line 581) | BorderSide? resolve(Set states) FILE: packages/flutter/test/material/circle_avatar_test.dart function main (line 18) | void main() function wrap (line 312) | Widget wrap({ required Widget child }) FILE: packages/flutter/test/material/color_scheme_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/colors_test.dart function main (line 11) | void main() FILE: packages/flutter/test/material/data_table_test.dart function main (line 16) | void main() function buildTable (line 20) | Widget buildTable({ int? sortColumnIndex, bool sortAscending = true }) function buildTable (line 163) | Widget buildTable(List selected, {int? disabledIndex}) function buildTable (line 233) | Widget buildTable({ bool checkboxes = false }) function buildTable (line 442) | Widget buildTable({ bool sortAscending = true }) function buildCustomTable (line 518) | Widget buildCustomTable({ function findFirstContainerFor (line 601) | Finder findFirstContainerFor(String text) function buildDefaultTable (line 637) | Widget buildDefaultTable({ function buildCustomTable (line 740) | Widget buildCustomTable({ function buildDefaultTable (line 859) | Widget buildDefaultTable({ function buildCustomTable (line 948) | Widget buildCustomTable({ function buildTable (line 1147) | Widget buildTable({ int? sortColumnIndex, bool sortEnabled = true }) function buildTable (line 1214) | Widget buildTable({ int? sortColumnIndex }) function buildTable (line 1261) | Widget buildTable({bool selected = false}) function lastTableRowBoxDecoration (line 1285) | BoxDecoration lastTableRowBoxDecoration() function buildTable (line 1303) | Widget buildTable() function lastCheckbox (line 1326) | Checkbox lastCheckbox() function buildTable (line 1339) | Widget buildTable({bool selected = false}) function lastTableRowBoxDecoration (line 1366) | BoxDecoration lastTableRowBoxDecoration() function buildTable (line 1387) | Widget buildTable({bool disabled = false}) function lastTableRowBoxDecoration (line 1420) | BoxDecoration lastTableRowBoxDecoration() function buildTable (line 1439) | Widget buildTable() function buildCustomTable (line 1557) | Widget buildCustomTable({ FILE: packages/flutter/test/material/data_table_test_utils.dart class Dessert (line 5) | class Dessert { FILE: packages/flutter/test/material/data_table_theme_test.dart function main (line 9) | void main() function _tableRowBoxDecoration (line 248) | BoxDecoration _tableRowBoxDecoration({required WidgetTester tester, requ... function _findFirstContainerFor (line 257) | Finder _findFirstContainerFor(String text) FILE: packages/flutter/test/material/date_picker_test.dart function main (line 11) | void main() function textField (line 35) | TextField textField(WidgetTester tester) function prepareDatePicker (line 57) | Future prepareDatePicker( function buildFrame (line 216) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 374) | Widget buildFrame(TextDirection textDirection) function _showPicker (line 1076) | Future _showPicker(WidgetTester tester, Size size, [double textSca... class _RestorableDatePickerDialogTestWidget (line 1231) | class _RestorableDatePickerDialogTestWidget extends StatefulWidget { method createState (line 1240) | _RestorableDatePickerDialogTestWidgetState createState() class _RestorableDatePickerDialogTestWidgetState (line 1243) | class _RestorableDatePickerDialogTestWidgetState extends State<_Restorab... method restoreState (line 1262) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _selectDate (line 1267) | void _selectDate(DateTime? newSelectedDate) method _datePickerRoute (line 1273) | Route _datePickerRoute( method build (line 1293) | Widget build(BuildContext context) class _DatePickerObserver (line 1315) | class _DatePickerObserver extends NavigatorObserver { method didPush (line 1319) | void didPush(Route route, Route? previousRoute) FILE: packages/flutter/test/material/date_range_picker_test.dart function main (line 11) | void main() function preparePicker (line 53) | Future preparePicker( function buildFrame (line 344) | Widget buildFrame(TextDirection textDirection) function showOkCancelDialog (line 373) | Future showOkCancelDialog(TextDirection textDirection) function dismissOkCancelDialog (line 381) | Future dismissOkCancelDialog() function _testInputDecorator (line 797) | void _testInputDecorator(CustomPaint decoratorPaint, InputBorder expecte... class _RestorableDateRangePickerDialogTestWidget (line 964) | class _RestorableDateRangePickerDialogTestWidget extends StatefulWidget { method createState (line 973) | _RestorableDateRangePickerDialogTestWidgetState createState() class _RestorableDateRangePickerDialogTestWidgetState (line 976) | class _RestorableDateRangePickerDialogTestWidgetState extends State<_Res... method restoreState (line 995) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _selectDateRange (line 1001) | void _selectDateRange(DateTimeRange? newSelectedDate) method _dateRangePickerRoute (line 1010) | Route _dateRangePickerRoute( method build (line 1030) | Widget build(BuildContext context) FILE: packages/flutter/test/material/debug_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/dialog_test.dart function _buildAppWithDialog (line 13) | MaterialApp _buildAppWithDialog(Widget dialog, { ThemeData? theme, doubl... function _getMaterialFromDialog (line 41) | Material _getMaterialFromDialog(WidgetTester tester) function _getTextRenderObjectFromDialog (line 45) | RenderParagraph _getTextRenderObjectFromDialog(WidgetTester tester, Stri... function _findButtonBar (line 52) | Finder _findButtonBar() function main (line 58) | void main() function openDialog (line 711) | Future openDialog(WidgetTester tester, Widget dialog, double textS... function expectLeftEdgePadding (line 720) | void expectLeftEdgePadding( function expectRightEdgePadding (line 736) | void expectRightEdgePadding( function expectTopEdgePadding (line 752) | void expectTopEdgePadding( function expectBottomEdgePadding (line 768) | void expectBottomEdgePadding( function expectVerticalInnerPadding (line 784) | void expectVerticalInnerPadding( function confirmDismiss (line 1558) | Future confirmDismiss (DismissDirection dismissDirection) function buildDismissibleItem (line 1583) | Widget buildDismissibleItem(int item, StateSetter setState) function buildFrame (line 1600) | Widget buildFrame() function dismissItem (line 1621) | Future dismissItem(WidgetTester tester, int item) function buildFrame (line 1686) | Widget buildFrame(Key builderKey) function buildFrame (line 2040) | Widget buildFrame(MainAxisAlignment? alignment) class _RestorableDialogTestWidget (line 2090) | class _RestorableDialogTestWidget extends StatelessWidget { method _materialDialogBuilder (line 2091) | Route _materialDialogBuilder(BuildContext context, Object? ar... method build (line 2099) | Widget build(BuildContext context) class DialogObserver (line 2113) | class DialogObserver extends NavigatorObserver { method didPush (line 2117) | void didPush(Route route, Route? previousRoute) class _ClosureNavigatorObserver (line 2125) | class _ClosureNavigatorObserver extends NavigatorObserver { method didPush (line 2131) | void didPush(Route route, Route? previousRoute) method didPop (line 2134) | void didPop(Route route, Route? previousRoute) method didRemove (line 2137) | void didRemove(Route route, Route? previousRoute) method didReplace (line 2140) | void didReplace({Route? newRoute, Route? oldRoute}) FILE: packages/flutter/test/material/dialog_theme_test.dart function _appWithDialog (line 13) | MaterialApp _appWithDialog(WidgetTester tester, Widget dialog, { ThemeDa... function _getMaterialFromDialog (line 40) | Material _getMaterialFromDialog(WidgetTester tester) function _getTextRenderObject (line 44) | RenderParagraph _getTextRenderObject(WidgetTester tester, String text) function main (line 48) | void main() FILE: packages/flutter/test/material/divider_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/divider_theme_test.dart function main (line 9) | void main() function _dividerTheme (line 230) | DividerThemeData _dividerTheme() FILE: packages/flutter/test/material/drawer_test.dart function main (line 11) | void main() function getScrim (line 110) | Container getScrim() function buildFrame (line 126) | Widget buildFrame({ Color? drawerScrimColor }) FILE: packages/flutter/test/material/drawer_theme_test.dart function main (line 9) | void main() function _drawerMaterial (line 178) | Material _drawerMaterial(WidgetTester tester) function _scrim (line 189) | Container _scrim(WidgetTester tester) FILE: packages/flutter/test/material/dropdown_form_field_test.dart function onChanged (line 14) | void onChanged(T _) function _iconRichText (line 20) | Finder _iconRichText(Key iconKey) function buildFormFrame (line 27) | Widget buildFormFrame({ class _TestAppState (line 84) | class _TestAppState extends State { method build (line 86) | Widget build(BuildContext context) class TestApp (line 112) | class TestApp extends StatefulWidget { method createState (line 125) | State createState() function verifyPaintedShadow (line 128) | void verifyPaintedShadow(Finder customPaint, int elevation) function main (line 151) | void main() function build (line 641) | Widget build({ List? items }) function build (line 667) | Widget build({ List? items }) function build (line 688) | Widget build({ List? items }) function build (line 708) | Widget build({ List? items }) function build (line 728) | Widget build({ List? items, ValueChanged? onChanged }) function build (line 746) | Widget build({ List? items}) function onChanged (line 963) | void onChanged(String? newValue) function onTap (line 966) | void onTap() function build (line 968) | Widget build() function builder (line 1082) | Widget builder() FILE: packages/flutter/test/material/dropdown_test.dart function onChanged (line 30) | void onChanged(T _) function _iconRichText (line 37) | Finder _iconRichText(Key iconKey) function buildDropdown (line 44) | Widget buildDropdown({ function buildFrame (line 131) | Widget buildFrame({ class TestApp (line 195) | class TestApp extends StatefulWidget { method createState (line 208) | State createState() class _TestAppState (line 211) | class _TestAppState extends State { method build (line 213) | Widget build(BuildContext context) function checkSelectedItemTextGeometry (line 243) | void checkSelectedItemTextGeometry(WidgetTester tester, String value) function verifyPaintedShadow (line 252) | void verifyPaintedShadow(Finder customPaint, int elevation) function checkDropdownColor (line 275) | Future checkDropdownColor(WidgetTester tester, {Color? color, bool... function sameGeometry (line 325) | bool sameGeometry(RenderBox box1, RenderBox box2) function main (line 331) | void main() function build (line 334) | Widget build() function build (line 346) | Widget build() function didChangeValue (line 358) | void didChangeValue(String? newValue) function build (line 362) | Widget build() function didChangeValue (line 397) | void didChangeValue(String? newValue) function build (line 401) | Widget build() function getIndex (line 547) | int getIndex() function handleChanged (line 652) | void handleChanged(int? newValue) function build (line 697) | Widget build() function build (line 744) | Widget build() function build (line 888) | Widget build() function build (line 1042) | Widget build() function build (line 1064) | Widget build() function onChanged (line 1090) | void onChanged(String? newValue) function build (line 1094) | Widget build() function build (line 1119) | Widget build() function getMenuRect (line 1141) | Rect getMenuRect() function getExpandedButtonRect (line 1161) | Rect getExpandedButtonRect() function popUpAndDown (line 1170) | Future popUpAndDown(Widget frame) function build (line 1396) | Widget build({ List? items, ValueChanged? onChanged }) function build (line 1433) | Widget build({ List? items, ValueChanged? onChanged, St... function getIndex (line 1470) | int? getIndex() function build (line 1490) | Widget build({ ValueChanged? onChanged, String? value, Widget? ... function textColor (line 1523) | Color textColor(String text) function build (line 1549) | Widget build({ List? items }) function build (line 1570) | Widget build({ List? items }) function getMenuScroll (line 1859) | double getMenuScroll() function getMenuScroll (line 1895) | double getMenuScroll() function getMenuScroll (line 1932) | double getMenuScroll() function getMenuScroll (line 1969) | double getMenuScroll() function buildFrame (line 2174) | Widget buildFrame() function buildFrame (line 2330) | Widget buildFrame() function buildFrame (line 2434) | Widget buildFrame() function buildFrame (line 2530) | Widget buildFrame() function buildFrame (line 2782) | Widget buildFrame() function onChanged (line 2841) | void onChanged(String? newValue) function onTap (line 2842) | void onTap() function build (line 2844) | Widget build() function onChanged (line 2885) | void onChanged(String? newValue) function buildFrame (line 3259) | Widget buildFrame({AlignmentGeometry? buttonAlignment, AlignmentGeometry... function feedbackBoilerplate (line 3339) | Widget feedbackBoilerplate({bool? enableFeedback}) FILE: packages/flutter/test/material/elevated_button_test.dart function main (line 13) | void main() function getTextColor (line 197) | Color getTextColor(Set states) function textColor (line 235) | Color textColor() function getTextColor (line 275) | Color getTextColor(Set states) function iconColor (line 315) | Color iconColor() function buildFrame (line 346) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildFrame (line 475) | Widget buildFrame({ required bool enabled }) function getOverlayColor (line 652) | Color? getOverlayColor(Set states) function buildFrame (line 734) | Widget buildFrame(MaterialTapTargetSize tapTargetSize, Key key) function buildTest (line 785) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) function globalBounds (line 952) | Rect globalBounds(RenderBox renderBox) function paddingBetween (line 958) | EdgeInsets paddingBetween({ required Rect parent, required Rect child }) function buildFrame (line 1155) | Widget buildFrame({ required bool enabled }) function physicalShape (line 1167) | PhysicalShape physicalShape() function buildFrame (line 1254) | Widget buildFrame({ InteractiveInkFeatureFactory? splashFactory }) function _iconStyle (line 1423) | TextStyle _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/elevated_button_theme_test.dart function main (line 8) | void main() function buildFrame (line 83) | Widget buildFrame({ ButtonStyle? buttonStyle, ButtonStyle? themeStyle, B... function checkButton (line 126) | void checkButton(WidgetTester tester) function buildFrame (line 192) | Widget buildFrame({ Color? overallShadowColor, Color? themeShadowColor, ... FILE: packages/flutter/test/material/expand_icon_test.dart function wrap (line 8) | Widget wrap({ required Widget child, ThemeData? theme }) function main (line 17) | void main() FILE: packages/flutter/test/material/expansion_panel_test.dart class SimpleExpansionPanelListTestWidget (line 8) | class SimpleExpansionPanelListTestWidget extends StatefulWidget { method defaultExpandedHeaderPadding (line 29) | EdgeInsets defaultExpandedHeaderPadding() method createState (line 35) | State createState() class _SimpleExpansionPanelListTestWidgetState (line 38) | class _SimpleExpansionPanelListTestWidgetState extends State { method build (line 19) | Widget build(BuildContext context) class TestText (line 25) | class TestText extends StatefulWidget { method createState (line 31) | TestTextState createState() class TestTextState (line 34) | class TestTextState extends State { method build (line 38) | Widget build(BuildContext context) function main (line 44) | void main() function getHeight (line 102) | double getHeight(Key key) function getContainer (line 103) | Container getContainer(Key key) function iconColor (line 193) | Color iconColor(Key key) function textColor (line 194) | Color textColor(Key key) function getIconColor (line 545) | Color getIconColor() function getTextColor (line 546) | Color getTextColor() FILE: packages/flutter/test/material/feedback_test.dart function main (line 12) | void main () function callback (line 73) | void callback() function callback (line 135) | void callback() class TestWidget (line 203) | class TestWidget extends StatelessWidget { method nullHandler (line 213) | VoidCallback? nullHandler(BuildContext context) method build (line 216) | Widget build(BuildContext context) type HandlerCreator (line 225) | typedef HandlerCreator = VoidCallback? Function(BuildContext context); FILE: packages/flutter/test/material/feedback_tester.dart class FeedbackTester (line 12) | class FeedbackTester { method _handler (line 25) | Future _handler(MethodCall methodCall) method dispose (line 34) | void dispose() FILE: packages/flutter/test/material/flat_button_test.dart function main (line 13) | void main() function getTextColor (line 164) | Color getTextColor(Set states) function getTextColor (line 231) | Color getTextColor(Set states) function textColor (line 259) | Color? textColor() function getTextColor (line 298) | Color getTextColor(Set states) function iconColor (line 328) | Color? iconColor() function getTextColor (line 362) | Color getTextColor(Set states) function textColor (line 385) | Color? textColor() function buildFrame (line 694) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildTest (line 768) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) function buildWidget (line 828) | Future buildWidget({double? buttonHeight}) function buildWidget (line 858) | Future buildWidget({double? buttonMinWidth}) function _iconStyle (line 885) | TextStyle? _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/flexible_space_bar_collapse_mode_test.dart function main (line 13) | void main() function slowDrag (line 129) | Future slowDrag(WidgetTester tester, Key widget, Offset offset) FILE: packages/flutter/test/material/flexible_space_bar_stretch_mode_test.dart function main (line 16) | void main() function slowDrag (line 170) | Future slowDrag(WidgetTester tester, Key widget, Offset offset) FILE: packages/flutter/test/material/flexible_space_bar_test.dart function main (line 10) | void main() function buildFrame (line 474) | Widget buildFrame(TargetPlatform platform, bool? centerTitle) function getTitleBottomLeft (line 490) | Offset getTitleBottomLeft() function buildFrame (line 524) | Widget buildFrame(TargetPlatform platform, bool? centerTitle) function getTitleBottomLeft (line 541) | Offset getTitleBottomLeft() class TestDelegate (line 592) | class TestDelegate extends SliverPersistentHeaderDelegate { method build (line 607) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 612) | bool shouldRebuild(TestDelegate oldDelegate) FILE: packages/flutter/test/material/floating_action_button_location_test.dart function main (line 11) | void main() function setupListener (line 97) | void setupListener(WidgetTester tester) function check (line 100) | void check() function _buildTest (line 613) | Widget _buildTest( function _runFloatTests (line 675) | Future _runFloatTests( function _runDockedTests (line 1050) | Future _runDockedTests( function _runTopTests (line 1406) | Future _runTopTests( class _GeometryListener (line 1518) | class _GeometryListener extends StatefulWidget { method createState (line 1520) | State createState() class _GeometryListenerState (line 1523) | class _GeometryListenerState extends State<_GeometryListener> { method build (line 1525) | Widget build(BuildContext context) method didChangeDependencies (line 1536) | void didChangeDependencies() method onGeometryChanged (line 1550) | void onGeometryChanged() function _singleFabScaffold (line 1566) | Widget _singleFabScaffold( class _GeometryCachePainter (line 1608) | class _GeometryCachePainter extends CustomPainter { method paint (line 1615) | void paint(Canvas canvas, Size size) method shouldRepaint (line 1620) | bool shouldRepaint(_GeometryCachePainter oldDelegate) function _buildFrame (line 1625) | Widget _buildFrame({ class _StartTopFloatingActionButtonLocation (line 1658) | class _StartTopFloatingActionButtonLocation extends FloatingActionButton... method getOffset (line 1662) | Offset getOffset(ScaffoldPrelayoutGeometry scaffoldGeometry) class _AlmostEndFloatFabLocation (line 1680) | class _AlmostEndFloatFabLocation extends StandardFabLocation method getOffsetX (line 1683) | double getOffsetX (ScaffoldPrelayoutGeometry scaffoldGeometry, double ... class _QuarterEndTopFabLocation (line 1690) | class _QuarterEndTopFabLocation extends StandardFabLocation method getOffsetX (line 1693) | double getOffsetX (ScaffoldPrelayoutGeometry scaffoldGeometry, double ... class _LinearMovementFabAnimator (line 1700) | class _LinearMovementFabAnimator extends FloatingActionButtonAnimator { method getOffset (line 1702) | Offset getOffset({required Offset begin, required Offset end, required... method getScaleAnimation (line 1707) | Animation getScaleAnimation({required Animation parent}) method getRotationAnimation (line 1712) | Animation getRotationAnimation({required Animation par... FILE: packages/flutter/test/material/floating_action_button_test.dart function main (line 20) | void main() function getFABWidget (line 337) | PhysicalShape getFABWidget(Finder finder) function getFabWidget (line 414) | FloatingActionButton getFabWidget() function getRawMaterialButtonWidget (line 420) | RawMaterialButton getRawMaterialButtonWidget() function getFabWidget (line 471) | FloatingActionButton getFabWidget() function getRawMaterialButtonWidget (line 477) | RawMaterialButton getRawMaterialButtonWidget() function _rightEdgeOfFab (line 1168) | Offset _rightEdgeOfFab(WidgetTester tester) FILE: packages/flutter/test/material/floating_action_button_theme_test.dart function main (line 9) | void main() function _getRawMaterialButton (line 312) | RawMaterialButton _getRawMaterialButton(WidgetTester tester) function _getRichText (line 321) | RichText _getRichText(WidgetTester tester) FILE: packages/flutter/test/material/flutter_logo_test.dart function main (line 12) | void main() FILE: packages/flutter/test/material/grid_title_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/icon_button_test.dart class MockOnPressedFunction (line 15) | class MockOnPressedFunction { method handler (line 18) | void handler() function main (line 23) | void main() function buildTest (line 605) | Future buildTest(VisualDensity visualDensity) function wrap (line 750) | Widget wrap({ required Widget child }) FILE: packages/flutter/test/material/icons_test.dart function main (line 17) | void main() function _loadIconFont (line 90) | Future _loadIconFont() FILE: packages/flutter/test/material/inherited_theme_test.dart function main (line 10) | void main() function buildFrame (line 27) | Widget buildFrame() function containerColor (line 75) | Color containerColor() function buildFrame (line 100) | Widget buildFrame() function itemTextStyle (line 129) | TextStyle itemTextStyle(String text) function buildFrame (line 166) | Widget buildFrame() function bannerColor (line 213) | Color bannerColor() function getTextStyle (line 219) | TextStyle getTextStyle(String text) function buildFrame (line 255) | Widget buildFrame() function dividerBorder (line 303) | BorderSide dividerBorder() function buildFrame (line 358) | Widget buildFrame() function getTextStyle (line 404) | TextStyle getTextStyle(String text) function getIconStyle (line 410) | TextStyle getIconStyle(Key key) function buildFrame (line 456) | Widget buildFrame() function buildFrame (line 542) | Widget buildFrame() function getTextColor (line 589) | Color getTextColor(String text) function buildFrame (line 631) | Widget buildFrame() function getButtonColor (line 678) | Color getButtonColor(String text) FILE: packages/flutter/test/material/ink_paint_test.dart function main (line 11) | void main() function offsetsAreClose (line 122) | bool offsetsAreClose(Offset a, Offset b) function radiiAreClose (line 123) | bool radiiAreClose(double a, double b) function ripplePattern (line 125) | PaintPattern ripplePattern(Offset expectedCenter, double expectedRadius,... function buildTest (line 260) | Future buildTest(Intent intent) function offsetsAreClose (line 297) | bool offsetsAreClose(Offset a, Offset b) function radiiAreClose (line 298) | bool radiiAreClose(double a, double b) function ripplePattern (line 300) | PaintPattern ripplePattern(double expectedRadius, int expectedAlpha) FILE: packages/flutter/test/material/ink_splash_test.dart function main (line 10) | void main() function buildFrame (line 31) | Widget buildFrame({ InteractiveInkFeatureFactory? splashFactory }) FILE: packages/flutter/test/material/ink_well_test.dart function main (line 15) | void main() function runTest (line 568) | Future runTest(bool keepAlive) function paddedInkWell (line 776) | Widget paddedInkWell({Key? key, Widget? child}) function paddedInkWell (line 842) | Widget paddedInkWell({Key? key, Widget? child}) function paddedInkWell (line 930) | Widget paddedInkWell({Key? key, Widget? child}) function doubleInkWellRow (line 1067) | Widget doubleInkWellRow({ function buildFrame (line 1232) | Widget buildFrame({ required bool enabled }) function buildFrame (line 1293) | Widget buildFrame({ required bool enabled }) FILE: packages/flutter/test/material/input_date_picker_form_field_test.dart function main (line 11) | void main() function _inputDatePickerField (line 15) | Widget _inputDatePickerField({ function _textField (line 55) | TextField _textField(WidgetTester tester) function _textFieldController (line 59) | TextEditingController _textFieldController(WidgetTester tester) function _textOpacity (line 63) | double _textOpacity(WidgetTester tester, String textValue) FILE: packages/flutter/test/material/input_decorator_test.dart function buildInputDecorator (line 18) | Widget buildInputDecorator({ function findBorderPainter (line 67) | Finder findBorderPainter() function getBorderBottom (line 74) | double getBorderBottom(WidgetTester tester) function findLabel (line 79) | Finder findLabel() function getLabelRect (line 86) | Rect getLabelRect(WidgetTester tester) function getLabelStyle (line 90) | TextStyle getLabelStyle(WidgetTester tester) function getBorder (line 99) | InputBorder? getBorder(WidgetTester tester) function getBorderSide (line 113) | BorderSide? getBorderSide(WidgetTester tester) function getBorderRadius (line 117) | BorderRadius? getBorderRadius(WidgetTester tester) function getBorderWeight (line 125) | double getBorderWeight(WidgetTester tester) function getBorderColor (line 127) | Color getBorderColor(WidgetTester tester) function getContainerColor (line 129) | Color getContainerColor(WidgetTester tester) function getOpacity (line 136) | double getOpacity(WidgetTester tester, String textValue) function main (line 146) | void main() function buildFrame (line 698) | Widget buildFrame(bool alignLabelWithHint) function buildFrame (line 748) | Widget buildFrame(bool alignLabelWithHint) function buildFrame (line 799) | Widget buildFrame(bool alignLabelWithHint) function buildFrame (line 850) | Widget buildFrame(bool alignLabelWithHint) function buildFrame (line 1263) | Widget buildFrame({ function buildCounter (line 1305) | Widget buildCounter( function buildFrame (line 3742) | Widget buildFrame(TextDirection textDirection) function pumpDecorator (line 3788) | Future pumpDecorator({ function pumpDecorator (line 3867) | Future pumpDecorator({ function pumpDecorator (line 3916) | Future pumpDecorator({ function buildFrame (line 4529) | Widget buildFrame(bool alignLabelWithHint) function getLabeledInputDecorator (line 4715) | Widget getLabeledInputDecorator(bool showFix) function getLabeledInputDecorator (line 4774) | Widget getLabeledInputDecorator(FloatingLabelBehavior floatingLabelBehav... function getInputDecorator (line 4827) | Widget getInputDecorator(VisualDensity visualDensity) FILE: packages/flutter/test/material/list_tile_test.dart class TestIcon (line 17) | class TestIcon extends StatefulWidget { method createState (line 21) | TestIconState createState() class TestIconState (line 24) | class TestIconState extends State { method build (line 28) | Widget build(BuildContext context) class TestText (line 34) | class TestText extends StatefulWidget { method createState (line 40) | TestTextState createState() class TestTextState (line 43) | class TestTextState extends State { method build (line 47) | Widget build(BuildContext context) function main (line 53) | void main() function buildFrame (line 63) | Widget buildFrame({ bool dense = false, bool isTwoLine = false, bool isT... function testChildren (line 88) | void testChildren() function left (line 96) | double left(String text) function top (line 97) | double top(String text) function bottom (line 98) | double bottom(String text) function height (line 99) | double height(String text) function leftKey (line 101) | double leftKey(Key key) function rightKey (line 102) | double rightKey(Key key) function widthKey (line 103) | double widthKey(Key key) function heightKey (line 104) | double heightKey(Key key) function testHorizontalGeometry (line 109) | void testHorizontalGeometry() function testVerticalGeometry (line 119) | void testVerticalGeometry(double expectedHeight) function left (line 220) | double left(String text) function right (line 221) | double right(String text) function testHorizontalGeometry (line 223) | void testHorizontalGeometry() function generator (line 263) | Iterable generator() function buildFrame (line 281) | Widget buildFrame({ function iconColor (line 324) | Color iconColor(Key key) function textColor (line 325) | Color textColor(Key key) function inkWellBorder (line 326) | ShapeBorder inkWellBorder() function buildFrame (line 455) | Widget buildFrame(TextDirection textDirection) function left (line 480) | double left(String text) function right (line 481) | double right(String text) function buildFrame (line 497) | Widget buildFrame(TextDirection textDirection) function left (line 522) | double left(String text) function right (line 523) | double right(String text) function buildFrame (line 541) | Widget buildFrame(double leadingWidth, TextDirection textDirection) function left (line 561) | double left(String text) function right (line 562) | double right(String text) function buildApp (line 1260) | Widget buildApp({bool enabled = true}) function buildApp (line 1314) | Widget buildApp({bool enabled = true}) function buildApp (line 1397) | Widget buildApp({bool enabled = true}) function buildTest (line 1434) | Future buildTest(VisualDensity visualDensity) function buildListTile (line 1475) | Widget buildListTile(ShapeBorder shape) function buildFrame (line 1944) | Widget buildFrame(TextDirection textDirection, { double? themeHorizontal... function left (line 1967) | double left(String text) function right (line 1968) | double right(String text) function buildFrame (line 1996) | Widget buildFrame(TextDirection textDirection) function left (line 2015) | double left(String text) function right (line 2016) | double right(String text) function buildFrame (line 2032) | Widget buildFrame({ function left (line 2056) | double left(String text) function buildFrame (line 2077) | Widget buildFrame(TextDirection textDirection, { double? themeMinVertica... function buildFrame (line 2123) | Widget buildFrame(TextDirection textDirection, { double? themeMinLeading... function left (line 2146) | double left(String text) function right (line 2147) | double right(String text) function buildFrame (line 2182) | Widget buildFrame({ function textColor (line 2206) | Color textColor(Key key) function buildFrame (line 2236) | Widget buildFrame({ function textColor (line 2264) | Color textColor(Key key) function buildFrame (line 2294) | Widget buildFrame({ required Brightness brightness, required bool select... function iconColor (line 2312) | Color iconColor(Key key) FILE: packages/flutter/test/material/localizations_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/material_button_test.dart function main (line 13) | void main() function buildFrame (line 305) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildFrame (line 654) | Widget buildFrame({ double? minWidth, double? height, EdgeInsets padding... function buildTest (line 788) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) FILE: packages/flutter/test/material/material_state_mixin_test.dart class _InnerWidget (line 16) | class _InnerWidget extends StatefulWidget { method createState (line 22) | _InnerWidgetState createState() class _InnerWidgetState (line 25) | class _InnerWidgetState extends State<_InnerWidget> { method initState (line 27) | void initState() method build (line 32) | Widget build(BuildContext context) class _MyWidget (line 35) | class _MyWidget extends StatefulWidget { method createState (line 55) | State createState() class _MyWidgetState (line 58) | class _MyWidgetState extends State<_MyWidget> with MaterialStateMixin { method build (line 61) | Widget build(BuildContext context) function main (line 73) | void main() function _verify (line 75) | Future _verify(WidgetTester tester, Widget widget, StreamControlle... FILE: packages/flutter/test/material/material_state_property_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/material_test.dart class NotifyMaterial (line 16) | class NotifyMaterial extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) function buildMaterial (line 25) | Widget buildMaterial({ function getModel (line 44) | RenderPhysicalShape getModel(WidgetTester tester) class PaintRecorder (line 48) | class PaintRecorder extends CustomPainter { method paint (line 54) | void paint(Canvas canvas, Size size) method shouldRepaint (line 61) | bool shouldRepaint(PaintRecorder oldDelegate) class ElevationColor (line 64) | class ElevationColor { function main (line 70) | void main() function buildMaterial (line 483) | Widget buildMaterial() FILE: packages/flutter/test/material/mergeable_material_test.dart type RadiusType (line 10) | enum RadiusType { function matches (line 16) | void matches(BorderRadius? borderRadius, RadiusType top, RadiusType bottom) function getBorderRadius (line 57) | BorderRadius? getBorderRadius(WidgetTester tester, int index) function main (line 67) | void main() function isDivider (line 1090) | bool isDivider(BoxDecoration decoration, bool top, bool bottom) FILE: packages/flutter/test/material/navigation_bar_test.dart function main (line 8) | void main() function buildApp (line 118) | Widget buildApp({ required double textScaleFactor }) function _widget (line 215) | Widget _widget({int selectedIndex = 0}) function _widget (line 279) | Widget _widget({int selectedIndex = 0}) function _widget (line 346) | Widget _widget({double textScaleFactor = 1}) function _buildWidget (line 377) | Widget _buildWidget(Widget child) function _getMaterial (line 388) | Material _getMaterial(WidgetTester tester) FILE: packages/flutter/test/material/navigation_bar_theme_test.dart function main (line 9) | void main() function _destinations (line 152) | List _destinations() function _barHeight (line 167) | double _barHeight(WidgetTester tester) function _barMaterial (line 173) | Material _barMaterial(WidgetTester tester) function _indicator (line 182) | BoxDecoration? _indicator(WidgetTester tester) function _selectedIconTheme (line 191) | IconThemeData _selectedIconTheme(WidgetTester tester) function _unselectedIconTheme (line 195) | IconThemeData _unselectedIconTheme(WidgetTester tester) function _iconTheme (line 199) | IconThemeData _iconTheme(WidgetTester tester, IconData icon) function _selectedLabelStyle (line 208) | TextStyle _selectedLabelStyle(WidgetTester tester) function _unselectedLabelStyle (line 217) | TextStyle _unselectedLabelStyle(WidgetTester tester) function _labelBehavior (line 226) | NavigationDestinationLabelBehavior _labelBehavior(WidgetTester tester) function _opacityAboveLabel (line 236) | Finder _opacityAboveLabel(String text) function _labelOpacity (line 244) | double _labelOpacity(WidgetTester tester, String text) FILE: packages/flutter/test/material/navigation_rail_test.dart function main (line 11) | void main() function _expectedSemantics (line 2165) | TestSemantics _expectedSemantics() function _destinations (line 2217) | List _destinations() function _pumpNavigationRail (line 2242) | Future _pumpNavigationRail( function _pumpLocalizedTestRail (line 2270) | Future _pumpLocalizedTestRail(WidgetTester tester, { NavigationRai... function _iconRenderBox (line 2299) | RenderBox _iconRenderBox(WidgetTester tester, IconData iconData) function _labelRenderBox (line 2308) | RenderBox _labelRenderBox(WidgetTester tester, String text) function _iconStyle (line 2317) | TextStyle _iconStyle(WidgetTester tester, IconData icon) function _opacityAboveLabel (line 2326) | Finder _opacityAboveLabel(String text) function _labelOpacity (line 2334) | double? _labelOpacity(WidgetTester tester, String text) function _railMaterial (line 2353) | Material _railMaterial(WidgetTester tester) FILE: packages/flutter/test/material/navigation_rail_theme_test.dart function main (line 9) | void main() function _destinations (line 222) | List _destinations() function _railMaterial (line 237) | Material _railMaterial(WidgetTester tester) function _selectedIconTheme (line 247) | IconThemeData _selectedIconTheme(WidgetTester tester) function _unselectedIconTheme (line 251) | IconThemeData _unselectedIconTheme(WidgetTester tester) function _iconTheme (line 255) | IconThemeData _iconTheme(WidgetTester tester, IconData icon) function _selectedLabelStyle (line 265) | TextStyle _selectedLabelStyle(WidgetTester tester) function _unselectedLabelStyle (line 274) | TextStyle _unselectedLabelStyle(WidgetTester tester) function _destinationsAlign (line 283) | Align _destinationsAlign(WidgetTester tester) function _labelType (line 294) | NavigationRailLabelType _labelType(WidgetTester tester) function _opacityAboveLabel (line 302) | Finder _opacityAboveLabel(String text) function _labelOpacity (line 310) | double _labelOpacity(WidgetTester tester, String text) FILE: packages/flutter/test/material/outline_button_test.dart function main (line 13) | void main() function getTextColor (line 304) | Color getTextColor(Set states) function getTextColor (line 371) | Color getTextColor(Set states) function textColor (line 399) | Color? textColor() function getTextColor (line 438) | Color getTextColor(Set states) function iconColor (line 468) | Color? iconColor() function getTextColor (line 502) | Color getTextColor(Set states) function textColor (line 525) | Color? textColor() function getBorderColor (line 542) | Color getBorderColor(Set states) function getBorderColor (line 602) | Color getBorderColor(Set states) function getBorderColor (line 640) | Color getBorderColor(Set states) function buildFrame (line 671) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildFrame (line 711) | Widget buildFrame(VoidCallback? onPressed) function buildFrame (line 737) | Widget buildFrame({ VoidCallback? onPressed }) function buildFrame (line 979) | Widget buildFrame(ThemeData theme) function buildTest (line 1168) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) function _findPhysicalLayer (line 1225) | PhysicalModelLayer _findPhysicalLayer(Element element) function _checkPhysicalLayer (line 1239) | void _checkPhysicalLayer(Element element, Color expectedColor, { Path? c... function _iconStyle (line 1249) | TextStyle _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/outlined_button_test.dart function main (line 13) | void main() function getOverlayColor (line 166) | Color? getOverlayColor(Set states) function getOverlayColor (line 196) | Color? getOverlayColor(Set states) function getOverlayColor (line 226) | Color? getOverlayColor(Set states) function getTextColor (line 302) | Color getTextColor(Set states) function getTextColor (line 377) | Color getTextColor(Set states) function textColor (line 407) | Color textColor() function getIconColor (line 446) | Color getIconColor(Set states) function iconColor (line 478) | Color iconColor() function getBorderSide (line 513) | BorderSide getBorderSide(Set states) function buildFrame (line 575) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildFrame (line 673) | Widget buildFrame({ required bool enabled }) function buildFrame (line 791) | Widget buildFrame(VoidCallback? onPressed) function buildFrame (line 816) | Widget buildFrame({ VoidCallback? onPressed }) function getBorderSide (line 850) | BorderSide getBorderSide() function buildTest (line 1097) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) function globalBounds (line 1196) | Rect globalBounds(RenderBox renderBox) function paddingBetween (line 1202) | EdgeInsets paddingBetween({ required Rect parent, required Rect child }) function buildFrame (line 1429) | Widget buildFrame({ InteractiveInkFeatureFactory? splashFactory }) function _findPhysicalLayer (line 1598) | PhysicalModelLayer _findPhysicalLayer(Element element) function _checkPhysicalLayer (line 1611) | void _checkPhysicalLayer(Element element, Color expectedColor, { Path? c... function _iconStyle (line 1621) | TextStyle _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/outlined_button_theme_test.dart function main (line 8) | void main() function buildFrame (line 88) | Widget buildFrame({ ButtonStyle? buttonStyle, ButtonStyle? themeStyle, B... function checkButton (line 130) | void checkButton(WidgetTester tester) function buildFrame (line 195) | Widget buildFrame({ Color? overallShadowColor, Color? themeShadowColor, ... FILE: packages/flutter/test/material/page_selector_test.dart function buildFrame (line 11) | Widget buildFrame(TabController tabController, { Color? color, Color? se... function indicatorColors (line 55) | List indicatorColors(WidgetTester tester) function main (line 65) | void main() FILE: packages/flutter/test/material/page_test.dart function main (line 12) | void main() class TransitionDetector (line 977) | class TransitionDetector extends DefaultTransitionDelegate { method resolve (line 980) | Iterable resolve({ function buildNavigator (line 994) | Widget buildNavigator({ class KeepsStateTestWidget (line 1021) | class KeepsStateTestWidget extends StatefulWidget { method createState (line 1027) | State createState() class _KeepsStateTestWidgetState (line 1030) | class _KeepsStateTestWidgetState extends State { method build (line 1034) | Widget build(BuildContext context) class TestRestorableWidget (line 1056) | class TestRestorableWidget extends StatefulWidget { method createState (line 1062) | State createState() class _TestRestorableWidgetState (line 1065) | class _TestRestorableWidgetState extends State wit... method restoreState (line 1072) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method build (line 1077) | Widget build(BuildContext context) FILE: packages/flutter/test/material/page_transitions_theme_test.dart function main (line 10) | void main() function findFadeUpwardsPageTransition (line 67) | Finder findFadeUpwardsPageTransition() function findOpenUpwardsPageTransition (line 107) | Finder findOpenUpwardsPageTransition() function findZoomPageTransition (line 147) | Finder findZoomPageTransition() FILE: packages/flutter/test/material/paginated_data_table_test.dart class TestDataSource (line 18) | class TestDataSource extends DataTableSource { method _handleSelected (line 36) | void _handleSelected(int index, bool? selected) method getRow (line 46) | DataRow getRow(int index) function main (line 71) | void main() function buildTable (line 185) | Widget buildTable(TestDataSource source) function buildTable (line 300) | Widget buildTable({String? header, List? actions}) function buildCustomHeightPaginatedTable (line 405) | Widget buildCustomHeightPaginatedTable({ function buildWidget (line 782) | Widget buildWidget() function buildTable (line 830) | Widget buildTable(bool checkbox) function buildTable (line 854) | Widget buildTable() function buildTable (line 952) | Widget buildTable() function buildFrame (line 1018) | Widget buildFrame(Widget header) FILE: packages/flutter/test/material/persistent_bottom_sheet_test.dart function main (line 9) | void main() function _checkNonLinearAnimation (line 11) | Future _checkNonLinearAnimation(WidgetTester tester) function buildFrame (line 483) | Widget buildFrame(String text) FILE: packages/flutter/test/material/popup_menu_test.dart function main (line 16) | void main() function buildApp (line 139) | Widget buildApp({bool directional = false}) function build (line 503) | Widget build(TargetPlatform platform) function simplePopupMenuItemBuilder (line 547) | List> simplePopupMenuItemBuilder(BuildContext context) function popupMenu (line 601) | bool popupMenu(Widget widget) function openMenu (line 608) | Future openMenu(TextDirection textDirection, Alignment alignment) function testPositioningDown (line 623) | Future testPositioningDown( function testPositioningDownThenUp (line 680) | Future testPositioningDownThenUp( function buildMenuButton (line 898) | PopupMenuButton buildMenuButton({Offset offset = Offset.zero}) function buildFrame (line 1629) | Widget buildFrame({ function buildFrame (line 2142) | Widget buildFrame(double width, double height) function buildFrame (line 2199) | Widget buildFrame(double width, double height) function buildFrame (line 2277) | Widget buildFrame({ bool? widgetEnableFeedback, bool? themeEnableFeedbac... function buildFrame (line 2351) | Future buildFrame({double? iconSize}) class TestApp (line 2484) | class TestApp extends StatefulWidget { method createState (line 2495) | State createState() class _TestAppState (line 2498) | class _TestAppState extends State { method build (line 2500) | Widget build(BuildContext context) class MenuObserver (line 2528) | class MenuObserver extends NavigatorObserver { method didPush (line 2532) | void didPush(Route route, Route? previousRoute) FILE: packages/flutter/test/material/popup_menu_theme_test.dart function _popupMenuTheme (line 9) | PopupMenuThemeData _popupMenuTheme() function main (line 18) | void main() FILE: packages/flutter/test/material/progress_indicator_test.dart function main (line 22) | void main() class _RefreshProgressIndicatorGolden (line 880) | class _RefreshProgressIndicatorGolden extends StatefulWidget { method createState (line 884) | _RefreshProgressIndicatorGoldenState createState() class _RefreshProgressIndicatorGoldenState (line 887) | class _RefreshProgressIndicatorGoldenState extends State<_RefreshProgres... method dispose (line 905) | void dispose() method build (line 911) | Widget build(BuildContext context) FILE: packages/flutter/test/material/radio_list_tile_test.dart function wrap (line 16) | Widget wrap({Widget? child}) function main (line 26) | void main() function findTiles (line 39) | List> findTiles() function buildFrame (line 46) | Widget buildFrame() function buildFrame (line 171) | Widget buildFrame() function buildFrame (line 239) | Widget buildFrame() function buildFrame (line 290) | Widget buildFrame() function buildFrame (line 715) | Widget buildFrame({ Color? activeColor, Color? toggleableActiveColor }) function textColor (line 735) | Color? textColor(String text) function buildTest (line 748) | Future buildTest(VisualDensity visualDensity) function buildTest (line 807) | Future buildTest(bool enableFeedback) FILE: packages/flutter/test/material/radio_test.dart function main (line 20) | void main() function buildApp (line 366) | Widget buildApp() function buildApp (line 404) | Widget buildApp({bool enabled = true}) function buildApp (line 485) | Widget buildApp({bool enabled = true}) function buildApp (line 571) | Widget buildApp({bool enabled = true}) function buildTest (line 644) | Future buildTest(VisualDensity visualDensity) function getFillColor (line 767) | Color getFillColor(Set states) function buildApp (line 785) | Widget buildApp({required bool enabled}) function getFillColor (line 877) | Color getFillColor(Set states) function buildApp (line 892) | Widget buildApp() function getOverlayColor (line 966) | Color? getOverlayColor(Set states) function _findRadio (line 983) | Finder _findRadio() function _getRadioMaterial (line 987) | MaterialInkController? _getRadioMaterial(WidgetTester tester) function buildRadio (line 991) | Widget buildRadio({bool active = false, bool focused = false, bool useOv... function buildRadio (line 1101) | Widget buildRadio(bool show) FILE: packages/flutter/test/material/radio_theme_test.dart function main (line 12) | void main() function buildRadio (line 84) | Widget buildRadio({bool selected = false, bool autofocus = false}) function buildRadio (line 166) | Widget buildRadio({bool selected = false, bool autofocus = false}) function buildRadio (line 245) | Widget buildRadio({bool selected = false, bool autofocus = false}) function getOverlayColor (line 284) | Color? getOverlayColor(Set states) function buildRadio (line 295) | Widget buildRadio({required bool active}) function _findRadio (line 343) | Finder _findRadio() function _pointGestureToRadio (line 347) | Future _pointGestureToRadio(WidgetTester tester) function _getRadioMaterial (line 354) | MaterialInkController? _getRadioMaterial(WidgetTester tester) FILE: packages/flutter/test/material/raised_button_test.dart function main (line 13) | void main() function getTextColor (line 169) | Color getTextColor(Set states) function textColor (line 197) | Color textColor() function getTextColor (line 237) | Color getTextColor(Set states) function iconColor (line 267) | Color iconColor() function getTextColor (line 301) | Color getTextColor(Set states) function textColor (line 324) | Color textColor() function buildFrame (line 338) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildTest (line 634) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) function _iconStyle (line 731) | TextStyle _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/range_slider_test.dart function main (line 15) | void main() function _buildTheme (line 943) | ThemeData _buildTheme() function _buildThemedApp (line 964) | Widget _buildThemedApp({ function buildApp (line 1237) | Widget buildApp({ function buildApp (line 1292) | Widget buildApp({ function onChanged (line 1298) | void onChanged(RangeValues newValues) function buildFrame (line 1857) | Widget buildFrame(double maxValue) FILE: packages/flutter/test/material/raw_material_button_test.dart function main (line 15) | void main() function buildFrame (line 445) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildTest (line 519) | Future buildTest(VisualDensity visualDensity, {bool useText = false}) FILE: packages/flutter/test/material/refresh_indicator_test.dart function refresh (line 12) | Future refresh() function holdRefresh (line 17) | Future holdRefresh() function main (line 22) | void main() function layoutCallback (line 423) | Widget layoutCallback(BuildContext context, BoxConstraints constraints) FILE: packages/flutter/test/material/reorderable_list_test.dart function main (line 14) | void main() function onReorder (line 20) | void onReorder(int oldIndex, int newIndex) function listItemToWidget (line 28) | Widget listItemToWidget(String listItem) function build (line 37) | Widget build({ function getListHeight (line 188) | double getListHeight() function findState (line 292) | _StatefulState findState(Key key) function build (line 333) | Widget build() function buildWithScrollController (line 370) | Widget buildWithScrollController(ScrollController controller) function getSemanticsActions (line 496) | Map getSemanticsActions(int index) function getListWidth (line 796) | double getListWidth() function findState (line 901) | _StatefulState findState(Key key) function build (line 944) | Widget build() function getSemanticsActions (line 972) | Map getSemanticsActions(int index) function getTestItemPosition (line 1345) | Offset getTestItemPosition() function handleReorder (line 1409) | void handleReorder(int fromIndex, int toIndex) function longPressDrag (line 1632) | Future longPressDrag(WidgetTester tester, Offset start, Offset end) class _Stateful (line 1640) | class _Stateful extends StatefulWidget { method createState (line 1646) | State createState() class _StatefulState (line 1649) | class _StatefulState extends State<_Stateful> { method build (line 1653) | Widget build(BuildContext context) FILE: packages/flutter/test/material/scaffold_test.dart function main (line 13) | void main() function boilerplate (line 55) | Widget boilerplate(Widget child) function boilerplate (line 112) | Widget boilerplate(Widget child) function build (line 205) | Widget build(TextDirection textDirection) function _buildStatusBarTestApp (line 324) | Widget _buildStatusBarTestApp(TargetPlatform? platform) function expectBackIcon (line 534) | Future expectBackIcon(WidgetTester tester, IconData expectedIcon) function expectCloseIcon (line 563) | Future expectCloseIcon(WidgetTester tester, PageRoute Functi... function materialRouteBuilder (line 581) | PageRoute materialRouteBuilder() function pageRouteBuilder (line 590) | PageRoute pageRouteBuilder() function customPageRouteBuilder (line 599) | PageRoute customPageRouteBuilder() function buildFrame (line 699) | Widget buildFrame({ required bool extendBody, bool? resizeToAvoidBottomI... function buildFrame (line 761) | Widget buildFrame({ required bool extendBodyBehindAppBar, required bool ... function boilerplate (line 1125) | Widget boilerplate(Widget child) function buildFrame (line 1771) | Widget buildFrame(bool? innerResizeToAvoidBottomInset, bool? outerResize... class _GeometryListener (line 2278) | class _GeometryListener extends StatefulWidget { method createState (line 2280) | _GeometryListenerState createState() class _GeometryListenerState (line 2283) | class _GeometryListenerState extends State<_GeometryListener> { method build (line 2285) | Widget build(BuildContext context) method didChangeDependencies (line 2296) | void didChangeDependencies() method onGeometryChanged (line 2310) | void onGeometryChanged() class _GeometryCachePainter (line 2318) | class _GeometryCachePainter extends CustomPainter { method paint (line 2325) | void paint(Canvas canvas, Size size) method shouldRepaint (line 2330) | bool shouldRepaint(_GeometryCachePainter oldDelegate) class _CustomPageRoute (line 2335) | class _CustomPageRoute extends PageRoute { method buildPage (line 2359) | Widget buildPage(BuildContext context, Animation animation, An... method buildTransitions (line 2364) | Widget buildTransitions(BuildContext context, Animation animat... FILE: packages/flutter/test/material/scrollbar_paint_test.dart function _buildSingleChildScrollViewWithScrollbar (line 12) | Widget _buildSingleChildScrollViewWithScrollbar({ function main (line 28) | void main() FILE: packages/flutter/test/material/scrollbar_test.dart function getStartingThumbRect (line 30) | Rect getStartingThumbRect({ required bool isAndroid }) class TestCanvas (line 40) | class TestCanvas implements Canvas { method noSuchMethod (line 44) | void noSuchMethod(Invocation invocation) function _buildBoilerplate (line 49) | Widget _buildBoilerplate({ class NoScrollbarBehavior (line 66) | class NoScrollbarBehavior extends MaterialScrollBehavior { method buildScrollbar (line 70) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... function main (line 73) | void main() function viewWithScroll (line 164) | Widget viewWithScroll() function viewWithScroll (line 191) | Widget viewWithScroll() function viewWithScroll (line 217) | Widget viewWithScroll() function viewWithScroll (line 243) | Widget viewWithScroll() function viewWithScroll (line 275) | Widget viewWithScroll() function viewWithScroll (line 304) | Widget viewWithScroll() function viewWithScroll (line 358) | Widget viewWithScroll() function viewWithScroll (line 407) | Widget viewWithScroll() function viewWithScroll (line 467) | Widget viewWithScroll() function viewWithScroll (line 513) | Widget viewWithScroll({Radius? radius}) function viewWithScroll (line 1016) | Widget viewWithScroll(TargetPlatform platform) function viewWithScroll (line 1054) | Widget viewWithScroll(TargetPlatform? platform) function _getTabContent (line 1445) | Widget _getTabContent({ ScrollController? scrollController }) function _buildApp (line 1457) | Widget _buildApp({ function _buildScrollWithOrientation (line 1514) | Widget _buildScrollWithOrientation(ScrollbarOrientation orientation) FILE: packages/flutter/test/material/scrollbar_theme_test.dart function main (line 22) | void main() function buildFrame (line 410) | Widget buildFrame(ThemeData appTheme) class NoScrollbarBehavior (line 630) | class NoScrollbarBehavior extends ScrollBehavior { method buildScrollbar (line 634) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... function _scrollbarTheme (line 637) | ScrollbarThemeData _scrollbarTheme({ function _getThickness (line 663) | double? _getThickness(Set states) function _getThumbColor (line 669) | Color? _getThumbColor(Set states) function _getTrackColor (line 677) | Color? _getTrackColor(Set states) function _getTrackBorderColor (line 683) | Color? _getTrackBorderColor(Set states) FILE: packages/flutter/test/material/search_test.dart function main (line 13) | void main() function buildExpected (line 588) | TestSemantics buildExpected({ required String routeName }) class TestHomePage (line 882) | class TestHomePage extends StatelessWidget { method build (line 899) | Widget build(BuildContext context) class _TestSearchDelegate (line 936) | class _TestSearchDelegate extends SearchDelegate { method appBarTheme (line 960) | ThemeData appBarTheme(BuildContext context) method buildLeading (line 977) | Widget buildLeading(BuildContext context) method buildSuggestions (line 991) | Widget buildSuggestions(BuildContext context) method buildResults (line 1002) | Widget buildResults(BuildContext context) method buildActions (line 1008) | List buildActions(BuildContext context) method buildBottom (line 1013) | PreferredSizeWidget buildBottom(BuildContext context) class _TestEmptySearchDelegate (line 1021) | class _TestEmptySearchDelegate extends SearchDelegate { method buildLeading (line 1031) | Widget? buildLeading(BuildContext context) method buildActions (line 1034) | List? buildActions(BuildContext context) method buildSuggestions (line 1037) | Widget buildSuggestions(BuildContext context) method buildResults (line 1047) | Widget buildResults(BuildContext context) method buildBottom (line 1052) | PreferredSizeWidget buildBottom(BuildContext context) class _MyNavigatorObserver (line 1066) | class _MyNavigatorObserver extends NavigatorObserver { method didPush (line 1070) | void didPush(Route route, Route? previousRoute) FILE: packages/flutter/test/material/slider_test.dart class LoggingThumbShape (line 20) | class LoggingThumbShape extends SliderComponentShape { method getPreferredSize (line 26) | Size getPreferredSize(bool isEnabled, bool isDiscrete) method paint (line 31) | void paint( class TallSliderTickMarkShape (line 51) | class TallSliderTickMarkShape extends SliderTickMarkShape { method getPreferredSize (line 53) | Size getPreferredSize({required SliderThemeData sliderTheme, required ... method paint (line 58) | void paint( function main (line 73) | void main() function buildApp (line 582) | Widget buildApp({ function buildSlider (line 968) | Widget buildSlider({ function buildSlider (line 1114) | Widget buildSlider({ function buildSlider (line 1164) | Widget buildSlider(int parents) function createParents (line 1165) | Widget createParents(int parents, StateSetter setState) function testReparenting (line 1197) | Future testReparenting(bool reparent) function buildApp (line 1617) | Widget buildApp({bool enabled = true}) function buildApp (line 1665) | Widget buildApp({bool enabled = true}) function buildApp (line 1897) | Widget buildApp({ required SliderThemeData sliderTheme, int? divisions, ... function expectValueIndicator (line 1922) | Future expectValueIndicator({ function buildApp (line 2019) | Widget buildApp({ function buildFrame (line 2113) | Widget buildFrame(TargetPlatform platform) function buildFrame (line 2382) | Widget buildFrame(double maxValue) FILE: packages/flutter/test/material/slider_theme_test.dart function main (line 13) | void main() function buildApp (line 373) | Widget buildApp(String value, { double sliderValue = 0.5, double textSca... function buildApp (line 550) | Widget buildApp(String value, { double sliderValue = 0.5, double textSca... class RoundedRectSliderTrackShapeWithCustomAdditionalActiveTrackHeight (line 1247) | class RoundedRectSliderTrackShapeWithCustomAdditionalActiveTrackHeight e... method paint (line 1251) | void paint( function _buildApp (line 1267) | Widget _buildApp( function _buildRangeApp (line 1291) | Widget _buildRangeApp( FILE: packages/flutter/test/material/snack_bar_test.dart function main (line 14) | void main() function boilerplate (line 1632) | Future boilerplate({ required bool accessibleNavigation }) function boilerplate (line 1680) | Future boilerplate({ required bool accessibleNavigation }) function _buildApp (line 2164) | Widget _buildApp() function _buildApp (line 2423) | Widget _buildApp({ function _testSnackBarDismiss (line 2525) | Future _testSnackBarDismiss({ function _getDragGesturesOfDismissDirections (line 2567) | Map> _getDragGesturesOfDismissDirections(... FILE: packages/flutter/test/material/snack_bar_theme_test.dart function main (line 9) | void main() function _buildApp (line 275) | Widget _buildApp({ function _snackBarTheme (line 367) | SnackBarThemeData _snackBarTheme() function _getSnackBarMaterial (line 377) | Material _getSnackBarMaterial(WidgetTester tester) function _getSnackBarActionTextRenderObject (line 386) | RenderParagraph _getSnackBarActionTextRenderObject(WidgetTester tester, ... function _getSnackBarTextRenderObject (line 393) | RenderParagraph _getSnackBarTextRenderObject(WidgetTester tester, String... FILE: packages/flutter/test/material/stepper_test.dart function main (line 9) | void main() function setContinue (line 374) | void setContinue() function setCanceled (line 379) | void setCanceled() function builder (line 383) | Widget builder(BuildContext context, ControlsDetails details) function setContinue (line 454) | void setContinue() function setCanceled (line 458) | void setCanceled() function builder (line 462) | Widget builder(BuildContext context, ControlsDetails details) function buildFrame (line 802) | Widget buildFrame(ThemeData theme) function buttonMaterial (line 821) | Material buttonMaterial(String label) function buildFrame (line 862) | Widget buildFrame(ThemeData theme) function buttonMaterial (line 879) | Material buttonMaterial(String label) function buildFrame (line 938) | Widget buildFrame({ bool isActive = true, Brightness? brightness }) function circleFillColor (line 958) | Color? circleFillColor() function buildFrame (line 1052) | Widget buildFrame() function getColor (line 1089) | Color getColor() class _TappableColorWidget (line 1156) | class _TappableColorWidget extends StatefulWidget { method createState (line 1163) | State createState() class _TappableColorWidgetState (line 1166) | class _TappableColorWidgetState extends State<_TappableColorWidget> { method initState (line 1171) | void initState() method build (line 1177) | Widget build(BuildContext context) FILE: packages/flutter/test/material/switch_list_tile_test.dart function wrap (line 16) | Widget wrap({ required Widget child }) function main (line 26) | void main() function buildFrame (line 175) | Widget buildFrame(TargetPlatform platform) function buildFrame (line 220) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 404) | Widget buildFrame({ Color? activeColor, Color? toggleableActiveColor }) function textColor (line 423) | Color? textColor(String text) function buildTest (line 436) | Future buildTest(VisualDensity visualDensity) function buildTest (line 492) | Future buildTest(bool enableFeedback) FILE: packages/flutter/test/material/switch_test.dart function main (line 23) | void main() function buildSwitch (line 105) | Widget buildSwitch({required double width, required double height}) function onChanged (line 687) | void onChanged(bool newValue) function buildFrame (line 729) | Widget buildFrame(TargetPlatform platform) function buildApp (line 780) | Widget buildApp({bool enabled = true}) function buildApp (line 860) | Widget buildApp() function buildApp (line 888) | Widget buildApp({bool enabled = true}) function buildApp (line 964) | Widget buildApp({bool enabled = true}) function getThumbColor (line 1152) | Color getThumbColor(Set states) function buildSwitch (line 1168) | Widget buildSwitch({required bool enabled, required bool active}) function getThumbColor (line 1261) | Color getThumbColor(Set states) function buildSwitch (line 1274) | Widget buildSwitch() function getTrackColor (line 1342) | Color getTrackColor(Set states) function buildSwitch (line 1358) | Widget buildSwitch({required bool enabled, required bool active}) function getTrackColor (line 1435) | Color getTrackColor(Set states) function buildSwitch (line 1448) | Widget buildSwitch() function getThumbColor (line 1504) | Color getThumbColor(Set states) function buildSwitch (line 1514) | Widget buildSwitch({required bool enabled, required bool active}) function getOverlayColor (line 1567) | Color? getOverlayColor(Set states) function buildSwitch (line 1584) | Widget buildSwitch({bool active = false, bool focused = false, bool useO... function buildSwitch (line 1697) | Widget buildSwitch(bool show) function buildSwitch (line 1757) | Future buildSwitch(ImageProvider imageProvider) class DelayedImageProvider (line 1793) | class DelayedImageProvider extends ImageProvider { method obtainKey (line 1801) | Future obtainKey(ImageConfiguration configuration) method load (line 1806) | ImageStreamCompleter load(DelayedImageProvider key, DecoderCallback de... method complete (line 1810) | Future complete() method toString (line 1815) | String toString() FILE: packages/flutter/test/material/switch_theme_test.dart function main (line 12) | void main() function buildSwitch (line 85) | Widget buildSwitch({bool selected = false, bool autofocus = false}) function buildSwitch (line 190) | Widget buildSwitch({bool selected = false, bool autofocus = false}) function buildSwitch (line 301) | Widget buildSwitch({bool selected = false, bool autofocus = false}) function getOverlayColor (line 364) | Color? getOverlayColor(Set states) function buildSwitch (line 375) | Widget buildSwitch({required bool active}) function _pointGestureToSwitch (line 424) | Future _pointGestureToSwitch(WidgetTester tester) function _getSwitchMaterial (line 431) | MaterialInkController? _getSwitchMaterial(WidgetTester tester) FILE: packages/flutter/test/material/tab_bar_theme_test.dart function _withTheme (line 30) | Widget _withTheme( function _iconRenderObject (line 50) | RenderParagraph _iconRenderObject(WidgetTester tester, IconData icon) function main (line 56) | void main() FILE: packages/flutter/test/material/tabbed_scrollview_warp_test.dart class MySliverPersistentHeaderDelegate (line 12) | class MySliverPersistentHeaderDelegate extends SliverPersistentHeaderDel... method build (line 20) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 23) | bool shouldRebuild(covariant SliverPersistentHeaderDelegate oldDelegate) class MyHomePage (line 26) | class MyHomePage extends StatefulWidget { method createState (line 30) | State createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State with TickerProviderStat... method initState (line 38) | void initState() method dispose (line 44) | void dispose() method build (line 50) | Widget build(BuildContext context) function main (line 76) | void main() FILE: packages/flutter/test/material/tabs_test.dart function boilerplate (line 16) | Widget boilerplate({ Widget? child, TextDirection textDirection = TextDi... class StateMarker (line 32) | class StateMarker extends StatefulWidget { method createState (line 38) | StateMarkerState createState() class StateMarkerState (line 41) | class StateMarkerState extends State { method build (line 45) | Widget build(BuildContext context) class AlwaysKeepAliveWidget (line 52) | class AlwaysKeepAliveWidget extends StatefulWidget { method createState (line 56) | AlwaysKeepAliveState createState() class AlwaysKeepAliveState (line 59) | class AlwaysKeepAliveState extends State method build (line 65) | Widget build(BuildContext context) class _NestedTabBarContainer (line 71) | class _NestedTabBarContainer extends StatelessWidget { method build (line 79) | Widget build(BuildContext context) function buildFrame (line 106) | Widget buildFrame({ type TabControllerFrameBuilder (line 127) | typedef TabControllerFrameBuilder = Widget Function(BuildContext context... class TabControllerFrame (line 129) | class TabControllerFrame extends StatefulWidget { method createState (line 142) | TabControllerFrameState createState() class TabControllerFrameState (line 145) | class TabControllerFrameState extends State with Sin... method initState (line 149) | void initState() method dispose (line 159) | void dispose() method build (line 165) | Widget build(BuildContext context) function buildLeftRightApp (line 170) | Widget buildLeftRightApp({required List tabs, required String va... class TabIndicatorRecordingCanvas (line 195) | class TabIndicatorRecordingCanvas extends TestRecordingCanvas { method drawLine (line 202) | void drawLine(Offset p1, Offset p2, Paint paint) class TestScrollPhysics (line 210) | class TestScrollPhysics extends ScrollPhysics { method applyTo (line 214) | TestScrollPhysics applyTo(ScrollPhysics? ancestor) method applyPhysicsToUserOffset (line 219) | double applyPhysicsToUserOffset(ScrollMetrics position, double offset) function main (line 233) | void main() function builder (line 427) | Widget builder() function findStateMarkerState (line 443) | StateMarkerState findStateMarkerState(String name) function buildTabControllerFrame (line 607) | Widget buildTabControllerFrame(BuildContext context, TabController contr... function buildTabControllerFrame (line 724) | Widget buildTabControllerFrame(BuildContext context, TabController contr... function buildTabControllerFrame (line 783) | Widget buildTabControllerFrame(BuildContext context, TabController contr... function buildFrame (line 984) | Widget buildFrame() function buildFrame (line 1394) | Widget buildFrame() function buildFrame (line 2549) | Widget buildFrame({ function buildFrame (line 2674) | Widget buildFrame(TabController controller) function buildTestWidget (line 2994) | Widget buildTestWidget({double? width, double? height}) function buildTabs (line 3051) | Widget buildTabs(List tabs) function getController (line 3062) | TabController getController() function _onTabAdd (line 3241) | void _onTabAdd(StateSetter setState) function _onTabRemove (line 3255) | void _onTabRemove(StateSetter setState) function buildTabControllerFrame (line 3331) | Widget buildTabControllerFrame(BuildContext context, TabController contr... function pageControllerListener (line 3366) | void pageControllerListener() function getController (line 3591) | TabController getController() class KeepAliveInk (line 3930) | class KeepAliveInk extends StatefulWidget { method createState (line 3934) | State createState() class _KeepAliveInkState (line 3939) | class _KeepAliveInkState extends State with AutomaticKeepA... method build (line 3941) | Widget build(BuildContext context) class TabBarDemo (line 3952) | class TabBarDemo extends StatelessWidget { method build (line 3956) | Widget build(BuildContext context) class MockScrollMetrics (line 3984) | class MockScrollMetrics extends Fake implements ScrollMetrics { } class TabBody (line 3986) | class TabBody extends StatefulWidget { method createState (line 3993) | State createState() class TabBodyState (line 3996) | class TabBodyState extends State { method initState (line 3998) | void initState() method didUpdateWidget (line 4004) | void didUpdateWidget(TabBody oldWidget) method dispose (line 4011) | void dispose() method build (line 4017) | Widget build(BuildContext context) FILE: packages/flutter/test/material/text_button_test.dart function main (line 13) | void main() function getTextColor (line 193) | Color getTextColor(Set states) function getTextColor (line 266) | Color getTextColor(Set states) function textColor (line 296) | Color? textColor() function getTextColor (line 335) | Color getTextColor(Set states) function iconColor (line 367) | Color? iconColor() function getOverlayColor (line 416) | Color? getOverlayColor(Set states) function getOverlayColor (line 449) | Color? getOverlayColor(Set states) function buildFrame (line 597) | Widget buildFrame(MaterialTapTargetSize tapTargetSize, Key key) function buildFrame (line 628) | Widget buildFrame({ VoidCallback? onPressed, VoidCallback? onLongPress }) function buildFrame (line 757) | Widget buildFrame({ required bool enabled }) function buildTest (line 878) | Future buildTest(VisualDensity visualDensity, { bool useText = fal... function globalBounds (line 989) | Rect globalBounds(RenderBox renderBox) function paddingBetween (line 995) | EdgeInsets paddingBetween({ required Rect parent, required Rect child }) function buildFrame (line 1226) | Widget buildFrame({ InteractiveInkFeatureFactory? splashFactory }) function _iconStyle (line 1396) | TextStyle? _iconStyle(WidgetTester tester, IconData icon) FILE: packages/flutter/test/material/text_button_theme_test.dart function main (line 8) | void main() function buildFrame (line 83) | Widget buildFrame({ ButtonStyle? buttonStyle, ButtonStyle? themeStyle, B... function checkButton (line 125) | void checkButton(WidgetTester tester) function buildFrame (line 190) | Widget buildFrame({ Color? overallShadowColor, Color? themeShadowColor, ... FILE: packages/flutter/test/material/text_field_focus_test.dart function main (line 11) | void main() function makeTest (line 204) | Widget makeTest(String? prefix) class _APage (line 553) | class _APage extends Page { method createRoute (line 555) | Route createRoute(BuildContext context) class _BPage (line 561) | class _BPage extends Page { method createRoute (line 563) | Route createRoute(BuildContext context) FILE: packages/flutter/test/material/text_field_helper_text_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/text_field_restoration_test.dart function main (line 11) | void main() function restoreAndVerify (line 37) | Future restoreAndVerify(WidgetTester tester) class TestWidget (line 72) | class TestWidget extends StatefulWidget { method createState (line 78) | TestWidgetState createState() class TestWidgetState (line 81) | class TestWidgetState extends State with RestorationMixin { method restoreState (line 88) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 93) | void dispose() method build (line 99) | Widget build(BuildContext context) function skipPastScrollingAnimation (line 115) | Future skipPastScrollingAnimation(WidgetTester tester) FILE: packages/flutter/test/material/text_field_splash_test.dart class TestInkSplash (line 12) | class TestInkSplash extends InkSplash { method confirm (line 40) | void confirm() method cancel (line 46) | void cancel() class TestInkSplashFactory (line 52) | class TestInkSplashFactory extends InteractiveInkFeatureFactory { method create (line 56) | InteractiveInkFeature create({ function main (line 85) | void main() FILE: packages/flutter/test/material/text_field_test.dart type FormatEditUpdateCallback (line 31) | typedef FormatEditUpdateCallback = void Function(TextEditingValue, TextE... class MaterialLocalizationsDelegate (line 39) | class MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 47) | bool shouldReload(MaterialLocalizationsDelegate old) class WidgetsLocalizationsDelegate (line 50) | class WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 58) | bool shouldReload(WidgetsLocalizationsDelegate old) function overlay (line 61) | Widget overlay({ required Widget child }) function overlayWithEntry (line 74) | Widget overlayWithEntry(OverlayEntry entry) function boilerplate (line 99) | Widget boilerplate({ required Widget child }) function skipPastScrollingAnimation (line 122) | Future skipPastScrollingAnimation(WidgetTester tester) function getOpacity (line 127) | double getOpacity(WidgetTester tester, Finder finder) class TestFormatter (line 136) | class TestFormatter extends TextInputFormatter { method formatEditUpdate (line 140) | TextEditingValue formatEditUpdate(TextEditingValue oldValue, TextEditi... class _TestWindowPadding (line 148) | class _TestWindowPadding implements ui.WindowPadding { function main (line 166) | void main() function textFieldBuilder (line 199) | Widget textFieldBuilder({ function onEditingComplete (line 345) | void onEditingComplete() function findTextFieldBox (line 382) | RenderBox findTextFieldBox() function checkText (line 387) | Future checkText(String testValue) function checkCursorToggle (line 422) | Future checkCursorToggle() function callBack (line 654) | void callBack(TextEditingValue oldValue, TextEditingValue newValue) function findInputBox (line 1048) | RenderBox findInputBox() function _showSelectionMenuAt (line 2127) | Future _showSelectionMenuAt(WidgetTester tester, TextEditingContro... function buildFrame (line 2381) | Widget buildFrame(bool obscureText) function buildFrame (line 2408) | Widget buildFrame(bool obscureText, bool enableInteractiveSelection) function findInputBox (line 2492) | RenderBox findInputBox() function findInputBox (line 2556) | RenderBox findInputBox() function expandedTextFieldBuilder (line 2605) | Widget expandedTextFieldBuilder({ function findBorder (line 2633) | RenderBox findBorder() function intrinsicTextFieldBuilder (line 2663) | Widget intrinsicTextFieldBuilder(bool wrapInIntrinsic) function findEditableText (line 2686) | RenderBox findEditableText() function textFormFieldBuilder (line 2699) | Widget textFormFieldBuilder(String? errorText) function findInputBox (line 2720) | RenderBox findInputBox() function containedTextFieldBuilder (line 2747) | Widget containedTextFieldBuilder({ function findEditableText (line 2771) | RenderBox findEditableText() function builder (line 2854) | Widget builder(int? maxLines, final String hintMsg) function findHintText (line 2871) | RenderBox findHintText(String hint) function findInputBox (line 2991) | RenderBox findInputBox() function checkText (line 3085) | Future checkText(String testValue) function checkText (line 3115) | Future checkText(String testValue) function buildFrame (line 4543) | Widget buildFrame(bool enabled, bool hasError) function setupWidget (line 4695) | Future setupWidget(WidgetTester tester) function buildFrame (line 6588) | Widget buildFrame(Axis scrollDirection) function buildFrame (line 6661) | Widget buildFrame(Axis scrollDirection) function buildFrame (line 6762) | Widget buildFrame({ function buildFrame (line 6845) | Widget buildFrame(TextStyle style) function buildFrame (line 6885) | Widget buildFrame(TextStyle style) function _buildTest (line 9310) | Widget _buildTest({ required bool isDense }) function textFieldBuilder (line 9737) | Widget textFieldBuilder({ FloatingLabelBehavior behavior = FloatingLabel... function setupWidget (line 9791) | Future setupWidget( FILE: packages/flutter/test/material/text_form_field_restoration_test.dart function main (line 11) | void main() function errorText (line 37) | String? errorText(String? value) function builder (line 40) | Widget builder() function errorText (line 95) | String? errorText(String? value) function builder (line 98) | Widget builder(AutovalidateMode mode) function checkErrorText (line 129) | Future checkErrorText(String testValue) function restoreAndVerify (line 169) | Future restoreAndVerify(WidgetTester tester) class TestWidget (line 204) | class TestWidget extends StatefulWidget { method createState (line 210) | TestWidgetState createState() class TestWidgetState (line 213) | class TestWidgetState extends State with RestorationMixin { method restoreState (line 220) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 225) | void dispose() method build (line 231) | Widget build(BuildContext context) function skipPastScrollingAnimation (line 247) | Future skipPastScrollingAnimation(WidgetTester tester) FILE: packages/flutter/test/material/text_form_field_test.dart function main (line 17) | void main() function onEditingComplete (line 205) | void onEditingComplete() function buildFrame (line 356) | Widget buildFrame(bool enabled, bool hasError) FILE: packages/flutter/test/material/text_selection_test.dart function main (line 17) | void main() function createEditableText (line 40) | Widget createEditableText({ FILE: packages/flutter/test/material/text_selection_theme_test.dart function main (line 11) | void main() FILE: packages/flutter/test/material/text_selection_toolbar_test.dart class _CustomMaterialTextSelectionControls (line 13) | class _CustomMaterialTextSelectionControls extends MaterialTextSelection... method buildToolbar (line 18) | Widget buildToolbar( class TestBox (line 55) | class TestBox extends SizedBox { function main (line 62) | void main() function _findPrivate (line 66) | Finder _findPrivate(String type) function _findToolbar (line 76) | Finder _findToolbar() function _findOverflowButton (line 78) | Finder _findOverflowButton() FILE: packages/flutter/test/material/text_selection_toolbar_text_button_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/text_theme_test.dart function main (line 8) | void main() FILE: packages/flutter/test/material/theme_data_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/theme_defaults_test.dart function main (line 13) | void main() FILE: packages/flutter/test/material/theme_test.dart function main (line 12) | void main() function buildTheme (line 302) | Widget buildTheme() function extractStyles (line 374) | List extractStyles(TextTheme textTheme) function testTheme (line 430) | Future testTheme(WidgetTester tester, ThemeData theme) class Test (line 675) | class Test extends StatefulWidget { method createState (line 679) | State createState() class _TestState (line 682) | class _TestState extends State { method build (line 684) | Widget build(BuildContext context) class _TextStyleProxy (line 698) | class _TextStyleProxy implements TextStyle { method toString (line 754) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) method toDiagnosticsNode (line 758) | DiagnosticsNode toDiagnosticsNode({ String? name, DiagnosticsTreeStyle... method toStringShort (line 763) | String toStringShort() method apply (line 768) | TextStyle apply({ method compareTo (line 800) | RenderComparison compareTo(TextStyle other) method copyWith (line 805) | TextStyle copyWith({ method debugFillProperties (line 836) | void debugFillProperties(DiagnosticPropertiesBuilder properties, { Str... method getParagraphStyle (line 841) | ui.ParagraphStyle getParagraphStyle({ method getTextStyle (line 860) | ui.TextStyle getTextStyle({ double textScaleFactor = 1.0 }) method merge (line 865) | TextStyle merge(TextStyle? other) FILE: packages/flutter/test/material/time_picker_test.dart class _TimePickerLauncher (line 17) | class _TimePickerLauncher extends StatefulWidget { method createState (line 30) | _TimePickerLauncherState createState() class _TimePickerLauncherState (line 33) | class _TimePickerLauncherState extends State<_TimePickerLauncher> with R... method _timePickerRoute (line 49) | Route _timePickerRoute( method restoreState (line 68) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method _selectTime (line 72) | void _selectTime(TimeOfDay? newSelectedTime) method build (line 77) | Widget build(BuildContext context) function startPicker (line 103) | Future startPicker( function finishPicker (line 123) | Future finishPicker(WidgetTester tester) function main (line 129) | void main() function _tests (line 139) | void _tests() function actAndExpect (line 474) | Future actAndExpect({ required String initialValue, required Seman... function actAndExpect (line 541) | Future actAndExpect({ required String initialValue, required Seman... function buildFrame (line 615) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 766) | Widget buildFrame(TextDirection textDirection) function _testsInput (line 854) | void _testsInput() class PickerObserver (line 1170) | class PickerObserver extends NavigatorObserver { method didPush (line 1174) | void didPush(Route route, Route? previousRoute) function mediaQueryBoilerplate (line 1182) | Future mediaQueryBoilerplate( FILE: packages/flutter/test/material/time_picker_theme_test.dart function main (line 11) | void main() function _timePickerTheme (line 384) | TimePickerThemeData _timePickerTheme({bool includeInputDecoration = false}) function getColor (line 385) | Color getColor(Set states) class _TimePickerLauncher (line 418) | class _TimePickerLauncher extends StatelessWidget { method build (line 429) | Widget build(BuildContext context) function _dialogMaterial (line 454) | Material _dialogMaterial(WidgetTester tester) function _textMaterial (line 458) | Material _textMaterial(WidgetTester tester, String text) function _textField (line 462) | TextField _textField(WidgetTester tester, String text) function _dayPeriodMaterial (line 466) | Material _dayPeriodMaterial(WidgetTester tester) function _dayPeriodDivider (line 470) | Container _dayPeriodDivider(WidgetTester tester) function _entryModeIconButton (line 474) | IconButton _entryModeIconButton(WidgetTester tester) function _textRenderParagraph (line 478) | RenderParagraph _textRenderParagraph(WidgetTester tester, String text) FILE: packages/flutter/test/material/time_test.dart function main (line 8) | void main() function pumpTest (line 11) | Future pumpTest(bool alwaysUse24HourFormat) class _RestorableWidget (line 170) | class _RestorableWidget extends StatefulWidget { method createState (line 174) | State<_RestorableWidget> createState() class _RestorableWidgetState (line 177) | class _RestorableWidgetState extends State<_RestorableWidget> with Resto... method restoreState (line 181) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method setProperties (line 185) | void setProperties(VoidCallback callback) method build (line 190) | Widget build(BuildContext context) FILE: packages/flutter/test/material/toggle_buttons_test.dart function boilerplate (line 18) | Widget boilerplate({required Widget child}) function main (line 25) | void main() function buttonTextStyle (line 27) | TextStyle buttonTextStyle(String text) function buttonTextStyle (line 62) | TextStyle buttonTextStyle(String text) function buttonTextStyle (line 124) | TextStyle buttonTextStyle(String text) function buttonTextStyle (line 371) | TextStyle buttonTextStyle(String text) function iconTheme (line 377) | IconTheme iconTheme(IconData icon) function buttonTextStyle (line 469) | TextStyle buttonTextStyle(String text) function iconTheme (line 475) | IconTheme iconTheme(IconData icon) function buttonColor (line 672) | Material buttonColor(String text) function buttonColor (line 727) | Material buttonColor(String text) function getFillColor (line 739) | Color getFillColor(Set states) function toggleButtonElevation (line 1791) | double toggleButtonElevation(String text) FILE: packages/flutter/test/material/toggle_buttons_theme_test.dart function boilerplate (line 12) | Widget boilerplate({required Widget child}) function main (line 19) | void main() function buttonTextStyle (line 236) | TextStyle buttonTextStyle(String text) function iconTheme (line 242) | IconTheme iconTheme(IconData icon) function buttonColor (line 367) | Material buttonColor(String text) function getColor (line 380) | Color getColor(Set states) FILE: packages/flutter/test/material/tooltip_test.dart function _ensureTooltipVisible (line 17) | void _ensureTooltipVisible(GlobalKey key) function _findTooltipContainer (line 36) | Finder _findTooltipContainer(String tooltipText) function main (line 43) | void main() function buildApp (line 644) | Widget buildApp(String text, TextDirection textDirection) function buildApp (line 1247) | Widget buildApp(String text) function buildApp (line 1276) | Widget buildApp(String text, { required double textScaleFactor }) function setWidgetForTooltipMode (line 1670) | Future setWidgetForTooltipMode(WidgetTester tester, TooltipTrigger... function testGestureLongPress (line 1682) | Future testGestureLongPress(WidgetTester tester, Finder tooltip) function testGestureTap (line 1690) | Future testGestureTap(WidgetTester tester, Finder tooltip) function findDebugSemantics (line 1695) | SemanticsNode findDebugSemantics(RenderObject object) FILE: packages/flutter/test/material/tooltip_theme_test.dart function _ensureTooltipVisible (line 17) | void _ensureTooltipVisible(GlobalKey key) function main (line 34) | void main() function findDebugSemantics (line 1315) | SemanticsNode findDebugSemantics(RenderObject object) FILE: packages/flutter/test/material/typography_test.dart function main (line 9) | void main() FILE: packages/flutter/test/material/user_accounts_drawer_header_test.dart function pumpTestWidget (line 15) | Future pumpTestWidget( function main (line 72) | void main() function buildFrame (line 272) | Widget buildFrame({ function buildFrame (line 380) | Widget buildFrame({ FILE: packages/flutter/test/material/will_pop_test.dart class SamplePage (line 10) | class SamplePage extends StatefulWidget { method createState (line 13) | SamplePageState createState() class SamplePageState (line 16) | class SamplePageState extends State { method _callback (line 19) | Future _callback() method didChangeDependencies (line 22) | void didChangeDependencies() method dispose (line 30) | void dispose() method build (line 36) | Widget build(BuildContext context) class SampleForm (line 45) | class SampleForm extends StatelessWidget { method build (line 51) | Widget build(BuildContext context) class TestPageRoute (line 68) | class TestPageRoute extends MaterialPageRoute { function main (line 76) | void main() function buildFrame (line 133) | Widget buildFrame() function buildFrame (line 172) | Widget buildFrame() function showYesNoAlert (line 226) | Future showYesNoAlert(BuildContext context) function buildFrame (line 246) | Widget buildFrame() function buildFrame (line 332) | Widget buildFrame() FILE: packages/flutter/test/painting/alignment_test.dart function approxExpect (line 10) | void approxExpect(Alignment a, Alignment b) function main (line 15) | void main() FILE: packages/flutter/test/painting/beveled_rectangle_border_test.dart function main (line 10) | void main() FILE: packages/flutter/test/painting/binding_test.dart function main (line 14) | Future main() class TestBindingBase (line 46) | class TestBindingBase implements BindingBase { method initInstances (line 48) | void initInstances() method initServiceExtensions (line 51) | void initServiceExtensions() method lockEvents (line 54) | Future lockEvents(Future Function() callback) method performReassemble (line 60) | Future performReassemble() method postEvent (line 65) | void postEvent(String eventKind, Map eventData) method reassembleApplication (line 68) | Future reassembleApplication() method registerBoolServiceExtension (line 73) | void registerBoolServiceExtension({required String name, required Asyn... method registerNumericServiceExtension (line 76) | void registerNumericServiceExtension({required String name, required A... method registerServiceExtension (line 79) | void registerServiceExtension({required String name, required ServiceE... method registerSignalServiceExtension (line 82) | void registerSignalServiceExtension({required String name, required As... method registerStringServiceExtension (line 85) | void registerStringServiceExtension({required String name, required As... method unlocked (line 88) | void unlocked() class TestPaintingBinding (line 97) | class TestPaintingBinding extends TestBindingBase with SchedulerBinding,... method createImageCache (line 103) | ImageCache createImageCache() class FakeImageCache (line 106) | class FakeImageCache extends ImageCache { method clear (line 111) | void clear() method clearLiveImages (line 117) | void clearLiveImages() FILE: packages/flutter/test/painting/border_radius_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/border_rtl_test.dart class SillyBorder (line 11) | class SillyBorder extends BoxBorder { method noSuchMethod (line 13) | dynamic noSuchMethod(Invocation invocation) function main (line 16) | void main() FILE: packages/flutter/test/painting/border_side_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/border_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/box_decoration_test.dart function main (line 10) | void main() FILE: packages/flutter/test/painting/box_fit_test.dart function main (line 8) | void main() function _testZeroAndNegativeSizes (line 38) | void _testZeroAndNegativeSizes(BoxFit fit) FILE: packages/flutter/test/painting/box_painter_test.dart function main (line 12) | void main() FILE: packages/flutter/test/painting/circle_border_test.dart function main (line 11) | void main() FILE: packages/flutter/test/painting/colors_test.dart function main (line 11) | void main() FILE: packages/flutter/test/painting/continuous_rectangle_border_test.dart function main (line 14) | void main() FILE: packages/flutter/test/painting/decoration_test.dart class TestCanvas (line 18) | class TestCanvas implements Canvas { method noSuchMethod (line 22) | void noSuchMethod(Invocation invocation) class SynchronousTestImageProvider (line 27) | class SynchronousTestImageProvider extends ImageProvider { method obtainKey (line 33) | Future obtainKey(ImageConfiguration configuration) method load (line 38) | ImageStreamCompleter load(int key, DecoderCallback decode) class SynchronousErrorTestImageProvider (line 45) | class SynchronousErrorTestImageProvider extends ImageProvider { method obtainKey (line 51) | Future obtainKey(ImageConfiguration configuration) method load (line 56) | ImageStreamCompleter load(int key, DecoderCallback decode) class AsyncTestImageProvider (line 61) | class AsyncTestImageProvider extends ImageProvider { method obtainKey (line 67) | Future obtainKey(ImageConfiguration configuration) method load (line 72) | ImageStreamCompleter load(int key, DecoderCallback decode) class DelayedImageProvider (line 79) | class DelayedImageProvider extends ImageProvider { method obtainKey (line 87) | Future obtainKey(ImageConfiguration configuration) method load (line 92) | ImageStreamCompleter load(DelayedImageProvider key, DecoderCallback de... method complete (line 96) | Future complete() method toString (line 101) | String toString() class MultiFrameImageProvider (line 104) | class MultiFrameImageProvider extends ImageProvider obtainKey(ImageConfiguration configura... method load (line 115) | ImageStreamCompleter load(MultiFrameImageProvider key, DecoderCallback... method toString (line 120) | String toString() class MultiImageCompleter (line 123) | class MultiImageCompleter extends ImageStreamCompleter { method testSetImage (line 124) | void testSetImage(ImageInfo info) function main (line 129) | void main() function testDecoration (line 243) | void testDecoration({ BoxShape shape = BoxShape.rectangle, BorderRadius?... function _listener (line 700) | void _listener(ImageInfo image, bool syncCall) FILE: packages/flutter/test/painting/edge_insets_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/fake_codec.dart class FakeCodec (line 15) | class FakeCodec implements ui.Codec { method fromData (line 27) | Future fromData(Uint8List data) method getNextFrame (line 45) | Future getNextFrame() method dispose (line 54) | void dispose() FILE: packages/flutter/test/painting/fake_image_provider.dart class FakeImageProvider (line 13) | class FakeImageProvider extends ImageProvider { method obtainKey (line 23) | Future obtainKey(ImageConfiguration configuration) method load (line 28) | ImageStreamCompleter load(FakeImageProvider key, DecoderCallback decode) FILE: packages/flutter/test/painting/flutter_logo_test.dart function main (line 12) | void main() FILE: packages/flutter/test/painting/fractional_offset_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/geometry_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/gradient_test.dart function main (line 14) | void main() function runTest (line 791) | Future runTest(WidgetTester tester, Gradient gradient, double degr... class GradientPainter (line 832) | class GradientPainter extends CustomPainter { method paint (line 839) | void paint(Canvas canvas, Size size) method shouldRepaint (line 844) | bool shouldRepaint(CustomPainter oldDelegate) FILE: packages/flutter/test/painting/image_cache_binding_test.dart function main (line 14) | void main() class TestBindingBase (line 29) | class TestBindingBase implements BindingBase { method initInstances (line 31) | void initInstances() method initServiceExtensions (line 34) | void initServiceExtensions() method lockEvents (line 37) | Future lockEvents(Future Function() callback) method performReassemble (line 43) | Future performReassemble() method postEvent (line 48) | void postEvent(String eventKind, Map eventData) method reassembleApplication (line 51) | Future reassembleApplication() method registerBoolServiceExtension (line 56) | void registerBoolServiceExtension({required String name, required Asyn... method registerNumericServiceExtension (line 59) | void registerNumericServiceExtension({required String name, required A... method registerServiceExtension (line 62) | void registerServiceExtension({required String name, required ServiceE... method registerSignalServiceExtension (line 65) | void registerSignalServiceExtension({required String name, required As... method registerStringServiceExtension (line 68) | void registerStringServiceExtension({required String name, required As... method unlocked (line 71) | void unlocked() class TestPaintingBinding (line 80) | class TestPaintingBinding extends TestBindingBase with SchedulerBinding,... FILE: packages/flutter/test/painting/image_cache_clearing_test.dart function main (line 14) | void main() FILE: packages/flutter/test/painting/image_cache_resize_test.dart function main (line 13) | void main() FILE: packages/flutter/test/painting/image_cache_test.dart function main (line 16) | void main() function _basicDecoder (line 139) | Future _basicDecoder(Uint8List bytes, {int? cacheWidth, int? c... FILE: packages/flutter/test/painting/image_decoder_test.dart function main (line 14) | void main() FILE: packages/flutter/test/painting/image_info_test.dart function main (line 10) | Future main() FILE: packages/flutter/test/painting/image_provider_and_image_cache_test.dart function main (line 17) | void main() function _basicDecoder (line 20) | Future _basicDecoder(Uint8List bytes, {int? cacheWidth, int? c... FILE: packages/flutter/test/painting/image_provider_network_image_test.dart function main (line 18) | void main() function _basicDecoder (line 21) | Future _basicDecoder(Uint8List bytes, {int? cacheWidth, int? cac... function loadNetworkImage (line 78) | Future loadNetworkImage() function _decoder (line 192) | Future _decoder(Uint8List bytes, {int? cacheWidth, int? cacheHeig... class _FakeHttpClient (line 216) | class _FakeHttpClient extends Fake implements HttpClient { method getUrl (line 221) | Future getUrl(Uri url) class _FakeHttpClientRequest (line 228) | class _FakeHttpClientRequest extends Fake implements HttpClientRequest { method close (line 232) | Future close() class _FakeHttpClientResponse (line 237) | class _FakeHttpClientResponse extends Fake implements HttpClientResponse { method listen (line 252) | StreamSubscription> listen(void Function(List event)? o... method drain (line 262) | Future drain([E? futureValue]) class FakeCodec (line 268) | class FakeCodec implements Codec { method dispose (line 270) | void dispose() method getNextFrame (line 276) | Future getNextFrame() FILE: packages/flutter/test/painting/image_provider_resize_image_test.dart function main (line 15) | void main() function decode (line 102) | Future decode(Uint8List bytes, {int? cacheWidth, int? cacheHei... function _resolveAndGetSize (line 139) | Future _resolveAndGetSize( class _AsyncKeyMemoryImage (line 158) | class _AsyncKeyMemoryImage extends MemoryImage { method obtainKey (line 162) | Future obtainKey(ImageConfiguration configuration) FILE: packages/flutter/test/painting/image_provider_test.dart function main (line 20) | void main() function _decoder (line 147) | Future _decoder(Uint8List bytes, {int? cacheWidth, int? cacheHeig... class FakeCodec (line 191) | class FakeCodec implements Codec { method dispose (line 193) | void dispose() method getNextFrame (line 199) | Future getNextFrame() class _TestAssetBundle (line 207) | class _TestAssetBundle extends CachingAssetBundle { method load (line 209) | Future load(String key) FILE: packages/flutter/test/painting/image_resolution_test.dart class TestAssetBundle (line 13) | class TestAssetBundle extends CachingAssetBundle { method load (line 25) | Future load(String key) function main (line 37) | void main() function _buildAndTestWithOneAsset (line 39) | void _buildAndTestWithOneAsset(String mainAssetPath) function _buildBundleAndTestVariantLogic (line 154) | void _buildBundleAndTestVariantLogic( FILE: packages/flutter/test/painting/image_stream_test.dart class FakeFrameInfo (line 16) | class FakeFrameInfo implements FrameInfo { method clone (line 30) | FakeFrameInfo clone() class MockCodec (line 38) | class MockCodec implements Codec { method getNextFrame (line 50) | Future getNextFrame() method completeNextFrame (line 55) | void completeNextFrame(FrameInfo frameInfo) method failNextFrame (line 60) | void failNextFrame(String err) method dispose (line 65) | void dispose() class FakeEventReportingImageStreamCompleter (line 69) | class FakeEventReportingImageStreamCompleter extends ImageStreamCompleter { function main (line 80) | void main() function listener (line 112) | void listener(ImageInfo image, bool synchronousCall) function listener (line 127) | void listener(ImageInfo image, bool synchronousCall) function listener (line 150) | void listener(ImageInfo image, bool synchronousCall) function listener (line 298) | void listener(ImageInfo image, bool synchronousCall) function listener (line 474) | void listener(ImageInfo image, bool synchronousCall) function listener1 (line 515) | void listener1(ImageInfo image, bool synchronousCall) function listener2 (line 519) | void listener2(ImageInfo image, bool synchronousCall) function listener (line 561) | void listener(ImageInfo image, bool synchronousCall) function listener (line 594) | void listener(ImageInfo image, bool synchronousCall) function errorListener (line 631) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 666) | void listener(ImageInfo image, bool synchronousCall) function handleImage (line 687) | void handleImage(ImageInfo image, bool synchronousCall) function handleImageDifferently (line 688) | void handleImageDifferently(ImageInfo image, bool synchronousCall) function handleError (line 689) | void handleError(dynamic error, StackTrace? stackTrace) function handleChunk (line 690) | void handleChunk(ImageChunkEvent event) function compare (line 692) | void compare({ function comparison (line 703) | Matcher comparison(dynamic expected) function activeListener (line 731) | void activeListener(ImageInfo image, bool synchronousCall) FILE: packages/flutter/test/painting/image_test_utils.dart class TestImageProvider (line 11) | class TestImageProvider extends ImageProvider { method obtainKey (line 21) | Future obtainKey(ImageConfiguration configuration) method resolveStreamForKey (line 26) | void resolveStreamForKey(ImageConfiguration config, ImageStream stream... method load (line 32) | ImageStreamCompleter load(TestImageProvider key, DecoderCallback decode) method complete (line 37) | ImageInfo complete() method toString (line 44) | String toString() FILE: packages/flutter/test/painting/matrix_utils_test.dart function main (line 11) | void main() function _transformPoint (line 175) | Offset _transformPoint(Matrix4 transform, Offset point) function _vectorWiseTransformRect (line 185) | Rect _vectorWiseTransformRect(Matrix4 transform, Rect rect) function _min4 (line 198) | double _min4(double a, double b, double c, double d) function _max4 (line 202) | double _max4(double a, double b, double c, double d) FILE: packages/flutter/test/painting/mocks_for_image_cache.dart class TestImageInfo (line 11) | class TestImageInfo extends ImageInfo { method toString (line 21) | String toString() method clone (line 24) | TestImageInfo clone() class TestImageProvider (line 43) | class TestImageProvider extends ImageProvider { method obtainKey (line 52) | Future obtainKey(ImageConfiguration configuration) method load (line 57) | ImageStreamCompleter load(int key, DecoderCallback decode) method toString (line 64) | String toString() class FailingTestImageProvider (line 67) | class FailingTestImageProvider extends TestImageProvider { method load (line 71) | ImageStreamCompleter load(int key, DecoderCallback decode) function extractOneFrame (line 76) | Future extractOneFrame(ImageStream stream) class ErrorImageProvider (line 87) | class ErrorImageProvider extends ImageProvider { method load (line 89) | ImageStreamCompleter load(ErrorImageProvider key, DecoderCallback decode) method obtainKey (line 94) | Future obtainKey(ImageConfiguration configuration) class ObtainKeyErrorImageProvider (line 99) | class ObtainKeyErrorImageProvider extends ImageProvider obtainKey(ImageConfiguration confi... class LoadErrorImageProvider (line 111) | class LoadErrorImageProvider extends ImageProvider obtainKey(ImageConfiguration configurat... class LoadErrorCompleterImageProvider (line 123) | class LoadErrorCompleterImageProvider extends ImageProvider obtainKey(ImageConfiguration c... class TestImageStreamCompleter (line 137) | class TestImageStreamCompleter extends ImageStreamCompleter { method testSetImage (line 138) | void testSetImage(ui.Image image) FILE: packages/flutter/test/painting/notched_shapes_test.dart function main (line 10) | void main() function pathDoesNotContainCircle (line 110) | bool pathDoesNotContainCircle(Path path, Rect circleBounds) FILE: packages/flutter/test/painting/paint_image_test.dart class TestCanvas (line 11) | class TestCanvas implements Canvas { method noSuchMethod (line 15) | void noSuchMethod(Invocation invocation) function main (line 20) | void main() FILE: packages/flutter/test/painting/painting_utils.dart class PaintingBindingSpy (line 13) | class PaintingBindingSpy extends BindingBase with SchedulerBinding, Serv... method instantiateImageCodec (line 18) | Future instantiateImageCodec(Uint8List list, {int? cacheWidt... method initLicenses (line 25) | void initLicenses() FILE: packages/flutter/test/painting/rounded_rectangle_border_test.dart function main (line 11) | void main() FILE: packages/flutter/test/painting/shape_border_test.dart function main (line 10) | void main() FILE: packages/flutter/test/painting/shape_decoration_test.dart function main (line 14) | void main() class TestImageProvider (line 112) | class TestImageProvider extends ImageProvider { method obtainKey (line 118) | Future obtainKey(ImageConfiguration configuration) method load (line 123) | ImageStreamCompleter load(TestImageProvider key, DecoderCallback decode) FILE: packages/flutter/test/painting/stadium_border_test.dart function main (line 11) | void main() FILE: packages/flutter/test/painting/strut_style_test.dart function main (line 8) | void main() FILE: packages/flutter/test/painting/system_fonts_test.dart function main (line 11) | void main() FILE: packages/flutter/test/painting/text_painter_rtl_test.dart function main (line 12) | void main() function lro (line 684) | String lro(String s) function rlo (line 685) | String rlo(String s) FILE: packages/flutter/test/painting/text_painter_test.dart function main (line 14) | void main() class MockCanvas (line 1001) | class MockCanvas extends Fake implements Canvas { FILE: packages/flutter/test/painting/text_span_test.dart function main (line 10) | void main() function callback1 (line 31) | void callback1(PointerEnterEvent _) function callback2 (line 32) | void callback2(PointerEnterEvent _) FILE: packages/flutter/test/painting/text_style_test.dart class _DartUiTextStyleToStringMatcher (line 13) | class _DartUiTextStyleToStringMatcher extends Matcher { method _propertyToString (line 43) | String _propertyToString(String name, Object? property) method describe (line 46) | Description describe(Description description) method matches (line 49) | bool matches(dynamic item, Map matchState) method describeMismatch (line 73) | Description describeMismatch(dynamic item, Description mismatchDescrip... function matchesToStringOf (line 88) | Matcher matchesToStringOf(TextStyle textStyle) function main (line 90) | void main() FILE: packages/flutter/test/physics/clamped_simulation_test.dart function main (line 8) | void main() FILE: packages/flutter/test/physics/friction_simulation_test.dart function main (line 8) | void main() FILE: packages/flutter/test/physics/gravity_simulation_test.dart function main (line 8) | void main() FILE: packages/flutter/test/physics/near_equal_test.dart function main (line 8) | void main() FILE: packages/flutter/test/physics/newton_test.dart function main (line 17) | void main() FILE: packages/flutter/test/physics/to_string_test.dart class TestSimulation (line 8) | class TestSimulation extends Simulation { method x (line 10) | double x(double t) method dx (line 13) | double dx(double t) method isDone (line 16) | bool isDone(double t) function main (line 19) | void main() FILE: packages/flutter/test/physics/tolerance_test.dart function main (line 8) | void main() FILE: packages/flutter/test/physics/utils_test.dart function main (line 8) | void main() FILE: packages/flutter/test/rendering/annotated_region_test.dart function main (line 9) | void main() FILE: packages/flutter/test/rendering/aspect_ratio_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/baseline_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/box_constraints_test.dart function main (line 8) | void main() FILE: packages/flutter/test/rendering/box_test.dart class MissingPerformLayoutRenderBox (line 13) | class MissingPerformLayoutRenderBox extends RenderBox { method triggerExceptionSettingSizeOutsideOfLayout (line 14) | void triggerExceptionSettingSizeOutsideOfLayout() class FakeMissingSizeRenderBox (line 22) | class FakeMissingSizeRenderBox extends RenderBox { method performLayout (line 24) | void performLayout() class MissingSetSizeRenderBox (line 34) | class MissingSetSizeRenderBox extends RenderBox { method performLayout (line 36) | void performLayout() function main (line 39) | void main() function exhaustErrors (line 384) | void exhaustErrors() class _DummyHitTestTarget (line 1126) | class _DummyHitTestTarget implements HitTestTarget { method handleEvent (line 1128) | void handleEvent(PointerEvent event, HitTestEntry entry) class MyHitTestResult (line 1133) | class MyHitTestResult extends HitTestResult { method publicPushTransform (line 1134) | void publicPushTransform(Matrix4 transform) FILE: packages/flutter/test/rendering/cached_intrinsics_test.dart class RenderTestBox (line 8) | class RenderTestBox extends RenderBox { method next (line 10) | double next() method computeMinIntrinsicWidth (line 15) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 17) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 19) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 21) | double computeMaxIntrinsicHeight(double width) function main (line 24) | void main() FILE: packages/flutter/test/rendering/constraints_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/debug_overflow_indicator_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/debug_test.dart function main (line 13) | void main() FILE: packages/flutter/test/rendering/dynamic_intrinsics_test.dart class RenderFixedSize (line 10) | class RenderFixedSize extends RenderBox { method grow (line 13) | void grow() method computeMinIntrinsicWidth (line 19) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 21) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 23) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 25) | double computeMaxIntrinsicHeight(double width) method performLayout (line 28) | void performLayout() class RenderParentSize (line 33) | class RenderParentSize extends RenderProxyBox { method performResize (line 40) | void performResize() method performLayout (line 45) | void performLayout() class RenderIntrinsicSize (line 50) | class RenderIntrinsicSize extends RenderProxyBox { method performLayout (line 54) | void performLayout() class RenderInvalidIntrinsics (line 63) | class RenderInvalidIntrinsics extends RenderBox { method computeMinIntrinsicWidth (line 67) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 69) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 71) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 73) | double computeMaxIntrinsicHeight(double width) method computeDryLayout (line 75) | Size computeDryLayout(BoxConstraints constraints) function main (line 78) | void main() function _expectIntrinsicDimensions (line 147) | void _expectIntrinsicDimensions(RenderBox object, double dimension) FILE: packages/flutter/test/rendering/editable_gesture_test.dart function main (line 10) | void main() class _GestureBindingSpy (line 51) | class _GestureBindingSpy extends AutomatedTestWidgetsFlutterBinding { class FakeEditableTextState (line 58) | class FakeEditableTextState extends Fake implements TextSelectionDelegat... class _PointerRouterSpy (line 60) | class _PointerRouterSpy extends PointerRouter { method addRoute (line 63) | void addRoute(int pointer, PointerRoute route, [Matrix4? transform]) method removeRoute (line 69) | void removeRoute(int pointer, PointerRoute route) FILE: packages/flutter/test/rendering/editable_test.dart class _FakeEditableTextState (line 26) | class _FakeEditableTextState with TextSelectionDelegate { method hideToolbar (line 31) | void hideToolbar([bool hideHandles = true]) method userUpdateTextEditingValue (line 34) | void userUpdateTextEditingValue(TextEditingValue value, SelectionChang... method bringIntoView (line 37) | void bringIntoView(TextPosition position) method cutSelection (line 40) | void cutSelection(SelectionChangedCause cause) method pasteText (line 43) | Future pasteText(SelectionChangedCause cause) method selectAll (line 48) | void selectAll(SelectionChangedCause cause) method copySelection (line 51) | void copySelection(SelectionChangedCause cause) function testVariants (line 55) | void testVariants( function main (line 86) | void main() class _TestRenderEditable (line 1710) | class _TestRenderEditable extends RenderEditable { method paint (line 1732) | void paint(PaintingContext context, Offset offset) class _TestRenderEditablePainter (line 1738) | class _TestRenderEditablePainter extends RenderEditablePainter { method paint (line 1744) | void paint(Canvas canvas, Size size, RenderEditable renderEditable) method shouldRepaint (line 1751) | bool shouldRepaint(RenderEditablePainter? oldDelegate) method markNeedsPaint (line 1753) | void markNeedsPaint() FILE: packages/flutter/test/rendering/error_test.dart function main (line 12) | void main() FILE: packages/flutter/test/rendering/first_frame_test.dart function main (line 14) | void main() class TestRenderBinding (line 30) | class TestRenderBinding extends BindingBase FILE: packages/flutter/test/rendering/flex_overflow_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/flex_test.dart function main (line 11) | void main() function getOffset (line 221) | Offset getOffset(RenderBox box) function getOffset (line 252) | Offset getOffset(RenderBox box) function setFit (line 263) | void setFit(RenderBox box, FlexFit fit) function getOffset (line 305) | Offset getOffset(RenderBox box) function setFit (line 317) | void setFit(RenderBox box, FlexFit fit) FILE: packages/flutter/test/rendering/image_test.dart function main (line 13) | Future main() FILE: packages/flutter/test/rendering/independent_layout_test.dart class TestLayout (line 12) | class TestLayout { function main (line 34) | void main() FILE: packages/flutter/test/rendering/intrinsic_width_test.dart class RenderTestBox (line 11) | class RenderTestBox extends RenderBox { method computeMinIntrinsicWidth (line 17) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 22) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 27) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 32) | double computeMaxIntrinsicHeight(double width) method performResize (line 40) | void performResize() function main (line 48) | void main() FILE: packages/flutter/test/rendering/layer_annotations_test.dart function main (line 11) | void main() function expectOneAnnotation (line 355) | void expectOneAnnotation({ function _withBackgroundAnnotation (line 774) | Layer _withBackgroundAnnotation(int value, Layer layer) class _Layers (line 785) | class _Layers { method build (line 795) | Layer build() class _TestAnnotatedLayer (line 816) | class _TestAnnotatedLayer extends Layer { method addToScene (line 848) | EngineLayer? addToScene(SceneBuilder builder, [Offset layerOffset = Of... method findAnnotations (line 856) | bool findAnnotations( function _almostEqual (line 872) | bool _almostEqual(double a, double b, double maxRelativeDiff) function _equalToAnnotationResult (line 878) | Matcher _equalToAnnotationResult( FILE: packages/flutter/test/rendering/layers_test.dart function main (line 13) | void main() function checkNeedsAddToScene (line 218) | void checkNeedsAddToScene(Layer layer, void Function() mutateCallback) function _getDebugInfo (line 227) | List _getDebugInfo(Layer layer) class FakeEngineLayer (line 589) | class FakeEngineLayer extends Fake implements EngineLayer { method dispose (line 593) | void dispose() class FakePicture (line 599) | class FakePicture extends Fake implements Picture { method dispose (line 603) | void dispose() class ConcreteLayer (line 609) | class ConcreteLayer extends Layer { method addToScene (line 611) | void addToScene(SceneBuilder builder, [ Offset layerOffset = Offset.ze... class _TestAlwaysNeedsAddToSceneLayer (line 614) | class _TestAlwaysNeedsAddToSceneLayer extends ContainerLayer { class FakeSceneBuilder (line 619) | class FakeSceneBuilder extends Fake implements SceneBuilder { method reset (line 620) | void reset() method pushOpacity (line 628) | OpacityEngineLayer pushOpacity(int alpha, {Offset? offset = Offset.zer... method pushOffset (line 635) | OffsetEngineLayer pushOffset(double x, double y, {OffsetEngineLayer? o... method addPicture (line 642) | void addPicture(Offset offset, Picture picture, {bool isComplexHint = ... method pop (line 647) | void pop() class FakeOpacityEngineLayer (line 650) | class FakeOpacityEngineLayer extends FakeEngineLayer implements OpacityE... class FakeOffsetEngineLayer (line 652) | class FakeOffsetEngineLayer extends FakeEngineLayer implements OffsetEng... FILE: packages/flutter/test/rendering/limited_box_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/localized_fonts_test.dart function main (line 15) | void main() FILE: packages/flutter/test/rendering/mock_canvas.dart function paintsExactlyCountTimes (line 52) | Matcher paintsExactlyCountTimes(Symbol methodName, int count) type PaintPatternPredicate (line 67) | typedef PaintPatternPredicate = bool Function(Symbol methodName, List? includes, Iterable? excludes, Co... method line (line 303) | void line({ Offset? p1, Offset? p2, Color? color, double? strokeWidth,... method arc (line 321) | void arc({ Color? color, double? strokeWidth, bool? hasMaskFilter, Pai... method paragraph (line 337) | void paragraph({ ui.Paragraph? paragraph, dynamic offset }) method shadow (line 358) | void shadow({ Iterable? includes, Iterable? excludes, ... method image (line 376) | void image({ ui.Image? image, double? x, double? y, Color? color, doub... method drawImageRect (line 394) | void drawImageRect({ ui.Image? image, Rect? source, Rect? destination,... method something (line 417) | void something(PaintPatternPredicate predicate) method everything (line 433) | void everything(PaintPatternPredicate predicate) function isPathThat (line 438) | Matcher isPathThat({ class _PathMatcher (line 445) | class _PathMatcher extends Matcher { method matches (line 452) | bool matches(Object? object, Map matchState) method describe (line 473) | Description describe(Description description) method points (line 474) | String points(List list) method describeMismatch (line 484) | Description describeMismatch( class _MismatchedCall (line 494) | class _MismatchedCall { function _evaluatePainter (line 501) | bool _evaluatePainter(Object? object, Canvas canvas, PaintingContext con... class _TestRecordingCanvasMatcher (line 524) | abstract class _TestRecordingCanvasMatcher extends Matcher { method matches (line 526) | bool matches(Object? object, Map matchState) method _evaluatePredicates (line 557) | bool _evaluatePredicates(Iterable calls, StringBuf... method describeMismatch (line 560) | Description describeMismatch( class _TestRecordingCanvasPaintsCountMatcher (line 570) | class _TestRecordingCanvasPaintsCountMatcher extends _TestRecordingCanva... method describe (line 579) | Description describe(Description description) method _evaluatePredicates (line 584) | bool _evaluatePredicates(Iterable calls, StringBuf... class _TestRecordingCanvasPaintsNothingMatcher (line 598) | class _TestRecordingCanvasPaintsNothingMatcher extends _TestRecordingCan... method describe (line 600) | Description describe(Description description) method _evaluatePredicates (line 605) | bool _evaluatePredicates(Iterable calls, StringBuf... method _filterCanvasCalls (line 622) | Iterable _filterCanvasCalls(Iterable matchState) method describe (line 663) | Description describe(Description description) method describeMismatch (line 668) | Description describeMismatch( class _TestRecordingCanvasPatternMatcher (line 678) | class _TestRecordingCanvasPatternMatcher extends _TestRecordingCanvasMat... method transform (line 682) | void transform({ dynamic matrix4 }) method translate (line 687) | void translate({ double? x, double? y }) method scale (line 692) | void scale({ double? x, double? y }) method rotate (line 697) | void rotate({ double? angle }) method save (line 702) | void save() method restore (line 707) | void restore() method saveRestore (line 712) | void saveRestore() method clipRect (line 717) | void clipRect({ Rect? rect }) method clipPath (line 722) | void clipPath({ Matcher? pathMatcher }) method rect (line 727) | void rect({ Rect? rect, Color? color, double? strokeWidth, bool? hasMa... method clipRRect (line 732) | void clipRRect({ RRect? rrect }) method rrect (line 737) | void rrect({ RRect? rrect, Color? color, double? strokeWidth, bool? ha... method drrect (line 742) | void drrect({ RRect? outer, RRect? inner, Color? color, double? stroke... method circle (line 747) | void circle({ double? x, double? y, double? radius, Color? color, doub... method path (line 752) | void path({ Iterable? includes, Iterable? excludes, Co... method line (line 757) | void line({ Offset? p1, Offset? p2, Color? color, double? strokeWidth,... method arc (line 762) | void arc({ Color? color, double? strokeWidth, bool? hasMaskFilter, Pai... method paragraph (line 767) | void paragraph({ ui.Paragraph? paragraph, dynamic offset }) method shadow (line 772) | void shadow({ Iterable? includes, Iterable? excludes, ... method image (line 777) | void image({ ui.Image? image, double? x, double? y, Color? color, doub... method drawImageRect (line 782) | void drawImageRect({ ui.Image? image, Rect? source, Rect? destination,... method something (line 787) | void something(PaintPatternPredicate predicate) method everything (line 792) | void everything(PaintPatternPredicate predicate) method describe (line 797) | Description describe(Description description) method _evaluatePredicates (line 808) | bool _evaluatePredicates(Iterable calls, StringBuf... class _PaintPredicate (line 841) | abstract class _PaintPredicate { method match (line 842) | void match(Iterator call) method checkMethod (line 845) | void checkMethod(Iterator call, Symbol symbol) method toString (line 863) | String toString() class _DrawCommandPaintPredicate (line 868) | abstract class _DrawCommandPaintPredicate extends _PaintPredicate { method match (line 892) | void match(Iterator call) method verifyArguments (line 903) | void verifyArguments(List arguments) method toString (line 920) | String toString() method debugFillDescription (line 931) | void debugFillDescription(List description) class _OneParameterPaintPredicate (line 943) | class _OneParameterPaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 966) | void verifyArguments(List arguments) method debugFillDescription (line 974) | void debugFillDescription(List description) class _TwoParameterPaintPredicate (line 986) | class _TwoParameterPaintPredicate extends _DrawCommandPaintPredi... method verifyArguments (line 1012) | void verifyArguments(List arguments) method debugFillDescription (line 1023) | void debugFillDescription(List description) class _RectPaintPredicate (line 1042) | class _RectPaintPredicate extends _OneParameterPaintPredicate { class _RRectPaintPredicate (line 1054) | class _RRectPaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 1069) | void verifyArguments(List arguments) method debugFillDescription (line 1091) | void debugFillDescription(List description) class _DRRectPaintPredicate (line 1099) | class _DRRectPaintPredicate extends _TwoParameterPaintPredicate arguments) method debugFillDescription (line 1141) | void debugFillDescription(List description) class _PathPaintPredicate (line 1156) | class _PathPaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 1165) | void verifyArguments(List arguments) method debugFillDescription (line 1183) | void debugFillDescription(List description) class _LinePaintPredicate (line 1196) | class _LinePaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 1205) | void verifyArguments(List arguments) method debugFillDescription (line 1220) | void debugFillDescription(List description) class _ArcPaintPredicate (line 1229) | class _ArcPaintPredicate extends _DrawCommandPaintPredicate { class _ShadowPredicate (line 1235) | class _ShadowPredicate extends _PaintPredicate { method verifyArguments (line 1248) | void verifyArguments(List arguments) method match (line 1276) | void match(Iterator call) method debugFillDescription (line 1283) | void debugFillDescription(List description) method toString (line 1300) | String toString() class _DrawImagePaintPredicate (line 1310) | class _DrawImagePaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 1320) | void verifyArguments(List arguments) method debugFillDescription (line 1339) | void debugFillDescription(List description) class _DrawImageRectPaintPredicate (line 1354) | class _DrawImageRectPaintPredicate extends _DrawCommandPaintPredicate { method verifyArguments (line 1364) | void verifyArguments(List arguments) method debugFillDescription (line 1378) | void debugFillDescription(List description) class _SomethingPaintPredicate (line 1389) | class _SomethingPaintPredicate extends _PaintPredicate { method match (line 1395) | void match(Iterator call) method _runPredicate (line 1405) | bool _runPredicate(Symbol methodName, List arguments) method toString (line 1415) | String toString() class _EverythingPaintPredicate (line 1418) | class _EverythingPaintPredicate extends _PaintPredicate { method match (line 1424) | void match(Iterator call) method _runPredicate (line 1435) | bool _runPredicate(Symbol methodName, List arguments) method toString (line 1445) | String toString() class _FunctionPaintPredicate (line 1448) | class _FunctionPaintPredicate extends _PaintPredicate { method match (line 1456) | void match(Iterator call) method toString (line 1474) | String toString() class _SaveRestorePairPaintPredicate (line 1483) | class _SaveRestorePairPaintPredicate extends _PaintPredicate { method match (line 1485) | void match(Iterator call) method toString (line 1502) | String toString() function _valueName (line 1505) | String _valueName(Object? value) function _symbolName (line 1512) | String _symbolName(Symbol symbol) FILE: packages/flutter/test/rendering/mouse_tracker_cursor_test.dart type MethodCallHandler (line 15) | typedef MethodCallHandler = Future Function(MethodCall call); type SimpleAnnotationFinder (line 16) | typedef SimpleAnnotationFinder = Iterable Function(Offset... function main (line 18) | void main() function _setUpMouseTracker (line 23) | void _setUpMouseTracker({ function dispatchRemoveDevice (line 51) | void dispatchRemoveDevice([int device = 0]) function _pointerData (line 433) | ui.PointerData _pointerData( class _CursorUpdateDetails (line 448) | class _CursorUpdateDetails extends MethodCall { method toString (line 482) | String toString() FILE: packages/flutter/test/rendering/mouse_tracker_test.dart type SimpleAnnotationFinder (line 16) | typedef SimpleAnnotationFinder = Iterable Function(... function main (line 18) | void main() function _setUpMouseAnnotationFinder (line 20) | void _setUpMouseAnnotationFinder(SimpleAnnotationFinder annotationFinder) function _setUpWithOneAnnotation (line 41) | TestAnnotationTarget _setUpWithOneAnnotation({ function dispatchRemoveDevice (line 66) | void dispatchRemoveDevice([int device = 0]) function _pointerData (line 581) | ui.PointerData _pointerData( class BaseEventMatcher (line 596) | class BaseEventMatcher extends Matcher { method _matchesField (line 602) | bool _matchesField(Map matchState, String field, dyn... method matches (line 615) | bool matches(dynamic untypedItem, Map matchState) method describe (line 629) | Description describe(Description description) method describeMismatch (line 636) | Description describeMismatch( class EventMatcher (line 650) | class EventMatcher extends BaseEventMatcher { method matches (line 654) | bool matches(dynamic untypedItem, Map matchState) method describeMismatch (line 663) | Description describeMismatch( class _EventListCriticalFieldsMatcher (line 680) | class _EventListCriticalFieldsMatcher extends Matcher { method matches (line 686) | bool matches(dynamic untypedItem, Map matchState) method describe (line 714) | Description describe(Description description) method describeMismatch (line 721) | Description describeMismatch( function _equalToEventsOnCriticalFields (line 757) | Matcher _equalToEventsOnCriticalFields(List source) FILE: packages/flutter/test/rendering/mouse_tracker_test_utils.dart class _TestHitTester (line 14) | class _TestHitTester extends RenderBox { method hitTest (line 20) | bool hitTest(BoxHitTestResult result, {required ui.Offset position}) class TestMouseTrackerFlutterBinding (line 27) | class TestMouseTrackerFlutterBinding extends BindingBase method initInstances (line 30) | void initInstances() method setHitTest (line 35) | void setHitTest(BoxHitTest hitTest) method scheduleMouseTrackerPostFrameCheck (line 47) | void scheduleMouseTrackerPostFrameCheck() method addPostFrameCallback (line 60) | void addPostFrameCallback(void Function(Duration) callback) method flushPostFrameCallbacks (line 64) | void flushPostFrameCallbacks(Duration duration) class TestAnnotationTarget (line 73) | class TestAnnotationTarget with Diagnosticable implements MouseTrackerAn... method handleEvent (line 91) | void handleEvent(PointerEvent event, HitTestEntry entry) class TestAnnotationEntry (line 99) | class TestAnnotationEntry extends HitTestEntry { FILE: packages/flutter/test/rendering/mutations_test.dart class RenderLayoutTestBox (line 10) | class RenderLayoutTestBox extends RenderProxyBox { method layout (line 16) | void layout(Constraints constraints, { bool parentUsesSize = false }) method performLayout (line 30) | void performLayout() function main (line 33) | void main() FILE: packages/flutter/test/rendering/non_render_object_root_test.dart class RealRoot (line 11) | class RealRoot extends AbstractNode { method redepthChildren (line 19) | void redepthChildren() method attach (line 24) | void attach(Object owner) method detach (line 30) | void detach() method layout (line 38) | void layout() function main (line 43) | void main() FILE: packages/flutter/test/rendering/object_paint_dispose_test.dart function main (line 9) | void main() class SimplePainter (line 41) | class SimplePainter extends CustomPainter { method paint (line 43) | void paint(Canvas canvas, Size size) method shouldRepaint (line 48) | bool shouldRepaint(SimplePainter oldDelegate) FILE: packages/flutter/test/rendering/object_test.dart function main (line 12) | void main() function _testPaintingContextLayerReuse (line 184) | void _testPaintingContextLayerReuse(_LayerTestPaintCall... type _LayerTestPaintCallback (line 196) | typedef _LayerTestPaintCallback = Layer? Function(PaintingContextCallbac... class _TestCustomLayerBox (line 198) | class _TestCustomLayerBox extends RenderBox { method performLayout (line 208) | void performLayout() method paint (line 213) | void paint(PaintingContext context, Offset offset) class TestParentData (line 220) | class TestParentData extends ParentData with ContainerParentDataMixin getBoxesForSelection( class RenderParagraphWithEmptyBoxListForWidgetSpan (line 51) | class RenderParagraphWithEmptyBoxListForWidgetSpan extends RenderParagra... method getBoxesForSelection (line 59) | List getBoxesForSelection( function main (line 75) | void main() function relayoutWith (line 259) | void relayoutWith({ function layoutAt (line 338) | void layoutAt(int? maxLines) FILE: packages/flutter/test/rendering/platform_view_test.dart function main (line 16) | void main() function _pointerData (line 155) | ui.PointerData _pointerData( FILE: packages/flutter/test/rendering/positioned_box_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/proxy_box_test.dart function main (line 16) | void main() function makeFittedBox (line 35) | RenderFittedBox makeFittedBox(Size size) function getPixel (line 229) | int getPixel(int x, int y) function _testFittedBoxWithClipRectLayer (line 430) | void _testFittedBoxWithClipRectLayer() function _testFittedBoxWithTransformLayer (line 442) | void _testFittedBoxWithTransformLayer() class _TestRectClipper (line 564) | class _TestRectClipper extends CustomClipper { method getClip (line 566) | Rect getClip(Size size) method getApproximateClipRect (line 571) | Rect getApproximateClipRect(Size size) method shouldReclip (line 574) | bool shouldReclip(_TestRectClipper oldClipper) class _TestRRectClipper (line 577) | class _TestRRectClipper extends CustomClipper { method getClip (line 579) | RRect getClip(Size size) method getApproximateClipRect (line 584) | Rect getApproximateClipRect(Size size) method shouldReclip (line 587) | bool shouldReclip(_TestRRectClipper oldClipper) function _testLayerReuse (line 593) | void _testLayerReuse(RenderBox renderObject) class _TestPathClipper (line 609) | class _TestPathClipper extends CustomClipper { method getClip (line 611) | Path getClip(Size size) method shouldReclip (line 616) | bool shouldReclip(_TestPathClipper oldClipper) class _TestSemanticsUpdateRenderFractionalTranslation (line 619) | class _TestSemanticsUpdateRenderFractionalTranslation extends RenderFrac... method markNeedsSemanticsUpdate (line 628) | void markNeedsSemanticsUpdate() FILE: packages/flutter/test/rendering/proxy_getters_and_setters_test.dart function main (line 9) | void main() function callback1 (line 54) | Shader callback1(Rect bounds) function callback2 (line 59) | Shader callback2(Rect bounds) FILE: packages/flutter/test/rendering/proxy_sliver_test.dart function main (line 11) | void main() FILE: packages/flutter/test/rendering/reattach_test.dart class TestTree (line 10) | class TestTree { class MutableCompositor (line 46) | class MutableCompositor extends RenderProxyBox { class TestCompositingBitsTree (line 53) | class TestCompositingBitsTree { function main (line 83) | void main() FILE: packages/flutter/test/rendering/recording_canvas.dart class RecordedInvocation (line 10) | class RecordedInvocation { method toString (line 27) | String toString() method stackToString (line 30) | String stackToString({ String indent = '' }) class TestRecordingCanvas (line 57) | class TestRecordingCanvas implements Canvas { method getSaveCount (line 64) | int getSaveCount() method save (line 67) | void save() method saveLayer (line 73) | void saveLayer(Rect? bounds, Paint paint) method restore (line 79) | void restore() method noSuchMethod (line 86) | void noSuchMethod(Invocation invocation) class TestRecordingPaintingContext (line 92) | class TestRecordingPaintingContext extends ClipContext implements Painti... method paintChild (line 100) | void paintChild(RenderObject child, Offset offset) method pushClipRect (line 105) | ClipRectLayer? pushClipRect( method pushClipRRect (line 118) | ClipRRectLayer? pushClipRRect( method pushClipPath (line 133) | ClipPathLayer? pushClipPath( method pushTransform (line 147) | TransformLayer? pushTransform( method pushOpacity (line 162) | OpacityLayer pushOpacity( method pushLayer (line 175) | void pushLayer( method noSuchMethod (line 185) | void noSuchMethod(Invocation invocation) class _MethodCall (line 188) | class _MethodCall implements Invocation { function _valueName (line 211) | String _valueName(Object? value) function _symbolName (line 218) | String _symbolName(Symbol symbol) function _describeInvocation (line 226) | String _describeInvocation(Invocation call) FILE: packages/flutter/test/rendering/relative_rect_test.dart function main (line 8) | void main() FILE: packages/flutter/test/rendering/rendering_tester.dart class TestRenderingFlutterBinding (line 17) | class TestRenderingFlutterBinding extends BindingBase with SchedulerBind... method takeFlutterErrorDetails (line 48) | FlutterErrorDetails? takeFlutterErrorDetails() method takeAllFlutterErrorDetails (line 61) | Iterable takeAllFlutterErrorDetails() method takeAllFlutterExceptions (line 75) | Iterable takeAllFlutterExceptions() method drawFrame (line 86) | void drawFrame() function layout (line 145) | void layout( function pumpFrame (line 173) | void pumpFrame({ EnginePhase phase = EnginePhase.layout, VoidCallback? o... class TestCallbackPainter (line 186) | class TestCallbackPainter extends CustomPainter { method paint (line 192) | void paint(Canvas canvas, Size size) method shouldRepaint (line 197) | bool shouldRepaint(TestCallbackPainter oldPainter) class RenderSizedBox (line 200) | class RenderSizedBox extends RenderBox { method computeMinIntrinsicWidth (line 206) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 211) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 216) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 221) | double computeMaxIntrinsicHeight(double width) method performResize (line 229) | void performResize() method performLayout (line 234) | void performLayout() method hitTestSelf (line 237) | bool hitTestSelf(Offset position) class FakeTickerProvider (line 240) | class FakeTickerProvider implements TickerProvider { method createTicker (line 242) | Ticker createTicker(TickerCallback onTick, [ bool disableAnimations = ... class FakeTicker (line 247) | class FakeTicker implements Ticker { method absorbTicker (line 252) | void absorbTicker(Ticker originalTicker) method dispose (line 270) | void dispose() method scheduleTick (line 273) | void scheduleTick({ bool rescheduling = false }) method start (line 276) | TickerFuture start() method stop (line 281) | void stop({ bool canceled = false }) method unscheduleTick (line 284) | void unscheduleTick() method toString (line 287) | String toString({ bool debugIncludeStack = false }) method describeForError (line 290) | DiagnosticsNode describeForError(String name) class TestClipPaintingContext (line 295) | class TestClipPaintingContext extends PaintingContext { method pushClipRect (line 299) | ClipRectLayer? pushClipRect( function expectOverflowedErrors (line 313) | void expectOverflowedErrors() FILE: packages/flutter/test/rendering/repaint_boundary_2_test.dart function main (line 8) | void main() class RelayoutBoundariesCrash (line 17) | class RelayoutBoundariesCrash extends StatefulWidget { method createState (line 21) | RelayoutBoundariesCrashState createState() class RelayoutBoundariesCrashState (line 24) | class RelayoutBoundariesCrashState extends State { method _toggleMode (line 27) | void _toggleMode() method build (line 34) | Widget build(BuildContext context) FILE: packages/flutter/test/rendering/repaint_boundary_test.dart function main (line 10) | void main() class _TestRepaintBoundary (line 93) | class _TestRepaintBoundary extends RenderBox { method performLayout (line 98) | void performLayout() class _TestRepaintBoundaryThatOverwritesItsLayer (line 104) | class _TestRepaintBoundaryThatOverwritesItsLayer extends RenderBox { method performLayout (line 109) | void performLayout() method paint (line 114) | void paint(PaintingContext context, Offset offset) class _TestNonCompositedBox (line 120) | class _TestNonCompositedBox extends RenderBox { method performLayout (line 125) | void performLayout() class _TestCompositedBox (line 131) | class _TestCompositedBox extends RenderBox { method performLayout (line 136) | void performLayout() method paint (line 141) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/test/rendering/semantics_and_children_test.dart function countSemanticsChildren (line 11) | int countSemanticsChildren(RenderObject object) function main (line 19) | void main() FILE: packages/flutter/test/rendering/simple_semantics_test.dart function main (line 11) | void main() class TestRender (line 61) | class TestRender extends RenderSemanticsAnnotations { method describeSemanticsConfiguration (line 65) | void describeSemanticsConfiguration(SemanticsConfiguration config) FILE: packages/flutter/test/rendering/size_test.dart function main (line 10) | void main() FILE: packages/flutter/test/rendering/sliver_cache_test.dart function main (line 10) | void main() function expectSliverConstraints (line 875) | void expectSliverConstraints({ function expectSliverGeometry (line 888) | void expectSliverGeometry({ class TestRenderSliverBoxChildManager (line 899) | class TestRenderSliverBoxChildManager extends RenderSliverBoxChildManager { method createRenderSliverList (line 907) | RenderSliverList createRenderSliverList() method createRenderSliverFixedExtentList (line 913) | RenderSliverFixedExtentList createRenderSliverFixedExtentList() method createRenderSliverGrid (line 922) | RenderSliverGrid createRenderSliverGrid() method createChild (line 937) | void createChild(int index, { required RenderBox? after }) method removeChild (line 949) | void removeChild(RenderBox child) method estimateMaxScrollOffset (line 954) | double estimateMaxScrollOffset( method didAdoptChild (line 969) | void didAdoptChild(RenderBox child) method setDidUnderflow (line 976) | void setDidUnderflow(bool value) FILE: packages/flutter/test/rendering/sliver_fixed_extent_layout_test.dart function main (line 10) | void main() function testGetMaxChildIndexForScrollOffset (line 113) | int testGetMaxChildIndexForScrollOffset(double scrollOffset, double item... class TestRenderSliverBoxChildManager (line 118) | class TestRenderSliverBoxChildManager extends RenderSliverBoxChildManager { method createRenderSliverFillViewport (line 126) | RenderSliverFillViewport createRenderSliverFillViewport() method createChild (line 137) | void createChild(int index, { required RenderBox? after }) method removeChild (line 149) | void removeChild(RenderBox child) method estimateMaxScrollOffset (line 154) | double estimateMaxScrollOffset( method didAdoptChild (line 169) | void didAdoptChild(RenderBox child) method setDidUnderflow (line 176) | void setDidUnderflow(bool value) class TestRenderSliverFixedExtentBoxAdaptor (line 179) | class TestRenderSliverFixedExtentBoxAdaptor extends RenderSliverFixedExt... method getMaxChildIndexForScrollOffset (line 185) | int getMaxChildIndexForScrollOffset(double scrollOffset, double itemEx... FILE: packages/flutter/test/rendering/sliver_persistent_header_test.dart function main (line 10) | void main() class TestRenderSliverFloatingPersistentHeader (line 45) | class TestRenderSliverFloatingPersistentHeader extends RenderSliverFloat... class TestRenderSliverFloatingPinnedPersistentHeader (line 57) | class TestRenderSliverFloatingPinnedPersistentHeader extends RenderSlive... FILE: packages/flutter/test/rendering/slivers_block_test.dart class TestRenderSliverBoxChildManager (line 11) | class TestRenderSliverBoxChildManager extends RenderSliverBoxChildManager { method createRenderObject (line 19) | RenderSliverList createRenderObject() method createChild (line 27) | void createChild(int index, { required RenderBox? after }) method removeChild (line 39) | void removeChild(RenderBox child) method estimateMaxScrollOffset (line 44) | double estimateMaxScrollOffset( method didAdoptChild (line 59) | void didAdoptChild(RenderBox child) method setDidUnderflow (line 66) | void setDidUnderflow(bool value) class ViewportOffsetSpy (line 69) | class ViewportOffsetSpy extends ViewportOffset { method applyViewportDimension (line 83) | bool applyViewportDimension(double viewportDimension) method applyContentDimensions (line 86) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... method correctBy (line 89) | void correctBy(double correction) method jumpTo (line 95) | void jumpTo(double pixels) method animateTo (line 100) | Future animateTo( function main (line 115) | void main() FILE: packages/flutter/test/rendering/slivers_helpers_test.dart function main (line 8) | void main() FILE: packages/flutter/test/rendering/slivers_layout_test.dart class RenderLayoutWatcher (line 12) | class RenderLayoutWatcher extends RenderProxyBox { method performLayout (line 15) | void performLayout() function main (line 21) | void main() FILE: packages/flutter/test/rendering/slivers_test.dart function main (line 12) | void main() function _getPaintOrigin (line 265) | Offset _getPaintOrigin(RenderObject render) class _DummyHitTestTarget (line 1022) | class _DummyHitTestTarget implements HitTestTarget { method handleEvent (line 1024) | void handleEvent(PointerEvent event, HitTestEntry entry) class MyHitTestResult (line 1029) | class MyHitTestResult extends HitTestResult { method publicPushTransform (line 1030) | void publicPushTransform(Matrix4 transform) FILE: packages/flutter/test/rendering/stack_test.dart function main (line 10) | void main() function visitor (line 109) | void visitor(RenderObject child) FILE: packages/flutter/test/rendering/table_border_test.dart function main (line 8) | void main() FILE: packages/flutter/test/rendering/table_test.dart function sizedBox (line 11) | RenderBox sizedBox(double width, double height) function main (line 17) | void main() FILE: packages/flutter/test/rendering/transform_test.dart function round (line 12) | Offset round(Offset value) function main (line 16) | void main() function rotateAroundXAxis (line 171) | Matrix4 rotateAroundXAxis(double a) FILE: packages/flutter/test/rendering/view_chrome_style_test.dart function main (line 11) | void main() function setupTestDevice (line 19) | void setupTestDevice() class FakeWindowPadding (line 234) | class FakeWindowPadding implements WindowPadding { FILE: packages/flutter/test/rendering/view_test.dart function main (line 12) | void main() function createViewConfiguration (line 15) | ViewConfiguration createViewConfiguration({ FILE: packages/flutter/test/rendering/viewport_caching_test.dart function main (line 15) | void main() function rectExpandedOnAxis (line 18) | Rect rectExpandedOnAxis(double value) class CustomConstraintsRenderSliver (line 158) | class CustomConstraintsRenderSliver extends RenderSliver { method performLayout (line 168) | void performLayout() FILE: packages/flutter/test/rendering/viewport_test.dart class _TestSliverPersistentHeaderDelegate (line 19) | class _TestSliverPersistentHeaderDelegate extends SliverPersistentHeader... method build (line 45) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 48) | bool shouldRebuild(_TestSliverPersistentHeaderDelegate oldDelegate) function main (line 51) | void main() function buildFrame (line 54) | Widget buildFrame(Axis axis) function buildNestedScroller (line 752) | Future buildNestedScroller({ required WidgetTester tester, require... function testFloatingHeaderShowOnScreen (line 1181) | void testFloatingHeaderShowOnScreen({ bool animated = true, Axis axis = ... function buildList (line 1187) | Widget buildList({ required SliverPersistentHeader floatingHeader, bool ... function mainAxisExtent (line 1216) | double mainAxisExtent(WidgetTester tester, Finder finder) function buildList (line 1495) | Widget buildList({ required Axis axis, bool reverse = false, bool revers... function buildNestedWidget (line 1650) | Widget buildNestedWidget([Axis a1 = Axis.vertical, Axis a2 = Axis.horizo... function expectFlutterError (line 1666) | Future expectFlutterError({ function _buildShrinkWrap (line 1849) | Widget _buildShrinkWrap({ FILE: packages/flutter/test/rendering/wrap_test.dart function main (line 10) | void main() FILE: packages/flutter/test/scheduler/animation_test.dart class TestSchedulerBinding (line 12) | class TestSchedulerBinding extends BindingBase with SchedulerBinding, Se... function main (line 14) | void main() function firstCallback (line 27) | void firstCallback(Duration timeStamp) function secondCallback (line 35) | void secondCallback(Duration timeStamp) FILE: packages/flutter/test/scheduler/benchmarks_test.dart class TestBinding (line 8) | class TestBinding extends LiveTestWidgetsFlutterBinding { method handleBeginFrame (line 17) | void handleBeginFrame(Duration? rawTimeStamp) method handleDrawFrame (line 25) | void handleDrawFrame() function main (line 34) | void main() FILE: packages/flutter/test/scheduler/debug_test.dart function main (line 8) | void main() FILE: packages/flutter/test/scheduler/priority_test.dart function main (line 8) | void main() FILE: packages/flutter/test/scheduler/scheduler_test.dart class TestSchedulerBinding (line 15) | class TestSchedulerBinding extends BindingBase with SchedulerBinding, Se... method postEvent (line 19) | void postEvent(String eventKind, Map eventData) method getEventsDispatched (line 23) | List> getEventsDispatched(String eventKind) class TestStrategy (line 28) | class TestStrategy { method shouldRunTaskWithPriority (line 31) | bool shouldRunTaskWithPriority({ required int priority, required Sched... function main (line 36) | void main() function scheduleAddingTask (line 49) | void scheduleAddingTask(int x) function frameCallback (line 185) | void frameCallback(Duration timeStamp) class DummyTimer (line 248) | class DummyTimer implements Timer { method cancel (line 250) | void cancel() FILE: packages/flutter/test/scheduler/scheduler_tester.dart class Future (line 7) | @Deprecated('scheduler_tester is not compatible with dart:async') // flu... function tick (line 10) | void tick(Duration duration) FILE: packages/flutter/test/scheduler/ticker_test.dart function main (line 10) | void main() function setAppLifeCycleState (line 11) | Future setAppLifeCycleState(AppLifecycleState state) function handleTick (line 20) | void handleTick(Duration duration) function testFunction (line 103) | void testFunction() function handleTick (line 116) | void handleTick(Duration duration) function handleTick (line 132) | void handleTick(Duration duration) function handleTick (line 147) | void handleTick(Duration duration) function handleTick (line 172) | void handleTick(Duration duration) FILE: packages/flutter/test/semantics/custom_semantics_action_test.dart function main (line 8) | void main() function _nonconst (line 29) | T _nonconst(T value) FILE: packages/flutter/test/semantics/semantics_elevation_test.dart function main (line 11) | void main() FILE: packages/flutter/test/semantics/semantics_service_test.dart function main (line 11) | void main() function handleMessage (line 17) | Future handleMessage(dynamic mockMessage) FILE: packages/flutter/test/semantics/semantics_test.dart function main (line 13) | void main() function onShowOnScreen (line 726) | void onShowOnScreen() function onScrollDown (line 727) | void onScrollDown() function onScrollUp (line 728) | void onScrollUp() function onScrollLeft (line 729) | void onScrollLeft() function onScrollRight (line 730) | void onScrollRight() function onLongPress (line 731) | void onLongPress() function onDecrease (line 732) | void onDecrease() function onIncrease (line 733) | void onIncrease() function onMoveCursorForwardByCharacter (line 734) | void onMoveCursorForwardByCharacter(bool _) function onMoveCursorBackwardByCharacter (line 735) | void onMoveCursorBackwardByCharacter(bool _) function onTap (line 736) | void onTap() function onCustomAction (line 737) | void onCustomAction() class TestRender (line 778) | class TestRender extends RenderProxyBox { method describeSemanticsConfiguration (line 800) | void describeSemanticsConfiguration(SemanticsConfiguration config) class CustomSortKey (line 819) | class CustomSortKey extends OrdinalSortKey { FILE: packages/flutter/test/semantics/semantics_update_test.dart function main (line 12) | void main() class SemanticsUpdateTestBinding (line 159) | class SemanticsUpdateTestBinding extends AutomatedTestWidgetsFlutterBind... method createSemanticsUpdateBuilder (line 161) | ui.SemanticsUpdateBuilder createSemanticsUpdateBuilder() class SemanticsUpdateBuilderSpy (line 166) | class SemanticsUpdateBuilderSpy extends ui.SemanticsUpdateBuilder { method updateNode (line 170) | void updateNode({ class SemanticsNodeUpdateObservation (line 242) | class SemanticsNodeUpdateObservation { FILE: packages/flutter/test/semantics/traversal_order_test.dart function main (line 10) | void main() FILE: packages/flutter/test/services/asset_bundle_test.dart class TestAssetBundle (line 13) | class TestAssetBundle extends CachingAssetBundle { method load (line 17) | Future load(String key) function main (line 28) | void main() FILE: packages/flutter/test/services/autofill_test.dart function main (line 10) | void main() class FakeAutofillClient (line 94) | class FakeAutofillClient implements TextInputClient, AutofillClient { method updateEditingValue (line 104) | void updateEditingValue(TextEditingValue newEditingValue) method performAction (line 118) | void performAction(TextInputAction action) method performPrivateCommand (line 123) | void performPrivateCommand(String action, Map data) method updateFloatingCursor (line 128) | void updateFloatingCursor(RawFloatingCursorPoint point) method connectionClosed (line 133) | void connectionClosed() method showAutocorrectionPromptRect (line 138) | void showAutocorrectionPromptRect(int start, int end) method autofill (line 143) | void autofill(TextEditingValue newEditingValue) class FakeAutofillScope (line 146) | class FakeAutofillScope with AutofillScopeMixin implements AutofillScope { method getAutofillClient (line 153) | AutofillClient getAutofillClient(String autofillId) method register (line 155) | void register(AutofillClient client) FILE: packages/flutter/test/services/binding_test.dart class TestBinding (line 43) | class TestBinding extends BindingBase with SchedulerBinding, ServicesBin... method createBinaryMessenger (line 48) | TestDefaultBinaryMessenger createBinaryMessenger() function main (line 53) | void main() FILE: packages/flutter/test/services/channel_buffers_test.dart class TestChannelBuffersFlutterBinding (line 13) | class TestChannelBuffersFlutterBinding extends BindingBase with Schedule... function main (line 15) | void main() function _makeByteData (line 16) | ByteData _makeByteData(String str) function _getString (line 22) | String _getString(ByteData data) function callback (line 33) | void callback(ByteData? responseData) FILE: packages/flutter/test/services/default_binary_messenger_test.dart function main (line 12) | void main() function _makeByteData (line 15) | ByteData _makeByteData(String str) function handler (line 54) | Future handler(ByteData? call) FILE: packages/flutter/test/services/deferred_component_test.dart function main (line 8) | void main() FILE: packages/flutter/test/services/delta_text_input_test.dart function main (line 12) | void main() class FakeDeltaTextInputClient (line 71) | class FakeDeltaTextInputClient implements DeltaTextInputClient { method performAction (line 83) | void performAction(TextInputAction action) method performPrivateCommand (line 88) | void performPrivateCommand(String action, Map data) method updateEditingValue (line 93) | void updateEditingValue(TextEditingValue value) method updateEditingValueWithDeltas (line 98) | void updateEditingValueWithDeltas(List textEditingDe... method updateFloatingCursor (line 103) | void updateFloatingCursor(RawFloatingCursorPoint point) method connectionClosed (line 108) | void connectionClosed() method showAutocorrectionPromptRect (line 113) | void showAutocorrectionPromptRect(int start, int end) FILE: packages/flutter/test/services/fake_platform_views.dart class FakePlatformViewController (line 14) | class FakePlatformViewController extends PlatformViewController { method dispatchPointerEvent (line 27) | Future dispatchPointerEvent(PointerEvent event) method clearTestingVariables (line 31) | void clearTestingVariables() method dispose (line 38) | Future dispose() method clearFocus (line 43) | Future clearFocus() class FakeAndroidViewController (line 48) | class FakeAndroidViewController implements AndroidViewController { method dispatchPointerEvent (line 65) | Future dispatchPointerEvent(PointerEvent event) method clearTestingVariables (line 69) | void clearTestingVariables() method dispose (line 76) | Future dispose() method clearFocus (line 81) | Future clearFocus() method setSize (line 86) | Future setSize(Size size) method addOnPlatformViewCreatedListener (line 97) | void addOnPlatformViewCreatedListener(PlatformViewCreatedCallback list... method removeOnPlatformViewCreatedListener (line 101) | void removeOnPlatformViewCreatedListener(PlatformViewCreatedCallback l... method sendMotionEvent (line 106) | Future sendMotionEvent(AndroidMotionEvent event) method setLayoutDirection (line 111) | Future setLayoutDirection(TextDirection layoutDirection) method create (line 116) | Future create() class FakeAndroidPlatformViewsController (line 121) | class FakeAndroidPlatformViewsController { method registerViewType (line 143) | void registerViewType(String viewType) method invokeViewFocused (line 147) | void invokeViewFocused(int viewId) method _onMethodCall (line 154) | Future _onMethodCall(MethodCall call) method _create (line 174) | Future _create(MethodCall call) method _dispose (line 210) | Future _dispose(MethodCall call) method _resize (line 233) | Future _resize(MethodCall call) method _touch (line 253) | Future _touch(MethodCall call) method _setDirection (line 275) | Future _setDirection(MethodCall call) method _clearFocus (line 291) | Future _clearFocus(MethodCall call) method _synchronizeToNativeViewHierarchy (line 304) | Future _synchronizeToNativeViewHierarchy(MethodCall call) class FakeIosPlatformViewsController (line 310) | class FakeIosPlatformViewsController { method registerViewType (line 330) | void registerViewType(String viewType) method _onMethodCall (line 334) | Future _onMethodCall(MethodCall call) method _create (line 348) | Future _create(MethodCall call) method _acceptGesture (line 376) | Future _acceptGesture(MethodCall call) method _rejectGesture (line 383) | Future _rejectGesture(MethodCall call) method _dispose (line 390) | Future _dispose(MethodCall call) class FakeHtmlPlatformViewsController (line 405) | class FakeHtmlPlatformViewsController { method registerViewType (line 419) | void registerViewType(String viewType) method _onMethodCall (line 423) | Future _onMethodCall(MethodCall call) method _create (line 433) | Future _create(MethodCall call) method _dispose (line 458) | Future _dispose(MethodCall call) class FakeAndroidPlatformView (line 472) | @immutable method copyWith (line 483) | FakeAndroidPlatformView copyWith({Size? size, int? layoutDirection}) method toString (line 509) | String toString() class FakeAndroidMotionEvent (line 514) | @immutable method toString (line 535) | String toString() class FakeUiKitView (line 540) | @immutable method toString (line 562) | String toString() class FakeHtmlPlatformView (line 567) | @immutable method toString (line 587) | String toString() FILE: packages/flutter/test/services/font_loader_test.dart class TestFontLoader (line 10) | class TestFontLoader extends FontLoader { method loadFont (line 14) | Future loadFont(Uint8List list, String family) function main (line 21) | void main() FILE: packages/flutter/test/services/haptic_feedback_test.dart function main (line 8) | void main() function callAndVerifyHapticFunction (line 25) | Future callAndVerifyHapticFunction(Future Function() hapticF... FILE: packages/flutter/test/services/hardware_keyboard_test.dart function main (line 12) | void main() function handler2 (line 124) | bool handler2(KeyEvent event) function handler3 (line 146) | bool handler3(KeyEvent event) FILE: packages/flutter/test/services/keyboard_key_test.dart function main (line 8) | void main() FILE: packages/flutter/test/services/lifecycle_test.dart function main (line 8) | void main() FILE: packages/flutter/test/services/message_codecs_test.dart function main (line 17) | void main() FILE: packages/flutter/test/services/message_codecs_testing.dart function checkEncoding (line 10) | void checkEncoding(MessageCodec codec, T message, List expect... function checkEncodeDecode (line 18) | void checkEncodeDecode(MessageCodec codec, T message) function deepEquals (line 34) | bool deepEquals(dynamic valueA, dynamic valueB) function deepEqualsTypedData (line 46) | bool deepEqualsTypedData(TypedData valueA, TypedData valueB) function deepEqualsList (line 64) | bool deepEqualsList(List valueA, List valueB) function deepEqualsMap (line 74) | bool deepEqualsMap(Map valueA, Map v... FILE: packages/flutter/test/services/message_codecs_vm_test.dart function main (line 13) | void main() FILE: packages/flutter/test/services/mouse_tracking_test.dart function main (line 10) | void main() FILE: packages/flutter/test/services/platform_channel_test.dart function main (line 14) | void main() function handler (line 259) | Future handler(MethodCall call) function emitEvent (line 273) | void emitEvent(ByteData? event) FILE: packages/flutter/test/services/platform_messages_test.dart function main (line 9) | void main() FILE: packages/flutter/test/services/platform_views_test.dart function main (line 11) | void main() function callback (line 170) | void callback(int id) FILE: packages/flutter/test/services/raw_keyboard_test.dart class _ModifierCheck (line 10) | class _ModifierCheck { function main (line 16) | void main() function handleKey (line 21) | void handleKey(RawKeyEvent event) function handleKey (line 35) | void handleKey(RawKeyEvent event) function handler2 (line 717) | void handler2(RawKeyEvent event) function handler3 (line 729) | void handler3(RawKeyEvent event) function simulateKeyEventMessage (line 1763) | Future simulateKeyEventMessage(String type, int keyCode, int scanC... function keyCodeForModifier (line 1839) | int keyCodeForModifier(int modifier, {required bool isLeft}) function _createFailingKey (line 1969) | void _createFailingKey() function keyCodeForModifier (line 2071) | int keyCodeForModifier(int modifier, {required bool isLeft}) function _createFailingKey (line 2201) | void _createFailingKey() FILE: packages/flutter/test/services/restoration.dart class MockRestorationManager (line 10) | class MockRestorationManager extends TestRestorationManager { method initChannels (line 21) | void initChannels() method scheduleSerializationFor (line 27) | void scheduleSerializationFor(RestorationBucket bucket) method unscheduleSerializationFor (line 33) | bool unscheduleSerializationFor(RestorationBucket bucket) method doSerialization (line 38) | void doSerialization() method restoreFrom (line 47) | void restoreFrom(TestRestorationData data) method sendToEngine (line 73) | Future sendToEngine(Uint8List encodedData) method toString (line 78) | String toString() FILE: packages/flutter/test/services/restoration_bucket_test.dart function main (line 12) | void main() function _createRawDataSet (line 567) | Map _createRawDataSet() FILE: packages/flutter/test/services/restoration_test.dart function main (line 16) | void main() function _pushDataFromEngine (line 307) | Future _pushDataFromEngine(Map data) function _createEncodedRestorationData1 (line 315) | Map _createEncodedRestorationData1() function _createEncodedRestorationData2 (line 332) | Map _createEncodedRestorationData2() function _packageRestorationData (line 348) | Map _packageRestorationData({bool enabled = true, Map<... class TestRestorationManager (line 356) | class TestRestorationManager extends RestorationManager { method receiveDataFromEngine (line 357) | void receiveDataFromEngine({required bool enabled, required Uint8List?... FILE: packages/flutter/test/services/set_method_call_handler_test.dart function main (line 8) | void main() FILE: packages/flutter/test/services/system_chrome_test.dart function main (line 9) | void main() FILE: packages/flutter/test/services/system_navigator_test.dart function main (line 9) | void main() function verify (line 14) | Future verify(AsyncCallback test, List expectations) FILE: packages/flutter/test/services/system_sound_test.dart function main (line 9) | void main() FILE: packages/flutter/test/services/text_editing_delta_test.dart function main (line 10) | void main() FILE: packages/flutter/test/services/text_formatter_test.dart function main (line 9) | void main() function collapsedValue (line 488) | TextEditingValue collapsedValue(String text, int offset) function collapsedValue (line 550) | TextEditingValue collapsedValue(String text, int offset) function collapsedValue (line 581) | TextEditingValue collapsedValue(String text, int offset) FILE: packages/flutter/test/services/text_input_test.dart function main (line 13) | void main() class FakeTextInputClient (line 425) | class FakeTextInputClient implements TextInputClient { method performAction (line 437) | void performAction(TextInputAction action) method performPrivateCommand (line 442) | void performPrivateCommand(String action, Map data) method updateEditingValue (line 447) | void updateEditingValue(TextEditingValue value) method updateFloatingCursor (line 452) | void updateFloatingCursor(RawFloatingCursorPoint point) method connectionClosed (line 457) | void connectionClosed() method showAutocorrectionPromptRect (line 462) | void showAutocorrectionPromptRect(int start, int end) FILE: packages/flutter/test/services/text_input_utils.dart class FakeTextChannel (line 10) | class FakeTextChannel implements MethodChannel { method invokeListMethod (line 25) | Future> invokeListMethod(String method, [dynamic arguments]) method invokeMapMethod (line 28) | Future> invokeMapMethod(String method, [dynamic argume... method invokeMethod (line 31) | Future invokeMethod(String method, [dynamic arguments]) method setMethodCallHandler (line 41) | void setMethodCallHandler(Future Function(MethodCall call)? hand... method validateOutgoingMethodCalls (line 43) | void validateOutgoingMethodCalls(List calls) FILE: packages/flutter/test/widgets/absorb_pointer_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/actions_test.dart type PostInvokeCallback (line 12) | typedef PostInvokeCallback = void Function({Action action, Inten... class TestIntent (line 14) | class TestIntent extends Intent { class SecondTestIntent (line 18) | class SecondTestIntent extends TestIntent { class ThirdTestIntent (line 22) | class ThirdTestIntent extends SecondTestIntent { class TestAction (line 26) | class TestAction extends CallbackAction { method isEnabled (line 33) | bool isEnabled(TestIntent intent) method addActionListener (line 46) | void addActionListener(ActionListenerCallback listener) method removeActionListener (line 52) | void removeActionListener(ActionListenerCallback listener) method _testInvoke (line 58) | void _testInvoke(TestIntent intent) class TestDispatcher (line 61) | class TestDispatcher extends ActionDispatcher { method invokeAction (line 67) | Object? invokeAction(Action action, Intent intent, [BuildConte... class TestDispatcher1 (line 74) | class TestDispatcher1 extends TestDispatcher { function main (line 78) | void main() function collect (line 112) | void collect({Action? action, Intent? intent, ActionDispatcher? ... function clear (line 118) | void clear() function buildTest (line 408) | Future buildTest(bool enabled) function pumpTest (line 773) | Future pumpTest( class TestContextAction (line 1700) | class TestContextAction extends ContextAction { method invoke (line 1704) | Object? invoke(covariant TestIntent intent, [BuildContext? context]) class LogIntent (line 1710) | class LogIntent extends Intent { class LogInvocationAction (line 1716) | class LogInvocationAction extends Action { method invoke (line 1727) | Object? invoke(LogIntent intent) method debugFillProperties (line 1739) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LogInvocationContextAction (line 1745) | class LogInvocationContextAction extends ContextAction { method invoke (line 1758) | Object? invoke(LogIntent intent, [BuildContext? context]) method debugFillProperties (line 1771) | void debugFillProperties(DiagnosticPropertiesBuilder properties) class LogInvocationButDeferIsEnabledAction (line 1777) | class LogInvocationButDeferIsEnabledAction extends LogInvocationAction { class RedirectOutputAction (line 1785) | class RedirectOutputAction extends LogInvocationAction { method invoke (line 1795) | Object? invoke(LogIntent intent) FILE: packages/flutter/test/widgets/align_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/animated_align_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/animated_container_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/animated_cross_fade_test.dart function main (line 9) | void main() function crossFadeWithWatcher (line 265) | Widget crossFadeWithWatcher({ bool towardsSecond = false }) function findState (line 280) | _TickerWatchingWidgetState findState() function findSemantics (line 291) | ExcludeSemantics findSemantics() class _TickerWatchingWidget (line 389) | class _TickerWatchingWidget extends StatefulWidget { method createState (line 393) | State createState() class _TickerWatchingWidgetState (line 396) | class _TickerWatchingWidgetState extends State<_TickerWatchingWidget> wi... method initState (line 400) | void initState() method build (line 406) | Widget build(BuildContext context) method dispose (line 409) | void dispose() FILE: packages/flutter/test/widgets/animated_list_test.dart function main (line 9) | void main() function builder (line 11) | Widget builder(BuildContext context, int index, Animation animat... function itemHeight (line 121) | double itemHeight(int index) function itemTop (line 122) | double itemTop(int index) function itemBottom (line 123) | double itemBottom(int index) function buildItem (line 184) | Widget buildItem(BuildContext context, int item, Animation anima... function itemTop (line 214) | double itemTop(int index) function itemBottom (line 215) | double itemBottom(int index) FILE: packages/flutter/test/widgets/animated_padding_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/animated_positioned_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/animated_size_test.dart class TestPaintingContext (line 9) | class TestPaintingContext implements PaintingContext { method noSuchMethod (line 13) | void noSuchMethod(Invocation invocation) function main (line 18) | void main() function pumpMillis (line 136) | Future pumpMillis(int millis) function verify (line 140) | void verify({ double? size, RenderAnimatedSizeState? state }) function pumpWidget (line 307) | Future pumpWidget(Size size, [Duration? duration]) FILE: packages/flutter/test/widgets/animated_switcher_test.dart function main (line 8) | void main() function newLayoutBuilder (line 182) | Widget newLayoutBuilder(Widget? currentChild, List previousChild... function newLayoutBuilder (line 204) | Widget newLayoutBuilder(Widget? currentChild, List previousChild... function newTransitionBuilder (line 212) | Widget newTransitionBuilder(Widget child, Animation animation) function pumpChild (line 309) | Future pumpChild(Widget child) function newLayoutBuilder (line 341) | Widget newLayoutBuilder(Widget? currentChild, List previousChild... function newTransitionBuilder (line 389) | Widget newTransitionBuilder(Widget child, Animation animation) class StatefulTest (line 420) | class StatefulTest extends StatefulWidget { method createState (line 424) | StatefulTestState createState() class StatefulTestState (line 427) | class StatefulTestState extends State { method initState (line 432) | void initState() method build (line 438) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/annotated_region_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/app_navigator_key_test.dart function generateRoute (line 8) | Route generateRoute(RouteSettings settings) function main (line 15) | void main() FILE: packages/flutter/test/widgets/app_overrides_test.dart class TestRoute (line 8) | class TestRoute extends PageRoute { method buildPage (line 26) | Widget buildPage(BuildContext context, Animation animation, An... function pumpApp (line 31) | Future pumpApp(WidgetTester tester) function main (line 42) | void main() FILE: packages/flutter/test/widgets/app_test.dart class TestIntent (line 10) | class TestIntent extends Intent { class TestAction (line 14) | class TestAction extends Action { method invoke (line 22) | void invoke(Intent intent) function main (line 27) | void main() function expectFlutterError (line 154) | Future expectFlutterError({ type SimpleRouterDelegateBuilder (line 514) | typedef SimpleRouterDelegateBuilder = Widget Function(BuildContext, Rout... type SimpleNavigatorRouterDelegatePopPage (line 515) | typedef SimpleNavigatorRouterDelegatePopPage = bool Function(Route... class SimpleRouteInformationParser (line 517) | class SimpleRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 526) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleNavigatorRouterDelegate (line 531) | class SimpleNavigatorRouterDelegate extends RouterDelegate setNewRoutePath(RouteInformation configuration) method _handlePopPage (line 556) | bool _handlePopPage(Route route, void data) method build (line 561) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/app_title_test.dart function pumpApp (line 11) | Future pumpApp(WidgetTester tester, { GenerateAppTitle? onGenerate... function main (line 32) | void main() function generateTitle (line 40) | String generateTitle(BuildContext context) FILE: packages/flutter/test/widgets/aspect_ratio_test.dart function _getSize (line 8) | Future _getSize(WidgetTester tester, BoxConstraints constraints, d... function main (line 27) | void main() FILE: packages/flutter/test/widgets/async_lifecycle_test.dart class InvalidOnInitLifecycleWidget (line 8) | class InvalidOnInitLifecycleWidget extends StatefulWidget { method createState (line 12) | InvalidOnInitLifecycleWidgetState createState() class InvalidOnInitLifecycleWidgetState (line 15) | class InvalidOnInitLifecycleWidgetState extends State initState() method build (line 22) | Widget build(BuildContext context) class InvalidDidUpdateWidgetLifecycleWidget (line 27) | class InvalidDidUpdateWidgetLifecycleWidget extends StatefulWidget { method createState (line 33) | InvalidDidUpdateWidgetLifecycleWidgetState createState() class InvalidDidUpdateWidgetLifecycleWidgetState (line 36) | class InvalidDidUpdateWidgetLifecycleWidgetState extends State didUpdateWidget(InvalidDidUpdateWidgetLifecycleWidget old... method build (line 43) | Widget build(BuildContext context) function main (line 48) | void main() FILE: packages/flutter/test/widgets/async_test.dart function main (line 10) | void main() function snapshotText (line 11) | Widget snapshotText(BuildContext context, AsyncSnapshot snapshot) function eventFiring (line 375) | Future eventFiring(WidgetTester tester) class StringCollector (line 379) | class StringCollector extends StreamBuilderBase> { method initial (line 383) | List initial() method afterConnected (line 386) | List afterConnected(List current) method afterData (line 389) | List afterData(List current, String data) method afterError (line 392) | List afterError(List current, dynamic error, StackTrac... method afterDone (line 395) | List afterDone(List current) method afterDisconnected (line 398) | List afterDisconnected(List current) method build (line 401) | Widget build(BuildContext context, List currentSummary) FILE: packages/flutter/test/widgets/autocomplete_test.dart class User (line 9) | class User { method toString (line 19) | String toString() function main (line 24) | void main() function displayStringForOption (line 216) | String displayStringForOption(User option) FILE: packages/flutter/test/widgets/autofill_group_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/automatic_keep_alive_test.dart class Leaf (line 10) | class Leaf extends StatefulWidget { method createState (line 14) | State createState() class _LeafState (line 17) | class _LeafState extends State { method deactivate (line 22) | void deactivate() method setKeepAlive (line 28) | void setKeepAlive(bool value) method build (line 42) | Widget build(BuildContext context) function generateList (line 51) | List generateList(Widget child, { required bool impliedMode }) function tests (line 67) | void tests({ required bool impliedMode }) function main (line 219) | void main() class _AlwaysKeepAlive (line 561) | class _AlwaysKeepAlive extends StatefulWidget { method createState (line 565) | State createState() class _AlwaysKeepAliveState (line 568) | class _AlwaysKeepAliveState extends State<_AlwaysKeepAlive> with Automat... method build (line 573) | Widget build(BuildContext context) class RenderBoxKeepAlive (line 582) | class RenderBoxKeepAlive extends RenderBox { method createState (line 583) | State createState() class AlwaysKeepAliveRenderBoxState (line 586) | class AlwaysKeepAliveRenderBoxState extends State<_AlwaysKeepAlive> with... method build (line 591) | Widget build(BuildContext context) class RenderSliverMultiBoxAdaptorAlt (line 608) | class RenderSliverMultiBoxAdaptorAlt extends RenderSliver with method insert (line 623) | void insert(RenderBox child, { RenderBox? after }) method visitChildren (line 628) | void visitChildren(RenderObjectVisitor visitor) method performLayout (line 633) | void performLayout() FILE: packages/flutter/test/widgets/backdrop_filter_test.dart function main (line 14) | void main() FILE: packages/flutter/test/widgets/banner_test.dart class TestCanvas (line 12) | class TestCanvas implements Canvas { method noSuchMethod (line 16) | void noSuchMethod(Invocation invocation) function main (line 21) | void main() FILE: packages/flutter/test/widgets/baseline_test.dart function main (line 8) | void main() class BaselineDetector (line 118) | class BaselineDetector extends LeafRenderObjectWidget { method createRenderObject (line 124) | RenderBaselineDetector createRenderObject(BuildContext context) method updateRenderObject (line 127) | void updateRenderObject(BuildContext context, RenderBaselineDetector r... class RenderBaselineDetector (line 132) | class RenderBaselineDetector extends RenderBox { method computeMinIntrinsicWidth (line 141) | double computeMinIntrinsicWidth(double height) method computeMaxIntrinsicWidth (line 144) | double computeMaxIntrinsicWidth(double height) method computeMinIntrinsicHeight (line 147) | double computeMinIntrinsicHeight(double width) method computeMaxIntrinsicHeight (line 150) | double computeMaxIntrinsicHeight(double width) method computeDistanceToActualBaseline (line 153) | double computeDistanceToActualBaseline(TextBaseline baseline) method dirty (line 159) | void dirty() method computeDryLayout (line 164) | Size computeDryLayout(BoxConstraints constraints) method paint (line 169) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/test/widgets/basic_test.dart function main (line 17) | void main() function target (line 709) | Widget target({required bool ignoring}) function target (line 787) | Widget target({required bool absorbing}) function hits (line 895) | HitsRenderBox hits(RenderBox renderBox) class HitsRenderBox (line 897) | class HitsRenderBox extends Matcher { method describe (line 903) | Description describe(Description description) method matches (line 907) | bool matches(dynamic item, Map matchState) function doesNotHit (line 915) | DoesNotHitRenderBox doesNotHit(RenderBox renderBox) class DoesNotHitRenderBox (line 917) | class DoesNotHitRenderBox extends Matcher { method describe (line 923) | Description describe(Description description) method matches (line 927) | bool matches(dynamic item, Map matchState) class _MockPaintingContext (line 935) | class _MockPaintingContext extends Fake implements PaintingContext { method paintChild (line 943) | void paintChild(RenderObject child, Offset offset) class _MockCanvas (line 949) | class _MockCanvas extends Fake implements Canvas { method drawRect (line 955) | void drawRect(Rect rect, Paint paint) FILE: packages/flutter/test/widgets/binding_attach_root_widget_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/binding_cannot_schedule_frame_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/binding_deferred_first_frame_test.dart function main (line 15) | void main() class _DeferringWidget (line 90) | class _DeferringWidget extends StatefulWidget { method createState (line 96) | State<_DeferringWidget> createState() class _DeferringWidgetState (line 99) | class _DeferringWidgetState extends State<_DeferringWidget> { method initState (line 103) | void initState() method build (line 115) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/binding_first_frame_developer_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/binding_first_frame_rasterized_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/binding_frame_scheduling_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/binding_test.dart class MemoryPressureObserver (line 10) | class MemoryPressureObserver with WidgetsBindingObserver { method didHaveMemoryPressure (line 14) | void didHaveMemoryPressure() class AppLifecycleStateObserver (line 19) | class AppLifecycleStateObserver with WidgetsBindingObserver { method didChangeAppLifecycleState (line 23) | void didChangeAppLifecycleState(AppLifecycleState state) class PushRouteObserver (line 28) | class PushRouteObserver with WidgetsBindingObserver { method didPushRoute (line 32) | Future didPushRoute(String route) class PushRouteInformationObserver (line 38) | class PushRouteInformationObserver with WidgetsBindingObserver { method didPushRouteInformation (line 42) | Future didPushRouteInformation(RouteInformation routeInformation) function main (line 48) | void main() function setAppLifeCycleState (line 53) | Future setAppLifeCycleState(AppLifecycleState state) class TestStatefulWidget (line 267) | class TestStatefulWidget extends StatefulWidget { method createState (line 273) | State createState() class TestStatefulWidgetState (line 276) | class TestStatefulWidgetState extends State { method build (line 278) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/box_decoration_test.dart class TestImageProvider (line 17) | class TestImageProvider extends ImageProvider { method obtainKey (line 25) | Future obtainKey(ImageConfiguration configuration) method load (line 30) | ImageStreamCompleter load(TestImageProvider key, DecoderCallback decode) function main (line 37) | Future main() function buildFrame (line 127) | Widget buildFrame(Border border) function buildFrame (line 269) | Widget buildFrame(Border border) function buildFrame (line 306) | Widget buildFrame(Border border) function buildFrame (line 344) | Widget buildFrame(Border border) function buildFrame (line 386) | Widget buildFrame(Border border) function buildFrame (line 446) | Widget buildFrame(Border border) function buildFrame (line 494) | Widget buildFrame(Border border) FILE: packages/flutter/test/widgets/box_sliver_mismatch_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/build_fail_test.dart function main (line 8) | Future main() FILE: packages/flutter/test/widgets/build_scope_test.dart class ProbeWidget (line 10) | class ProbeWidget extends StatefulWidget { method createState (line 13) | ProbeWidgetState createState() class ProbeWidgetState (line 16) | class ProbeWidgetState extends State { method initState (line 20) | void initState() method didUpdateWidget (line 26) | void didUpdateWidget(ProbeWidget oldWidget) method build (line 32) | Widget build(BuildContext context) class BadWidget (line 39) | class BadWidget extends StatelessWidget { method build (line 45) | Widget build(BuildContext context) class BadWidgetParent (line 51) | class BadWidgetParent extends StatefulWidget { method createState (line 54) | BadWidgetParentState createState() class BadWidgetParentState (line 57) | class BadWidgetParentState extends State { method _markNeedsBuild (line 58) | void _markNeedsBuild() method build (line 66) | Widget build(BuildContext context) class BadDisposeWidget (line 71) | class BadDisposeWidget extends StatefulWidget { method createState (line 74) | BadDisposeWidgetState createState() class BadDisposeWidgetState (line 77) | class BadDisposeWidgetState extends State { method build (line 79) | Widget build(BuildContext context) method dispose (line 84) | void dispose() class StatefulWrapper (line 90) | class StatefulWrapper extends StatefulWidget { method createState (line 99) | StatefulWrapperState createState() class StatefulWrapperState (line 102) | class StatefulWrapperState extends State { method trigger (line 104) | void trigger() method build (line 114) | Widget build(BuildContext context) class Wrapper (line 121) | class Wrapper extends StatelessWidget { method build (line 130) | Widget build(BuildContext context) function main (line 135) | void main() function builder (line 181) | Widget builder(BuildContext context, StateSetter setState) FILE: packages/flutter/test/widgets/center_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/clamp_overscrolls_test.dart function buildFrame (line 14) | Widget buildFrame(ScrollPhysics physics, { ScrollController? scrollContr... function main (line 34) | void main() function locationAfterScroll (line 39) | Future locationAfterScroll(String target, Offset offset) function testOutOfBounds (line 95) | Future testOutOfBounds(ScrollPhysics physics, double initialOffset... FILE: packages/flutter/test/widgets/clip_test.dart class PathClipper (line 19) | class PathClipper extends CustomClipper { method getClip (line 21) | Path getClip(Size size) method shouldReclip (line 27) | bool shouldReclip(PathClipper oldClipper) class ValueClipper (line 30) | class ValueClipper extends CustomClipper { method getClip (line 37) | T getClip(Size size) method shouldReclip (line 43) | bool shouldReclip(ValueClipper oldClipper) class NotifyClipper (line 48) | class NotifyClipper extends CustomClipper { method getClip (line 54) | T getClip(Size size) method shouldReclip (line 57) | bool shouldReclip(NotifyClipper oldClipper) function main (line 60) | void main() function genPhysicalModel (line 565) | Center genPhysicalModel(Clip clipBehavior) function genPhysicalShape (line 670) | Center genPhysicalShape(Clip clipBehavior) function buildClipPath (line 784) | Widget buildClipPath() FILE: packages/flutter/test/widgets/clipboard_utils.dart class MockClipboard (line 7) | class MockClipboard { method handleMethodCall (line 18) | Future handleMethodCall(MethodCall methodCall) FILE: packages/flutter/test/widgets/color_filter_test.dart function main (line 14) | void main() function pumpWithColor (line 68) | Future pumpWithColor(Color color) FILE: packages/flutter/test/widgets/column_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/composited_transform_test.dart function main (line 8) | void main() function build (line 13) | Widget build({ LayerLink? linkToUse }) function build (line 59) | Widget build({ required Alignment targetAlignment, required Alignment fo... function build (line 110) | Widget build({ required Alignment targetAlignment, required Alignment fo... function build (line 175) | Widget build({ required Alignment targetAlignment, required Alignment fo... function build (line 255) | Widget build({ required Alignment targetAlignment, required Alignment fo... FILE: packages/flutter/test/widgets/constrained_box_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/container_test.dart function main (line 14) | void main() function test (line 553) | Future test(Decoration decoration) class _MockPaintingContext (line 669) | class _MockPaintingContext extends Fake implements PaintingContext { class _MockCanvas (line 674) | class _MockCanvas extends Fake implements Canvas { method getSaveCount (line 678) | int getSaveCount() method drawRect (line 683) | void drawRect(Rect rect, Paint paint) FILE: packages/flutter/test/widgets/coordinates_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/custom_multi_child_layout_test.dart class TestMultiChildLayoutDelegate (line 10) | class TestMultiChildLayoutDelegate extends MultiChildLayoutDelegate { method getSize (line 14) | Size getSize(BoxConstraints constraints) method performLayout (line 26) | void performLayout(Size size) method shouldRelayout (line 41) | bool shouldRelayout(_) function buildFrame (line 48) | Widget buildFrame(MultiChildLayoutDelegate delegate) class PreferredSizeDelegate (line 60) | class PreferredSizeDelegate extends MultiChildLayoutDelegate { method getSize (line 66) | Size getSize(BoxConstraints constraints) method performLayout (line 69) | void performLayout(Size size) method shouldRelayout (line 72) | bool shouldRelayout(PreferredSizeDelegate oldDelegate) class NotifierLayoutDelegate (line 77) | class NotifierLayoutDelegate extends MultiChildLayoutDelegate { method getSize (line 83) | Size getSize(BoxConstraints constraints) method performLayout (line 86) | void performLayout(Size size) method shouldRelayout (line 89) | bool shouldRelayout(NotifierLayoutDelegate oldDelegate) class ZeroAndOneIdLayoutDelegate (line 97) | class ZeroAndOneIdLayoutDelegate extends MultiChildLayoutDelegate { method performLayout (line 99) | void performLayout(Size size) method shouldRelayout (line 106) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) class DuplicateLayoutDelegate (line 111) | class DuplicateLayoutDelegate extends MultiChildLayoutDelegate { method performLayout (line 113) | void performLayout(Size size) method shouldRelayout (line 120) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) class NonExistentPositionDelegate (line 124) | class NonExistentPositionDelegate extends MultiChildLayoutDelegate { method performLayout (line 126) | void performLayout(Size size) method shouldRelayout (line 132) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) class InvalidConstraintsChildLayoutDelegate (line 137) | class InvalidConstraintsChildLayoutDelegate extends MultiChildLayoutDele... method performLayout (line 139) | void performLayout(Size size) method shouldRelayout (line 148) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) class LayoutWithMissingId (line 151) | class LayoutWithMissingId extends ParentDataWidget expectFlutterErrorMessage({ FILE: packages/flutter/test/widgets/custom_paint_test.dart class TestCustomPainter (line 9) | class TestCustomPainter extends CustomPainter { method paint (line 16) | void paint(Canvas canvas, Size size) method shouldRepaint (line 21) | bool shouldRepaint(TestCustomPainter oldPainter) class TestCustomPainterWithCustomSemanticsBuilder (line 24) | class TestCustomPainterWithCustomSemanticsBuilder extends TestCustomPain... class MockCanvas (line 39) | class MockCanvas extends Fake implements Canvas { method getSaveCount (line 44) | int getSaveCount() method save (line 49) | void save() class MockPaintingContext (line 52) | class MockPaintingContext extends Fake implements PaintingContext { function main (line 57) | void main() function getError (line 92) | FlutterError getError() FILE: packages/flutter/test/widgets/custom_painter_test.dart function main (line 13) | void main() function _defineTests (line 26) | void _defineTests() function _testDiff (line 697) | void _testDiff(String description, Future Function(_DiffTester tes... class _DiffTester (line 703) | class _DiffTester { method diff (line 715) | Future diff({ required List from, required List ... method createExpectations (line 718) | TestSemantics createExpectations(List labels) class _SemanticsDiffTest (line 776) | class _SemanticsDiffTest extends CustomPainter { method paint (line 782) | void paint(Canvas canvas, Size size) method buildSemantics (line 789) | List buildSemantics(Size size) method shouldRepaint (line 811) | bool shouldRepaint(_SemanticsDiffTest oldPainter) class _PainterWithSemantics (line 814) | class _PainterWithSemantics extends CustomPainter { method paint (line 824) | void paint(Canvas canvas, Size size) method buildSemantics (line 834) | List buildSemantics(Size size) method shouldRepaint (line 840) | bool shouldRepaint(_PainterWithSemantics oldPainter) method shouldRebuildSemantics (line 845) | bool shouldRebuildSemantics(_PainterWithSemantics oldPainter) class _PainterWithoutSemantics (line 851) | class _PainterWithoutSemantics extends CustomPainter { method paint (line 855) | void paint(Canvas canvas, Size size) method shouldRepaint (line 860) | bool shouldRepaint(_PainterWithSemantics oldPainter) FILE: packages/flutter/test/widgets/custom_scroll_view_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/custom_single_child_layout_test.dart class TestSingleChildLayoutDelegate (line 8) | class TestSingleChildLayoutDelegate extends SingleChildLayoutDelegate { method getSize (line 15) | Size getSize(BoxConstraints constraints) method getConstraintsForChild (line 22) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method getPositionForChild (line 29) | Offset getPositionForChild(Size size, Size childSize) method shouldRelayout (line 40) | bool shouldRelayout(_) class FixedSizeLayoutDelegate (line 47) | class FixedSizeLayoutDelegate extends SingleChildLayoutDelegate { method getSize (line 53) | Size getSize(BoxConstraints constraints) method getConstraintsForChild (line 56) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method shouldRelayout (line 61) | bool shouldRelayout(FixedSizeLayoutDelegate oldDelegate) class NotifierLayoutDelegate (line 66) | class NotifierLayoutDelegate extends SingleChildLayoutDelegate { method getSize (line 72) | Size getSize(BoxConstraints constraints) method getConstraintsForChild (line 75) | BoxConstraints getConstraintsForChild(BoxConstraints constraints) method shouldRelayout (line 80) | bool shouldRelayout(NotifierLayoutDelegate oldDelegate) function buildFrame (line 85) | Widget buildFrame(SingleChildLayoutDelegate delegate) function main (line 94) | void main() FILE: packages/flutter/test/widgets/debug_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/default_text_editing_actions_test.dart class TestLeftIntent (line 9) | class TestLeftIntent extends Intent { class TestRightIntent (line 12) | class TestRightIntent extends Intent { function main (line 16) | void main() FILE: packages/flutter/test/widgets/default_text_height_behavior_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/default_text_style_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/directionality_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/dismissible_test.dart function buildTest (line 17) | Widget buildTest({ function buildDismissibleItem (line 31) | Widget buildDismissibleItem(int item) type DismissMethod (line 80) | typedef DismissMethod = Future Function(WidgetTester tester, Finde... function dismissElement (line 82) | Future dismissElement(WidgetTester tester, Finder finder, { requir... function flingElement (line 115) | Future flingElement(WidgetTester tester, Finder finder, { required... function flingElementFromZero (line 134) | Future flingElementFromZero(WidgetTester tester, Finder finder, { ... function dismissItem (line 142) | Future dismissItem( function checkFlingItemBeforeMovementEnd (line 156) | Future checkFlingItemBeforeMovementEnd( function checkFlingItemAfterMovement (line 172) | Future checkFlingItemAfterMovement( function rollbackElement (line 188) | Future rollbackElement(WidgetTester tester, Finder finder, { requi... class Test1215DismissibleWidget (line 207) | class Test1215DismissibleWidget extends StatelessWidget { method build (line 213) | Widget build(BuildContext context) function main (line 225) | void main() function buildFrame (line 703) | Widget buildFrame(bool? confirmDismissValue) function buildFrame (line 761) | Widget buildFrame() function buildStack (line 954) | Widget buildStack({required Widget child}) function pumpWidgetTree (line 989) | Future pumpWidgetTree(HitTestBehavior behavior) FILE: packages/flutter/test/widgets/disposable_build_context_test.dart function main (line 9) | void main() class TestWidget (line 34) | class TestWidget extends StatefulWidget { method createState (line 38) | State createState() class TestWidgetState (line 41) | class TestWidgetState extends State { method build (line 43) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/dispose_ancestor_lookup_test.dart type TestCallback (line 8) | typedef TestCallback = void Function(BuildContext context); class TestWidget (line 10) | class TestWidget extends StatefulWidget { method createState (line 16) | TestWidgetState createState() class TestWidgetState (line 19) | class TestWidgetState extends State { method dispose (line 21) | void dispose() method build (line 27) | Widget build(BuildContext context) function main (line 30) | void main() FILE: packages/flutter/test/widgets/draggable_scrollable_sheet_test.dart function main (line 9) | void main() function _boilerplate (line 10) | Widget _boilerplate(VoidCallback? onButtonPressed, { FILE: packages/flutter/test/widgets/draggable_test.dart function main (line 19) | void main() function build (line 870) | Widget build() function build (line 1006) | Widget build() function build (line 2046) | Widget build(int maxSimultaneousDrags) function dummyStrategy (line 3101) | Offset dummyStrategy(Draggable draggable, BuildContext context, ... function _testLongPressDraggableHapticFeedback (line 3111) | Future _testLongPressDraggableHapticFeedback({ required WidgetTest... function _testChildAnchorFeedbackPosition (line 3153) | Future _testChildAnchorFeedbackPosition({ required WidgetTester te... class DragTargetData (line 3229) | class DragTargetData { } class ExtendedDragTargetData (line 3231) | class ExtendedDragTargetData extends DragTargetData { } FILE: packages/flutter/test/widgets/drawer_test.dart function main (line 14) | void main() FILE: packages/flutter/test/widgets/dual_transition_builder_test.dart function main (line 8) | void main() function _getScale (line 271) | double _getScale(WidgetTester tester) function _getOpacity (line 276) | double _getOpacity(WidgetTester tester) class _StatefulTestWidget (line 281) | class _StatefulTestWidget extends StatefulWidget { method createState (line 287) | State<_StatefulTestWidget> createState() class _StatefulTestWidgetState (line 290) | class _StatefulTestWidgetState extends State<_StatefulTestWidget> { method build (line 292) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/editable_text_cursor_test.dart function main (line 25) | void main() FILE: packages/flutter/test/widgets/editable_text_show_on_screen_test.dart class _TestSliverPersistentHeaderDelegate (line 11) | class _TestSliverPersistentHeaderDelegate extends SliverPersistentHeader... method build (line 35) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 38) | bool shouldRebuild(_TestSliverPersistentHeaderDelegate oldDelegate) function main (line 41) | void main() function testShowCaretOnScreen (line 495) | void testShowCaretOnScreen({ required bool readOnly }) function isCaretOnScreen (line 500) | bool isCaretOnScreen(WidgetTester tester) function buildEditableText (line 511) | Widget buildEditableText({ class NoImplicitScrollPhysics (line 743) | class NoImplicitScrollPhysics extends AlwaysScrollableScrollPhysics { method applyTo (line 750) | NoImplicitScrollPhysics applyTo(ScrollPhysics? ancestor) FILE: packages/flutter/test/widgets/editable_text_test.dart function matchesMethodCall (line 18) | Matcher matchesMethodCall(String method, { dynamic args }) class _MatchesMethodCall (line 20) | class _MatchesMethodCall extends Matcher { method matches (line 27) | bool matches(dynamic item, Map matchState) method describe (line 34) | Description describe(Description description) type HandlePositionInViewport (line 48) | enum HandlePositionInViewport { function main (line 52) | void main() function _desiredKeyboardActionIsRequested (line 74) | Future _desiredKeyboardActionIsRequested({ function pumpEditableTextWithTextStyle (line 733) | Future pumpEditableTextWithTextStyle(TextStyle style) function _ensureCorrectFocusHandlingForAction (line 1767) | Future _ensureCorrectFocusHandlingForAction( function verifyAutocorrectionRectVisibility (line 2089) | void verifyAutocorrectionRectVisibility({ required bool expectVisible }) function evaluate (line 2090) | PaintPattern evaluate() function builder (line 2172) | Widget builder() function _buildApp (line 3135) | Future _buildApp(MockTextSelectionControls controls, WidgetTester ... function builder (line 3701) | Widget builder() function builder (line 3759) | Widget builder() function builder (line 3860) | Widget builder() function verifyVisibility (line 4071) | Future verifyVisibility( function testPosition (line 4131) | void testPosition(double pos, HandlePositionInViewport expected) function sendKeys (line 4275) | Future sendKeys( function testTextEditing (line 4337) | Future testTextEditing(WidgetTester tester, {required TargetPlatfo... function verifyVisibility (line 5555) | Future verifyVisibility( function testPosition (line 5612) | void testPosition(double pos, HandlePositionInViewport expected) function buildWithPhysics (line 5788) | Future buildWithPhysics({ ScrollPhysics? physics }) function build (line 6151) | Widget build({ TextEditingController? textEditingController }) function builder (line 6353) | Widget builder() function builder (line 6477) | Widget builder() function builder (line 6553) | Widget builder() function builder (line 6674) | Widget builder() function expectToAssert (line 7211) | void expectToAssert(TextEditingValue value, bool shouldAssert) function setupWidget (line 7362) | Future setupWidget( function resetSelectionAndScrollOffset (line 8536) | Future resetSelectionAndScrollOffset([bool setMaxScrollExtent = tr... class UnsettableController (line 8595) | class UnsettableController extends TextEditingController { class MockTextFormatter (line 8602) | class MockTextFormatter extends TextInputFormatter { method formatEditUpdate (line 8611) | TextEditingValue formatEditUpdate( method _handleTextDeletion (line 8629) | TextEditingValue _handleTextDeletion(TextEditingValue oldValue, TextEd... method _formatText (line 8635) | TextEditingValue _formatText(TextEditingValue value) class MockTextSelectionControls (line 8642) | class MockTextSelectionControls extends Fake implements TextSelectionCon... method buildToolbar (line 8644) | Widget buildToolbar(BuildContext context, Rect globalEditableRegion, d... method buildHandle (line 8649) | Widget buildHandle(BuildContext context, TextSelectionHandleType type,... method getHandleSize (line 8654) | Size getHandleSize(double textLineHeight) method getHandleAnchor (line 8659) | Offset getHandleAnchor(TextSelectionHandleType type, double textLineHe... method handleCopy (line 8672) | void handleCopy(TextSelectionDelegate delegate, ClipboardStatusNotifie... method handlePaste (line 8677) | Future handlePaste(TextSelectionDelegate delegate) method handleCut (line 8682) | void handleCut(TextSelectionDelegate delegate) method canCut (line 8687) | bool canCut(TextSelectionDelegate delegate) method canCopy (line 8692) | bool canCopy(TextSelectionDelegate delegate) method canPaste (line 8697) | bool canPaste(TextSelectionDelegate delegate) class CustomStyleEditableText (line 8702) | class CustomStyleEditableText extends EditableText { method createState (line 8718) | CustomStyleEditableTextState createState() class CustomStyleEditableTextState (line 8722) | class CustomStyleEditableTextState extends EditableTextState { method buildTextSpan (line 8724) | TextSpan buildTextSpan() class TransformedEditableText (line 8732) | class TransformedEditableText extends StatefulWidget { method createState (line 8743) | State createState() class _TransformedEditableTextState (line 8746) | class _TransformedEditableTextState extends State { method invoke (line 8826) | Object? invoke(Intent intent, [BuildContext? context]) class _TestScrollController (line 8832) | class _TestScrollController extends ScrollController { FILE: packages/flutter/test/widgets/editable_text_utils.dart function findRenderEditable (line 11) | RenderEditable findRenderEditable(WidgetTester tester) function recursiveFinder (line 16) | void recursiveFinder(RenderObject child) function globalize (line 28) | List globalize(Iterable points, ... function textOffsetToPosition (line 37) | Offset textOffsetToPosition(WidgetTester tester, int offset) class OverflowWidgetTextEditingController (line 50) | class OverflowWidgetTextEditingController extends TextEditingController { method buildTextSpan (line 52) | TextSpan buildTextSpan({ FILE: packages/flutter/test/widgets/ensure_visible_test.dart function findKey (line 11) | Finder findKey(int i) function buildSingleChildScrollView (line 13) | Widget buildSingleChildScrollView(Axis scrollDirection, { bool reverse =... function buildListView (line 41) | Widget buildListView(Axis scrollDirection, { bool reverse = false, bool ... function main (line 68) | void main() function findContext (line 72) | BuildContext findContext(int i) function findContext (line 99) | BuildContext findContext(int i) function findContext (line 126) | BuildContext findContext(int i) function findContext (line 153) | BuildContext findContext(int i) function findContext (line 180) | BuildContext findContext(int i) function findKey (line 228) | Finder findKey(String coordinate) function findContext (line 229) | BuildContext findContext(String coordinate) function findContext (line 305) | BuildContext findContext(int i) function prepare (line 306) | Future prepare(double offset) function findContext (line 341) | BuildContext findContext(int i) function prepare (line 342) | Future prepare(double offset) function findContext (line 377) | BuildContext findContext(int i) function prepare (line 378) | Future prepare(double offset) function findContext (line 413) | BuildContext findContext(int i) function prepare (line 414) | Future prepare(double offset) function findContext (line 449) | BuildContext findContext(int i) function prepare (line 450) | Future prepare(double offset) function getOffset (line 455) | double getOffset() function buildSliver (line 459) | Widget buildSliver(int i) function findContext (line 507) | BuildContext findContext(int i) function prepare (line 508) | Future prepare(double offset) function findContext (line 560) | BuildContext findContext(int i) function prepare (line 561) | Future prepare(double offset) function findContext (line 596) | BuildContext findContext(int i) function prepare (line 597) | Future prepare(double offset) function findContext (line 632) | BuildContext findContext(int i) function prepare (line 633) | Future prepare(double offset) function findContext (line 668) | BuildContext findContext(int i) function prepare (line 669) | Future prepare(double offset) function findContext (line 706) | BuildContext findContext(int i) function prepare (line 707) | Future prepare(double offset) FILE: packages/flutter/test/widgets/error_widget_builder_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/fade_in_image_test.dart class FadeInImageParts (line 16) | class FadeInImageParts { class FadeInImageElements (line 45) | class FadeInImageElements { class LoadTestImageProvider (line 54) | class LoadTestImageProvider extends ImageProvider { method testLoad (line 59) | ImageStreamCompleter testLoad(Object key, DecoderCallback decode) method obtainKey (line 64) | Future obtainKey(ImageConfiguration configuration) method load (line 69) | ImageStreamCompleter load(Object key, DecoderCallback decode) function findFadeInImage (line 74) | FadeInImageParts findFadeInImage(WidgetTester tester) function main (line 101) | Future main() function decode (line 318) | Future decode(Uint8List bytes, {int? cacheWidth, int? cacheHei... function decode (line 341) | Future decode(Uint8List bytes, {int? cacheWidth, int? cacheHei... function semanticsWidget (line 388) | Semantics semanticsWidget() function semanticsWidget (line 415) | Semantics semanticsWidget() FILE: packages/flutter/test/widgets/fade_transition_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/fast_reassemble_test.dart function main (line 9) | void main() class Foo (line 55) | class Foo extends StatefulWidget { method createState (line 62) | State createState() class _FooState (line 65) | class _FooState extends State { method reassemble (line 67) | void reassemble() method build (line 73) | Widget build(BuildContext context) class Bar (line 79) | class Bar extends StatefulWidget { method createState (line 86) | State createState() class _BarState (line 89) | class _BarState extends State { method reassemble (line 91) | void reassemble() method build (line 97) | Widget build(BuildContext context) class Fizz (line 102) | class Fizz extends StatefulWidget { method createState (line 109) | State createState() class _FizzState (line 112) | class _FizzState extends State { method reassemble (line 114) | void reassemble() method build (line 120) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/fitted_box_test.dart function main (line 9) | void main() function getLayers (line 610) | List getLayers() FILE: packages/flutter/test/widgets/flex_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/flow_test.dart class TestFlowDelegate (line 9) | class TestFlowDelegate extends FlowDelegate { method getConstraintsForChild (line 15) | BoxConstraints getConstraintsForChild(int i, BoxConstraints constraints) method paintChildren (line 20) | void paintChildren(FlowPaintingContext context) method shouldRepaint (line 29) | bool shouldRepaint(TestFlowDelegate oldDelegate) class OpacityFlowDelegate (line 32) | class OpacityFlowDelegate extends FlowDelegate { method paintChildren (line 38) | void paintChildren(FlowPaintingContext context) method shouldRepaint (line 45) | bool shouldRepaint(OpacityFlowDelegate oldDelegate) class DuplicatePainterOpacityFlowDelegate (line 49) | class DuplicatePainterOpacityFlowDelegate extends OpacityFlowDelegate { method paintChildren (line 53) | void paintChildren(FlowPaintingContext context) function main (line 63) | void main() function buildBox (line 70) | Widget buildBox(int i) FILE: packages/flutter/test/widgets/focus_manager_test.dart function main (line 15) | void main() function setupWidget (line 17) | Future setupWidget(WidgetTester tester) function handleEvent (line 973) | KeyEventResult handleEvent(FocusNode node, RawKeyEvent event) function sendEvent (line 981) | Future sendEvent() function handleModeChange (line 1077) | void handleModeChange(FocusHighlightMode mode) function clear (line 1381) | void clear() function handleFocusChange (line 1514) | void handleFocusChange() function handleFocusChange (line 1560) | void handleFocusChange() function handleFocusChange (line 1609) | void handleFocusChange() FILE: packages/flutter/test/widgets/focus_scope_test.dart class TestFocus (line 14) | class TestFocus extends StatefulWidget { method createState (line 27) | TestFocusState createState() class TestFocusState (line 30) | class TestFocusState extends State { method dispose (line 36) | void dispose() method initState (line 45) | void initState() method _updateLabel (line 52) | void _updateLabel() method build (line 59) | Widget build(BuildContext context) function main (line 78) | void main() function handleCallback (line 1075) | KeyEventResult handleCallback(FocusNode node, RawKeyEvent event) function handleEventCallback (line 1079) | KeyEventResult handleEventCallback(FocusNode node, KeyEvent event) function ignoreCallback (line 1083) | KeyEventResult ignoreCallback(FocusNode node, RawKeyEvent event) function ignoreEventCallback (line 1084) | KeyEventResult ignoreEventCallback(FocusNode node, KeyEvent event) function visitor (line 1234) | bool visitor(FocusNode node) function pumpTest (line 1448) | Future pumpTest({ function pumpTest (line 1557) | Future pumpTest({ FILE: packages/flutter/test/widgets/focus_traversal_test.dart class SkipAllButFirstAndLastPolicy (line 14) | class SkipAllButFirstAndLastPolicy extends FocusTraversalPolicy with Dir... method sortDescendants (line 16) | Iterable sortDescendants(Iterable descendants, F... function main (line 25) | void main() function clear (line 491) | void clear() function buildTest (line 634) | Widget buildTest(TextDirection topDirection) function clear (line 1258) | void clear() function makeFocus (line 1355) | Focus makeFocus(int index) function clear (line 1404) | void clear() function expectState (line 1412) | void expectState(List states) function generateTestWidgets (line 1893) | Widget generateTestWidgets(bool ignoreTextFields) class TestRoute (line 2214) | class TestRoute extends PageRouteBuilder { FILE: packages/flutter/test/widgets/form_test.dart function main (line 9) | void main() function builder (line 14) | Widget builder() function checkText (line 39) | Future checkText(String testValue) function builder (line 53) | Widget builder() function checkText (line 77) | Future checkText(String testValue) function errorText (line 89) | String? errorText(String? value) function builder (line 91) | Widget builder(AutovalidateMode autovalidateMode) function checkErrorText (line 116) | Future checkErrorText(String testValue) function validator (line 145) | String? validator(String? s) function builder (line 147) | Widget builder() function validator (line 192) | String? validator(String? s) function builder (line 194) | Widget builder() function errorText (line 239) | String? errorText(String? input) function builder (line 241) | Widget builder() function checkErrorText (line 272) | Future checkErrorText(String testValue) function builder (line 289) | Widget builder() function builder (line 334) | Widget builder() function builder (line 381) | Widget builder() function builder (line 430) | Widget builder() function builder (line 533) | Widget builder(bool remove) function errorText (line 586) | String? errorText(String? value) function builder (line 588) | Widget builder() function errorText (line 622) | String? errorText(String? value) function builder (line 624) | Widget builder() function errorText (line 654) | String? errorText(String? value) function builder (line 656) | Widget builder() function errorText (line 707) | String? errorText(String? value) function builder (line 709) | Widget builder() function errorText (line 738) | String? errorText(String? value) function builder (line 740) | Widget builder() function errorText (line 770) | String? errorText(String? value) function builder (line 772) | Widget builder() function builder (line 813) | Widget builder() function builder (line 832) | Widget builder() function errorText (line 891) | String? errorText(String? value) function builder (line 894) | Widget builder({required bool autovalidate}) function builder (line 937) | Widget builder({required bool autovalidate}) FILE: packages/flutter/test/widgets/fractionally_sized_box_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/framework_test.dart type ElementRebuildCallback (line 11) | typedef ElementRebuildCallback = void Function(StatefulElement element); class TestState (line 13) | class TestState extends State { method build (line 15) | Widget build(BuildContext context) class _MyGlobalObjectKey (line 18) | @optionalTypeArgs function main (line 23) | void main() function build (line 1467) | Widget build() function build (line 1592) | Widget build([Key? key]) function pumpWidget (line 1603) | Future pumpWidget(Widget widget) class _WidgetWithNoVisitChildren (line 1661) | class _WidgetWithNoVisitChildren extends StatelessWidget { method build (line 1668) | Widget build(BuildContext context) method createElement (line 1671) | _WidgetWithNoVisitChildrenElement createElement() class _WidgetWithNoVisitChildrenElement (line 1674) | class _WidgetWithNoVisitChildrenElement extends StatelessElement { method visitChildren (line 1678) | void visitChildren(ElementVisitor visitor) class _StatefulLeaf (line 1686) | class _StatefulLeaf extends StatefulWidget { method createState (line 1690) | State<_StatefulLeaf> createState() class _StatefulLeafState (line 1693) | class _StatefulLeafState extends State<_StatefulLeaf> { method markNeedsBuild (line 1694) | void markNeedsBuild() method build (line 1699) | Widget build(BuildContext context) class Decorate (line 1704) | class Decorate extends StatefulWidget { method createState (line 1718) | State createState() method createElement (line 1721) | DecorateElement createElement() class DecorateElement (line 1724) | class DecorateElement extends StatefulElement { method build (line 1730) | Widget build() class _DecorateState (line 1740) | class _DecorateState extends State { method didChangeDependencies (line 1742) | void didChangeDependencies() method build (line 1747) | Widget build(covariant DecorateElement context) class DirtyElementWithCustomBuildOwner (line 1754) | class DirtyElementWithCustomBuildOwner extends Element { method performRebuild (line 1761) | void performRebuild() class Inherited (line 1773) | class Inherited extends InheritedWidget { method updateShouldNotify (line 1779) | bool updateShouldNotify(Inherited oldWidget) class DependentStatefulWidget (line 1782) | class DependentStatefulWidget extends StatefulWidget { method createState (line 1786) | State createState() class DependentState (line 1789) | class DependentState extends State { method didChangeDependencies (line 1794) | void didChangeDependencies() method build (line 1800) | Widget build(BuildContext context) method deactivate (line 1806) | void deactivate() class SwapKeyWidget (line 1812) | class SwapKeyWidget extends StatefulWidget { method createState (line 1817) | SwapKeyWidgetState createState() class SwapKeyWidgetState (line 1820) | class SwapKeyWidgetState extends State { method initState (line 1824) | void initState() method swapKey (line 1829) | void swapKey(Key newKey) method build (line 1836) | Widget build(BuildContext context) class _Stateful (line 1841) | class _Stateful extends StatefulWidget { method createState (line 1846) | State createState() method createElement (line 1849) | StatefulElement createElement() class _StatefulState (line 1852) | class _StatefulState extends State<_Stateful> { method rebuild (line 1853) | void rebuild() method build (line 1856) | Widget build(BuildContext context) class StatefulElementSpy (line 1861) | class StatefulElementSpy extends StatefulElement { method rebuild (line 1867) | void rebuild() class StatelessWidgetSpy (line 1873) | class StatelessWidgetSpy extends StatelessWidget { method build (line 1883) | Widget build(BuildContext context) class StatefulWidgetSpy (line 1889) | class StatefulWidgetSpy extends StatefulWidget { method createState (line 1910) | State createState() class _StatefulWidgetSpyState (line 1913) | class _StatefulWidgetSpyState extends State { method initState (line 1915) | void initState() method deactivate (line 1921) | void deactivate() method activate (line 1927) | void activate() method dispose (line 1933) | void dispose() method didChangeDependencies (line 1939) | void didChangeDependencies() method didUpdateWidget (line 1945) | void didUpdateWidget(StatefulWidgetSpy oldWidget) method build (line 1951) | Widget build(BuildContext context) class RenderObjectWidgetSpy (line 1957) | class RenderObjectWidgetSpy extends LeafRenderObjectWidget { method createRenderObject (line 1970) | RenderObject createRenderObject(BuildContext context) method updateRenderObject (line 1976) | void updateRenderObject(BuildContext context, RenderObject renderObject) method didUnmountRenderObject (line 1981) | void didUnmountRenderObject(RenderObject renderObject) class FakeLeafRenderObject (line 1987) | class FakeLeafRenderObject extends RenderBox { method computeDryLayout (line 1989) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 1994) | void performLayout() class TestRenderObjectElement (line 1999) | class TestRenderObjectElement extends RenderObjectElement { class _EmptyWidget (line 2003) | class _EmptyWidget extends Widget { method createElement (line 2007) | Element createElement() class _EmptyElement (line 2010) | class _EmptyElement extends Element { method performRebuild (line 2017) | void performRebuild() FILE: packages/flutter/test/widgets/gesture_detector_semantics_test.dart function main (line 12) | void main() function performLayout (line 120) | void performLayout() class _TestLayoutPerformer (line 702) | class _TestLayoutPerformer extends SingleChildRenderObjectWidget { method createRenderObject (line 711) | _RenderTestLayoutPerformer createRenderObject(BuildContext context) class _RenderTestLayoutPerformer (line 716) | class _RenderTestLayoutPerformer extends RenderBox { method computeDryLayout (line 722) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 727) | void performLayout() function _buildGestureMap (line 734) | Map _buildGestureMap pumpWidgetTree(HitTestBehavior? behavior) function inputCallback (line 255) | void inputCallback() function dragOut (line 364) | Future dragOut(Duration timeout) function longPress (line 433) | Future longPress(Duration timeout) function longPress (line 466) | Future longPress(Duration timeout, int buttons) class _EmptySemanticsGestureDelegate (line 880) | class _EmptySemanticsGestureDelegate extends SemanticsGestureDelegate { method assignSemantics (line 882) | void assignSemantics(RenderSemanticsGestureHandler renderObject) class ButtonVariant (line 887) | class ButtonVariant extends TestVariant { method describeValue (line 901) | String describeValue(int value) method setUp (line 907) | Future setUp(int value) method tearDown (line 914) | Future tearDown(int value, int memento) FILE: packages/flutter/test/widgets/gesture_disambiguation_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/gesture_utils.dart function scrollAt (line 8) | Future scrollAt(Offset position, WidgetTester tester, [Offset offs... FILE: packages/flutter/test/widgets/global_keys_duplicated_test.dart function main (line 11) | void main() class DummyWidget (line 98) | class DummyWidget extends StatelessWidget { method build (line 104) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/global_keys_moving_test.dart class Item (line 8) | class Item { method toString (line 13) | String toString() class StatefulLeaf (line 17) | class StatefulLeaf extends StatefulWidget { method createState (line 21) | StatefulLeafState createState() class StatefulLeafState (line 24) | class StatefulLeafState extends State { method markNeedsBuild (line 25) | void markNeedsBuild() method build (line 28) | Widget build(BuildContext context) class KeyedWrapper (line 31) | class KeyedWrapper extends StatelessWidget { method build (line 38) | Widget build(BuildContext context) function builder (line 48) | Widget builder() function main (line 57) | void main() FILE: packages/flutter/test/widgets/grid_paper_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/grid_view_layout_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/grid_view_test.dart function main (line 14) | void main() function build (line 522) | Widget build(TextDirection textDirection) function build (line 549) | Widget build(TextDirection textDirection) FILE: packages/flutter/test/widgets/heroes_test.dart function createTestImage (line 15) | Future createTestImage() class ThreeRoute (line 132) | class ThreeRoute extends MaterialPageRoute { class MutatingRoute (line 148) | class MutatingRoute extends MaterialPageRoute { method markNeedsBuild (line 154) | void markNeedsBuild() class _SimpleStatefulWidget (line 161) | class _SimpleStatefulWidget extends StatefulWidget { method createState (line 164) | _SimpleState createState() class _SimpleState (line 167) | class _SimpleState extends State<_SimpleStatefulWidget> { method build (line 171) | Widget build(BuildContext context) class MyStatefulWidget (line 174) | class MyStatefulWidget extends StatefulWidget { method createState (line 178) | MyStatefulWidgetState createState() class MyStatefulWidgetState (line 181) | class MyStatefulWidgetState extends State { method build (line 183) | Widget build(BuildContext context) function main (line 186) | Future main() function _isVisible (line 1181) | bool _isVisible(Element node) function createRectTween (line 1288) | RectTween createRectTween(Rect? begin, Rect? end) function createRectTween (line 1402) | RectTween createRectTween(Rect? begin, Rect? end) function shuttleBuilder (line 2341) | Widget shuttleBuilder( function findRenderAnimatedOpacity (line 2920) | RenderAnimatedOpacity? findRenderAnimatedOpacity() FILE: packages/flutter/test/widgets/hit_testing_test.dart function main (line 10) | void main() class _HitTestCounter (line 56) | class _HitTestCounter extends SingleChildRenderObjectWidget { method createRenderObject (line 66) | _RenderHitTestCounter createRenderObject(BuildContext context) method updateRenderObject (line 72) | void updateRenderObject( class _RenderHitTestCounter (line 80) | class _RenderHitTestCounter extends RenderProxyBox { method hitTestChildren (line 84) | bool hitTestChildren(BoxHitTestResult result, {required Offset position}) FILE: packages/flutter/test/widgets/html_element_view_test.dart function main (line 15) | void main() function onPlatformViewCreatedCallBack (line 46) | void onPlatformViewCreatedCallBack(int id) FILE: packages/flutter/test/widgets/hyperlink_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/icon_data_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/icon_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/icon_theme_data_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/image_filter_quality_test.dart function main (line 17) | void main() function testImageQuality (line 31) | Future testImageQuality(WidgetTester tester, ui.FilterQuality? qua... class _TestImageStreamCompleter (line 74) | class _TestImageStreamCompleter extends ImageStreamCompleter { method addListener (line 81) | void addListener(ImageStreamListener listener) method removeListener (line 89) | void removeListener(ImageStreamListener listener) method setData (line 93) | void setData({ method setError (line 112) | void setError({ class _TestImageProvider (line 123) | class _TestImageProvider extends ImageProvider { method obtainKey (line 137) | Future obtainKey(ImageConfiguration configuration) method load (line 142) | ImageStreamCompleter load(Object key, DecoderCallback decode) method complete (line 147) | void complete(ui.Image image) method fail (line 151) | void fail(Object exception, StackTrace? stackTrace) method toString (line 156) | String toString() FILE: packages/flutter/test/widgets/image_filter_test.dart function main (line 16) | void main() function pumpWithSigma (line 70) | Future pumpWithSigma(double sigma) FILE: packages/flutter/test/widgets/image_headers_test.dart function main (line 13) | void main() class MockHttpClient (line 31) | class MockHttpClient extends Fake implements HttpClient { method getUrl (line 33) | Future getUrl(Uri url) class MockHttpClientRequest (line 41) | class MockHttpClientRequest extends Fake implements HttpClientRequest { method close (line 46) | Future close() class MockHttpClientResponse (line 51) | class MockHttpClientResponse extends Fake implements HttpClientResponse { method listen (line 62) | StreamSubscription> listen(void Function(List event)? o... class MockHttpHeaders (line 72) | class MockHttpHeaders extends Fake implements HttpHeaders { method add (line 76) | void add(String key, Object value, { bool preserveHeaderCase = false }) FILE: packages/flutter/test/widgets/image_icon_test.dart function main (line 12) | void main() FILE: packages/flutter/test/widgets/image_package_asset_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/image_resolution_test.dart function testByteData (line 17) | ByteData testByteData(double scale) function scaleOf (line 18) | double scaleOf(ByteData data) class TestAssetBundle (line 32) | class TestAssetBundle extends CachingAssetBundle { method load (line 38) | Future load(String key) method loadString (line 64) | Future loadString(String key, { bool cache = true }) method toString (line 71) | String toString() class FakeImageStreamCompleter (line 74) | class FakeImageStreamCompleter extends ImageStreamCompleter { class TestAssetImage (line 80) | class TestAssetImage extends AssetImage { method load (line 86) | ImageStreamCompleter load(AssetBundleImageKey key, DecoderCallback dec... function buildImageAtRatio (line 99) | Widget buildImageAtRatio(String imageName, Key key, double ratio, bool i... function buildImageCacheResized (line 130) | Widget buildImageCacheResized(String name, Key key, int width, int heigh... function getRenderImage (line 154) | RenderImage getRenderImage(WidgetTester tester, Key key) function pumpTreeToLayout (line 158) | Future pumpTreeToLayout(WidgetTester tester, Widget widget) function main (line 164) | void main() function testRatio (line 349) | Future testRatio({required double ratio, required double expectedS... FILE: packages/flutter/test/widgets/image_rtl_test.dart class TestImageProvider (line 13) | class TestImageProvider extends ImageProvider { method obtainKey (line 19) | Future obtainKey(ImageConfiguration configuration) method load (line 24) | ImageStreamCompleter load(TestImageProvider key, DecoderCallback decode) function main (line 31) | void main() FILE: packages/flutter/test/widgets/image_test.dart function main (line 23) | void main() function errorListener (line 468) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 472) | void listener(ImageInfo info, bool synchronous) function errorListener (line 510) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 514) | void listener(ImageInfo info, bool synchronous) function errorListener (line 559) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 563) | void listener(ImageInfo info, bool synchronous) function errorListener (line 602) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 607) | void listener(ImageInfo info, bool synchronous) function errorListener (line 647) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 652) | void listener(ImageInfo info, bool synchronous) function errorListener (line 689) | void errorListener(dynamic exception, StackTrace? stackTrace) function listener (line 692) | void listener(ImageInfo info, bool synchronous) function errorListener (line 809) | void errorListener(dynamic exception, StackTrace? stackTrace) function nextFrame (line 981) | Future nextFrame() function nextFrame (line 1104) | Future nextFrame() function buildFrame (line 1114) | Widget buildFrame(BuildContext context, Widget child, int? frame, bool w... function loadCalled (line 1423) | bool loadCalled(_TestImageProvider provider) function loadNotCalled (line 1424) | bool loadNotCalled(_TestImageProvider provider) function _testRotatedImage (line 1688) | Future _testRotatedImage(WidgetTester tester, bool isAntiAlias) class _ConfigurationAwareKey (line 1961) | @immutable class _ConfigurationKeyedTestImageProvider (line 1984) | class _ConfigurationKeyedTestImageProvider extends _TestImageProvider { method obtainKey (line 1986) | Future<_ConfigurationAwareKey> obtainKey(ImageConfiguration configurat... class _TestImageProvider (line 1991) | class _TestImageProvider extends ImageProvider { method obtainKey (line 2006) | Future obtainKey(ImageConfiguration configuration) method resolveStreamForKey (line 2011) | void resolveStreamForKey(ImageConfiguration configuration, ImageStream... method load (line 2017) | ImageStreamCompleter load(Object key, DecoderCallback decode) method complete (line 2022) | void complete(ui.Image image) method fail (line 2026) | void fail(Object exception, StackTrace? stackTrace) method toString (line 2031) | String toString() class _TestImageStreamCompleter (line 2034) | class _TestImageStreamCompleter extends ImageStreamCompleter { method addListener (line 2041) | void addListener(ImageStreamListener listener) method removeListener (line 2049) | void removeListener(ImageStreamListener listener) method setData (line 2053) | void setData({ method setError (line 2072) | void setError({ class _DebouncingImageProvider (line 2083) | class _DebouncingImageProvider extends ImageProvider { method resolveStreamForKey (line 2097) | void resolveStreamForKey(ImageConfiguration configuration, ImageStream... method obtainKey (line 2104) | Future obtainKey(ImageConfiguration configuration) method load (line 2107) | ImageStreamCompleter load(Object key, DecoderCallback decode) class _FailingImageProvider (line 2110) | class _FailingImageProvider extends ImageProvider { method obtainKey (line 2128) | Future obtainKey(ImageConfiguration configuration) method load (line 2136) | ImageStreamCompleter load(int key, DecoderCallback decode) FILE: packages/flutter/test/widgets/implicit_animations_test.dart class MockOnEndFunction (line 8) | class MockOnEndFunction { method handler (line 11) | void handler() function main (line 19) | void main() function wrap (line 602) | Widget wrap({required Widget child}) class RebuildCountingState (line 611) | abstract class RebuildCountingState extends St... class TestAnimatedWidget (line 615) | class TestAnimatedWidget extends StatefulWidget { method createState (line 630) | State createState() class _TestAnimatedWidgetState (line 633) | abstract class _TestAnimatedWidgetState extends RebuildCountingState { method initState (line 109) | void initState() method didUpdateWidget (line 115) | void didUpdateWidget(TriggerableWidget oldWidget) method fire (line 121) | void fire() method build (line 128) | Widget build(BuildContext context) class TestFocusable (line 134) | class TestFocusable extends StatefulWidget { method createState (line 145) | TestFocusableState createState() class TestFocusableState (line 148) | class TestFocusableState extends State { method didChangeDependencies (line 152) | void didChangeDependencies() method build (line 161) | Widget build(BuildContext context) function main (line 166) | void main() type WidgetState (line 266) | enum WidgetState { class TestStates (line 271) | class TestStates extends StatefulWidget { method createState (line 277) | TestStatesState createState() class TestStatesState (line 280) | class TestStatesState extends State { method initState (line 282) | void initState() method dispose (line 288) | void dispose() method build (line 294) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/inherited_dependencies_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/inherited_model_test.dart class ABCModel (line 11) | class ABCModel extends InheritedModel { method isSupportedAspect (line 33) | bool isSupportedAspect(Object aspect) method updateShouldNotify (line 38) | bool updateShouldNotify(ABCModel old) method updateShouldNotifyDependent (line 43) | bool updateShouldNotifyDependent(ABCModel old, Set dependencies) method of (line 50) | ABCModel? of(BuildContext context, { String? fieldName }) class ShowABCField (line 55) | class ShowABCField extends StatefulWidget { method createState (line 61) | State createState() class _ShowABCFieldState (line 64) | class _ShowABCFieldState extends State { method build (line 68) | Widget build(BuildContext context) function main (line 75) | void main() FILE: packages/flutter/test/widgets/inherited_test.dart class TestInherited (line 10) | class TestInherited extends InheritedWidget { method updateShouldNotify (line 17) | bool updateShouldNotify(InheritedWidget oldWidget) class ValueInherited (line 22) | class ValueInherited extends InheritedWidget { method updateShouldNotify (line 29) | bool updateShouldNotify(ValueInherited oldWidget) class ExpectFail (line 32) | class ExpectFail extends StatefulWidget { method createState (line 37) | ExpectFailState createState() class ExpectFailState (line 40) | class ExpectFailState extends State { method initState (line 42) | void initState() method build (line 52) | Widget build(BuildContext context) class ChangeNotifierInherited (line 55) | class ChangeNotifierInherited extends InheritedNotifier { function main (line 60) | void main() function build (line 91) | TestInherited build() FILE: packages/flutter/test/widgets/inherited_theme_test.dart class TestRoute (line 8) | class TestRoute extends PageRouteBuilder { class IconTextBox (line 14) | class IconTextBox extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) function main (line 28) | void main() function buildFrame (line 37) | Widget buildFrame() function getIconStyle (line 83) | TextStyle getIconStyle() function getTextStyle (line 92) | TextStyle getTextStyle(String text) function getIconStyle (line 194) | TextStyle getIconStyle(Key key) function getTextStyle (line 240) | TextStyle getTextStyle(String text) FILE: packages/flutter/test/widgets/init_state_test.dart class TestWidget (line 10) | class TestWidget extends StatefulWidget { method createState (line 13) | TestWidgetState createState() class TestWidgetState (line 16) | class TestWidgetState extends State { method initState (line 18) | void initState() method build (line 27) | Widget build(BuildContext context) function main (line 30) | void main() class Parent (line 37) | class Parent extends StatelessWidget { method build (line 43) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/interactive_viewer_test.dart function main (line 14) | void main() function _axisAlignedBoundingBox (line 1524) | Rect _axisAlignedBoundingBox(Quad quad) FILE: packages/flutter/test/widgets/intrinsic_width_test.dart function main (line 8) | void main() function buildFrame (line 11) | Widget buildFrame(double? stepWidth, double? stepHeight) FILE: packages/flutter/test/widgets/invert_colors_test.dart function main (line 13) | void main() class InvertColorTestWidget (line 52) | class InvertColorTestWidget extends LeafRenderObjectWidget { method createRenderObject (line 63) | RenderInvertColorTest createRenderObject(BuildContext context) method updateRenderObject (line 67) | void updateRenderObject(BuildContext context, covariant RenderInvertCo... class RenderInvertColorTest (line 75) | class RenderInvertColorTest extends RenderProxyBox { method paint (line 98) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter/test/widgets/keep_alive_test.dart class Leaf (line 11) | class Leaf extends StatefulWidget { method createState (line 18) | State createState() class _LeafState (line 21) | class _LeafState extends State { method setKeepAlive (line 24) | void setKeepAlive(bool value) method build (line 29) | Widget build(BuildContext context) function generateList (line 37) | List generateList(Widget child) function main (line 48) | void main() FILE: packages/flutter/test/widgets/key_test.dart class TestValueKey (line 8) | class TestValueKey extends ValueKey { class NotEquals (line 12) | @immutable function main (line 21) | void main() FILE: packages/flutter/test/widgets/keyboard_listener_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/layout_builder_and_global_keys_test.dart class Wrapper (line 9) | class Wrapper extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class StatefulWrapper (line 21) | class StatefulWrapper extends StatefulWidget { method createState (line 30) | StatefulWrapperState createState() class StatefulWrapperState (line 33) | class StatefulWrapperState extends State { method trigger (line 35) | void trigger() method build (line 40) | Widget build(BuildContext context) function main (line 43) | void main() FILE: packages/flutter/test/widgets/layout_builder_and_parent_data_test.dart class SizeChanger (line 8) | class SizeChanger extends StatefulWidget { method createState (line 17) | SizeChangerState createState() class SizeChangerState (line 20) | class SizeChangerState extends State { method trigger (line 23) | void trigger() method build (line 30) | Widget build(BuildContext context) class Wrapper (line 44) | class Wrapper extends StatelessWidget { method build (line 53) | Widget build(BuildContext context) function main (line 58) | void main() FILE: packages/flutter/test/widgets/layout_builder_and_state_test.dart class StatefulWrapper (line 10) | class StatefulWrapper extends StatefulWidget { method createState (line 19) | StatefulWrapperState createState() class StatefulWrapperState (line 22) | class StatefulWrapperState extends State { method trigger (line 24) | void trigger() method build (line 31) | Widget build(BuildContext context) class Wrapper (line 37) | class Wrapper extends StatelessWidget { method build (line 46) | Widget build(BuildContext context) function main (line 51) | void main() FILE: packages/flutter/test/widgets/layout_builder_mutations_test.dart class Wrapper (line 13) | class Wrapper extends StatelessWidget { method build (line 23) | Widget build(BuildContext context) function main (line 26) | void main() FILE: packages/flutter/test/widgets/layout_builder_test.dart function main (line 9) | void main() function pumpTestWidget (line 595) | Future pumpTestWidget(Size size) function pumpTestWidget (line 672) | Future pumpTestWidget(Size size) class _LayoutSpy (line 701) | class _LayoutSpy extends LeafRenderObjectWidget { method createElement (line 703) | LeafRenderObjectElement createElement() method createRenderObject (line 706) | RenderObject createRenderObject(BuildContext context) class _LayoutSpyElement (line 709) | class _LayoutSpyElement extends LeafRenderObjectElement { class _RenderLayoutSpy (line 713) | class _RenderLayoutSpy extends RenderBox { method performResize (line 721) | void performResize() method computeDryLayout (line 727) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 732) | void performLayout() FILE: packages/flutter/test/widgets/linked_scroll_view_test.dart class LinkedScrollController (line 18) | class LinkedScrollController extends ScrollController { method setParent (line 26) | void setParent(ScrollController? newParent) method attach (line 37) | void attach(ScrollPosition position) method detach (line 46) | void detach(ScrollPosition position) method dispose (line 52) | void dispose() method createScrollPosition (line 60) | LinkedScrollPosition createScrollPosition(ScrollPhysics physics, Scrol... method linkWithBefore (line 74) | Iterable linkWithBefore(LinkedScrollPosition dri... method linkWithAfter (line 79) | Iterable linkWithAfter(LinkedScrollPosition driver) method link (line 84) | Iterable link(LinkedScrollPosition driver) method debugFillDescription (line 91) | void debugFillDescription(List description) class LinkedScrollPosition (line 106) | class LinkedScrollPosition extends ScrollPositionWithSingleContext { method beginActivity (line 127) | void beginActivity(ScrollActivity? newActivity) method applyUserOffset (line 144) | void applyUserOffset(double delta) method _userMoved (line 181) | void _userMoved(ScrollDirection direction) method link (line 185) | LinkedScrollActivity link(LinkedScrollPosition driver) method unlink (line 193) | void unlink(LinkedScrollActivity activity) method debugFillDescription (line 201) | void debugFillDescription(List description) class LinkedScrollActivity (line 207) | class LinkedScrollActivity extends ScrollActivity { method link (line 217) | void link(LinkedScrollPosition driver) method unlink (line 221) | void unlink(LinkedScrollPosition driver) method moveBy (line 238) | double moveBy(double delta) method dispose (line 254) | void dispose() class Test (line 261) | class Test extends StatefulWidget { method createState (line 264) | State createState() class _TestState (line 267) | class _TestState extends State { method initState (line 272) | void initState() method didChangeDependencies (line 280) | void didChangeDependencies() method dispose (line 287) | void dispose() method build (line 294) | Widget build(BuildContext context) function main (line 376) | void main() FILE: packages/flutter/test/widgets/list_body_test.dart function expectRects (line 16) | void expectRects(WidgetTester tester, List expected) function main (line 29) | void main() FILE: packages/flutter/test/widgets/list_view_builder_test.dart function main (line 10) | void main() function builder (line 17) | Widget builder() function itemBuilder (line 71) | Widget itemBuilder(BuildContext context, int index) function buildWidget (line 81) | Widget buildWidget() function jumpTo (line 95) | void jumpTo(double newScrollOffset) function itemBuilder (line 144) | Widget itemBuilder(BuildContext context, int index) function buildWidget (line 154) | Widget buildWidget() function jumpTo (line 169) | void jumpTo(double newScrollOffset) function itemBuilder (line 218) | Widget itemBuilder(BuildContext context, int index) function jumpTo (line 232) | void jumpTo(double newScrollOffset) function itemBuilder (line 271) | Widget itemBuilder(BuildContext context, int index) function jumpTo (line 288) | void jumpTo(double newScrollOffset) function buildFrame (line 313) | Widget buildFrame({ required int itemCount }) function buildFrame (line 358) | Widget buildFrame({ required int itemCount}) function scrollable (line 379) | Scrollable scrollable() function builder (line 406) | Widget builder(int itemCount) function check (line 428) | void check({ List visible = const [], List hidden = const... FILE: packages/flutter/test/widgets/list_view_correction_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/list_view_fling_test.dart function main (line 11) | void main() function getCurrentOffset (line 24) | double getCurrentOffset() FILE: packages/flutter/test/widgets/list_view_horizontal_test.dart function buildFrame (line 10) | Widget buildFrame({ bool reverse = false, required TextDirection textDir... function main (line 30) | void main() FILE: packages/flutter/test/widgets/list_view_misc_test.dart function main (line 10) | void main() function buildBlock (line 74) | Widget buildBlock({ bool reverse = false }) function buildBlock (line 117) | Widget buildBlock() function buildFrame (line 172) | Widget buildFrame() FILE: packages/flutter/test/widgets/list_view_relayout_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/list_view_semantics_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/list_view_test.dart class TestSliverChildListDelegate (line 12) | class TestSliverChildListDelegate extends SliverChildListDelegate { method didFinishLayout (line 18) | void didFinishLayout(int firstIndex, int lastIndex) class Alive (line 23) | class Alive extends StatefulWidget { method createState (line 29) | AliveState createState() method toString (line 32) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) class AliveState (line 35) | class AliveState extends State with AutomaticKeepAliveClientMixin { method build (line 40) | Widget build(BuildContext context) type WhetherToKeepAlive (line 46) | typedef WhetherToKeepAlive = bool Function(int); class _StatefulListView (line 47) | class _StatefulListView extends StatefulWidget { method createState (line 52) | _StatefulListViewState createState() class _StatefulListViewState (line 55) | class _StatefulListViewState extends State<_StatefulListView> { method build (line 57) | Widget build(BuildContext context) function main (line 78) | void main() function checkAndScroll (line 180) | Future checkAndScroll([ String zero = '0:false' ]) function buildListView (line 593) | Widget buildListView({ required Axis scrollDirection }) FILE: packages/flutter/test/widgets/list_view_vertical_test.dart function buildFrame (line 10) | Widget buildFrame() function main (line 22) | void main() FILE: packages/flutter/test/widgets/list_view_viewporting_test.dart function main (line 12) | void main() function builder (line 19) | Widget builder() function itemBuilder (line 70) | Widget itemBuilder(BuildContext context, int index) function builder (line 80) | Widget builder() function itemBuilder (line 133) | Widget itemBuilder(BuildContext context, int index) function builder (line 143) | Widget builder() function itemBuilder (line 184) | Widget itemBuilder(BuildContext context, int index) function collectText (line 194) | void collectText(Widget widget) function builder (line 199) | Widget builder() function itemBuilder (line 235) | Widget itemBuilder(BuildContext context, int index) function itemBuilder (line 275) | Widget itemBuilder(BuildContext context, int index) FILE: packages/flutter/test/widgets/list_view_with_inherited_test.dart function buildCard (line 16) | Widget buildCard(BuildContext context, int index) function buildFrame (line 33) | Widget buildFrame() function main (line 42) | void main() FILE: packages/flutter/test/widgets/list_wheel_scroll_view_test.dart function main (line 16) | void main() function buildFrame (line 291) | Widget buildFrame(int childCount) function onItemChange (line 923) | void onItemChange(int _) FILE: packages/flutter/test/widgets/listener_test.dart function main (line 14) | void main() FILE: packages/flutter/test/widgets/listview_end_append_test.dart function main (line 9) | void main() function buildFrame (line 13) | Widget buildFrame(int itemCount) function buildFrame (line 41) | Widget buildFrame(int itemCount) FILE: packages/flutter/test/widgets/localizations_test.dart function main (line 10) | void main() class FakeLocalizationsDelegate (line 59) | class FakeLocalizationsDelegate extends LocalizationsDelegate { method isSupported (line 63) | bool isSupported(Locale locale) method load (line 66) | Future load(Locale locale) method shouldReload (line 69) | bool shouldReload(LocalizationsDelegate old) class TestAutomatedTestWidgetsFlutterBinding (line 72) | class TestAutomatedTestWidgetsFlutterBinding extends AutomatedTestWidget... method allowFirstFrame (line 77) | void allowFirstFrame() class WidgetsLocalizationsDelegate (line 83) | class WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 91) | bool shouldReload(WidgetsLocalizationsDelegate old) FILE: packages/flutter/test/widgets/media_query_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/modal_barrier_test.dart function main (line 13) | void main() class FirstWidget (line 431) | class FirstWidget extends StatelessWidget { method build (line 434) | Widget build(BuildContext context) class SecondWidget (line 444) | class SecondWidget extends StatelessWidget { method build (line 447) | Widget build(BuildContext context) class SecondWidgetWithCompetence (line 454) | class SecondWidgetWithCompetence extends StatelessWidget { method build (line 457) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/mouse_region_test.dart class HoverClient (line 12) | class HoverClient extends StatefulWidget { method createState (line 27) | HoverClientState createState() class HoverClientState (line 30) | class HoverClientState extends State { method _onExit (line 31) | void _onExit(PointerExitEvent details) method _onEnter (line 36) | void _onEnter(PointerEnterEvent details) method build (line 42) | Widget build(BuildContext context) class HoverFeedback (line 51) | class HoverFeedback extends StatefulWidget { method createState (line 58) | State createState() class _HoverFeedbackState (line 61) | class _HoverFeedbackState extends State { method build (line 65) | Widget build(BuildContext context) function main (line 78) | void main() function clearLists (line 442) | void clearLists() function clearLists (line 518) | void clearLists() function hoverableContainer (line 627) | Widget hoverableContainer({ function tripleRegions (line 1168) | Widget tripleRegions({bool? opaqueC, required void Function(String) addL... function mouseRegionWithOptionalOpaque (line 1170) | Widget mouseRegionWithOptionalOpaque({ function _handleHover (line 1455) | void _handleHover(PointerHoverEvent _) function _handlePaintChild (line 1456) | void _handlePaintChild() function onPaintChild (line 1501) | void onPaintChild() function onPaintChild (line 1549) | void onPaintChild() class _Scaffold (line 1789) | class _Scaffold extends StatelessWidget { method build (line 1796) | Widget build(BuildContext context) class _DelegatedPainter (line 1812) | class _DelegatedPainter extends CustomPainter { method paint (line 1818) | void paint(Canvas canvas, Size size) method shouldRepaint (line 1823) | bool shouldRepaint(CustomPainter oldDelegate) class _HoverClientWithClosures (line 1827) | class _HoverClientWithClosures extends StatefulWidget { method createState (line 1829) | _HoverClientWithClosuresState createState() class _HoverClientWithClosuresState (line 1832) | class _HoverClientWithClosuresState extends State<_HoverClientWithClosur... method build (line 1836) | Widget build(BuildContext context) class _ColumnContainer (line 1857) | class _ColumnContainer extends StatelessWidget { method build (line 1865) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/multichild_test.dart function checkTree (line 11) | void checkTree(WidgetTester tester, List expectedDecorati... class MockMultiChildRenderObjectWidget (line 34) | class MockMultiChildRenderObjectWidget extends MultiChildRenderObjectWid... method createRenderObject (line 38) | RenderObject createRenderObject(BuildContext context) function main (line 44) | void main() class FakeRenderObject (line 360) | class FakeRenderObject extends RenderBox { method performLayout (line 362) | void performLayout() class DummyWidget (line 367) | class DummyWidget extends StatelessWidget { method build (line 373) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/multichildobject_with_keys_test.dart function main (line 9) | void main() function _buildWithKey (line 88) | Future _buildWithKey(Key key) function _getChildOrder (line 117) | List _getChildOrder(RenderFlex flex) FILE: packages/flutter/test/widgets/navigator_and_layers_test.dart class TestCustomPainter (line 10) | class TestCustomPainter extends CustomPainter { method paint (line 17) | void paint(Canvas canvas, Size size) method shouldRepaint (line 22) | bool shouldRepaint(TestCustomPainter oldPainter) function main (line 28) | void main() FILE: packages/flutter/test/widgets/navigator_replacement_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/navigator_restoration_test.dart function main (line 9) | void main() function _routeBuilder (line 1018) | Route _routeBuilder(BuildContext context, Object? arguments) function _routeFutureBuilder (line 1028) | Route _routeFutureBuilder(BuildContext context, Object? arguments) class PagedTestWidget (line 1036) | class PagedTestWidget extends StatelessWidget { method build (line 1042) | Widget build(BuildContext context) class PagedTestNavigator (line 1053) | class PagedTestNavigator extends StatefulWidget { method createState (line 1057) | State createState() class PagedTestNavigatorState (line 1060) | class PagedTestNavigatorState extends State with Res... method addPage (line 1063) | void addPage(String name, {bool restoreState = true, int? index}) method removePage (line 1078) | bool removePage(String name) method build (line 1090) | Widget build(BuildContext context) method restoreState (line 1132) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 1137) | void dispose() class TestPage (line 1143) | class TestPage extends Page { method createRoute (line 1147) | Route createRoute(BuildContext context) class TestWidget (line 1159) | class TestWidget extends StatelessWidget { method build (line 1165) | Widget build(BuildContext context) class RouteWidget (line 1190) | class RouteWidget extends StatefulWidget { method createState (line 1197) | State createState() class RouteWidgetState (line 1200) | class RouteWidgetState extends State with RestorationMixin { method restoreState (line 1204) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 1212) | void dispose() method build (line 1218) | Widget build(BuildContext context) class RouteFutureWidget (line 1239) | class RouteFutureWidget extends StatefulWidget { method createState (line 1243) | State createState() class RouteFutureWidgetState (line 1246) | class RouteFutureWidgetState extends State with Resto... method initState (line 1251) | void initState() method restoreState (line 1266) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 1274) | void dispose() method build (line 1280) | Widget build(BuildContext context) function findRoute (line 1287) | Finder findRoute(String name, { Object? arguments, int? count, bool skip... function tapRouteCounter (line 1289) | Future tapRouteCounter(String name, WidgetTester tester) class _RouteFinder (line 1294) | class _RouteFinder extends MatchFinder { method matches (line 1314) | bool matches(Element candidate) class FakeRoute (line 1333) | class FakeRoute extends Fake implements Route { } FILE: packages/flutter/test/widgets/navigator_test.dart class FirstWidget (line 15) | class FirstWidget extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) class SecondWidget (line 31) | class SecondWidget extends StatefulWidget { method createState (line 34) | SecondWidgetState createState() class SecondWidgetState (line 37) | class SecondWidgetState extends State { method build (line 39) | Widget build(BuildContext context) type ExceptionCallback (line 50) | typedef ExceptionCallback = void Function(dynamic exception); class ThirdWidget (line 52) | class ThirdWidget extends StatelessWidget { method build (line 59) | Widget build(BuildContext context) class OnTapPage (line 74) | class OnTapPage extends StatelessWidget { method build (line 81) | Widget build(BuildContext context) class SlideInOutPageRoute (line 95) | class SlideInOutPageRoute extends PageRouteBuilder { function main (line 120) | void main() function buildNavigator (line 517) | Widget buildNavigator() function buildNavigator (line 559) | Widget buildNavigator() function widgetUnderTest (line 2076) | Widget widgetUnderTest({required bool enabled}) function buildNavigator (line 2547) | Widget buildNavigator({ function onPopPage (line 2584) | bool onPopPage(Route route, dynamic result) function _buildFrame (line 2648) | Widget _buildFrame(String action) function _checkException (line 2668) | void _checkException(WidgetTester tester) function onPopPage (line 2757) | bool onPopPage(Route route, dynamic result) function onPopPage (line 2908) | bool onPopPage(Route route, dynamic result) function onPopPage (line 2979) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3110) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3217) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3356) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3393) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3430) | bool onPopPage(Route route, dynamic result) function onPopPage (line 3487) | bool onPopPage(Route route, dynamic result) function build (line 3553) | Widget build([Key? key]) type AnnouncementCallBack (line 3730) | typedef AnnouncementCallBack = void Function(Route?); class NotAnnounced (line 3732) | class NotAnnounced extends Route { /* A place holder for not annou... class RouteAnnouncementSpy (line 3734) | class RouteAnnouncementSpy extends Route { method didChangeNext (line 3753) | void didChangeNext(Route? nextRoute) method didChangePrevious (line 3759) | void didChangePrevious(Route? previousRoute) method didPopNext (line 3765) | void didPopNext(Route nextRoute) class _TickingWidget (line 3771) | class _TickingWidget extends StatefulWidget { method createState (line 3777) | State<_TickingWidget> createState() class _TickingWidgetState (line 3780) | class _TickingWidgetState extends State<_TickingWidget> with SingleTicke... method initState (line 3784) | void initState() method build (line 3792) | Widget build(BuildContext context) method dispose (line 3797) | void dispose() class AlwaysRemoveTransitionDelegate (line 3803) | class AlwaysRemoveTransitionDelegate extends TransitionDelegate { method resolve (line 3805) | Iterable resolve({ method handleExitingRoute (line 3811) | void handleExitingRoute(RouteTransitionRecord? location) class TestPage (line 3844) | class TestPage extends Page { method createRoute (line 3852) | Route createRoute(BuildContext context) class NoAnimationPageRoute (line 3860) | class NoAnimationPageRoute extends PageRouteBuilder { method createAnimationController (line 3867) | AnimationController createAnimationController() class StatefulTestWidget (line 3872) | class StatefulTestWidget extends StatefulWidget { method createState (line 3876) | State createState() class StatefulTestState (line 3879) | class StatefulTestState extends State { method build (line 3883) | Widget build(BuildContext context) class HeroControllerSpy (line 3889) | class HeroControllerSpy extends HeroController { method didPush (line 3892) | void didPush(Route? route, Route? previousRoute) class NavigatorObservation (line 3897) | class NavigatorObservation { class BuilderPage (line 3904) | class BuilderPage extends Page { method createRoute (line 3910) | Route createRoute(BuildContext context) FILE: packages/flutter/test/widgets/nested_scroll_view_test.dart class _CustomPhysics (line 15) | class _CustomPhysics extends ClampingScrollPhysics { method applyTo (line 19) | _CustomPhysics applyTo(ScrollPhysics? ancestor) method createBallisticSimulation (line 24) | Simulation createBallisticSimulation(ScrollMetrics position, double dr... function buildTest (line 29) | Widget buildTest({ function main (line 122) | void main() function build (line 124) | Widget build(NestedScrollView nestedScrollView) function _dfsFindPhysicalLayer (line 594) | PhysicalModelLayer? _dfsFindPhysicalLayer(ContainerLayer layer) function _checkPhysicalLayer (line 613) | void _checkPhysicalLayer({required double elevation}) function buildFloatTest (line 1257) | Widget buildFloatTest({ function verifyGeometry (line 1309) | double verifyGeometry({ function _buildBallisticTest (line 2119) | Widget _buildBallisticTest(ScrollController controller) function buildFrame (line 2406) | Widget buildFrame({ScrollPhysics? physics}) class TestHeader (line 2496) | class TestHeader extends SliverPersistentHeaderDelegate { method build (line 2504) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 2508) | bool shouldRebuild(TestHeader oldDelegate) class _TestLayoutExtentIsNegative (line 2511) | class _TestLayoutExtentIsNegative extends StatelessWidget { method build (line 2515) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/notification_test.dart class MyNotification (line 8) | class MyNotification extends Notification { } function main (line 10) | void main() FILE: packages/flutter/test/widgets/obscured_animated_image_test.dart function main (line 16) | Future main() FILE: packages/flutter/test/widgets/observer_tester.dart type OnObservation (line 7) | typedef OnObservation = void Function(Route? route, Route route, Route? previousRoute) method didPop (line 23) | void didPop(Route route, Route? previousRoute) method didRemove (line 28) | void didRemove(Route route, Route? previousRoute) method didReplace (line 33) | void didReplace({ Route? oldRoute, Route? newRoute }) method didStartUserGesture (line 38) | void didStartUserGesture(Route route, Route? previou... FILE: packages/flutter/test/widgets/opacity_test.dart function main (line 16) | void main() FILE: packages/flutter/test/widgets/overflow_bar_test.dart function main (line 8) | void main() function buildFrame (line 54) | Widget buildFrame({ required double spacing, required TextDirection text... function buildFrame (line 101) | Widget buildFrame({ function buildFrame (line 178) | Widget buildFrame({ required double width }) function buildFrame (line 209) | Widget buildFrame({ required double maxWidth }) function buildFrame (line 245) | Widget buildFrame(TextDirection textDirection) function buildFrame (line 303) | Widget buildFrame(MainAxisAlignment alignment, TextDirection textDirection) function testLayout (line 324) | void testLayout() FILE: packages/flutter/test/widgets/overflow_box_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/overlay_test.dart function main (line 11) | void main() class StatefulTestWidget (line 1062) | class StatefulTestWidget extends StatefulWidget { method createState (line 1066) | State createState() class StatefulTestState (line 1069) | class StatefulTestState extends State { method build (line 1073) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/overscroll_indicator_test.dart function slowDrag (line 14) | Future slowDrag(WidgetTester tester, Offset start, Offset offset) function main (line 23) | void main() class TestScrollBehavior1 (line 542) | class TestScrollBehavior1 extends ScrollBehavior { method buildOverscrollIndicator (line 546) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... class TestScrollBehavior2 (line 555) | class TestScrollBehavior2 extends ScrollBehavior { method buildOverscrollIndicator (line 559) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... FILE: packages/flutter/test/widgets/overscroll_stretch_indicator_test.dart function main (line 12) | void main() function buildTest (line 13) | Widget buildTest( FILE: packages/flutter/test/widgets/page_forward_transitions_test.dart class TestTransition (line 8) | class TestTransition extends AnimatedWidget { method build (line 20) | Widget build(BuildContext context) class TestRoute (line 28) | class TestRoute extends PageRoute { method buildPage (line 50) | Widget buildPage(BuildContext context, Animation animation, An... function main (line 55) | void main() function state (line 63) | String state({ bool skipOffstage = true }) FILE: packages/flutter/test/widgets/page_route_builder_test.dart class TestPage (line 12) | class TestPage extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) class HomePage (line 27) | class HomePage extends StatefulWidget { method createState (line 31) | State createState() class _HomePageState (line 34) | class _HomePageState extends State { method _presentModalPage (line 35) | void _presentModalPage() method build (line 46) | Widget build(BuildContext context) class ModalPage (line 59) | class ModalPage extends StatelessWidget { method build (line 63) | Widget build(BuildContext context) function main (line 91) | void main() FILE: packages/flutter/test/widgets/page_storage_test.dart function main (line 8) | void main() function buildWidthKey (line 44) | Widget buildWidthKey(Key key) FILE: packages/flutter/test/widgets/page_transitions_test.dart class TestOverlayRoute (line 8) | class TestOverlayRoute extends OverlayRoute { method createOverlayEntries (line 11) | Iterable createOverlayEntries() method _build (line 14) | Widget _build(BuildContext context) class PersistentBottomSheetTest (line 17) | class PersistentBottomSheetTest extends StatefulWidget { method createState (line 21) | PersistentBottomSheetTestState createState() class PersistentBottomSheetTestState (line 24) | class PersistentBottomSheetTestState extends State page(WidgetTester tester, Offset offset) function pageLeft (line 53) | Future pageLeft(WidgetTester tester) function pageRight (line 57) | Future pageRight(WidgetTester tester) function main (line 61) | void main() FILE: packages/flutter/test/widgets/parent_data_test.dart class TestParentData (line 12) | class TestParentData { function checkTree (line 21) | void checkTree(WidgetTester tester, List expectedParentD... function main (line 51) | void main() class TestParentDataWidget (line 460) | class TestParentDataWidget extends ParentDataWidget { method applyParentData (line 470) | void applyParentData(RenderObject renderObject) class DummyParentData (line 480) | class DummyParentData extends ParentData { class OneAncestorWidget (line 484) | class OneAncestorWidget extends SingleChildRenderObjectWidget { method createRenderObject (line 491) | RenderOne createRenderObject(BuildContext context) class AnotherAncestorWidget (line 494) | class AnotherAncestorWidget extends SingleChildRenderObjectWidget { method createRenderObject (line 501) | RenderAnother createRenderObject(BuildContext context) class RenderOne (line 504) | class RenderOne extends RenderProxyBox { method setupParentData (line 506) | void setupParentData(RenderBox child) class RenderAnother (line 512) | class RenderAnother extends RenderProxyBox { method setupParentData (line 514) | void setupParentData(RenderBox child) class DummyWidget (line 520) | class DummyWidget extends StatelessWidget { method build (line 526) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/performance_overlay_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/physical_model_test.dart function main (line 13) | void main() FILE: packages/flutter/test/widgets/placeholder_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/platform_view_test.dart function main (line 20) | void main() function constructRecognizer (line 908) | EagerGestureRecognizer constructRecognizer() function buildView (line 1192) | Widget buildView(double width, double height, Clip clipBehavior) function constructRecognizer (line 1971) | EagerGestureRecognizer constructRecognizer() function constructRecognizer (line 2245) | EagerGestureRecognizer constructRecognizer() function constructRecognizer (line 2269) | EagerGestureRecognizer constructRecognizer() function createPlatformViewLink (line 2369) | PlatformViewLink createPlatformViewLink() function createPlatformViewLink (line 2423) | PlatformViewLink createPlatformViewLink(String viewType) function scaffold (line 2640) | Widget scaffold(Widget target) FILE: packages/flutter/test/widgets/positioned_test.dart function main (line 11) | void main() function recordMetrics (line 78) | void recordMetrics() FILE: packages/flutter/test/widgets/range_maintaining_scroll_physics_test.dart class ExpandingBox (line 9) | class ExpandingBox extends StatefulWidget { method createState (line 16) | State createState() class _ExpandingBoxState (line 19) | class _ExpandingBoxState extends State with AutomaticKeepA... method initState (line 23) | void initState() method toggleSize (line 28) | void toggleSize() method build (line 35) | Widget build(BuildContext context) function main (line 54) | void main() function build (line 234) | Widget build(double height) class TabBarDemo (line 268) | class TabBarDemo extends StatelessWidget { method build (line 272) | Widget build(BuildContext context) class RangeMaintainingTestScrollBehavior (line 300) | class RangeMaintainingTestScrollBehavior extends ScrollBehavior { method getPlatform (line 304) | TargetPlatform getPlatform(BuildContext context) method buildOverscrollIndicator (line 307) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... method buildScrollbar (line 312) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... method velocityTrackerBuilder (line 317) | GestureVelocityTrackerBuilder velocityTrackerBuilder(BuildContext cont... method getScrollPhysics (line 322) | ScrollPhysics getScrollPhysics(BuildContext context) FILE: packages/flutter/test/widgets/raw_keyboard_listener_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/reassemble_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/render_object_element_test.dart class Pair (line 9) | @immutable method toString (line 24) | String toString() class Swapper (line 30) | abstract class Swapper extends RenderObjectWidget { method createElement (line 37) | SwapperElement createElement() method createRenderObject (line 40) | RenderObject createRenderObject(BuildContext context) class SwapperWithProperOverrides (line 43) | class SwapperWithProperOverrides extends Swapper { method createElement (line 51) | SwapperElement createElement() class SwapperWithNoOverrides (line 54) | class SwapperWithNoOverrides extends Swapper { method createElement (line 62) | SwapperElement createElement() class SwapperWithDeprecatedOverrides (line 65) | class SwapperWithDeprecatedOverrides extends Swapper { method createElement (line 73) | SwapperElement createElement() class SwapperElement (line 76) | abstract class SwapperElement extends RenderObjectElement { method visitChildren (line 93) | void visitChildren(ElementVisitor visitor) method update (line 101) | void update(Swapper newWidget) method mount (line 107) | void mount(Element? parent, Object? newSlot) method _updateChildren (line 112) | void _updateChildren(Swapper widget) class SwapperElementWithProperOverrides (line 119) | class SwapperElementWithProperOverrides extends SwapperElement { method insertRenderObjectChild (line 123) | void insertRenderObjectChild(RenderBox child, Object? slot) method moveRenderObjectChild (line 133) | void moveRenderObjectChild(RenderBox child, bool oldIsOnTop, bool newI... method removeRenderObjectChild (line 140) | void removeRenderObjectChild(RenderBox child, Object? slot) class SwapperElementWithNoOverrides (line 149) | class SwapperElementWithNoOverrides extends SwapperElement { class SwapperElementWithDeprecatedOverrides (line 153) | class SwapperElementWithDeprecatedOverrides extends SwapperElement { method insertChildRenderObject (line 158) | void insertChildRenderObject(RenderBox child, Object? slot) method moveChildRenderObject (line 169) | void moveChildRenderObject(RenderBox child, bool isOnTop) method removeChildRenderObject (line 176) | void removeChildRenderObject(RenderBox child) class RenderSwapper (line 185) | class RenderSwapper extends RenderBox { method setSwapper (line 201) | void setSwapper(RenderBox? child, bool isOnTop) method visitChildren (line 216) | void visitChildren(RenderObjectVisitor visitor) method attach (line 224) | void attach(PipelineOwner owner) method detach (line 230) | void detach() method computeDryLayout (line 236) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 241) | void performLayout() method paint (line 264) | void paint(PaintingContext context, Offset offset) method redepthChildren (line 272) | void redepthChildren() function parentDataFor (line 277) | BoxParentData parentDataFor(RenderObject renderObject) function main (line 279) | void main() function widget (line 283) | Widget widget() function widget (line 327) | Widget widget() function widget (line 370) | Widget widget() FILE: packages/flutter/test/widgets/render_object_widget_test.dart class TestWidget (line 15) | class TestWidget extends StatelessWidget { method build (line 24) | Widget build(BuildContext context) class TestOrientedBox (line 27) | class TestOrientedBox extends SingleChildRenderObjectWidget { method _getDecoration (line 30) | Decoration _getDecoration(BuildContext context) method createRenderObject (line 41) | RenderDecoratedBox createRenderObject(BuildContext context) method updateRenderObject (line 44) | void updateRenderObject(BuildContext context, RenderDecoratedBox rende... class TestNonVisitingWidget (line 49) | class TestNonVisitingWidget extends SingleChildRenderObjectWidget { method createRenderObject (line 53) | RenderObject createRenderObject(BuildContext context) class TestNonVisitingRenderObject (line 56) | class TestNonVisitingRenderObject extends RenderBox with RenderObjectWit... method computeDryLayout (line 58) | Size computeDryLayout(BoxConstraints constraints) method performLayout (line 63) | void performLayout() method paint (line 69) | void paint(PaintingContext context, Offset offset) method visitChildren (line 74) | void visitChildren(RenderObjectVisitor visitor) function main (line 79) | void main() function checkFullTree (line 101) | void checkFullTree() function childBareTree (line 117) | void childBareTree() FILE: packages/flutter/test/widgets/reorderable_list_test.dart function main (line 9) | void main() function pressDragRelease (line 92) | Future pressDragRelease(Offset start, Offset delta) function check (line 101) | void check({ List visible = const [], List hidden = const... function getIconStyle (line 159) | TextStyle getIconStyle() function getTextStyle (line 168) | TextStyle getTextStyle() function getItemFadeTransition (line 236) | Finder getItemFadeTransition() function pressDragRelease (line 384) | Future pressDragRelease(Offset start, Offset delta) function handleReorder (line 556) | void handleReorder(int fromIndex, int toIndex) function handleReorder (line 602) | void handleReorder(int fromIndex, int toIndex) function handleReorder (line 651) | void handleReorder(int fromIndex, int toIndex) function handleReorder (line 698) | void handleReorder(int fromIndex, int toIndex) class TestList (line 742) | class TestList extends StatefulWidget { method createState (line 759) | State createState() class _TestListState (line 762) | class _TestListState extends State { method build (line 764) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/reparent_state_harder_test.dart class OrderSwitcher (line 10) | class OrderSwitcher extends StatefulWidget { method createState (line 21) | OrderSwitcherState createState() class OrderSwitcherState (line 24) | class OrderSwitcherState extends State { method switchChildren (line 28) | void switchChildren() method build (line 35) | Widget build(BuildContext context) class DummyStatefulWidget (line 51) | class DummyStatefulWidget extends StatefulWidget { method createState (line 55) | DummyStatefulWidgetState createState() class DummyStatefulWidgetState (line 58) | class DummyStatefulWidgetState extends State { method build (line 60) | Widget build(BuildContext context) class RekeyableDummyStatefulWidgetWrapper (line 63) | class RekeyableDummyStatefulWidgetWrapper extends StatefulWidget { method createState (line 72) | RekeyableDummyStatefulWidgetWrapperState createState() class RekeyableDummyStatefulWidgetWrapperState (line 75) | class RekeyableDummyStatefulWidgetWrapperState extends State { method build (line 21) | Widget build(BuildContext context) class DeactivateLogger (line 28) | class DeactivateLogger extends StatefulWidget { method createState (line 34) | DeactivateLoggerState createState() class DeactivateLoggerState (line 37) | class DeactivateLoggerState extends State { method deactivate (line 39) | void deactivate() method build (line 45) | Widget build(BuildContext context) function main (line 51) | void main() FILE: packages/flutter/test/widgets/reparent_state_with_layout_builder_test.dart class Bar (line 12) | class Bar extends StatefulWidget { method createState (line 15) | BarState createState() class BarState (line 18) | class BarState extends State { method trigger (line 23) | void trigger() method build (line 30) | Widget build(BuildContext context) class StatefulCreationCounter (line 49) | class StatefulCreationCounter extends StatefulWidget { method createState (line 53) | StatefulCreationCounterState createState() class StatefulCreationCounterState (line 56) | class StatefulCreationCounterState extends State { method initState (line 60) | void initState() method build (line 66) | Widget build(BuildContext context) function main (line 69) | void main() FILE: packages/flutter/test/widgets/restorable_property_test.dart function main (line 8) | void main() function takesInt (line 468) | void takesInt(int? value) function takesDouble (line 474) | void takesDouble(double? value) class _TestRestorableValue (line 481) | class _TestRestorableValue extends RestorableValue { method createDefaultValue (line 483) | Object createDefaultValue() method didUpdateValue (line 490) | void didUpdateValue(Object? oldValue) method fromPrimitives (line 496) | Object? fromPrimitives(Object? data) method toPrimitives (line 501) | Object? toPrimitives() class _RestorableWidget (line 506) | class _RestorableWidget extends StatefulWidget { method createState (line 510) | State<_RestorableWidget> createState() class _RestorableWidgetState (line 513) | class _RestorableWidgetState extends State<_RestorableWidget> with Resto... method restoreState (line 530) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method setProperties (line 547) | void setProperties(VoidCallback callback) method build (line 552) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/restoration.dart class BucketSpy (line 9) | class BucketSpy extends StatefulWidget { method createState (line 15) | State createState() class BucketSpyState (line 18) | class BucketSpyState extends State { method didChangeDependencies (line 22) | void didChangeDependencies() method build (line 28) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/restoration_mixin_test.dart function main (line 10) | void main() function _clearLogs (line 636) | void _clearLogs(_TestRestorableWidgetState state) class _TestRestorableWidget (line 643) | class _TestRestorableWidget extends StatefulWidget { method createState (line 650) | State<_TestRestorableWidget> createState() class _TestRestorableWidgetState (line 653) | class _TestRestorableWidgetState extends State<_TestRestorableWidget> wi... method restoreState (line 662) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method didToggleBucket (line 671) | void didToggleBucket(RestorationBucket? oldBucket) method dispose (line 677) | void dispose() method build (line 684) | Widget build(BuildContext context) method setProperties (line 688) | void setProperties(VoidCallback fn) method injectId (line 691) | void injectId(String id) method registerAdditionalProperty (line 696) | void registerAdditionalProperty({bool reregister = true}) method unregisterAdditionalProperty (line 702) | void unregisterAdditionalProperty() method registerPropertyUnderSameId (line 706) | void registerPropertyUnderSameId() function _createRawDataSet (line 714) | Map _createRawDataSet() class _TestRestorableProperty (line 735) | class _TestRestorableProperty extends RestorableProperty { method createDefaultValue (line 749) | Object? createDefaultValue() method fromPrimitives (line 755) | Object? fromPrimitives(Object? data) method initWithValue (line 771) | void initWithValue(Object? v) method toPrimitives (line 777) | Object? toPrimitives() FILE: packages/flutter/test/widgets/restoration_scope_test.dart function main (line 10) | void main() function _createRawDataSet (line 325) | Map _createRawDataSet() FILE: packages/flutter/test/widgets/restoration_scopes_moving_test.dart function main (line 8) | void main() class TestWidgetWithCounterChild (line 113) | class TestWidgetWithCounterChild extends StatefulWidget { method createState (line 117) | State createState() class TestWidgetWithCounterChildState (line 120) | class TestWidgetWithCounterChildState extends State createState() class CounterState (line 172) | class CounterState extends State with RestorationMixin { method restoreState (line 179) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method dispose (line 184) | void dispose() method build (line 190) | Widget build(BuildContext context) class TestWidget (line 204) | class TestWidget extends StatefulWidget { method createState (line 210) | State createState() class TestWidgetState (line 213) | class TestWidgetState extends State with RestorationMixin { method restoreState (line 218) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method didToggleBucket (line 226) | void didToggleBucket(RestorationBucket? oldBucket) method build (line 235) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/rich_text_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/root_restoration_scope_test.dart function main (line 13) | void main() class TestAutomatedTestWidgetsFlutterBinding (line 371) | class TestAutomatedTestWidgetsFlutterBinding extends AutomatedTestWidget... method createRestorationManager (line 378) | TestRestorationManager createRestorationManager() method deferFirstFrame (line 387) | void deferFirstFrame() method allowFirstFrame (line 393) | void allowFirstFrame() FILE: packages/flutter/test/widgets/rotated_box_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/route_notification_messages_test.dart class OnTapPage (line 11) | class OnTapPage extends StatelessWidget { method build (line 18) | Widget build(BuildContext context) function convertRouteInformationToMap (line 32) | Map convertRouteInformationToMap(RouteInformation route... function main (line 39) | void main() type SimpleRouterDelegateBuilder (line 319) | typedef SimpleRouterDelegateBuilder = Widget Function(BuildContext, Rout... type SimpleRouterDelegatePopRoute (line 320) | typedef SimpleRouterDelegatePopRoute = Future Function(); class SimpleRouteInformationParser (line 322) | class SimpleRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 331) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleRouterDelegate (line 336) | class SimpleRouterDelegate extends RouterDelegate with... method setNewRoutePath (line 362) | Future setNewRoutePath(RouteInformation configuration) method popRoute (line 368) | Future popRoute() method build (line 375) | Widget build(BuildContext context) class TestPage (line 378) | class TestPage extends Page { method createRoute (line 382) | Route createRoute(BuildContext context) FILE: packages/flutter/test/widgets/router_restoration_test.dart function main (line 9) | void main() function delegate (line 12) | _TestRouterDelegate delegate() function delegate (line 46) | _TestRouterDelegate delegate() function provider (line 47) | _TestRouteInformationProvider provider() class _TestRouteInformationParser (line 80) | class _TestRouteInformationParser extends RouteInformationParser { method parseRouteInformation (line 82) | Future parseRouteInformation(RouteInformation routeInformation) method restoreRouteInformation (line 87) | RouteInformation? restoreRouteInformation(String configuration) class _TestRouterDelegate (line 92) | class _TestRouterDelegate extends RouterDelegate with ChangeNoti... method setNewRoutePath (line 108) | Future setNewRoutePath(String configuration) method setRestoredRoutePath (line 115) | Future setRestoredRoutePath(String configuration) method build (line 122) | Widget build(BuildContext context) method popRoute (line 127) | Future popRoute() class _TestRouteInformationProvider (line 130) | class _TestRouteInformationProvider extends RouteInformationProvider wit... class _TestWidget (line 143) | class _TestWidget extends StatefulWidget { method createState (line 150) | State<_TestWidget> createState() class _TestWidgetState (line 153) | class _TestWidgetState extends State<_TestWidget> { method build (line 155) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/router_test.dart function main (line 10) | void main() function buildBoilerPlate (line 1262) | Widget buildBoilerPlate(Widget child) type SimpleRouterDelegateBuilder (line 1270) | typedef SimpleRouterDelegateBuilder = Widget Function(BuildContext, Rout... type SimpleRouterDelegatePopRoute (line 1271) | typedef SimpleRouterDelegatePopRoute = Future Function(); type SimpleNavigatorRouterDelegatePopPage (line 1272) | typedef SimpleNavigatorRouterDelegatePopPage = bool Function(Route... type RouterReportRouterInformation (line 1273) | typedef RouterReportRouterInformation = void Function(RouteInformation, ... class SimpleRouteInformationParser (line 1275) | class SimpleRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 1284) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleRouterDelegate (line 1289) | class SimpleRouterDelegate extends RouterDelegate with... method setNewRoutePath (line 1315) | Future setNewRoutePath(RouteInformation configuration) method popRoute (line 1321) | Future popRoute() method build (line 1326) | Widget build(BuildContext context) class SimpleNavigatorRouterDelegate (line 1329) | class SimpleNavigatorRouterDelegate extends RouterDelegate setNewRoutePath(RouteInformation configuration) method _handlePopPage (line 1354) | bool _handlePopPage(Route route, void data) method build (line 1359) | Widget build(BuildContext context) class SimpleRouteInformationProvider (line 1378) | class SimpleRouteInformationProvider extends RouteInformationProvider wi... method routerReportsNewRouteInformation (line 1394) | void routerReportsNewRouteInformation(RouteInformation routeInformatio... class SimpleAsyncRouteInformationParser (line 1400) | class SimpleAsyncRouteInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 1411) | RouteInformation restoreRouteInformation(RouteInformation configuration) class SimpleAsyncRouterDelegate (line 1416) | class SimpleAsyncRouterDelegate extends RouterDelegate... method setNewRoutePath (line 1432) | Future setNewRoutePath(RouteInformation configuration) method popRoute (line 1438) | Future popRoute() method build (line 1443) | Widget build(BuildContext context) class RedirectingInformationParser (line 1446) | class RedirectingInformationParser extends RouteInformationParser parseRouteInformation(RouteInformation inform... method restoreRouteInformation (line 1458) | RouteInformation restoreRouteInformation(RouteInformation configuration) FILE: packages/flutter/test/widgets/routes_test.dart class TestRoute (line 17) | class TestRoute extends Route with LocalHistoryRoute { method log (line 26) | void log(String s) method install (line 31) | void install() method didPush (line 43) | TickerFuture didPush() method didAdd (line 49) | void didAdd() method didReplace (line 55) | void didReplace(Route? oldRoute) method didPop (line 63) | bool didPop(String? result) method didPopNext (line 72) | void didPopNext(Route nextRoute) method didChangeNext (line 80) | void didChangeNext(Route? nextRoute) method dispose (line 88) | void dispose() function runNavigatorTest (line 97) | Future runNavigatorTest( function main (line 113) | void main() function _getExpectedBarrierTweenAlphaValue (line 1388) | int _getExpectedBarrierTweenAlphaValue(double t) function _getExpectedBarrierTweenAlphaValue (line 1451) | int _getExpectedBarrierTweenAlphaValue(double t) function _getExpectedBarrierTweenAlphaValue (line 1514) | int _getExpectedBarrierTweenAlphaValue(double t) function _getOpacity (line 1863) | double _getOpacity(GlobalKey key, WidgetTester tester) class ModifiedReverseTransitionDurationRoute (line 1874) | class ModifiedReverseTransitionDurationRoute extends MaterialPageRout... class MockPageRoute (line 1890) | class MockPageRoute extends Fake implements PageRoute { } class MockRoute (line 1892) | class MockRoute extends Fake implements Route { } class MockRouteAware (line 1894) | class MockRouteAware extends Fake implements RouteAware { method didPush (line 1901) | void didPush() method didPushNext (line 1906) | void didPushNext() method didPop (line 1911) | void didPop() method didPopNext (line 1916) | void didPopNext() class TestPageRouteBuilder (line 1921) | class TestPageRouteBuilder extends PageRouteBuilder { method createAnimation (line 1925) | Animation createAnimation() class DialogObserver (line 1930) | class DialogObserver extends NavigatorObserver { method didPush (line 1935) | void didPush(Route route, Route? previousRoute) method didPop (line 1944) | void didPop(Route route, Route? previousRoute) class _TestDialogRouteWithCustomBarrierCurve (line 1953) | class _TestDialogRouteWithCustomBarrierCurve extends PopupRoute { method buildPage (line 1986) | Widget buildPage(BuildContext context, Animation animation, An... class WidgetWithLocalHistory (line 1995) | class WidgetWithLocalHistory extends StatefulWidget { method createState (line 1999) | WidgetWithLocalHistoryState createState() class WidgetWithLocalHistoryState (line 2002) | class WidgetWithLocalHistoryState extends State { method addLocalHistory (line 2005) | void addLocalHistory() method dispose (line 2012) | void dispose() method build (line 2018) | Widget build(BuildContext context) class WidgetWithNoLocalHistory (line 2023) | class WidgetWithNoLocalHistory extends StatefulWidget { method createState (line 2027) | WidgetWithNoLocalHistoryState createState() class WidgetWithNoLocalHistoryState (line 2030) | class WidgetWithNoLocalHistoryState extends State { method resolve (line 2053) | Iterable resolve({ function buildNavigator (line 2067) | Widget buildNavigator({ class _RestorableDialogTestWidget (line 2094) | class _RestorableDialogTestWidget extends StatelessWidget { method _dialogBuilder (line 2095) | Route _dialogBuilder(BuildContext context, Object? arguments) method build (line 2108) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/row_test.dart class OrderPainter (line 10) | class OrderPainter extends CustomPainter { method paint (line 18) | void paint(Canvas canvas, Size size) method shouldRepaint (line 23) | bool shouldRepaint(OrderPainter old) function log (line 26) | Widget log(int index) function main (line 28) | void main() FILE: packages/flutter/test/widgets/rtl_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/run_app_async_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/run_app_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/safe_area_test.dart function main (line 9) | void main() function boilerplate (line 104) | Widget boilerplate(Widget child) function buildWidget (line 191) | Widget buildWidget(EdgeInsets mediaPadding, Widget sliver) function verify (line 208) | void verify(WidgetTester tester, List expectedRects) FILE: packages/flutter/test/widgets/scroll_activity_test.dart function children (line 9) | List children(int n) function main (line 15) | void main() class PageView62209 (line 118) | class PageView62209 extends StatefulWidget { method createState (line 122) | State createState() class _PageView62209State (line 125) | class _PageView62209State extends State { method initState (line 130) | void initState() method build (line 142) | Widget build(BuildContext context) class Carousel62209Page (line 167) | class Carousel62209Page extends StatelessWidget { method build (line 173) | Widget build(BuildContext context) class Carousel62209 (line 178) | class Carousel62209 extends StatefulWidget { method createState (line 184) | State createState() class _Carousel62209State (line 187) | class _Carousel62209State extends State { method initState (line 197) | void initState() method didUpdateWidget (line 204) | void didUpdateWidget(Carousel62209 oldWidget) method dispose (line 234) | void dispose() method _handleScrollNotification (line 239) | bool _handleScrollNotification(ScrollNotification notification) method build (line 250) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/scroll_aware_image_provider_test.dart function main (line 12) | void main() function _findPhysics (line 24) | T _findPhysics(WidgetTester tester) function _findMetrics (line 28) | ScrollMetrics _findMetrics(WidgetTester tester) class TestWidget (line 401) | class TestWidget extends StatefulWidget { method createState (line 405) | State createState() class TestWidgetState (line 408) | class TestWidgetState extends State { method build (line 410) | Widget build(BuildContext context) class RecordingPhysics (line 413) | class RecordingPhysics extends ScrollPhysics { method applyTo (line 419) | RecordingPhysics applyTo(ScrollPhysics? ancestor) method recommendDeferredLoading (line 424) | bool recommendDeferredLoading(double velocity, ScrollMetrics metrics, ... class ControllablePhysics (line 433) | class ControllablePhysics extends ScrollPhysics { method applyTo (line 439) | ControllablePhysics applyTo(ScrollPhysics? ancestor) method recommendDeferredLoading (line 444) | bool recommendDeferredLoading(double velocity, ScrollMetrics metrics, ... FILE: packages/flutter/test/widgets/scroll_behavior_test.dart class TestScrollBehavior (line 10) | class TestScrollBehavior extends ScrollBehavior { method getScrollPhysics (line 16) | ScrollPhysics getScrollPhysics(BuildContext context) method shouldNotify (line 23) | bool shouldNotify(TestScrollBehavior old) method velocityTrackerBuilder (line 26) | GestureVelocityTrackerBuilder velocityTrackerBuilder(BuildContext cont... function main (line 34) | void main() FILE: packages/flutter/test/widgets/scroll_controller_test.dart function main (line 10) | void main() function realOffset (line 29) | double realOffset() function realOffset (line 148) | double realOffset() function buildFrame (line 316) | Widget buildFrame(ScrollController controller) FILE: packages/flutter/test/widgets/scroll_events_test.dart function _buildScroller (line 10) | Widget _buildScroller({ required List log }) function main (line 28) | void main() function animateTo (line 29) | Completer animateTo(WidgetTester tester, double newScrollOffset, {... function jumpTo (line 36) | void jumpTo(WidgetTester tester, double newScrollOffset) FILE: packages/flutter/test/widgets/scroll_interaction_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/scroll_notification_test.dart function main (line 9) | void main() function buildFrame (line 12) | Widget buildFrame(double height) function handleNotification (line 210) | void handleNotification(ScrollNotification value) FILE: packages/flutter/test/widgets/scroll_physics_test.dart class TestScrollPhysics (line 9) | class TestScrollPhysics extends ScrollPhysics { method applyTo (line 17) | TestScrollPhysics applyTo(ScrollPhysics? ancestor) method toString (line 28) | String toString() function main (line 36) | void main() function types (line 68) | String types(ScrollPhysics? value) FILE: packages/flutter/test/widgets/scroll_position_test.dart class ThePositiveNumbers (line 12) | class ThePositiveNumbers extends StatelessWidget { method build (line 19) | Widget build(BuildContext context) function performTest (line 31) | Future performTest(WidgetTester tester, bool maintainState) function main (line 139) | void main() FILE: packages/flutter/test/widgets/scroll_simulation_test.dart function main (line 8) | void main() function checkInitialConditions (line 10) | void checkInitialConditions(double position, double velocity) FILE: packages/flutter/test/widgets/scroll_view_test.dart class MaterialLocalizationsDelegate (line 12) | class MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 20) | bool shouldReload(MaterialLocalizationsDelegate old) class WidgetsLocalizationsDelegate (line 23) | class WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 31) | bool shouldReload(WidgetsLocalizationsDelegate old) function textFieldBoilerplate (line 34) | Widget textFieldBoilerplate({ required Widget child }) function main (line 57) | void main() function buildListView (line 716) | Widget buildListView(int n) function buildFrame (line 1127) | Widget buildFrame(Widget firstSeparator) function buildFrame (line 1155) | Widget buildFrame(bool throwOnFirstItem) function buildFrame (line 1187) | Widget buildFrame(bool throwOnFirstSeparator) FILE: packages/flutter/test/widgets/scrollable_animations_test.dart function main (line 9) | void main() function expectNoAnimation (line 76) | void expectNoAnimation() FILE: packages/flutter/test/widgets/scrollable_dispose_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/scrollable_fling_test.dart function pumpTest (line 14) | Future pumpTest(WidgetTester tester, TargetPlatform platform) function main (line 34) | void main() function getCurrentOffset (line 36) | double getCurrentOffset() FILE: packages/flutter/test/widgets/scrollable_grid_test.dart function main (line 8) | void main() function buildFrame (line 81) | Widget buildFrame(int itemCount) FILE: packages/flutter/test/widgets/scrollable_in_overlay_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/scrollable_list_hit_testing_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/scrollable_of_test.dart class ScrollPositionListener (line 8) | class ScrollPositionListener extends StatefulWidget { method createState (line 15) | State createState() class _ScrollPositionListenerState (line 18) | class _ScrollPositionListenerState extends State { method didChangeDependencies (line 22) | void didChangeDependencies() method dispose (line 31) | void dispose() method build (line 37) | Widget build(BuildContext context) method listener (line 39) | void listener() function main (line 45) | void main() function buildFrame (line 53) | Widget buildFrame(ScrollPhysics? physics) FILE: packages/flutter/test/widgets/scrollable_restoration_test.dart function main (line 9) | void main() function pageViewScrollAndRestore (line 469) | Future pageViewScrollAndRestore(WidgetTester tester) function restoreScrollAndVerify (line 499) | Future restoreScrollAndVerify(WidgetTester tester, {double secondO... class TestHarness (line 546) | class TestHarness extends StatelessWidget { method build (line 553) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/scrollable_semantics_test.dart function main (line 14) | void main() function flingUp (line 642) | Future flingUp(WidgetTester tester, { int repetitions = 1 }) function flingDown (line 644) | Future flingDown(WidgetTester tester, { int repetitions = 1 }) function flingRight (line 646) | Future flingRight(WidgetTester tester, { int repetitions = 1 }) function flingLeft (line 648) | Future flingLeft(WidgetTester tester, { int repetitions = 1 }) function fling (line 650) | Future fling(WidgetTester tester, Offset offset, int repetitions) function nodeGlobalRect (line 658) | Rect nodeGlobalRect(SemanticsNode node) FILE: packages/flutter/test/widgets/scrollable_semantics_traversal_order_test.dart function main (line 13) | void main() FILE: packages/flutter/test/widgets/scrollable_test.dart function pumpTest (line 14) | Future pumpTest( class NoScrollbarBehavior (line 42) | class NoScrollbarBehavior extends MaterialScrollBehavior { method buildScrollbar (line 46) | Widget buildScrollbar(BuildContext context, Widget child, ScrollableDe... function pumpDoubleScrollableTest (line 51) | Future pumpDoubleScrollableTest( function getScrollOffset (line 84) | double getScrollOffset(WidgetTester tester, {bool last = true}) function getScrollVelocity (line 92) | double getScrollVelocity(WidgetTester tester) function resetScrollOffset (line 98) | void resetScrollOffset(WidgetTester tester) function main (line 104) | void main() function pumpTestWidget (line 400) | Future pumpTestWidget(WidgetTester tester, { required bool canDrag }) function build (line 1238) | Widget build(double height) class SuperPessimisticScrollPhysics (line 1376) | class SuperPessimisticScrollPhysics extends ScrollPhysics { method recommendDeferredLoading (line 1382) | bool recommendDeferredLoading(double velocity, ScrollMetrics metrics, ... method applyTo (line 1388) | ScrollPhysics applyTo(ScrollPhysics? ancestor) class ExtraSuperPessimisticScrollPhysics (line 1393) | class ExtraSuperPessimisticScrollPhysics extends ScrollPhysics { method recommendDeferredLoading (line 1397) | bool recommendDeferredLoading(double velocity, ScrollMetrics metrics, ... method applyTo (line 1402) | ScrollPhysics applyTo(ScrollPhysics? ancestor) class TestTickerProvider (line 1407) | class TestTickerProvider extends TickerProvider { method createTicker (line 1409) | Ticker createTicker(TickerCallback onTick) FILE: packages/flutter/test/widgets/scrollbar_test.dart function _buildPainter (line 20) | ScrollbarPainter _buildPainter({ class _DrawRectOnceCanvas (line 48) | class _DrawRectOnceCanvas extends Fake implements Canvas { method drawRect (line 52) | void drawRect(Rect rect, Paint paint) method drawLine (line 57) | void drawLine(Offset p1, Offset p2, Paint paint) function main (line 60) | void main() function captureRect (line 64) | Rect captureRect() function buildFrame (line 1876) | Widget buildFrame(double height) function buildFrame (line 1907) | Widget buildFrame() function buildFrame (line 1951) | Widget buildFrame() function buildFrame (line 2011) | Widget buildFrame() FILE: packages/flutter/test/widgets/selectable_text_test.dart class MaterialLocalizationsDelegate (line 24) | class MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 32) | bool shouldReload(MaterialLocalizationsDelegate old) class WidgetsLocalizationsDelegate (line 35) | class WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 43) | bool shouldReload(WidgetsLocalizationsDelegate old) function overlay (line 46) | Widget overlay({ Widget? child }) function overlayWithEntry (line 59) | Widget overlayWithEntry(OverlayEntry entry) function boilerplate (line 80) | Widget boilerplate({ Widget? child }) function skipPastScrollingAnimation (line 101) | Future skipPastScrollingAnimation(WidgetTester tester) function getOpacity (line 106) | double getOpacity(WidgetTester tester, Finder finder) function main (line 115) | void main() function findRenderEditable (line 128) | RenderEditable findRenderEditable(WidgetTester tester) function recursiveFinder (line 133) | void recursiveFinder(RenderObject child) function globalize (line 145) | List globalize(Iterable points, ... function selectableTextBuilder (line 172) | Widget selectableTextBuilder({ function findSelectableTextBox (line 381) | RenderBox findSelectableTextBox() function findTextBox (line 420) | RenderBox findTextBox() function findTextBox (line 1083) | RenderBox findTextBox() function findInputBox (line 1225) | RenderBox findInputBox() function findTextBox (line 1332) | RenderBox findTextBox() function setupWidget (line 1574) | Future setupWidget(WidgetTester tester, String text) function buildFrame (line 2610) | Widget buildFrame(TextStyle style) function buildFrame (line 2653) | Widget buildFrame(TextStyle style) FILE: packages/flutter/test/widgets/semantics_10_test.dart function main (line 12) | void main() function buildTestWidgets (line 37) | Widget buildTestWidgets({ class TestWidget (line 68) | class TestWidget extends SingleChildRenderObjectWidget { method createRenderObject (line 80) | RenderTest createRenderObject(BuildContext context) method updateRenderObject (line 87) | void updateRenderObject(BuildContext context, RenderTest renderObject) class RenderTest (line 94) | class RenderTest extends RenderProxyBox { method describeSemanticsConfiguration (line 96) | void describeSemanticsConfiguration(SemanticsConfiguration config) FILE: packages/flutter/test/widgets/semantics_11_test.dart function main (line 12) | void main() function dummyTapHandler (line 97) | void dummyTapHandler() FILE: packages/flutter/test/widgets/semantics_1_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_2_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_3_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_4_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_5_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_6_test.dart function main (line 11) | void main() function buildWidget (line 50) | Widget buildWidget({ required String blockedText, bool blocking = true }) FILE: packages/flutter/test/widgets/semantics_7_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_8_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_9_test.dart function main (line 12) | void main() class BoundaryBlockSemantics (line 139) | class BoundaryBlockSemantics extends SingleChildRenderObjectWidget { method createRenderObject (line 143) | RenderBoundaryBlockSemantics createRenderObject(BuildContext context) class RenderBoundaryBlockSemantics (line 146) | class RenderBoundaryBlockSemantics extends RenderProxyBox { method describeSemanticsConfiguration (line 150) | void describeSemanticsConfiguration(SemanticsConfiguration config) FILE: packages/flutter/test/widgets/semantics_clipping_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_debugger_test.dart function main (line 10) | void main() function _getMessageShownInSemanticsDebugger (line 492) | String _getMessageShownInSemanticsDebugger({ function _getSemanticsDebuggerPainter (line 502) | dynamic _getSemanticsDebuggerPainter({ FILE: packages/flutter/test/widgets/semantics_event_test.dart function main (line 8) | void main() class TestSemanticsEvent (line 52) | class TestSemanticsEvent extends SemanticsEvent { method getDataMap (line 59) | Map getDataMap() FILE: packages/flutter/test/widgets/semantics_keep_alive_offstage_test.dart function main (line 11) | void main() function _buildTestWidget (line 83) | Widget _buildTestWidget({ class ProblemWidget (line 120) | class ProblemWidget extends StatefulWidget { method createState (line 131) | State createState() class ProblemWidgetState (line 134) | class ProblemWidgetState extends State with AutomaticKeep... method build (line 136) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/semantics_merge_test.dart function main (line 12) | void main() FILE: packages/flutter/test/widgets/semantics_test.dart function main (line 15) | void main() class CustomSortKey (line 1549) | class CustomSortKey extends OrdinalSortKey { FILE: packages/flutter/test/widgets/semantics_tester.dart class TestSemantics (line 21) | class TestSemantics { method _applyRootChildScale (line 240) | Matrix4 _applyRootChildScale(Matrix4? transform) method _matches (line 253) | bool _matches( method fail (line 261) | bool fail(String message) method toString (line 348) | String toString([ int indentAmount = 0 ]) class SemanticsTester (line 395) | class SemanticsTester { method dispose (line 422) | void dispose() method toString (line 428) | String toString() method _stringAttributesEqual (line 430) | bool _stringAttributesEqual(List first, List nodesWith({ method checkNode (line 473) | bool checkNode(SemanticsNode node) method visit (line 525) | bool visit(SemanticsNode node) method generateTestSemanticsExpressionForCurrentSemanticsTree (line 588) | String generateTestSemanticsExpressionForCurrentSemanticsTree(DebugSem... method _flagsToSemanticsFlagExpression (line 593) | String _flagsToSemanticsFlagExpression(dynamic flags) method _tagsToSemanticsTagExpression (line 604) | String _tagsToSemanticsTagExpression(Set tags) method _actionsToSemanticsActionExpression (line 608) | String _actionsToSemanticsActionExpression(dynamic actions) method _generateSemanticsTestForNode (line 621) | String _generateSemanticsTestForNode(SemanticsNode? node, int indentAm... class _HasSemantics (line 670) | class _HasSemantics extends Matcher { method matches (line 690) | bool matches(covariant SemanticsTester item, Map mat... method describe (line 709) | Description describe(Description description) method _indent (line 713) | String _indent(String? text) method describeMismatch (line 718) | Description describeMismatch(dynamic item, Description mismatchDescrip... function hasSemantics (line 736) | Matcher hasSemantics( class _IncludesNodeWith (line 752) | class _IncludesNodeWith extends Matcher { method matches (line 795) | bool matches(covariant SemanticsTester item, Map mat... method describe (line 815) | Description describe(Description description) method describeMismatch (line 820) | Description describeMismatch(dynamic item, Description mismatchDescrip... function includesNodeWith (line 846) | Matcher includesNodeWith({ FILE: packages/flutter/test/widgets/semantics_tester_generate_test_semantics_expression_for_current_semantics_tree_test.dart function main (line 14) | void main() function _tests (line 20) | void _tests() function pumpTestWidget (line 25) | Future pumpTestWidget(WidgetTester tester) function findThisTestFile (line 63) | File? findThisTestFile(Directory directory) FILE: packages/flutter/test/widgets/semantics_tester_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/semantics_traversal_test.dart type TraversalTestFunction (line 15) | typedef TraversalTestFunction = Future Function(TraversalTester te... function main (line 18) | void main() function testTraversal (line 23) | void testTraversal(String description, TraversalTestFunction testFunction) class TraversalTester (line 285) | class TraversalTester { method test (line 291) | Future test({ method dispose (line 342) | void dispose() class TestLayoutDelegate (line 347) | class TestLayoutDelegate extends MultiChildLayoutDelegate { method performLayout (line 354) | void performLayout(Size size) method shouldRelayout (line 362) | bool shouldRelayout(MultiChildLayoutDelegate oldDelegate) FILE: packages/flutter/test/widgets/semantics_zero_surface_size_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/set_state_1_test.dart class Inside (line 8) | class Inside extends StatefulWidget { method createState (line 11) | InsideState createState() class InsideState (line 14) | class InsideState extends State { method build (line 16) | Widget build(BuildContext context) method _handlePointerDown (line 23) | void _handlePointerDown(PointerDownEvent event) class Middle (line 28) | class Middle extends StatefulWidget { method createState (line 37) | MiddleState createState() class MiddleState (line 40) | class MiddleState extends State { method build (line 42) | Widget build(BuildContext context) method _handlePointerDown (line 49) | void _handlePointerDown(PointerDownEvent event) class Outside (line 54) | class Outside extends StatefulWidget { method createState (line 57) | OutsideState createState() class OutsideState (line 60) | class OutsideState extends State { method build (line 62) | Widget build(BuildContext context) function main (line 67) | void main() FILE: packages/flutter/test/widgets/set_state_2_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/set_state_3_test.dart class Changer (line 10) | class Changer extends StatefulWidget { method createState (line 16) | ChangerState createState() class ChangerState (line 19) | class ChangerState extends State { method initState (line 23) | void initState() method test (line 28) | void test() method build (line 31) | Widget build(BuildContext context) class Wrapper (line 34) | class Wrapper extends StatelessWidget { method build (line 40) | Widget build(BuildContext context) class Leaf (line 43) | class Leaf extends StatefulWidget { method createState (line 46) | LeafState createState() class LeafState (line 49) | class LeafState extends State { method build (line 51) | Widget build(BuildContext context) function main (line 54) | void main() FILE: packages/flutter/test/widgets/set_state_4_test.dart class Changer (line 8) | class Changer extends StatefulWidget { method createState (line 11) | ChangerState createState() class ChangerState (line 14) | class ChangerState extends State { method test0 (line 15) | void test0() method test1 (line 16) | void test1() method test2 (line 17) | void test2() method build (line 20) | Widget build(BuildContext context) function main (line 23) | void main() FILE: packages/flutter/test/widgets/set_state_5_test.dart class BadWidget (line 8) | class BadWidget extends StatefulWidget { method createState (line 11) | State createState() class BadWidgetState (line 14) | class BadWidgetState extends State { method build (line 24) | Widget build(BuildContext context) function main (line 29) | void main() FILE: packages/flutter/test/widgets/shader_mask_test.dart function createShader (line 12) | Shader createShader(Rect bounds) function main (line 22) | void main() function recordShaderBounds (line 30) | Shader recordShaderBounds(Rect bounds) FILE: packages/flutter/test/widgets/shadow_test.dart function main (line 12) | void main() function build (line 47) | Widget build(int elevation) function build (line 109) | Widget build(double elevation) FILE: packages/flutter/test/widgets/shape_decoration_test.dart function main (line 16) | Future main() FILE: packages/flutter/test/widgets/shortcuts_test.dart type PostInvokeCallback (line 10) | typedef PostInvokeCallback = void Function({Action action, Inten... class TestAction (line 12) | class TestAction extends CallbackAction { class TestDispatcher (line 21) | class TestDispatcher extends ActionDispatcher { method invokeAction (line 27) | Object? invokeAction(Action action, Intent intent, [BuildC... class DumbLogicalActivator (line 38) | class DumbLogicalActivator extends ShortcutActivator { method accepts (line 47) | bool accepts(RawKeyEvent event, RawKeyboard state) method debugDescribeKeys (line 57) | String debugDescribeKeys() class TestIntent (line 67) | class TestIntent extends Intent { class TestIntent2 (line 71) | class TestIntent2 extends Intent { class TestShortcutManager (line 75) | class TestShortcutManager extends ShortcutManager { method handleKeypress (line 81) | KeyEventResult handleKeypress(BuildContext context, RawKeyEvent event) function activatorTester (line 89) | Widget activatorTester( function main (line 122) | void main() function buildApp (line 968) | Widget buildApp() function clear (line 1227) | void clear() FILE: packages/flutter/test/widgets/shrink_wrapping_viewport_test.dart function main (line 11) | void main() function build (line 13) | Widget build(ShrinkWrappingViewport child) FILE: packages/flutter/test/widgets/simple_semantics_test.dart function main (line 12) | void main() FILE: packages/flutter/test/widgets/single_child_scroll_view_test.dart class TestScrollPosition (line 14) | class TestScrollPosition extends ScrollPositionWithSingleContext { class TestScrollController (line 28) | class TestScrollController extends ScrollController { method createScrollPosition (line 30) | ScrollPosition createScrollPosition(ScrollPhysics physics, ScrollConte... function main (line 40) | void main() function buildNestedScroller (line 794) | Future buildNestedScroller({ required WidgetTester tester, ScrollC... function boilerplate (line 926) | Future boilerplate(ScrollViewKeyboardDismissBehavior behavior) FILE: packages/flutter/test/widgets/size_changed_layout_notification_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/sized_box_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/sliver_appbar_opacity_test.dart function main (line 9) | void main() class _TestWidget (line 208) | class _TestWidget extends StatelessWidget { method build (line 225) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/sliver_constraints_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/sliver_fill_remaining_test.dart function main (line 10) | void main() function boilerplate (line 20) | Widget boilerplate( FILE: packages/flutter/test/widgets/sliver_fill_viewport_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/sliver_list_test.dart function main (line 8) | void main() function buildSliverList (line 282) | Widget buildSliverList(ScrollController controller) function _buildSliverListRenderWidgetChild (line 338) | Widget _buildSliverListRenderWidgetChild(List items) function _buildSliverList (line 366) | Widget _buildSliverList({ FILE: packages/flutter/test/widgets/sliver_prototype_item_extent_test.dart class TestItem (line 9) | class TestItem extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) function buildFrame (line 25) | Widget buildFrame({ int? count, double? width, double? height, Axis? scr... function main (line 43) | void main() FILE: packages/flutter/test/widgets/sliver_semantics_test.dart function main (line 13) | void main() function _tests (line 23) | void _tests() FILE: packages/flutter/test/widgets/sliver_visibility_test.dart class TestState (line 12) | class TestState extends StatefulWidget { method createState (line 17) | State createState() class _TestStateState (line 20) | class _TestStateState extends State { method initState (line 22) | void initState() method build (line 27) | Widget build(BuildContext context) function main (line 32) | void main() function _boilerPlate (line 38) | Widget _boilerPlate(Widget sliver) FILE: packages/flutter/test/widgets/slivers_appbar_floating_pinned_test.dart function main (line 11) | void main() FILE: packages/flutter/test/widgets/slivers_appbar_floating_test.dart function verifyPaintPosition (line 11) | void verifyPaintPosition(GlobalKey key, Offset ideal, bool visible) function verifyActualBoxPosition (line 21) | void verifyActualBoxPosition(WidgetTester tester, Finder finder, int ind... function main (line 27) | void main() function buildTest (line 233) | Widget buildTest(Widget sliver) function verifyGeometry (line 250) | void verifyGeometry({ class HeaderDelegate (line 437) | class HeaderDelegate extends SliverPersistentHeaderDelegate { method build (line 439) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 454) | bool shouldRebuild(SliverPersistentHeaderDelegate oldDelegate) class TestDelegate (line 457) | class TestDelegate extends SliverPersistentHeaderDelegate { method build (line 465) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 470) | bool shouldRebuild(TestDelegate oldDelegate) class RenderBigSliver (line 474) | class RenderBigSliver extends RenderSliver { method performLayout (line 489) | void performLayout() class BigSliver (line 498) | class BigSliver extends LeafRenderObjectWidget { method createRenderObject (line 504) | RenderBigSliver createRenderObject(BuildContext context) method updateRenderObject (line 509) | void updateRenderObject(BuildContext context, RenderBigSliver renderOb... FILE: packages/flutter/test/widgets/slivers_appbar_pinned_test.dart function verifyPaintPosition (line 9) | void verifyPaintPosition(GlobalKey key, Offset ideal, bool visible) function verifyActualBoxPosition (line 19) | void verifyActualBoxPosition(WidgetTester tester, Finder finder, int ind... function main (line 25) | void main() class TestDelegate (line 298) | class TestDelegate extends SliverPersistentHeaderDelegate { method build (line 306) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 311) | bool shouldRebuild(TestDelegate oldDelegate) class TestDelegateThatCanThrow (line 314) | class TestDelegateThatCanThrow extends SliverPersistentHeaderDelegate { method build (line 328) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 333) | bool shouldRebuild(TestDelegate oldDelegate) class RenderBigSliver (line 337) | class RenderBigSliver extends RenderSliver { method performLayout (line 352) | void performLayout() class BigSliver (line 361) | class BigSliver extends LeafRenderObjectWidget { method createRenderObject (line 367) | RenderBigSliver createRenderObject(BuildContext context) method updateRenderObject (line 372) | void updateRenderObject(BuildContext context, RenderBigSliver renderOb... FILE: packages/flutter/test/widgets/slivers_appbar_scrolling_test.dart function verifyPaintPosition (line 9) | void verifyPaintPosition(GlobalKey key, Offset ideal) function main (line 17) | void main() class TestDelegate (line 142) | class TestDelegate extends SliverPersistentHeaderDelegate { method build (line 150) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 155) | bool shouldRebuild(TestDelegate oldDelegate) class RenderBigSliver (line 159) | class RenderBigSliver extends RenderSliver { method performLayout (line 164) | void performLayout() class BigSliver (line 173) | class BigSliver extends LeafRenderObjectWidget { method createRenderObject (line 176) | RenderBigSliver createRenderObject(BuildContext context) FILE: packages/flutter/test/widgets/slivers_appbar_stretch_test.dart function main (line 9) | void main() function slowDrag (line 447) | Future slowDrag(WidgetTester tester, Key widget, Offset offset) FILE: packages/flutter/test/widgets/slivers_block_global_key_test.dart class GenerationText (line 11) | class GenerationText extends StatefulWidget { method createState (line 15) | State createState() class _GenerationTextState (line 18) | class _GenerationTextState extends State { method build (line 22) | Widget build(BuildContext context) function test (line 27) | Future test(WidgetTester tester, double offset, List keys) function verify (line 49) | void verify(WidgetTester tester, List answerKey, String text) function main (line 61) | void main() FILE: packages/flutter/test/widgets/slivers_block_test.dart function test (line 11) | Future test(WidgetTester tester, double offset) function testWithConstChildDelegate (line 33) | Future testWithConstChildDelegate(WidgetTester tester, double offset) function verify (line 55) | void verify(WidgetTester tester, List answerKey, String text) function main (line 67) | void main() FILE: packages/flutter/test/widgets/slivers_evil_test.dart class TestSliverPersistentHeaderDelegate (line 9) | class TestSliverPersistentHeaderDelegate extends SliverPersistentHeaderD... method build (line 21) | Widget build(BuildContext context, double shrinkOffset, bool overlapsC... method shouldRebuild (line 31) | bool shouldRebuild(TestSliverPersistentHeaderDelegate oldDelegate) class TestBehavior (line 34) | class TestBehavior extends ScrollBehavior { method buildOverscrollIndicator (line 38) | Widget buildOverscrollIndicator(BuildContext context, Widget child, Sc... class TestScrollPhysics (line 47) | class TestScrollPhysics extends ClampingScrollPhysics { method applyTo (line 51) | TestScrollPhysics applyTo(ScrollPhysics? ancestor) class TestViewportScrollPosition (line 59) | class TestViewportScrollPosition extends ScrollPositionWithSingleContext { method applyContentDimensions (line 67) | bool applyContentDimensions(double minScrollExtent, double maxScrollEx... function main (line 74) | void main() FILE: packages/flutter/test/widgets/slivers_keepalive_test.dart function main (line 8) | void main() function createSwitchedChildList (line 395) | List createSwitchedChildList(List childList, int i, int j) class SwitchingChildBuilderTest (line 402) | class SwitchingChildBuilderTest extends StatefulWidget { method createState (line 411) | State createState() class _SwitchingChildBuilderTest (line 414) | class _SwitchingChildBuilderTest extends State { method initState (line 419) | void initState() method didUpdateWidget (line 432) | void didUpdateWidget(SwitchingChildBuilderTest oldWidget) method build (line 447) | Widget build(BuildContext context) class SwitchingChildListTest (line 473) | class SwitchingChildListTest extends StatefulWidget { method createState (line 484) | State createState() class _SwitchingChildListTest (line 487) | class _SwitchingChildListTest extends State { method build (line 489) | Widget build(BuildContext context) class SwitchingSliverListTest (line 510) | class SwitchingSliverListTest extends StatefulWidget { method createState (line 521) | State createState() class _SwitchingSliverListTest (line 524) | class _SwitchingSliverListTest extends State { method build (line 526) | Widget build(BuildContext context) class WidgetTest0 (line 546) | class WidgetTest0 extends StatefulWidget { method createState (line 557) | State createState() class _WidgetTest0State (line 560) | class _WidgetTest0State extends State with AutomaticKeepAli... method build (line 564) | Widget build(BuildContext context) method dispose (line 570) | void dispose() class WidgetTest1 (line 579) | class WidgetTest1 extends StatefulWidget { method createState (line 590) | State createState() class _WidgetTest1State (line 593) | class _WidgetTest1State extends State with AutomaticKeepAli... method build (line 597) | Widget build(BuildContext context) method dispose (line 603) | void dispose() class WidgetTest2 (line 612) | class WidgetTest2 extends StatefulWidget { method createState (line 623) | State createState() class _WidgetTest2State (line 626) | class _WidgetTest2State extends State with AutomaticKeepAli... method build (line 630) | Widget build(BuildContext context) method dispose (line 636) | void dispose() FILE: packages/flutter/test/widgets/slivers_padding_test.dart class _MockRenderSliver (line 9) | class _MockRenderSliver extends RenderSliver { method performLayout (line 11) | void performLayout() function test (line 21) | Future test(WidgetTester tester, double offset, EdgeInsetsGeometry... function verify (line 41) | void verify(WidgetTester tester, List answerKey) function main (line 52) | void main() function listBuilder (line 373) | Widget listBuilder(IndexedWidgetBuilder sliverChildBuilder) function expectIsTextSpan (line 547) | void expectIsTextSpan(Object target, String text) FILE: packages/flutter/test/widgets/slivers_protocol_test.dart function verifyPaintPosition (line 11) | void verifyPaintPosition(GlobalKey key, Offset ideal) function main (line 19) | void main() class RenderBigSliver (line 56) | class RenderBigSliver extends RenderSliver { method performLayout (line 61) | void performLayout() class BigSliver (line 70) | class BigSliver extends LeafRenderObjectWidget { method createRenderObject (line 73) | RenderBigSliver createRenderObject(BuildContext context) class RenderOverlappingSliver (line 78) | class RenderOverlappingSliver extends RenderSliver { method performLayout (line 97) | void performLayout() class OverlappingSliver (line 107) | class OverlappingSliver extends LeafRenderObjectWidget { method createRenderObject (line 110) | RenderOverlappingSliver createRenderObject(BuildContext context) FILE: packages/flutter/test/widgets/slivers_test.dart function test (line 13) | Future test(WidgetTester tester, double offset, { double anchor = ... function testSliverFixedExtentList (line 32) | Future testSliverFixedExtentList(WidgetTester tester, List... function verify (line 62) | void verify(WidgetTester tester, List idealPositions, List... function main (line 73) | void main() function _buildItem (line 415) | Widget _buildItem(BuildContext context, int index) function _boilerPlate (line 646) | Widget _boilerPlate(Widget sliver) function isRight (line 996) | bool isRight(Offset a, Offset b) function isBelow (line 997) | bool isBelow(Offset a, Offset b) function sameHorizontal (line 998) | bool sameHorizontal(Offset a, Offset b) function sameVertical (line 999) | bool sameVertical(Offset a, Offset b) class TestSliverGrid (line 1001) | class TestSliverGrid extends StatelessWidget { method build (line 1007) | Widget build(BuildContext context) class _TestArbitrarySliverGridDelegate (line 1026) | class _TestArbitrarySliverGridDelegate implements SliverGridDelegate { method getLayout (line 1028) | SliverGridLayout getLayout(SliverConstraints constraints) method shouldRelayout (line 1033) | bool shouldRelayout(SliverGridDelegate oldDelegate) class _TestArbitrarySliverGridLayout (line 1038) | class _TestArbitrarySliverGridLayout implements SliverGridLayout { method computeMaxScrollOffset (line 1040) | double computeMaxScrollOffset(int childCount) method getMinChildIndexForScrollOffset (line 1043) | int getMinChildIndexForScrollOffset(double scrollOffset) method getMaxChildIndexForScrollOffset (line 1046) | int getMaxChildIndexForScrollOffset(double scrollOffset) method getGeometryForChildIndex (line 1049) | SliverGridGeometry getGeometryForChildIndex(int index) class TestSliverFixedExtentList (line 1059) | class TestSliverFixedExtentList extends StatelessWidget { method build (line 1065) | Widget build(BuildContext context) class StateInitSpy (line 1082) | class StateInitSpy extends StatefulWidget { method createState (line 1089) | StateInitSpyState createState() class StateInitSpyState (line 1092) | class StateInitSpyState extends State { method initState (line 1094) | void initState() method build (line 1100) | Widget build(BuildContext context) class KeepAlive (line 1105) | class KeepAlive extends StatefulWidget { method createState (line 1111) | KeepAliveState createState() class KeepAliveState (line 1114) | class KeepAliveState extends State with AutomaticKeepAliveCli... method build (line 1119) | Widget build(BuildContext context) class _NullBuildContext (line 1125) | class _NullBuildContext implements BuildContext { method noSuchMethod (line 1127) | dynamic noSuchMethod(Invocation invocation) FILE: packages/flutter/test/widgets/spacer_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/stack_test.dart class TestPaintingContext (line 11) | class TestPaintingContext implements PaintingContext { method noSuchMethod (line 15) | void noSuchMethod(Invocation invocation) function main (line 20) | void main() function buildFrame (line 248) | Widget buildFrame(int index) function buildFrame (line 285) | Widget buildFrame(int index) function buildStack (line 511) | Widget buildStack(StackFit sizing) FILE: packages/flutter/test/widgets/state_setting_in_scrollables_test.dart class Foo (line 8) | class Foo extends StatefulWidget { method createState (line 11) | FooState createState() class FooState (line 14) | class FooState extends State { method build (line 18) | Widget build(BuildContext context) class FooScrollBehavior (line 76) | class FooScrollBehavior extends ScrollBehavior { method shouldNotify (line 80) | bool shouldNotify(FooScrollBehavior old) function main (line 83) | void main() FILE: packages/flutter/test/widgets/stateful_component_test.dart function main (line 11) | void main() function checkTree (line 14) | void checkTree(BoxDecoration expectedDecoration) FILE: packages/flutter/test/widgets/stateful_components_test.dart class InnerWidget (line 8) | class InnerWidget extends StatefulWidget { method createState (line 12) | InnerWidgetState createState() class InnerWidgetState (line 15) | class InnerWidgetState extends State { method initState (line 19) | void initState() method build (line 25) | Widget build(BuildContext context) class OuterContainer (line 30) | class OuterContainer extends StatefulWidget { method createState (line 36) | OuterContainerState createState() class OuterContainerState (line 39) | class OuterContainerState extends State { method build (line 41) | Widget build(BuildContext context) function main (line 46) | void main() FILE: packages/flutter/test/widgets/status_transitions_test.dart class TestStatusTransitionWidget (line 8) | class TestStatusTransitionWidget extends StatusTransitionWidget { method build (line 18) | Widget build(BuildContext context) function main (line 21) | void main() FILE: packages/flutter/test/widgets/syncing_test.dart class TestWidget (line 8) | class TestWidget extends StatefulWidget { method createState (line 21) | TestWidgetState createState() class TestWidgetState (line 24) | class TestWidgetState extends State { method initState (line 30) | void initState() method didUpdateWidget (line 37) | void didUpdateWidget(TestWidget oldWidget) method build (line 46) | Widget build(BuildContext context) function main (line 49) | void main() FILE: packages/flutter/test/widgets/table_test.dart class TestStatefulWidget (line 9) | class TestStatefulWidget extends StatefulWidget { method createState (line 13) | TestStatefulWidgetState createState() class TestStatefulWidgetState (line 16) | class TestStatefulWidgetState extends State { method build (line 18) | Widget build(BuildContext context) class TestChildWidget (line 21) | class TestChildWidget extends StatefulWidget { method createState (line 25) | TestChildState createState() class TestChildState (line 28) | class TestChildState extends State { method toggleMe (line 31) | void toggleMe() method build (line 36) | Widget build(BuildContext context) function main (line 39) | void main() function run (line 49) | Future run(TextDirection textDirection) function run (line 264) | Future run(TextDirection textDirection) function buildTable (line 1005) | Widget buildTable(Key key) FILE: packages/flutter/test/widgets/test_border.dart type Logger (line 7) | typedef Logger = void Function(String caller); class TestBorder (line 9) | class TestBorder extends ShapeBorder { method scale (line 18) | ShapeBorder scale(double t) method getInnerPath (line 21) | Path getInnerPath(Rect rect, { TextDirection? textDirection }) method getOuterPath (line 27) | Path getOuterPath(Rect rect, { TextDirection? textDirection }) method paint (line 33) | void paint(Canvas canvas, Rect rect, { TextDirection? textDirection }) FILE: packages/flutter/test/widgets/test_widgets.dart class TestBuildCounter (line 20) | class TestBuildCounter extends StatelessWidget { method build (line 26) | Widget build(BuildContext context) class FlipWidget (line 33) | class FlipWidget extends StatefulWidget { method createState (line 40) | FlipWidgetState createState() class FlipWidgetState (line 43) | class FlipWidgetState extends State { method flip (line 46) | void flip() method build (line 53) | Widget build(BuildContext context) function flipStatefulWidget (line 58) | void flipStatefulWidget(WidgetTester tester, { bool skipOffstage = true }) FILE: packages/flutter/test/widgets/text_editing_action_target_test.dart class _FakeEditableTextState (line 15) | class _FakeEditableTextState with TextSelectionDelegate, TextEditingActi... method hideToolbar (line 53) | void hideToolbar([bool hideHandles = true]) method userUpdateTextEditingValue (line 56) | void userUpdateTextEditingValue(TextEditingValue value, SelectionChang... method bringIntoView (line 59) | void bringIntoView(TextPosition position) method setSelection (line 77) | void setSelection(TextSelection selection, SelectionChangedCause cause) method setTextEditingValue (line 85) | void setTextEditingValue(TextEditingValue newValue, SelectionChangedCa... method debugAssertLayoutUpToDate (line 90) | void debugAssertLayoutUpToDate() function main (line 95) | void main() function verifyDoesNotCrashWithInconsistentTextEditingValue (line 1677) | void verifyDoesNotCrashWithInconsistentTextEditingValue(void Function(Se... FILE: packages/flutter/test/widgets/text_golden_test.dart function main (line 13) | void main() FILE: packages/flutter/test/widgets/text_selection_test.dart function main (line 13) | void main() function _handleTapDown (line 26) | void _handleTapDown(TapDownDetails details) function _handleSingleTapUp (line 27) | void _handleSingleTapUp(TapUpDetails details) function _handleSingleTapCancel (line 28) | void _handleSingleTapCancel() function _handleSingleLongTapStart (line 29) | void _handleSingleLongTapStart(LongPressStartDetails details) function _handleDoubleTapDown (line 30) | void _handleDoubleTapDown(TapDownDetails details) function _handleForcePressStart (line 31) | void _handleForcePressStart(ForcePressDetails details) function _handleForcePressEnd (line 32) | void _handleForcePressEnd(ForcePressDetails details) function _handleDragSelectionStart (line 33) | void _handleDragSelectionStart(DragStartDetails details) function _handleDragSelectionUpdate (line 34) | void _handleDragSelectionUpdate(DragStartDetails _, DragUpdateDetails de... function _handleDragSelectionEnd (line 35) | void _handleDragSelectionEnd(DragEndDetails details) function pumpGestureDetector (line 50) | Future pumpGestureDetector(WidgetTester tester) function pumpTextSelectionGestureDetectorBuilder (line 69) | Future pumpTextSelectionGestureDetectorBuilder( class FakeTextSelectionGestureDetectorBuilderDelegate (line 764) | class FakeTextSelectionGestureDetectorBuilderDelegate implements TextSel... class FakeEditableText (line 781) | class FakeEditableText extends EditableText { method createState (line 792) | FakeEditableTextState createState() class FakeEditableTextState (line 795) | class FakeEditableTextState extends EditableTextState { method showToolbar (line 803) | bool showToolbar() method build (line 809) | Widget build(BuildContext context) class FakeEditable (line 815) | class FakeEditable extends LeafRenderObjectWidget { method createRenderObject (line 823) | RenderEditable createRenderObject(BuildContext context) class FakeRenderEditable (line 828) | class FakeRenderEditable extends RenderEditable { method selectWordsInRange (line 849) | void selectWordsInRange({ required Offset from, Offset? to, required S... method selectWordEdge (line 855) | void selectWordEdge({ required SelectionChangedCause cause }) method selectPositionAt (line 863) | void selectPositionAt({ required Offset from, Offset? to, required Sel... method selectWord (line 871) | void selectWord({ required SelectionChangedCause cause }) FILE: packages/flutter/test/widgets/text_selection_toolbar_layout_delegate_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/text_semantics_test.dart function main (line 12) | void main() FILE: packages/flutter/test/widgets/text_test.dart function main (line 16) | void main() function createText (line 876) | Future createText(TextWidthBasis textWidthBasis) function _pumpTextWidget (line 1313) | Future _pumpTextWidget({ FILE: packages/flutter/test/widgets/texture_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/ticker_mode_test.dart function main (line 9) | void main() function nestedTickerModes (line 14) | Widget nestedTickerModes({required bool innerEnabled, required bool oute... class _TickingWidget (line 103) | class _TickingWidget extends StatefulWidget { method createState (line 109) | State<_TickingWidget> createState() class _TickingWidgetState (line 112) | class _TickingWidgetState extends State<_TickingWidget> with SingleTicke... method initState (line 116) | void initState() method build (line 124) | Widget build(BuildContext context) method dispose (line 129) | void dispose() FILE: packages/flutter/test/widgets/ticker_provider_test.dart function main (line 10) | void main() class BoringTickerTest (line 230) | class BoringTickerTest extends StatefulWidget { method createState (line 233) | State createState() class _BoringTickerTestState (line 236) | class _BoringTickerTestState extends State with Single... method build (line 238) | Widget build(BuildContext context) class _SingleTickerTest (line 241) | class _SingleTickerTest extends StatefulWidget { method createState (line 245) | _SingleTickerTestState createState() class _SingleTickerTestState (line 248) | class _SingleTickerTestState extends State<_SingleTickerTest> with Singl... method initState (line 252) | void initState() method build (line 261) | Widget build(BuildContext context) method toString (line 268) | String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) class _MultipleTickerTest (line 274) | class _MultipleTickerTest extends StatefulWidget { method createState (line 278) | _MultipleTickerTestState createState() class _MultipleTickerTestState (line 281) | class _MultipleTickerTestState extends State<_MultipleTickerTest> with T... method initState (line 285) | void initState() method build (line 293) | Widget build(BuildContext context) method toString (line 300) | String toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) class _SingleTickerCreateMultipleTicker (line 306) | class _SingleTickerCreateMultipleTicker extends StatefulWidget { method createState (line 308) | _SingleTickerCreateMultipleTickerState createState() class _SingleTickerCreateMultipleTickerState (line 311) | class _SingleTickerCreateMultipleTickerState extends State<_SingleTicker... method initState (line 313) | void initState() method build (line 326) | Widget build(BuildContext context) FILE: packages/flutter/test/widgets/title_test.dart function main (line 9) | void main() FILE: packages/flutter/test/widgets/tracking_scroll_controller_test.dart function main (line 8) | void main() FILE: packages/flutter/test/widgets/transform_test.dart function main (line 17) | void main() function buildFrame (line 117) | Widget buildFrame(TextDirection textDirection, AlignmentGeometry alignment) function _generateTransform (line 367) | Widget _generateTransform(bool needsCompositing, double angle) class TestRectPainter (line 510) | class TestRectPainter extends CustomPainter { method paint (line 512) | void paint(ui.Canvas canvas, ui.Size size) method shouldRepaint (line 519) | bool shouldRepaint(CustomPainter oldDelegate) FILE: packages/flutter/test/widgets/transformed_scrollable_test.dart function main (line 10) | void main() FILE: packages/flutter/test/widgets/transitions_test.dart function main (line 12) | void main() function _getOpacity (line 350) | double _getOpacity(WidgetTester tester, String textValue) function _getOpacity (line 393) | double _getOpacity(WidgetTester tester, String textValue) FILE: packages/flutter/test/widgets/tween_animation_builder_test.dart function main (line 8) | void main() function buildWidget (line 89) | Widget buildWidget({required IntTween tween}) function buildWidget (line 117) | Widget buildWidget({required IntTween tween, required Curve curve}) function buildWidget (line 147) | Widget buildWidget({required IntTween tween, required Duration duration}) function buildWidget (line 194) | Widget buildWidget({required IntTween tween}) function buildWidget (line 229) | Widget buildWidget({required IntTween tween}) function buildWidget (line 259) | Widget buildWidget({required IntTween tween}) function buildWidget (line 299) | Widget buildWidget({required Curve curve}) function buildWidget (line 328) | Widget buildWidget({required IntTween tween}) function buildWidget (line 357) | Widget buildWidget({required IntTween tween}) FILE: packages/flutter/test/widgets/unique_widget_test.dart class TestUniqueWidget (line 8) | class TestUniqueWidget extends UniqueWidget { method createState (line 12) | TestUniqueWidgetState createState() class TestUniqueWidgetState (line 15) | class TestUniqueWidgetState extends State { method build (line 17) | Widget build(BuildContext context) function main (line 20) | void main() FILE: packages/flutter/test/widgets/value_listenable_builder_test.dart function main (line 9) | void main() function builderForValueListenable (line 13) | Widget builderForValueListenable( class SpyStringValueNotifier (line 114) | class SpyStringValueNotifier extends ValueNotifier { FILE: packages/flutter/test/widgets/visibility_test.dart class TestState (line 11) | class TestState extends StatefulWidget { method createState (line 16) | State createState() class _TestStateState (line 19) | class _TestStateState extends State { method initState (line 21) | void initState() method build (line 26) | Widget build(BuildContext context) function main (line 31) | void main() FILE: packages/flutter/test/widgets/widget_inspector_structure_error_test.dart function main (line 11) | void main() class StructureErrorTestWidgetInspectorService (line 15) | class StructureErrorTestWidgetInspectorService extends TestWidgetInspect... method runTests (line 16) | void runTests() FILE: packages/flutter/test/widgets/widget_inspector_test.dart class ClockDemo (line 33) | class ClockDemo extends StatefulWidget { method createState (line 36) | State createState() class _ClockDemoState (line 39) | class _ClockDemoState extends State { method build (line 41) | Widget build(BuildContext context) method makeClock (line 59) | Widget makeClock(String label, int utcOffset) class ClockText (line 70) | class ClockText extends StatefulWidget { method createState (line 79) | State createState() class _ClockTextState (line 82) | class _ClockTextState extends State { method updateTime (line 85) | void updateTime() method stopClock (line 91) | void stopClock() method build (line 98) | Widget build(BuildContext context) class CyclicDiagnostic (line 118) | class CyclicDiagnostic extends DiagnosticableTree { method toStringShort (line 128) | String toStringShort() method toString (line 133) | String toString({ DiagnosticLevel minLevel = DiagnosticLevel.info }) method debugFillProperties (line 138) | void debugFillProperties(DiagnosticPropertiesBuilder properties) method debugDescribeChildren (line 144) | List debugDescribeChildren() class _CreationLocation (line 147) | class _CreationLocation { type InspectorServiceExtensionCallback (line 163) | typedef InspectorServiceExtensionCallback = FutureOr... class RenderRepaintBoundaryWithDebugPaint (line 165) | class RenderRepaintBoundaryWithDebugPaint extends RenderRepaintBoundary { method debugPaintSize (line 167) | void debugPaintSize(PaintingContext context, Offset offset) class RepaintBoundaryWithDebugPaint (line 216) | class RepaintBoundaryWithDebugPaint extends RepaintBoundary { method createRenderObject (line 224) | RenderRepaintBoundary createRenderObject(BuildContext context) function getChildLayerCount (line 229) | int getChildLayerCount(OffsetLayer layer) function main (line 239) | void main() class _TestWidgetInspectorService (line 243) | class _TestWidgetInspectorService extends TestWidgetInspectorService { method runTests (line 245) | void runTests() method selectButtonBuilder (line 293) | Widget selectButtonBuilder(BuildContext context, VoidCallback onPressed) method getInspectorState (line 297) | dynamic getInspectorState() method paragraphText (line 298) | String paragraphText(RenderParagraph paragraph) method selectButtonBuilder (line 396) | Widget selectButtonBuilder(BuildContext context, VoidCallback onPressed) method getInspectorState (line 400) | dynamic getInspectorState() method createSubtree (line 478) | Widget createSubtree({ double? width, Key? key }) method selectButtonBuilder (line 593) | InspectorSelectButtonBuilder selectButtonBuilder(Key key) method getInspectorState (line 601) | dynamic getInspectorState() method paragraphText (line 602) | String paragraphText(RenderParagraph paragraph) method removeLastEvent (line 1897) | Map removeLastEvent(List> events) method visitChildren (line 2889) | void visitChildren(List children) method setupDefaultPubRootDirectory (line 3036) | void setupDefaultPubRootDirectory(TestWidgetInspectorService service) function _addToKnownLocationsMap (line 3053) | void _addToKnownLocationsMap({ FILE: packages/flutter/test/widgets/widget_inspector_test_utils.dart class TestWidgetInspectorService (line 12) | class TestWidgetInspectorService extends Object with WidgetInspectorServ... method registerServiceExtension (line 18) | void registerServiceExtension({ method postEvent (line 27) | void postEvent(String eventKind, Map eventData) method getEventsDispatched (line 31) | List> getEventsDispatched(String eventKind) method getServiceExtensionStateChangedEvents (line 35) | Iterable> getServiceExtensionStateChangedEvents(S... method testExtension (line 40) | Future testExtension(String name, Map arguments) method testBoolExtension (line 47) | Future testBoolExtension(String name, Map argu... method forceRebuild (line 57) | Future forceRebuild() method resetAllState (line 67) | void resetAllState() FILE: packages/flutter/test/widgets/wrap_test.dart function verify (line 11) | void verify(WidgetTester tester, List answerKey) function main (line 18) | void main() FILE: packages/flutter/test_fixes/cupertino.dart function main (line 7) | void main() FILE: packages/flutter/test_fixes/gestures.dart function main (line 7) | void main() FILE: packages/flutter/test_fixes/material.dart function main (line 7) | void main() FILE: packages/flutter/test_fixes/rendering.dart function main (line 7) | void main() FILE: packages/flutter/test_fixes/services.dart function main (line 7) | void main() FILE: packages/flutter/test_fixes/widgets.dart function main (line 7) | void main() FILE: packages/flutter/test_private/bin/test_private.dart function _usage (line 21) | void _usage() function main (line 32) | Future main(List args) function errorExit (line 40) | void errorExit(String message, {int exitCode = -1}) function makeAbsolute (line 111) | File makeAbsolute(File file, {Directory? workingDirectory}) class TestCase (line 127) | class TestCase { method _getList (line 139) | Iterable _getList(String name) method setUp (line 151) | bool setUp() method runAnalyzer (line 203) | Future runAnalyzer() method runTests (line 219) | Future runTests() method toString (line 239) | String toString() function getTestCases (line 244) | Stream getTestCases(Directory tmpdir) FILE: packages/flutter/test_release/diagnostics_test.dart function main (line 8) | void main() class TestDiagnosticsNode (line 17) | class TestDiagnosticsNode extends DiagnosticsNode { method getChildren (line 24) | List getChildren() method getProperties (line 29) | List getProperties() method toDescription (line 34) | String? toDescription({TextTreeConfiguration? parentConfiguration}) FILE: packages/flutter/test_release/precondition_test.dart function main (line 10) | void main() FILE: packages/flutter_driver/lib/src/common/deserialization_factory.dart function deserializeFinder (line 23) | SerializableFinder deserializeFinder(Map json) function deserializeCommand (line 42) | Command deserializeCommand(Map params, DeserializeFinder... FILE: packages/flutter_driver/lib/src/common/diagnostics_tree.dart type DiagnosticsType (line 11) | enum DiagnosticsType { class GetDiagnosticsTree (line 26) | class GetDiagnosticsTree extends CommandWithTarget { method serialize (line 56) | Map serialize() class DiagnosticsTreeResult (line 67) | class DiagnosticsTreeResult extends Result { method toJson (line 76) | Map toJson() FILE: packages/flutter_driver/lib/src/common/enum_util.dart class EnumIndex (line 18) | class EnumIndex { method lookupBySimpleName (line 34) | E lookupBySimpleName(String simpleName) method toSimpleName (line 37) | String toSimpleName(E enumValue) function _getSimpleName (line 40) | String _getSimpleName(dynamic enumValue) FILE: packages/flutter_driver/lib/src/common/error.dart class DriverError (line 8) | class DriverError extends Error { method toString (line 23) | String toString() type DriverLogCallback (line 41) | typedef DriverLogCallback = void Function(String source, String message); function _defaultDriverLogger (line 55) | void _defaultDriverLogger(String source, String message) FILE: packages/flutter_driver/lib/src/common/find.dart function _createInvalidKeyValueTypeError (line 15) | DriverError _createInvalidKeyValueTypeError(String invalidType) class CommandWithTarget (line 24) | abstract class CommandWithTarget extends Command { method serialize (line 47) | Map serialize() class WaitFor (line 52) | class WaitFor extends CommandWithTarget { class WaitForAbsent (line 68) | class WaitForAbsent extends CommandWithTarget { class WaitForTappable (line 84) | class WaitForTappable extends CommandWithTarget { class SerializableFinder (line 103) | abstract class SerializableFinder { method serialize (line 116) | Map serialize() class ByTooltipMessage (line 122) | class ByTooltipMessage extends SerializableFinder { method serialize (line 133) | Map serialize() method deserialize (line 138) | ByTooltipMessage deserialize(Map json) class BySemanticsLabel (line 147) | class BySemanticsLabel extends SerializableFinder { method serialize (line 160) | Map serialize() method deserialize (line 175) | BySemanticsLabel deserialize(Map json) class ByText (line 183) | class ByText extends SerializableFinder { method serialize (line 195) | Map serialize() method deserialize (line 200) | ByText deserialize(Map json) class ByValueKey (line 206) | class ByValueKey extends SerializableFinder { method serialize (line 230) | Map serialize() method deserialize (line 236) | ByValueKey deserialize(Map json) class ByType (line 251) | class ByType extends SerializableFinder { method serialize (line 262) | Map serialize() method deserialize (line 267) | ByType deserialize(Map json) class PageBack (line 278) | class PageBack extends SerializableFinder { class Descendant (line 291) | class Descendant extends SerializableFinder { method serialize (line 316) | Map serialize() method deserialize (line 327) | Descendant deserialize(Map json, DeserializeFinderFact... class Ancestor (line 346) | class Ancestor extends SerializableFinder { method serialize (line 371) | Map serialize() method deserialize (line 382) | Ancestor deserialize(Map json, DeserializeFinderFactor... class GetSemanticsId (line 408) | class GetSemanticsId extends CommandWithTarget { class GetSemanticsIdResult (line 422) | class GetSemanticsIdResult extends Result { method fromJson (line 431) | GetSemanticsIdResult fromJson(Map json) method toJson (line 436) | Map toJson() FILE: packages/flutter_driver/lib/src/common/frame_sync.dart class SetFrameSync (line 8) | class SetFrameSync extends Command { method serialize (line 24) | Map serialize() FILE: packages/flutter_driver/lib/src/common/fuchsia_compat.dart class _DummyPortForwarder (line 14) | class _DummyPortForwarder implements PortForwarder { method stop (line 30) | Future stop() class _DummySshCommandRunner (line 33) | class _DummySshCommandRunner implements SshCommandRunner { method _log (line 36) | void _log(String message) method run (line 50) | Future> run(String command) function _dummyPortForwardingFunction (line 70) | Future _dummyPortForwardingFunction( class FuchsiaCompat (line 85) | class FuchsiaCompat { method _init (line 90) | void _init() method cleanup (line 97) | void cleanup() method connect (line 107) | Future connect() FILE: packages/flutter_driver/lib/src/common/geometry.dart type OffsetType (line 11) | enum OffsetType { class GetOffset (line 35) | class GetOffset extends CommandWithTarget { method serialize (line 45) | Map serialize() class GetOffsetResult (line 60) | class GetOffsetResult extends Result { method fromJson (line 77) | GetOffsetResult fromJson(Map json) method toJson (line 85) | Map toJson() FILE: packages/flutter_driver/lib/src/common/gesture.dart class Tap (line 9) | class Tap extends CommandWithTarget { class Scroll (line 21) | class Scroll extends CommandWithTarget { method serialize (line 57) | Map serialize() class ScrollIntoView (line 67) | class ScrollIntoView extends CommandWithTarget { method serialize (line 89) | Map serialize() FILE: packages/flutter_driver/lib/src/common/handler_factory.dart function createFinder (line 34) | Finder createFinder(SerializableFinder finder) function _createByTextFinder (line 58) | Finder _createByTextFinder(ByText arguments) function _createByTooltipMessageFinder (line 62) | Finder _createByTooltipMessageFinder(ByTooltipMessage arguments) function _createBySemanticsLabelFinder (line 72) | Finder _createBySemanticsLabelFinder(BySemanticsLabel arguments) function _createByValueKeyFinder (line 88) | Finder _createByValueKeyFinder(ByValueKey arguments) function _createByTypeFinder (line 99) | Finder _createByTypeFinder(ByType arguments) function _createPageBackFinder (line 105) | Finder _createPageBackFinder() function _createAncestorFinder (line 118) | Finder _createAncestorFinder(Ancestor arguments) function _createDescendantFinder (line 127) | Finder _createDescendantFinder(Descendant arguments) function getDataHandler (line 145) | DataHandler? getDataHandler() function registerTextInput (line 149) | void registerTextInput() function handleCommand (line 156) | Future handleCommand(Command command, WidgetController prober, C... function _getHealth (line 185) | Future _getHealth(Command command) function _getLayerTree (line 187) | Future _getLayerTree(Command command) function _getRenderTree (line 191) | Future _getRenderTree(Command command) function _enterText (line 195) | Future _enterText(Command command) function _requestData (line 205) | Future _requestData(Command command) function _setFrameSync (line 213) | Future _setFrameSync(Command command) function _tap (line 219) | Future _tap(Command command, WidgetController prober, CreateFind... function _waitFor (line 228) | Future _waitFor(Command command, CreateFinderFactory finderFactory) function _waitForAbsent (line 234) | Future _waitForAbsent(Command command, CreateFinderFactory finde... function _waitForTappable (line 240) | Future _waitForTappable(Command command, CreateFinderFactory fin... function _waitForCondition (line 248) | Future _waitForCondition(Command command) function _waitUntilNoTransientCallbacks (line 260) | Future _waitUntilNoTransientCallbacks(Command command) function _waitUntilNoPendingFrame (line 289) | Future _waitUntilNoPendingFrame(Command command) function _getSemanticsId (line 297) | Future _getSemanticsId(Command command, CreateFind... function _getOffset (line 316) | Future _getOffset(Command command, CreateFinderFactory ... function _getDiagnosticsTree (line 343) | Future _getDiagnosticsTree(Command command, Creat... function _scroll (line 362) | Future _scroll(Command command, WidgetController _prober, Create... function _scrollIntoView (line 383) | Future _scrollIntoView(Command command, CreateFinderFactory find... function _getText (line 390) | Future _getText(Command command, CreateFinderFactory find... function _setTextEntryEmulation (line 420) | Future _setTextEntryEmulation(Command command) function _setSemantics (line 433) | Future _setSemantics(Command command) function _waitUntilFirstFrameRasterized (line 458) | Future _waitUntilFirstFrameRasterized(Command command) function waitForElement (line 464) | Future waitForElement(Finder finder) function waitForAbsentElement (line 477) | Future waitForAbsentElement(Finder finder) function _waitUntilFrame (line 490) | Future _waitUntilFrame(bool Function() condition, [ Completer json) method toJson (line 53) | Map toJson() FILE: packages/flutter_driver/lib/src/common/layer_tree.dart class GetLayerTree (line 8) | class GetLayerTree extends Command { class LayerTree (line 21) | class LayerTree extends Result { method fromJson (line 29) | LayerTree fromJson(Map json) method toJson (line 34) | Map toJson() FILE: packages/flutter_driver/lib/src/common/message.dart class Command (line 9) | abstract class Command { method _parseTimeout (line 18) | Duration? _parseTimeout(Map json) method serialize (line 51) | Map serialize() class Result (line 63) | abstract class Result { method toJson (line 74) | Map toJson() class _EmptyResult (line 77) | class _EmptyResult extends Result { method toJson (line 81) | Map toJson() FILE: packages/flutter_driver/lib/src/common/render_tree.dart class GetRenderTree (line 8) | class GetRenderTree extends Command { class RenderTree (line 21) | class RenderTree extends Result { method fromJson (line 29) | RenderTree fromJson(Map json) method toJson (line 34) | Map toJson() FILE: packages/flutter_driver/lib/src/common/request_data.dart class RequestData (line 9) | class RequestData extends Command { method serialize (line 28) | Map serialize() class RequestDataResult (line 35) | class RequestDataResult extends Result { method fromJson (line 43) | RequestDataResult fromJson(Map json) method toJson (line 48) | Map toJson() FILE: packages/flutter_driver/lib/src/common/semantics.dart class SetSemantics (line 8) | class SetSemantics extends Command { method serialize (line 24) | Map serialize() class SetSemanticsResult (line 30) | class SetSemanticsResult extends Result { method fromJson (line 39) | SetSemanticsResult fromJson(Map json) method toJson (line 44) | Map toJson() FILE: packages/flutter_driver/lib/src/common/text.dart class GetText (line 10) | class GetText extends CommandWithTarget { class GetTextResult (line 22) | class GetTextResult extends Result { method fromJson (line 30) | GetTextResult fromJson(Map json) method toJson (line 35) | Map toJson() class EnterText (line 41) | class EnterText extends Command { method serialize (line 57) | Map serialize() class SetTextEntryEmulation (line 63) | class SetTextEntryEmulation extends Command { method serialize (line 79) | Map serialize() FILE: packages/flutter_driver/lib/src/common/wait.dart class WaitForCondition (line 10) | class WaitForCondition extends Command { method serialize (line 30) | Map serialize() class SerializationException (line 40) | class SerializationException implements Exception { method toString (line 48) | String toString() class SerializableWaitCondition (line 59) | abstract class SerializableWaitCondition { method serialize (line 67) | Map serialize() class NoTransientCallbacks (line 89) | class NoTransientCallbacks extends SerializableWaitCondition { class NoPendingFrame (line 109) | class NoPendingFrame extends SerializableWaitCondition { class FirstFrameRasterized (line 129) | class FirstFrameRasterized extends SerializableWaitCondition { class NoPendingPlatformMessages (line 152) | class NoPendingPlatformMessages extends SerializableWaitCondition { class CombinedCondition (line 172) | class CombinedCondition extends SerializableWaitCondition { method serialize (line 205) | Map serialize() function _deserialize (line 220) | SerializableWaitCondition _deserialize(Map json) FILE: packages/flutter_driver/lib/src/driver/common.dart function useMemoryFileSystemForTesting (line 18) | void useMemoryFileSystemForTesting() function restoreFileSystem (line 23) | void restoreFileSystem() FILE: packages/flutter_driver/lib/src/driver/driver.dart type TimelineStream (line 33) | enum TimelineStream { type EvaluatorFunction (line 83) | typedef EvaluatorFunction = dynamic Function(); class FlutterDriver (line 86) | abstract class FlutterDriver { method connect (line 140) | Future connect({ method enableAccessibility (line 181) | Future enableAccessibility() method sendCommand (line 192) | Future> sendCommand(Command command) method checkHealth (line 195) | Future checkHealth({ Duration? timeout }) method getRenderTree (line 200) | Future getRenderTree({ Duration? timeout }) method getLayerTree (line 205) | Future getLayerTree({ Duration? timeout }) method tap (line 210) | Future tap(SerializableFinder finder, { Duration? timeout }) method waitFor (line 223) | Future waitFor(SerializableFinder finder, { Duration? timeout }) method waitForAbsent (line 228) | Future waitForAbsent(SerializableFinder finder, { Duration? time... method waitForTappable (line 233) | Future waitForTappable(SerializableFinder finder, { Duration? ti... method waitForCondition (line 238) | Future waitForCondition(SerializableWaitCondition waitCondition,... method waitUntilNoTransientCallbacks (line 246) | Future waitUntilNoTransientCallbacks({ Duration? timeout }) method waitUntilFirstFrameRasterized (line 257) | Future waitUntilFirstFrameRasterized() method _getOffset (line 261) | Future _getOffset(SerializableFinder finder, OffsetType ... method getTopLeft (line 271) | Future getTopLeft(SerializableFinder finder, { Duration?... method getTopRight (line 279) | Future getTopRight(SerializableFinder finder, { Duration... method getBottomLeft (line 287) | Future getBottomLeft(SerializableFinder finder, { Durati... method getBottomRight (line 295) | Future getBottomRight(SerializableFinder finder, { Durat... method getCenter (line 303) | Future getCenter(SerializableFinder finder, { Duration? ... method getRenderObjectDiagnostics (line 328) | Future> getRenderObjectDiagnostics( method getWidgetDiagnostics (line 361) | Future> getWidgetDiagnostics( method scroll (line 389) | Future scroll(SerializableFinder finder, double dx, double dy, D... method scrollIntoView (line 400) | Future scrollIntoView(SerializableFinder finder, { double alignm... method scrollUntilVisible (line 426) | Future scrollUntilVisible( method getText (line 457) | Future getText(SerializableFinder finder, { Duration? timeout }) method enterText (line 493) | Future enterText(String text, { Duration? timeout }) method setTextEntryEmulation (line 510) | Future setTextEntryEmulation({ required bool enabled, Duration? ... method requestData (line 521) | Future requestData(String? message, { Duration? timeout }) method setSemantics (line 536) | Future setSemantics(bool enabled, { Duration? timeout }) method getSemanticsId (line 549) | Future getSemanticsId(SerializableFinder finder, { Duration? time... method screenshot (line 608) | Future> screenshot() method getVmFlags (line 633) | Future>> getVmFlags() method startTracing (line 643) | Future startTracing({ method stopTracingAndDownloadTimeline (line 657) | Future stopTracingAndDownloadTimeline({ method traceAction (line 681) | Future traceAction( method clearTimeline (line 696) | Future clearTimeline({ method runUnsynchronized (line 717) | Future runUnsynchronized(Future Function() action, { Duration... method forceGC (line 731) | Future forceGC() method close (line 738) | Future close() class CommonFinders (line 744) | class CommonFinders { method text (line 749) | SerializableFinder text(String text) method byValueKey (line 752) | SerializableFinder byValueKey(dynamic key) method byTooltip (line 755) | SerializableFinder byTooltip(String message) method bySemanticsLabel (line 758) | SerializableFinder bySemanticsLabel(Pattern label) method byType (line 761) | SerializableFinder byType(String type) method pageBack (line 764) | SerializableFinder pageBack() method ancestor (line 774) | SerializableFinder ancestor({ method descendant (line 789) | SerializableFinder descendant({ class DriverOffset (line 798) | @immutable method toString (line 810) | String toString() FILE: packages/flutter_driver/lib/src/driver/percentile_utils.dart function findPercentile (line 7) | double findPercentile(List doubles, double p) FILE: packages/flutter_driver/lib/src/driver/profiling_summarizer.dart type ProfileType (line 25) | enum ProfileType { class ProfilingSummarizer (line 53) | class ProfilingSummarizer { method fromEvents (line 57) | ProfilingSummarizer fromEvents(List profilingEvents) method summarize (line 75) | Map summarize() method _summarize (line 83) | Map _summarize(ProfileType profileType, String name) method hasProfilingInfo (line 95) | bool hasProfilingInfo(ProfileType profileType) method computeAverage (line 104) | double computeAverage(ProfileType profileType) method computePercentile (line 114) | double computePercentile(ProfileType profileType, double percentile) method _getProfileType (line 123) | ProfileType _getProfileType(String? eventName) method _getProfileValue (line 136) | double _getProfileValue(ProfileType profileType, TimelineEvent e) method _getArgValue (line 150) | double _getArgValue(String argKey, TimelineEvent e) FILE: packages/flutter_driver/lib/src/driver/raster_cache_summarizer.dart class RasterCacheSummarizer (line 32) | class RasterCacheSummarizer { method computeAverageLayerCount (line 49) | double computeAverageLayerCount() method computeAverageLayerMemory (line 52) | double computeAverageLayerMemory() method computeAveragePictureCount (line 55) | double computeAveragePictureCount() method computeAveragePictureMemory (line 58) | double computeAveragePictureMemory() method computePercentileLayerCount (line 61) | double computePercentileLayerCount(double percentile) method computePercentileLayerMemory (line 64) | double computePercentileLayerMemory(double percentile) method computePercentilePictureCount (line 67) | double computePercentilePictureCount(double percentile) method computePercentilePictureMemory (line 70) | double computePercentilePictureMemory(double percentile) method computeWorstLayerCount (line 73) | double computeWorstLayerCount() method computeWorstLayerMemory (line 76) | double computeWorstLayerMemory() method computeWorstPictureCount (line 79) | double computeWorstPictureCount() method computeWorstPictureMemory (line 82) | double computeWorstPictureMemory() method _computeAverage (line 84) | double _computeAverage(List values) method _computePercentile (line 93) | double _computePercentile(List values, double percentile) method _computeWorst (line 101) | double _computeWorst(List values) method _extractValues (line 110) | List _extractValues(String name) method _getValue (line 113) | double _getValue(TimelineEvent e, String name) FILE: packages/flutter_driver/lib/src/driver/scene_display_lag_summarizer.dart class SceneDisplayLagSummarizer (line 33) | class SceneDisplayLagSummarizer { method computeAverageVsyncTransitionsMissed (line 45) | double computeAverageVsyncTransitionsMissed() method computePercentileVsyncTransitionsMissed (line 57) | double computePercentileVsyncTransitionsMissed(double percentile) method _getVsyncTransitionsMissed (line 67) | double _getVsyncTransitionsMissed(TimelineEvent e) FILE: packages/flutter_driver/lib/src/driver/timeline.dart class Timeline (line 6) | class Timeline { class TimelineEvent (line 32) | class TimelineEvent { function _parseEvents (line 111) | List? _parseEvents(Map json) FILE: packages/flutter_driver/lib/src/driver/timeline_summary.dart class TimelineSummary (line 32) | class TimelineSummary { method computeAverageFrameBuildTimeMillis (line 42) | double computeAverageFrameBuildTimeMillis() method computePercentileFrameBuildTimeMillis (line 49) | double computePercentileFrameBuildTimeMillis(double p) method computeWorstFrameBuildTimeMillis (line 56) | double computeWorstFrameBuildTimeMillis() method computeMissedFrameBuildBudgetCount (line 62) | int computeMissedFrameBuildBudgetCount([ Duration frameBuildBudget = k... method computeAverageFrameRasterizerTimeMillis (line 69) | double computeAverageFrameRasterizerTimeMillis() method computeWorstFrameRasterizerTimeMillis (line 76) | double computeWorstFrameRasterizerTimeMillis() method computePercentileFrameRasterizerTimeMillis (line 83) | double computePercentileFrameRasterizerTimeMillis(double p) method computeMissedFrameRasterizerBudgetCount (line 89) | int computeMissedFrameRasterizerBudgetCount([ Duration frameBuildBudge... method countFrames (line 94) | int countFrames() method countRasterizations (line 97) | int countRasterizations() method oldGenerationGarbageCollections (line 100) | int oldGenerationGarbageCollections() method newGenerationGarbageCollections (line 107) | int newGenerationGarbageCollections() method writeTimelineToFile (line 286) | Future writeTimelineToFile( method writeSummaryToFile (line 307) | Future writeSummaryToFile( method _writeSummaryToFile (line 316) | Future _writeSummaryToFile( method _encodeJson (line 326) | String _encodeJson(Map jsonObject, bool pretty) method _extractNamedEvents (line 332) | List _extractNamedEvents(String name) method _extractEventsWithNames (line 338) | List _extractEventsWithNames(Set names) method _extractDurations (line 344) | List _extractDurations( method _extractBeginEndEvents (line 377) | List _extractBeginEndEvents(String name) method _extractBeginTimestamps (line 386) | List _extractBeginTimestamps(String name) method _averageInMillis (line 401) | double _averageInMillis(Iterable durations) method _percentileInMillis (line 408) | double _percentileInMillis(Iterable durations, double percen... method _maxInMillis (line 416) | double _maxInMillis(Iterable durations) method _sceneDisplayLagSummarizer (line 424) | SceneDisplayLagSummarizer _sceneDisplayLagSummarizer() method _extractGpuRasterizerDrawDurations (line 426) | List _extractGpuRasterizerDrawDurations() method _profilingSummarizer (line 428) | ProfilingSummarizer _profilingSummarizer() method _extractFrameDurations (line 430) | List _extractFrameDurations() method _vsyncFrameLagSummarizer (line 432) | VsyncFrameLagSummarizer _vsyncFrameLagSummarizer() method _rasterCacheSummarizer (line 434) | RasterCacheSummarizer _rasterCacheSummarizer() FILE: packages/flutter_driver/lib/src/driver/vmservice_driver.dart class VMServiceFlutterDriver (line 18) | class VMServiceFlutterDriver extends FlutterDriver { method connect (line 36) | Future connect({ method _waitForRootIsolate (line 89) | Future _waitForRootIsolate() method _checkIsolate (line 90) | bool _checkIsolate(vms.IsolateRef ref) method resumeLeniently (line 127) | Future resumeLeniently() method waitForServiceExtension (line 160) | Future waitForServiceExtension() method sendCommand (line 301) | Future> sendCommand(Command command) method _logCommunication (line 329) | void _logCommunication(String message) method screenshot (line 341) | Future> screenshot() method getVmFlags (line 349) | Future>> getVmFlags() method _getVMTimelineMicros (line 356) | Future _getVMTimelineMicros() method startTracing (line 361) | Future startTracing({ method stopTracingAndDownloadTimeline (line 385) | Future stopTracingAndDownloadTimeline({ method _isPrecompiledMode (line 434) | Future _isPrecompiledMode() method traceAction (line 445) | Future traceAction( method clearTimeline (line 479) | Future clearTimeline({ method forceGC (line 499) | Future forceGC() method close (line 512) | Future close() function restoreVmServiceConnectFunction (line 525) | void restoreVmServiceConnectFunction() function _getWebSocketUrl (line 529) | String _getWebSocketUrl(String url) function _waitAndConnect (line 543) | Future _waitAndConnect(String url, Map? ... function _timelineStreamsToString (line 583) | List _timelineStreamsToString(List streams) function _log (line 602) | void _log(String message) function _warnIfSlow (line 606) | Future _warnIfSlow({ type VMServiceConnectFunction (line 628) | typedef VMServiceConnectFunction = Future Function(String... FILE: packages/flutter_driver/lib/src/driver/vsync_frame_lag_summarizer.dart class VsyncFrameLagSummarizer (line 23) | class VsyncFrameLagSummarizer { method computeAverageVsyncFrameLag (line 31) | double computeAverageVsyncFrameLag() method computePercentileVsyncFrameLag (line 44) | double computePercentileVsyncFrameLag(double percentile) method _computePlatformToFlutterVsyncBeginLags (line 53) | List _computePlatformToFlutterVsyncBeginLags() FILE: packages/flutter_driver/lib/src/driver/web_driver.dart class WebFlutterDriver (line 28) | class WebFlutterDriver extends FlutterDriver { method connectWeb (line 84) | Future connectWeb({ method sendCommand (line 109) | Future> sendCommand(Command command) method close (line 129) | Future close() method waitUntilFirstFrameRasterized (line 132) | Future waitUntilFirstFrameRasterized() method _logCommunication (line 136) | void _logCommunication(String message) method screenshot (line 149) | Future> screenshot() method startTracing (line 156) | Future startTracing({ method stopTracingAndDownloadTimeline (line 164) | Future stopTracingAndDownloadTimeline({Duration timeout = kU... method traceAction (line 191) | Future traceAction(Future Function() action, { method clearTimeline (line 206) | Future clearTimeline({Duration timeout = kUnusuallyLongTimeout}) method _checkBrowserSupportsTimeline (line 214) | void _checkBrowserSupportsTimeline() class FlutterWebConnection (line 222) | class FlutterWebConnection { method connect (line 234) | Future connect( method sendCommand (line 260) | Future sendCommand(String script, Duration? duration) method screenshot (line 290) | Future> screenshot() method close (line 293) | Future close() function waitUntilExtensionInstalled (line 299) | Future waitUntilExtensionInstalled(async_io.WebDriver driver, Dura... function _convertToSpec (line 306) | async_io.WebDriverSpec _convertToSpec(String specString) FILE: packages/flutter_driver/lib/src/extension/_extension_io.dart function registerWebServiceExtension (line 10) | void registerWebServiceExtension(Future> Function(M... FILE: packages/flutter_driver/lib/src/extension/_extension_web.dart function registerWebServiceExtension (line 20) | void registerWebServiceExtension(Future> Function(M... FILE: packages/flutter_driver/lib/src/extension/extension.dart type DataHandler (line 31) | typedef DataHandler = Future Function(String? message); class _DriverBinding (line 33) | class _DriverBinding extends BindingBase with SchedulerBinding, Services... method initServiceExtensions (line 43) | void initServiceExtensions() function enableFlutterDriverExtension (line 221) | void enableFlutterDriverExtension({ DataHandler? handler, bool silenceEr... type CommandHandlerCallback (line 228) | typedef CommandHandlerCallback = Future Function(Command c); type CommandDeserializerCallback (line 231) | typedef CommandDeserializerCallback = Command Function(Map params, Deserialize... method createFinder (line 251) | Finder createFinder(SerializableFinder finder, CreateFinderFactory fin... class CommandExtension (line 258) | abstract class CommandExtension { method deserialize (line 273) | Command deserialize(Map params, DeserializeFinderFacto... method call (line 306) | Future call(Command command, WidgetController prober, CreateFi... class FlutterDriverExtension (line 314) | @visibleForTesting method _log (line 345) | void _log(String message) method call (line 363) | Future> call(Map params) method _makeResponse (line 386) | Map _makeResponse(dynamic response, { bool isError = ... method deserializeFinder (line 394) | SerializableFinder deserializeFinder(Map json) method createFinder (line 404) | Finder createFinder(SerializableFinder finder) method deserializeCommand (line 414) | Command deserializeCommand(Map params, DeserializeFind... method getDataHandler (line 425) | DataHandler? getDataHandler() method handleCommand (line 430) | Future handleCommand(Command command, WidgetController prober,... FILE: packages/flutter_driver/lib/src/extension/wait_conditions.dart class WaitCondition (line 20) | abstract class WaitCondition { method wait (line 32) | Future wait() class _InternalNoTransientCallbacksCondition (line 36) | class _InternalNoTransientCallbacksCondition implements WaitCondition { method wait (line 55) | Future wait() class _InternalNoPendingFrameCondition (line 64) | class _InternalNoPendingFrameCondition implements WaitCondition { method wait (line 83) | Future wait() class _InternalFirstFrameRasterizedCondition (line 92) | class _InternalFirstFrameRasterizedCondition implements WaitCondition { method wait (line 111) | Future wait() class _InternalNoPendingPlatformMessagesCondition (line 118) | class _InternalNoPendingPlatformMessagesCondition implements WaitConditi... method wait (line 140) | Future wait() class _InternalCombinedCondition (line 150) | class _InternalCombinedCondition implements WaitCondition { method wait (line 180) | Future wait() function deserializeCondition (line 194) | WaitCondition deserializeCondition(SerializableWaitCondition waitCondition) FILE: packages/flutter_driver/test/common.dart function isInstanceOf (line 14) | TypeMatcher isInstanceOf() function tryToDelete (line 16) | void tryToDelete(Directory directory) FILE: packages/flutter_driver/test/src/real_tests/extension_test.dart function silenceDriverLogger (line 25) | Future silenceDriverLogger(AsyncCallback callback) function main (line 35) | void main() function getOffset (line 522) | Future getOffset(OffsetType offset) function getTextInternal (line 554) | Future getTextInternal(SerializableFinder search) function getDescendantText (line 637) | Future getDescendantText({ String? of, bool matchRoot = false}) function getDescendantText (line 682) | Future getDescendantText() function getAncestorTopLeft (line 716) | Future getAncestorTopLeft({ String? of, String? matching, bool ... function getAncestorTopLeft (line 786) | Future getAncestorTopLeft() function getDiagnosticsTree (line 834) | Future> getDiagnosticsTree(DiagnosticsType type, Se... function enterText (line 900) | Future> enterText() function getText (line 963) | Future> getText(SerializableFinder finder) function getText (line 986) | Future getText(SerializableFinder finder) function getText (line 1008) | Future getText(SerializableFinder finder) function tap (line 1030) | Future> tap(SerializableFinder finder) function stubCallback (line 1044) | void stubCallback() function invokeCommand (line 1073) | Future> invokeCommand(SerializableFinder finder, in... function invokeCommand (line 1096) | Future invokeCommand(SerializableFinder finder, int t... function invokeCommand (line 1122) | Future invokeCommand(SerializableFinder finder, int t... function waitForTappable (line 1142) | Future> waitForTappable() FILE: packages/flutter_driver/test/src/real_tests/find_test.dart function main (line 9) | void main() class FakeDeserialize (line 83) | class FakeDeserialize extends Fake with DeserializeFinderFactory { } FILE: packages/flutter_driver/test/src/real_tests/flutter_driver_test.dart function main (line 26) | void main() function expectLogContains (line 127) | void expectLogContains(String message) function _checkAndEncode (line 1028) | String _checkAndEncode(dynamic script) function makeFakeResponse (line 1037) | vms.Response? makeFakeResponse( class FakeFlutterWebConnection (line 1047) | class FakeFlutterWebConnection extends Fake implements FlutterWebConnect... method sendCommand (line 1054) | Future sendCommand(String script, Duration? duration) method close (line 1063) | Future close() class FakeVmService (line 1068) | class FakeVmService extends Fake implements vms.VmService { method getVM (line 1078) | Future getVM() method getIsolate (line 1081) | Future getIsolate(String isolateId) method resume (line 1090) | Future resume(String isolateId, {String? step, int? frame... method streamListen (line 1100) | Future streamListen(String streamId) method streamCancel (line 1106) | Future streamCancel(String streamId) method setFlag (line 1112) | Future setFlag(String name, String value) method callServiceExtension (line 1135) | Future callServiceExtension(String method, {Map clearVMTimeline() method getFlagList (line 1151) | Future getFlagList() method getVMTimelineMicros (line 1160) | Future getVMTimelineMicros() method setVMTimelineFlags (line 1169) | Future setVMTimelineFlags(List recordedStreams) method getVMTimeline (line 1187) | Future getVMTimeline({int? timeOriginMicros, int? timeEx... method dispose (line 1195) | Future dispose() class FakeVM (line 1203) | class FakeVM extends Fake implements vms.VM { function createFakeIsolate (line 1220) | vms.Isolate createFakeIsolate() FILE: packages/flutter_driver/test/src/real_tests/io_extension_test.dart function main (line 9) | void main() FILE: packages/flutter_driver/test/src/real_tests/request_data_test.dart function main (line 9) | void main() FILE: packages/flutter_driver/test/src/real_tests/stubs/stub_command.dart class StubNestedCommand (line 7) | class StubNestedCommand extends CommandWithTarget { method serialize (line 17) | Map serialize() class StubProberCommand (line 27) | class StubProberCommand extends CommandWithTarget { method serialize (line 36) | Map serialize() class StubCommandResult (line 46) | class StubCommandResult extends Result { method toJson (line 52) | Map toJson() FILE: packages/flutter_driver/test/src/real_tests/stubs/stub_command_extension.dart class StubNestedCommandExtension (line 11) | class StubNestedCommandExtension extends CommandExtension { method call (line 16) | Future call(Command command, WidgetController prober, CreateFi... method deserialize (line 26) | Command deserialize(Map params, DeserializeFinderFacto... class StubProberCommandExtension (line 31) | class StubProberCommandExtension extends CommandExtension { method call (line 36) | Future call(Command command, WidgetController prober, CreateFi... method deserialize (line 47) | Command deserialize(Map params, DeserializeFinderFacto... FILE: packages/flutter_driver/test/src/real_tests/stubs/stub_finder.dart class StubFinder (line 7) | class StubFinder extends SerializableFinder { method serialize (line 16) | Map serialize() FILE: packages/flutter_driver/test/src/real_tests/stubs/stub_finder_extension.dart class StubFinderExtension (line 12) | class StubFinderExtension extends FinderExtension { method createFinder (line 14) | Finder createFinder( method deserialize (line 28) | SerializableFinder deserialize( FILE: packages/flutter_driver/test/src/real_tests/timeline_summary_test.dart function main (line 16) | void main() function summarize (line 19) | TimelineSummary summarize(List> testEvents) function frameBegin (line 25) | Map frameBegin(int timeStamp) function frameEnd (line 31) | Map frameEnd(int timeStamp) function begin (line 37) | Map begin(int timeStamp) function end (line 43) | Map end(int timeStamp) function lagBegin (line 49) | Map lagBegin(int timeStamp, int vsyncsMissed) function lagEnd (line 58) | Map lagEnd(int timeStamp, int vsyncsMissed) function cpuUsage (line 67) | Map cpuUsage(int timeStamp, double cpuUsage) function memoryUsage (line 76) | Map memoryUsage(int timeStamp, double dirty, double sha... function platformVsync (line 86) | Map platformVsync(int timeStamp) function vsyncCallback (line 92) | Map vsyncCallback(int timeStamp) function newGenGC (line 98) | List> newGenGC(int count) function oldGenGC (line 114) | List> oldGenGC(int count) function rasterizeTimeSequenceInMillis (line 130) | List> rasterizeTimeSequenceInMillis(List seque... function summarize (line 589) | SceneDisplayLagSummarizer summarize(List> traceEvents) function summarize (line 640) | ProfilingSummarizer summarize(List> traceEvents) function summarize (line 679) | VsyncFrameLagSummarizer summarize(List> traceEvents) FILE: packages/flutter_driver/test/src/real_tests/timeline_test.dart function main (line 9) | void main() FILE: packages/flutter_driver/test/src/real_tests/wait_test.dart function main (line 9) | void main() FILE: packages/flutter_driver/test/src/web_tests/web_extension_test.dart function main (line 10) | void main() FILE: packages/flutter_driver/test_driver/failure.dart function main (line 7) | void main() FILE: packages/flutter_driver/test_driver/failure_test.dart function main (line 7) | void main() FILE: packages/flutter_driver/test_driver/success.dart function main (line 7) | void main() FILE: packages/flutter_driver/test_driver/success_test.dart function main (line 7) | void main() FILE: packages/flutter_goldens/lib/flutter_goldens.dart function testExecutable (line 28) | Future testExecutable(FutureOr Function() testMain) class FlutterGoldenFileComparator (line 78) | abstract class FlutterGoldenFileComparator extends GoldenFileComparator { method update (line 113) | Future update(Uri golden, Uint8List imageBytes) method getTestUri (line 120) | Uri getTestUri(Uri key, int? version) method getBaseDirectory (line 130) | Directory getBaseDirectory( method getGoldenFile (line 162) | File getGoldenFile(Uri uri) method _addPrefix (line 169) | Uri _addPrefix(Uri golden) class FlutterPostSubmitFileComparator (line 191) | class FlutterPostSubmitFileComparator extends FlutterGoldenFileComparator { method fromDefaultComparator (line 214) | Future fromDefaultComparator( method compare (line 235) | Future compare(Uint8List imageBytes, Uri golden) method isAvailableForEnvironment (line 245) | bool isAvailableForEnvironment(Platform platform) class FlutterPreSubmitFileComparator (line 269) | class FlutterPreSubmitFileComparator extends FlutterGoldenFileComparator { method fromDefaultComparator (line 292) | Future fromDefaultComparator( method compare (line 321) | Future compare(Uint8List imageBytes, Uri golden) method isAvailableForEnvironment (line 335) | bool isAvailableForEnvironment(Platform platform) class FlutterSkippingFileComparator (line 359) | class FlutterSkippingFileComparator extends FlutterGoldenFileComparator { method fromDefaultComparator (line 375) | FlutterSkippingFileComparator fromDefaultComparator( method compare (line 387) | Future compare(Uint8List imageBytes, Uri golden) method update (line 397) | Future update(Uri golden, Uint8List imageBytes) method isAvailableForEnvironment (line 404) | bool isAvailableForEnvironment(Platform platform) class FlutterLocalFileComparator (line 437) | class FlutterLocalFileComparator extends FlutterGoldenFileComparator wit... method fromDefaultComparator (line 460) | Future fromDefaultComparator( method compare (line 500) | Future compare(Uint8List imageBytes, Uri golden) FILE: packages/flutter_goldens/test/flutter_goldens_test.dart function main (line 45) | void main() class RunInvocation (line 619) | @immutable method _commandEquals (line 629) | bool _commandEquals(List other) method toString (line 655) | String toString() class FakeProcessManager (line 658) | class FakeProcessManager extends Fake implements ProcessManager { method run (line 667) | Future run( class FakeSkiaGoldClient (line 687) | class FakeSkiaGoldClient extends Fake implements SkiaGoldClient { method getExpectationForTest (line 691) | Future getExpectationForTest(String testName) method getImageBytes (line 700) | Future> getImageBytes(String imageHash) method cleanTestName (line 704) | String cleanTestName(String fileName) class FakeLocalFileComparator (line 707) | class FakeLocalFileComparator extends Fake implements LocalFileComparator { class FakeDirectory (line 712) | class FakeDirectory extends Fake implements Directory { method existsSync (line 715) | bool existsSync() class FakeHttpClient (line 721) | class FakeHttpClient extends Fake implements HttpClient { method getUrl (line 726) | Future getUrl(Uri url) class FakeHttpClientRequest (line 732) | class FakeHttpClientRequest extends Fake implements HttpClientRequest { method close (line 736) | Future close() class FakeHttpClientResponse (line 741) | class FakeHttpClientResponse extends Fake implements HttpClientResponse { method listen (line 747) | StreamSubscription> listen( class FakeHttpImageResponse (line 758) | class FakeHttpImageResponse extends Fake implements HttpClientResponse { method forEach (line 764) | Future forEach(void Function(List element) action) FILE: packages/flutter_goldens/test/json_templates.dart function authTemplate (line 7) | String authTemplate({ function imageResponseTemplate (line 21) | List> imageResponseTemplate() FILE: packages/flutter_goldens_client/lib/skia_client.dart class SkiaGoldClient (line 25) | class SkiaGoldClient { method auth (line 84) | Future auth() method imgtestInit (line 116) | Future imgtestInit() method imgtestAdd (line 170) | Future imgtestAdd(String testName, File goldenFile) method tryjobInit (line 200) | Future tryjobInit() method tryjobAdd (line 257) | Future tryjobAdd(String testName, File goldenFile) method getExpectationForTest (line 288) | Future getExpectationForTest(String testName) method getImageBytes (line 326) | Future>getImageBytes(String imageHash) method _getCurrentCommit (line 348) | Future _getCurrentCommit() method _getKeysJSON (line 369) | String _getKeysJSON() method cleanTestName (line 383) | String cleanTestName(String fileName) method clientIsAuthorized (line 389) | Future clientIsAuthorized() method getCIArguments (line 405) | List getCIArguments() method getTraceID (line 420) | String getTraceID(String testName) class SkiaGoldHttpOverrides (line 435) | class SkiaGoldHttpOverrides extends io.HttpOverrides { } FILE: packages/flutter_localizations/lib/src/cupertino_localizations.dart class GlobalCupertinoLocalizations (line 50) | abstract class GlobalCupertinoLocalizations implements CupertinoLocaliza... method datePickerYear (line 96) | String datePickerYear(int yearIndex) method datePickerMonth (line 101) | String datePickerMonth(int monthIndex) method datePickerDayOfMonth (line 109) | String datePickerDayOfMonth(int dayIndex) method datePickerMediumDate (line 115) | String datePickerMediumDate(DateTime date) method datePickerHour (line 120) | String datePickerHour(int hour) method datePickerMinute (line 125) | String datePickerMinute(int minute) method datePickerHourSemanticsLabel (line 149) | String? datePickerHourSemanticsLabel(int hour) method datePickerMinuteSemanticsLabel (line 182) | String? datePickerMinuteSemanticsLabel(int minute) method tabSemanticsLabel (line 269) | String tabSemanticsLabel({ required int tabIndex, required int tabCoun... method timerPickerHour (line 279) | String timerPickerHour(int hour) method timerPickerMinute (line 284) | String timerPickerMinute(int minute) method timerPickerSecond (line 289) | String timerPickerSecond(int second) method timerPickerHourLabel (line 313) | String? timerPickerHourLabel(int hour) method timerPickerMinuteLabel (line 356) | String? timerPickerMinuteLabel(int minute) method timerPickerSecondLabel (line 399) | String? timerPickerSecondLabel(int second) class _GlobalCupertinoLocalizationsDelegate (line 456) | class _GlobalCupertinoLocalizationsDelegate extends LocalizationsDelegat... method isSupported (line 460) | bool isSupported(Locale locale) method load (line 465) | Future load(Locale locale) method loadFormats (line 488) | void loadFormats(String? locale) method shouldReload (line 523) | bool shouldReload(_GlobalCupertinoLocalizationsDelegate old) method toString (line 526) | String toString() FILE: packages/flutter_localizations/lib/src/l10n/generated_cupertino_localizations.dart class CupertinoLocalizationAf (line 24) | class CupertinoLocalizationAf extends GlobalCupertinoLocalizations { class CupertinoLocalizationAm (line 181) | class CupertinoLocalizationAm extends GlobalCupertinoLocalizations { class CupertinoLocalizationAr (line 338) | class CupertinoLocalizationAr extends GlobalCupertinoLocalizations { class CupertinoLocalizationAs (line 495) | class CupertinoLocalizationAs extends GlobalCupertinoLocalizations { class CupertinoLocalizationAz (line 652) | class CupertinoLocalizationAz extends GlobalCupertinoLocalizations { class CupertinoLocalizationBe (line 809) | class CupertinoLocalizationBe extends GlobalCupertinoLocalizations { class CupertinoLocalizationBg (line 966) | class CupertinoLocalizationBg extends GlobalCupertinoLocalizations { class CupertinoLocalizationBn (line 1123) | class CupertinoLocalizationBn extends GlobalCupertinoLocalizations { class CupertinoLocalizationBs (line 1280) | class CupertinoLocalizationBs extends GlobalCupertinoLocalizations { class CupertinoLocalizationCa (line 1437) | class CupertinoLocalizationCa extends GlobalCupertinoLocalizations { class CupertinoLocalizationCs (line 1594) | class CupertinoLocalizationCs extends GlobalCupertinoLocalizations { class CupertinoLocalizationDa (line 1751) | class CupertinoLocalizationDa extends GlobalCupertinoLocalizations { class CupertinoLocalizationDe (line 1908) | class CupertinoLocalizationDe extends GlobalCupertinoLocalizations { class CupertinoLocalizationDeCh (line 2065) | class CupertinoLocalizationDeCh extends CupertinoLocalizationDe { class CupertinoLocalizationEl (line 2096) | class CupertinoLocalizationEl extends GlobalCupertinoLocalizations { class CupertinoLocalizationEn (line 2253) | class CupertinoLocalizationEn extends GlobalCupertinoLocalizations { class CupertinoLocalizationEnAu (line 2410) | class CupertinoLocalizationEnAu extends CupertinoLocalizationEn { class CupertinoLocalizationEnCa (line 2444) | class CupertinoLocalizationEnCa extends CupertinoLocalizationEn { class CupertinoLocalizationEnGb (line 2478) | class CupertinoLocalizationEnGb extends CupertinoLocalizationEn { class CupertinoLocalizationEnIe (line 2512) | class CupertinoLocalizationEnIe extends CupertinoLocalizationEn { class CupertinoLocalizationEnIn (line 2546) | class CupertinoLocalizationEnIn extends CupertinoLocalizationEn { class CupertinoLocalizationEnNz (line 2580) | class CupertinoLocalizationEnNz extends CupertinoLocalizationEn { class CupertinoLocalizationEnSg (line 2614) | class CupertinoLocalizationEnSg extends CupertinoLocalizationEn { class CupertinoLocalizationEnZa (line 2648) | class CupertinoLocalizationEnZa extends CupertinoLocalizationEn { class CupertinoLocalizationEs (line 2682) | class CupertinoLocalizationEs extends GlobalCupertinoLocalizations { class CupertinoLocalizationEs419 (line 2839) | class CupertinoLocalizationEs419 extends CupertinoLocalizationEs { class CupertinoLocalizationEsAr (line 2882) | class CupertinoLocalizationEsAr extends CupertinoLocalizationEs { class CupertinoLocalizationEsBo (line 2925) | class CupertinoLocalizationEsBo extends CupertinoLocalizationEs { class CupertinoLocalizationEsCl (line 2968) | class CupertinoLocalizationEsCl extends CupertinoLocalizationEs { class CupertinoLocalizationEsCo (line 3011) | class CupertinoLocalizationEsCo extends CupertinoLocalizationEs { class CupertinoLocalizationEsCr (line 3054) | class CupertinoLocalizationEsCr extends CupertinoLocalizationEs { class CupertinoLocalizationEsDo (line 3097) | class CupertinoLocalizationEsDo extends CupertinoLocalizationEs { class CupertinoLocalizationEsEc (line 3140) | class CupertinoLocalizationEsEc extends CupertinoLocalizationEs { class CupertinoLocalizationEsGt (line 3183) | class CupertinoLocalizationEsGt extends CupertinoLocalizationEs { class CupertinoLocalizationEsHn (line 3226) | class CupertinoLocalizationEsHn extends CupertinoLocalizationEs { class CupertinoLocalizationEsMx (line 3269) | class CupertinoLocalizationEsMx extends CupertinoLocalizationEs { class CupertinoLocalizationEsNi (line 3312) | class CupertinoLocalizationEsNi extends CupertinoLocalizationEs { class CupertinoLocalizationEsPa (line 3355) | class CupertinoLocalizationEsPa extends CupertinoLocalizationEs { class CupertinoLocalizationEsPe (line 3398) | class CupertinoLocalizationEsPe extends CupertinoLocalizationEs { class CupertinoLocalizationEsPr (line 3441) | class CupertinoLocalizationEsPr extends CupertinoLocalizationEs { class CupertinoLocalizationEsPy (line 3484) | class CupertinoLocalizationEsPy extends CupertinoLocalizationEs { class CupertinoLocalizationEsSv (line 3527) | class CupertinoLocalizationEsSv extends CupertinoLocalizationEs { class CupertinoLocalizationEsUs (line 3570) | class CupertinoLocalizationEsUs extends CupertinoLocalizationEs { class CupertinoLocalizationEsUy (line 3613) | class CupertinoLocalizationEsUy extends CupertinoLocalizationEs { class CupertinoLocalizationEsVe (line 3656) | class CupertinoLocalizationEsVe extends CupertinoLocalizationEs { class CupertinoLocalizationEt (line 3699) | class CupertinoLocalizationEt extends GlobalCupertinoLocalizations { class CupertinoLocalizationEu (line 3856) | class CupertinoLocalizationEu extends GlobalCupertinoLocalizations { class CupertinoLocalizationFa (line 4013) | class CupertinoLocalizationFa extends GlobalCupertinoLocalizations { class CupertinoLocalizationFi (line 4170) | class CupertinoLocalizationFi extends GlobalCupertinoLocalizations { class CupertinoLocalizationFil (line 4327) | class CupertinoLocalizationFil extends GlobalCupertinoLocalizations { class CupertinoLocalizationFr (line 4484) | class CupertinoLocalizationFr extends GlobalCupertinoLocalizations { class CupertinoLocalizationFrCa (line 4641) | class CupertinoLocalizationFrCa extends CupertinoLocalizationFr { class CupertinoLocalizationGl (line 4693) | class CupertinoLocalizationGl extends GlobalCupertinoLocalizations { class CupertinoLocalizationGsw (line 4850) | class CupertinoLocalizationGsw extends GlobalCupertinoLocalizations { class CupertinoLocalizationGu (line 5007) | class CupertinoLocalizationGu extends GlobalCupertinoLocalizations { class CupertinoLocalizationHe (line 5164) | class CupertinoLocalizationHe extends GlobalCupertinoLocalizations { class CupertinoLocalizationHi (line 5321) | class CupertinoLocalizationHi extends GlobalCupertinoLocalizations { class CupertinoLocalizationHr (line 5478) | class CupertinoLocalizationHr extends GlobalCupertinoLocalizations { class CupertinoLocalizationHu (line 5635) | class CupertinoLocalizationHu extends GlobalCupertinoLocalizations { class CupertinoLocalizationHy (line 5792) | class CupertinoLocalizationHy extends GlobalCupertinoLocalizations { class CupertinoLocalizationId (line 5949) | class CupertinoLocalizationId extends GlobalCupertinoLocalizations { class CupertinoLocalizationIs (line 6106) | class CupertinoLocalizationIs extends GlobalCupertinoLocalizations { class CupertinoLocalizationIt (line 6263) | class CupertinoLocalizationIt extends GlobalCupertinoLocalizations { class CupertinoLocalizationJa (line 6420) | class CupertinoLocalizationJa extends GlobalCupertinoLocalizations { class CupertinoLocalizationKa (line 6577) | class CupertinoLocalizationKa extends GlobalCupertinoLocalizations { class CupertinoLocalizationKk (line 6734) | class CupertinoLocalizationKk extends GlobalCupertinoLocalizations { class CupertinoLocalizationKm (line 6891) | class CupertinoLocalizationKm extends GlobalCupertinoLocalizations { class CupertinoLocalizationKn (line 7048) | class CupertinoLocalizationKn extends GlobalCupertinoLocalizations { class CupertinoLocalizationKo (line 7205) | class CupertinoLocalizationKo extends GlobalCupertinoLocalizations { class CupertinoLocalizationKy (line 7362) | class CupertinoLocalizationKy extends GlobalCupertinoLocalizations { class CupertinoLocalizationLo (line 7519) | class CupertinoLocalizationLo extends GlobalCupertinoLocalizations { class CupertinoLocalizationLt (line 7676) | class CupertinoLocalizationLt extends GlobalCupertinoLocalizations { class CupertinoLocalizationLv (line 7833) | class CupertinoLocalizationLv extends GlobalCupertinoLocalizations { class CupertinoLocalizationMk (line 7990) | class CupertinoLocalizationMk extends GlobalCupertinoLocalizations { class CupertinoLocalizationMl (line 8147) | class CupertinoLocalizationMl extends GlobalCupertinoLocalizations { class CupertinoLocalizationMn (line 8304) | class CupertinoLocalizationMn extends GlobalCupertinoLocalizations { class CupertinoLocalizationMr (line 8461) | class CupertinoLocalizationMr extends GlobalCupertinoLocalizations { class CupertinoLocalizationMs (line 8618) | class CupertinoLocalizationMs extends GlobalCupertinoLocalizations { class CupertinoLocalizationMy (line 8775) | class CupertinoLocalizationMy extends GlobalCupertinoLocalizations { class CupertinoLocalizationNb (line 8932) | class CupertinoLocalizationNb extends GlobalCupertinoLocalizations { class CupertinoLocalizationNe (line 9089) | class CupertinoLocalizationNe extends GlobalCupertinoLocalizations { class CupertinoLocalizationNl (line 9246) | class CupertinoLocalizationNl extends GlobalCupertinoLocalizations { class CupertinoLocalizationNo (line 9403) | class CupertinoLocalizationNo extends GlobalCupertinoLocalizations { class CupertinoLocalizationOr (line 9560) | class CupertinoLocalizationOr extends GlobalCupertinoLocalizations { class CupertinoLocalizationPa (line 9717) | class CupertinoLocalizationPa extends GlobalCupertinoLocalizations { class CupertinoLocalizationPl (line 9874) | class CupertinoLocalizationPl extends GlobalCupertinoLocalizations { class CupertinoLocalizationPt (line 10031) | class CupertinoLocalizationPt extends GlobalCupertinoLocalizations { class CupertinoLocalizationPtPt (line 10188) | class CupertinoLocalizationPtPt extends CupertinoLocalizationPt { class CupertinoLocalizationRo (line 10237) | class CupertinoLocalizationRo extends GlobalCupertinoLocalizations { class CupertinoLocalizationRu (line 10394) | class CupertinoLocalizationRu extends GlobalCupertinoLocalizations { class CupertinoLocalizationSi (line 10551) | class CupertinoLocalizationSi extends GlobalCupertinoLocalizations { class CupertinoLocalizationSk (line 10708) | class CupertinoLocalizationSk extends GlobalCupertinoLocalizations { class CupertinoLocalizationSl (line 10865) | class CupertinoLocalizationSl extends GlobalCupertinoLocalizations { class CupertinoLocalizationSq (line 11022) | class CupertinoLocalizationSq extends GlobalCupertinoLocalizations { class CupertinoLocalizationSr (line 11179) | class CupertinoLocalizationSr extends GlobalCupertinoLocalizations { class CupertinoLocalizationSrCyrl (line 11336) | class CupertinoLocalizationSrCyrl extends CupertinoLocalizationSr { class CupertinoLocalizationSrLatn (line 11364) | class CupertinoLocalizationSrLatn extends CupertinoLocalizationSr { class CupertinoLocalizationSv (line 11470) | class CupertinoLocalizationSv extends GlobalCupertinoLocalizations { class CupertinoLocalizationSw (line 11627) | class CupertinoLocalizationSw extends GlobalCupertinoLocalizations { class CupertinoLocalizationTa (line 11784) | class CupertinoLocalizationTa extends GlobalCupertinoLocalizations { class CupertinoLocalizationTe (line 11941) | class CupertinoLocalizationTe extends GlobalCupertinoLocalizations { class CupertinoLocalizationTh (line 12098) | class CupertinoLocalizationTh extends GlobalCupertinoLocalizations { class CupertinoLocalizationTl (line 12255) | class CupertinoLocalizationTl extends GlobalCupertinoLocalizations { class CupertinoLocalizationTr (line 12412) | class CupertinoLocalizationTr extends GlobalCupertinoLocalizations { class CupertinoLocalizationUk (line 12569) | class CupertinoLocalizationUk extends GlobalCupertinoLocalizations { class CupertinoLocalizationUr (line 12726) | class CupertinoLocalizationUr extends GlobalCupertinoLocalizations { class CupertinoLocalizationUz (line 12883) | class CupertinoLocalizationUz extends GlobalCupertinoLocalizations { class CupertinoLocalizationVi (line 13040) | class CupertinoLocalizationVi extends GlobalCupertinoLocalizations { class CupertinoLocalizationZh (line 13197) | class CupertinoLocalizationZh extends GlobalCupertinoLocalizations { class CupertinoLocalizationZhHans (line 13354) | class CupertinoLocalizationZhHans extends CupertinoLocalizationZh { class CupertinoLocalizationZhHant (line 13382) | class CupertinoLocalizationZhHant extends CupertinoLocalizationZh { class CupertinoLocalizationZhHantHk (line 13461) | class CupertinoLocalizationZhHantHk extends CupertinoLocalizationZhHant { class CupertinoLocalizationZhHantTw (line 13489) | class CupertinoLocalizationZhHantTw extends CupertinoLocalizationZhHant { class CupertinoLocalizationZu (line 13541) | class CupertinoLocalizationZu extends GlobalCupertinoLocalizations { function getCupertinoTranslation (line 13879) | GlobalCupertinoLocalizations? getCupertinoTranslation( FILE: packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart class MaterialLocalizationAf (line 24) | class MaterialLocalizationAf extends GlobalMaterialLocalizations { class MaterialLocalizationAm (line 336) | class MaterialLocalizationAm extends GlobalMaterialLocalizations { class MaterialLocalizationAr (line 648) | class MaterialLocalizationAr extends GlobalMaterialLocalizations { class MaterialLocalizationAs (line 960) | class MaterialLocalizationAs extends GlobalMaterialLocalizations { class MaterialLocalizationAz (line 1272) | class MaterialLocalizationAz extends GlobalMaterialLocalizations { class MaterialLocalizationBe (line 1584) | class MaterialLocalizationBe extends GlobalMaterialLocalizations { class MaterialLocalizationBg (line 1896) | class MaterialLocalizationBg extends GlobalMaterialLocalizations { class MaterialLocalizationBn (line 2208) | class MaterialLocalizationBn extends GlobalMaterialLocalizations { class MaterialLocalizationBs (line 2520) | class MaterialLocalizationBs extends GlobalMaterialLocalizations { class MaterialLocalizationCa (line 2832) | class MaterialLocalizationCa extends GlobalMaterialLocalizations { class MaterialLocalizationCs (line 3144) | class MaterialLocalizationCs extends GlobalMaterialLocalizations { class MaterialLocalizationDa (line 3456) | class MaterialLocalizationDa extends GlobalMaterialLocalizations { class MaterialLocalizationDe (line 3768) | class MaterialLocalizationDe extends GlobalMaterialLocalizations { class MaterialLocalizationDeCh (line 4080) | class MaterialLocalizationDeCh extends MaterialLocalizationDe { class MaterialLocalizationEl (line 4128) | class MaterialLocalizationEl extends GlobalMaterialLocalizations { class MaterialLocalizationEn (line 4440) | class MaterialLocalizationEn extends GlobalMaterialLocalizations { class MaterialLocalizationEnAu (line 4752) | class MaterialLocalizationEnAu extends MaterialLocalizationEn { class MaterialLocalizationEnCa (line 4821) | class MaterialLocalizationEnCa extends MaterialLocalizationEn { class MaterialLocalizationEnGb (line 4890) | class MaterialLocalizationEnGb extends MaterialLocalizationEn { class MaterialLocalizationEnIe (line 4962) | class MaterialLocalizationEnIe extends MaterialLocalizationEn { class MaterialLocalizationEnIn (line 5034) | class MaterialLocalizationEnIn extends MaterialLocalizationEn { class MaterialLocalizationEnNz (line 5103) | class MaterialLocalizationEnNz extends MaterialLocalizationEn { class MaterialLocalizationEnSg (line 5172) | class MaterialLocalizationEnSg extends MaterialLocalizationEn { class MaterialLocalizationEnZa (line 5241) | class MaterialLocalizationEnZa extends MaterialLocalizationEn { class MaterialLocalizationEs (line 5313) | class MaterialLocalizationEs extends GlobalMaterialLocalizations { class MaterialLocalizationEs419 (line 5625) | class MaterialLocalizationEs419 extends MaterialLocalizationEs { class MaterialLocalizationEsAr (line 5754) | class MaterialLocalizationEsAr extends MaterialLocalizationEs { class MaterialLocalizationEsBo (line 5883) | class MaterialLocalizationEsBo extends MaterialLocalizationEs { class MaterialLocalizationEsCl (line 6012) | class MaterialLocalizationEsCl extends MaterialLocalizationEs { class MaterialLocalizationEsCo (line 6141) | class MaterialLocalizationEsCo extends MaterialLocalizationEs { class MaterialLocalizationEsCr (line 6270) | class MaterialLocalizationEsCr extends MaterialLocalizationEs { class MaterialLocalizationEsDo (line 6399) | class MaterialLocalizationEsDo extends MaterialLocalizationEs { class MaterialLocalizationEsEc (line 6528) | class MaterialLocalizationEsEc extends MaterialLocalizationEs { class MaterialLocalizationEsGt (line 6657) | class MaterialLocalizationEsGt extends MaterialLocalizationEs { class MaterialLocalizationEsHn (line 6786) | class MaterialLocalizationEsHn extends MaterialLocalizationEs { class MaterialLocalizationEsMx (line 6915) | class MaterialLocalizationEsMx extends MaterialLocalizationEs { class MaterialLocalizationEsNi (line 7044) | class MaterialLocalizationEsNi extends MaterialLocalizationEs { class MaterialLocalizationEsPa (line 7173) | class MaterialLocalizationEsPa extends MaterialLocalizationEs { class MaterialLocalizationEsPe (line 7302) | class MaterialLocalizationEsPe extends MaterialLocalizationEs { class MaterialLocalizationEsPr (line 7431) | class MaterialLocalizationEsPr extends MaterialLocalizationEs { class MaterialLocalizationEsPy (line 7560) | class MaterialLocalizationEsPy extends MaterialLocalizationEs { class MaterialLocalizationEsSv (line 7689) | class MaterialLocalizationEsSv extends MaterialLocalizationEs { class MaterialLocalizationEsUs (line 7818) | class MaterialLocalizationEsUs extends MaterialLocalizationEs { class MaterialLocalizationEsUy (line 7950) | class MaterialLocalizationEsUy extends MaterialLocalizationEs { class MaterialLocalizationEsVe (line 8079) | class MaterialLocalizationEsVe extends MaterialLocalizationEs { class MaterialLocalizationEt (line 8208) | class MaterialLocalizationEt extends GlobalMaterialLocalizations { class MaterialLocalizationEu (line 8520) | class MaterialLocalizationEu extends GlobalMaterialLocalizations { class MaterialLocalizationFa (line 8832) | class MaterialLocalizationFa extends GlobalMaterialLocalizations { class MaterialLocalizationFi (line 9144) | class MaterialLocalizationFi extends GlobalMaterialLocalizations { class MaterialLocalizationFil (line 9456) | class MaterialLocalizationFil extends GlobalMaterialLocalizations { class MaterialLocalizationFr (line 9768) | class MaterialLocalizationFr extends GlobalMaterialLocalizations { class MaterialLocalizationFrCa (line 10080) | class MaterialLocalizationFrCa extends MaterialLocalizationFr { class MaterialLocalizationGl (line 10182) | class MaterialLocalizationGl extends GlobalMaterialLocalizations { class MaterialLocalizationGsw (line 10494) | class MaterialLocalizationGsw extends GlobalMaterialLocalizations { class MaterialLocalizationGu (line 10806) | class MaterialLocalizationGu extends GlobalMaterialLocalizations { class MaterialLocalizationHe (line 11118) | class MaterialLocalizationHe extends GlobalMaterialLocalizations { class MaterialLocalizationHi (line 11430) | class MaterialLocalizationHi extends GlobalMaterialLocalizations { class MaterialLocalizationHr (line 11742) | class MaterialLocalizationHr extends GlobalMaterialLocalizations { class MaterialLocalizationHu (line 12054) | class MaterialLocalizationHu extends GlobalMaterialLocalizations { class MaterialLocalizationHy (line 12366) | class MaterialLocalizationHy extends GlobalMaterialLocalizations { class MaterialLocalizationId (line 12678) | class MaterialLocalizationId extends GlobalMaterialLocalizations { class MaterialLocalizationIs (line 12990) | class MaterialLocalizationIs extends GlobalMaterialLocalizations { class MaterialLocalizationIt (line 13302) | class MaterialLocalizationIt extends GlobalMaterialLocalizations { class MaterialLocalizationJa (line 13614) | class MaterialLocalizationJa extends GlobalMaterialLocalizations { class MaterialLocalizationKa (line 13926) | class MaterialLocalizationKa extends GlobalMaterialLocalizations { class MaterialLocalizationKk (line 14238) | class MaterialLocalizationKk extends GlobalMaterialLocalizations { class MaterialLocalizationKm (line 14550) | class MaterialLocalizationKm extends GlobalMaterialLocalizations { class MaterialLocalizationKn (line 14862) | class MaterialLocalizationKn extends GlobalMaterialLocalizations { class MaterialLocalizationKo (line 15174) | class MaterialLocalizationKo extends GlobalMaterialLocalizations { class MaterialLocalizationKy (line 15486) | class MaterialLocalizationKy extends GlobalMaterialLocalizations { class MaterialLocalizationLo (line 15798) | class MaterialLocalizationLo extends GlobalMaterialLocalizations { class MaterialLocalizationLt (line 16110) | class MaterialLocalizationLt extends GlobalMaterialLocalizations { class MaterialLocalizationLv (line 16422) | class MaterialLocalizationLv extends GlobalMaterialLocalizations { class MaterialLocalizationMk (line 16734) | class MaterialLocalizationMk extends GlobalMaterialLocalizations { class MaterialLocalizationMl (line 17046) | class MaterialLocalizationMl extends GlobalMaterialLocalizations { class MaterialLocalizationMn (line 17358) | class MaterialLocalizationMn extends GlobalMaterialLocalizations { class MaterialLocalizationMr (line 17670) | class MaterialLocalizationMr extends GlobalMaterialLocalizations { class MaterialLocalizationMs (line 17982) | class MaterialLocalizationMs extends GlobalMaterialLocalizations { class MaterialLocalizationMy (line 18294) | class MaterialLocalizationMy extends GlobalMaterialLocalizations { class MaterialLocalizationNb (line 18606) | class MaterialLocalizationNb extends GlobalMaterialLocalizations { class MaterialLocalizationNe (line 18918) | class MaterialLocalizationNe extends GlobalMaterialLocalizations { class MaterialLocalizationNl (line 19230) | class MaterialLocalizationNl extends GlobalMaterialLocalizations { class MaterialLocalizationNo (line 19542) | class MaterialLocalizationNo extends GlobalMaterialLocalizations { class MaterialLocalizationOr (line 19854) | class MaterialLocalizationOr extends GlobalMaterialLocalizations { class MaterialLocalizationPa (line 20166) | class MaterialLocalizationPa extends GlobalMaterialLocalizations { class MaterialLocalizationPl (line 20478) | class MaterialLocalizationPl extends GlobalMaterialLocalizations { class MaterialLocalizationPs (line 20790) | class MaterialLocalizationPs extends GlobalMaterialLocalizations { class MaterialLocalizationPt (line 21102) | class MaterialLocalizationPt extends GlobalMaterialLocalizations { class MaterialLocalizationPtPt (line 21414) | class MaterialLocalizationPtPt extends MaterialLocalizationPt { class MaterialLocalizationRo (line 21540) | class MaterialLocalizationRo extends GlobalMaterialLocalizations { class MaterialLocalizationRu (line 21852) | class MaterialLocalizationRu extends GlobalMaterialLocalizations { class MaterialLocalizationSi (line 22164) | class MaterialLocalizationSi extends GlobalMaterialLocalizations { class MaterialLocalizationSk (line 22476) | class MaterialLocalizationSk extends GlobalMaterialLocalizations { class MaterialLocalizationSl (line 22788) | class MaterialLocalizationSl extends GlobalMaterialLocalizations { class MaterialLocalizationSq (line 23100) | class MaterialLocalizationSq extends GlobalMaterialLocalizations { class MaterialLocalizationSr (line 23412) | class MaterialLocalizationSr extends GlobalMaterialLocalizations { class MaterialLocalizationSrCyrl (line 23724) | class MaterialLocalizationSrCyrl extends MaterialLocalizationSr { class MaterialLocalizationSrLatn (line 23754) | class MaterialLocalizationSrLatn extends MaterialLocalizationSr { class MaterialLocalizationSv (line 24030) | class MaterialLocalizationSv extends GlobalMaterialLocalizations { class MaterialLocalizationSw (line 24342) | class MaterialLocalizationSw extends GlobalMaterialLocalizations { class MaterialLocalizationTa (line 24654) | class MaterialLocalizationTa extends GlobalMaterialLocalizations { class MaterialLocalizationTe (line 24966) | class MaterialLocalizationTe extends GlobalMaterialLocalizations { class MaterialLocalizationTh (line 25278) | class MaterialLocalizationTh extends GlobalMaterialLocalizations { class MaterialLocalizationTl (line 25590) | class MaterialLocalizationTl extends GlobalMaterialLocalizations { class MaterialLocalizationTr (line 25902) | class MaterialLocalizationTr extends GlobalMaterialLocalizations { class MaterialLocalizationUk (line 26214) | class MaterialLocalizationUk extends GlobalMaterialLocalizations { class MaterialLocalizationUr (line 26526) | class MaterialLocalizationUr extends GlobalMaterialLocalizations { class MaterialLocalizationUz (line 26838) | class MaterialLocalizationUz extends GlobalMaterialLocalizations { class MaterialLocalizationVi (line 27150) | class MaterialLocalizationVi extends GlobalMaterialLocalizations { class MaterialLocalizationZh (line 27462) | class MaterialLocalizationZh extends GlobalMaterialLocalizations { class MaterialLocalizationZhHans (line 27774) | class MaterialLocalizationZhHans extends MaterialLocalizationZh { class MaterialLocalizationZhHant (line 27804) | class MaterialLocalizationZhHant extends MaterialLocalizationZh { class MaterialLocalizationZhHantHk (line 28053) | class MaterialLocalizationZhHantHk extends MaterialLocalizationZhHant { class MaterialLocalizationZhHantTw (line 28083) | class MaterialLocalizationZhHantTw extends MaterialLocalizationZhHant { class MaterialLocalizationZu (line 28188) | class MaterialLocalizationZu extends GlobalMaterialLocalizations { function getMaterialTranslation (line 28683) | GlobalMaterialLocalizations? getMaterialTranslation( FILE: packages/flutter_localizations/lib/src/material_localizations.dart class GlobalMaterialLocalizations (line 65) | abstract class GlobalMaterialLocalizations implements MaterialLocalizati... method formatHour (line 133) | String formatHour(TimeOfDay timeOfDay, { bool alwaysUse24HourFormat = ... method formatMinute (line 146) | String formatMinute(TimeOfDay timeOfDay) method formatYear (line 151) | String formatYear(DateTime date) method formatCompactDate (line 156) | String formatCompactDate(DateTime date) method formatShortDate (line 161) | String formatShortDate(DateTime date) method formatMediumDate (line 166) | String formatMediumDate(DateTime date) method formatFullDate (line 171) | String formatFullDate(DateTime date) method formatMonthYear (line 176) | String formatMonthYear(DateTime date) method formatShortMonthDay (line 181) | String formatShortMonthDay(DateTime date) method parseCompactDate (line 186) | DateTime? parseCompactDate(String? inputString) method formatDecimal (line 203) | String formatDecimal(int number) method formatTimeOfDay (line 208) | String formatTimeOfDay(TimeOfDay timeOfDay, { bool alwaysUse24HourForm... method _formatDayPeriod (line 234) | String? _formatDayPeriod(TimeOfDay timeOfDay) method dateRangeStartDateSemanticLabel (line 249) | String dateRangeStartDateSemanticLabel(String formattedDate) method dateRangeEndDateSemanticLabel (line 259) | String dateRangeEndDateSemanticLabel(String formattedDate) method aboutListTileTitle (line 269) | String aboutListTileTitle(String applicationName) method pageRowsInfoTitle (line 287) | String pageRowsInfoTitle(int firstRow, int lastRow, int rowCount, bool... method tabLabel (line 303) | String tabLabel({ required int tabIndex, required int tabCount }) method selectedRowCountTitle (line 403) | String selectedRowCountTitle(int selectedRowCount) method timeOfDayFormat (line 437) | TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false }) method licensesPackageDetailText (line 540) | String licensesPackageDetailText(int licenseCount) method remainingTextFieldCharacterCount (line 649) | String remainingTextFieldCharacterCount(int remaining) function _get24HourVersionOf (line 703) | TimeOfDayFormat _get24HourVersionOf(TimeOfDayFormat original) class _MaterialLocalizationsDelegate (line 716) | class _MaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 799) | bool shouldReload(_MaterialLocalizationsDelegate old) method toString (line 802) | String toString() FILE: packages/flutter_localizations/lib/src/utils/date_localizations.dart function loadDateIntlDataIfNotLoaded (line 17) | void loadDateIntlDataIfNotLoaded() FILE: packages/flutter_localizations/lib/src/widgets_localizations.dart class GlobalWidgetsLocalizations (line 20) | class GlobalWidgetsLocalizations implements WidgetsLocalizations { method load (line 53) | Future load(Locale locale) class _WidgetsLocalizationsDelegate (line 64) | class _WidgetsLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 74) | bool shouldReload(_WidgetsLocalizationsDelegate old) method toString (line 77) | String toString() FILE: packages/flutter_localizations/test/basics_test.dart function main (line 9) | void main() class _DummyLocalizationsDelegate (line 76) | class _DummyLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method isSupported (line 81) | bool isSupported(Locale locale) method shouldReload (line 84) | bool shouldReload(_DummyLocalizationsDelegate old) class DummyLocalizations (line 87) | class DummyLocalizations { } class LocalizationTracker (line 89) | class LocalizationTracker extends StatefulWidget { method createState (line 93) | State createState() class LocalizationTrackerState (line 96) | class LocalizationTrackerState extends State { method build (line 100) | Widget build(BuildContext context) FILE: packages/flutter_localizations/test/cupertino/translations_test.dart function main (line 17) | void main() FILE: packages/flutter_localizations/test/material/date_picker_test.dart function main (line 10) | void main() function _showPicker (line 229) | Future _showPicker(WidgetTester tester, Locale locale, Size size) function _pumpBoilerplate (line 285) | Future _pumpBoilerplate( FILE: packages/flutter_localizations/test/material/date_time_test.dart function main (line 12) | void main() function formatHour (line 33) | Future formatHour(WidgetTester tester, Locale locale, TimeOfDay ... function formatTimeOfDay (line 80) | Future formatTimeOfDay(WidgetTester tester, Locale locale, TimeO... function formatDate (line 124) | Future> formatDate(WidgetTester tester, Locale loc... type DateType (line 201) | enum DateType { year, medium, full, monthYear } FILE: packages/flutter_localizations/test/material/tabs_test.dart function main (line 11) | void main() FILE: packages/flutter_localizations/test/material/time_picker_test.dart class _TimePickerLauncher (line 9) | class _TimePickerLauncher extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) function startPicker (line 49) | Future startPicker( function finishPicker (line 60) | Future finishPicker(WidgetTester tester) function main (line 66) | void main() function mediaQueryBoilerplate (line 308) | Future mediaQueryBoilerplate(WidgetTester tester, bool alwaysUse24... FILE: packages/flutter_localizations/test/material/translations_test.dart function main (line 17) | void main() FILE: packages/flutter_localizations/test/override_test.dart class FooMaterialLocalizations (line 11) | class FooMaterialLocalizations extends MaterialLocalizationEn { class FooMaterialLocalizationsDelegate (line 32) | class FooMaterialLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 52) | bool shouldReload(FooMaterialLocalizationsDelegate old) function buildFrame (line 55) | Widget buildFrame({ function main (line 81) | void main() function buildLocaleFrame (line 110) | Widget buildLocaleFrame(Locale locale) function buildLocaleFrame (line 142) | Widget buildLocaleFrame(Locale locale) FILE: packages/flutter_localizations/test/test_utils.dart function encodeBundleTranslations (line 6) | void encodeBundleTranslations(Map bundle) function generateArbString (line 22) | String generateArbString(Map bundle) FILE: packages/flutter_localizations/test/text_test.dart function main (line 9) | void main() FILE: packages/flutter_localizations/test/widgets_test.dart class TestLocalizations (line 12) | class TestLocalizations { method loadSync (line 18) | Future loadSync(Locale locale, String? prefix) method loadAsync (line 22) | Future loadAsync(Locale locale, String? prefix) method of (line 29) | TestLocalizations of(BuildContext context) class SyncTestLocalizationsDelegate (line 36) | class SyncTestLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 49) | bool shouldReload(SyncTestLocalizationsDelegate old) method toString (line 55) | String toString() class AsyncTestLocalizationsDelegate (line 58) | class AsyncTestLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method shouldReload (line 71) | bool shouldReload(AsyncTestLocalizationsDelegate old) method toString (line 77) | String toString() class MoreLocalizations (line 80) | class MoreLocalizations { method loadSync (line 85) | Future loadSync(Locale locale) method loadAsync (line 89) | Future loadAsync(Locale locale) method of (line 96) | MoreLocalizations of(BuildContext context) class SyncMoreLocalizationsDelegate (line 103) | class SyncMoreLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method isSupported (line 108) | bool isSupported(Locale locale) method shouldReload (line 111) | bool shouldReload(SyncMoreLocalizationsDelegate old) class AsyncMoreLocalizationsDelegate (line 114) | class AsyncMoreLocalizationsDelegate extends LocalizationsDelegate load(Locale locale) method isSupported (line 119) | bool isSupported(Locale locale) method shouldReload (line 122) | bool shouldReload(AsyncMoreLocalizationsDelegate old) class OnlyRTLDefaultWidgetsLocalizations (line 125) | class OnlyRTLDefaultWidgetsLocalizations extends DefaultWidgetsLocalizat... class OnlyRTLDefaultWidgetsLocalizationsDelegate (line 130) | class OnlyRTLDefaultWidgetsLocalizationsDelegate extends LocalizationsDe... method isSupported (line 134) | bool isSupported(Locale locale) method load (line 137) | Future load(Locale locale) method shouldReload (line 142) | bool shouldReload(OnlyRTLDefaultWidgetsLocalizationsDelegate old) function buildFrame (line 145) | Widget buildFrame({ class SyncLoadTest (line 171) | class SyncLoadTest extends StatefulWidget { method createState (line 175) | SyncLoadTestState createState() class SyncLoadTestState (line 178) | class SyncLoadTestState extends State { method build (line 180) | Widget build(BuildContext context) function main (line 188) | void main() function pumpTest (line 239) | Future pumpTest(Locale locale) FILE: packages/flutter_test/lib/src/_binding_io.dart function ensureInitialized (line 20) | WidgetsBinding ensureInitialized([@visibleForTesting Map... function setupHttpOverrides (line 34) | void setupHttpOverrides() function mockFlutterAssets (line 39) | void mockFlutterAssets() class _MockHttpOverrides (line 79) | class _MockHttpOverrides extends HttpOverrides { method createHttpClient (line 82) | HttpClient createHttpClient(SecurityContext? _) class _MockHttpClient (line 100) | class _MockHttpClient implements HttpClient { method addCredentials (line 117) | void addCredentials(Uri url, String realm, HttpClientCredentials crede... method addProxyCredentials (line 120) | void addProxyCredentials(String host, int port, String realm, HttpClie... method close (line 132) | void close({ bool force = false }) method delete (line 135) | Future delete(String host, int port, String path) method deleteUrl (line 140) | Future deleteUrl(Uri url) method get (line 148) | Future get(String host, int port, String path) method getUrl (line 153) | Future getUrl(Uri url) method head (line 158) | Future head(String host, int port, String path) method headUrl (line 163) | Future headUrl(Uri url) method open (line 168) | Future open(String method, String host, int port, S... method openUrl (line 173) | Future openUrl(String method, Uri url) method patch (line 178) | Future patch(String host, int port, String path) method patchUrl (line 183) | Future patchUrl(Uri url) method post (line 188) | Future post(String host, int port, String path) method postUrl (line 193) | Future postUrl(Uri url) method put (line 198) | Future put(String host, int port, String path) method putUrl (line 203) | Future putUrl(Uri url) class _MockHttpRequest (line 209) | class _MockHttpRequest extends HttpClientRequest { method add (line 217) | void add(List data) method addError (line 220) | void addError(Object error, [ StackTrace? stackTrace ]) method addStream (line 223) | Future addStream(Stream> stream) method close (line 228) | Future close() method abort (line 233) | void abort([Object? exception, StackTrace? stackTrace]) method flush (line 245) | Future flush() method write (line 256) | void write(Object? obj) method writeAll (line 259) | void writeAll(Iterable objects, [ String separator = '' ]) method writeCharCode (line 262) | void writeCharCode(int charCode) method writeln (line 265) | void writeln([ Object? obj = '' ]) class _MockHttpResponse (line 271) | class _MockHttpResponse implements HttpClientResponse { method detachSocket (line 295) | Future detachSocket() method listen (line 303) | StreamSubscription listen(void Function(Uint8List event)? o... method redirect (line 314) | Future redirect([ String? method, Uri? url, bool? ... method any (line 325) | Future any(bool Function(Uint8List element) test) method asBroadcastStream (line 330) | Stream asBroadcastStream({ method asyncExpand (line 338) | Stream asyncExpand(Stream? Function(Uint8List event) convert) method asyncMap (line 343) | Stream asyncMap(FutureOr Function(Uint8List event) convert) method cast (line 348) | Stream cast() method contains (line 353) | Future contains(Object? needle) method distinct (line 358) | Stream distinct([bool Function(Uint8List previous, Uint8Lis... method drain (line 363) | Future drain([E? futureValue]) method elementAt (line 368) | Future elementAt(int index) method every (line 373) | Future every(bool Function(Uint8List element) test) method expand (line 378) | Stream expand(Iterable Function(Uint8List element) convert) method firstWhere (line 386) | Future firstWhere( method fold (line 396) | Future fold(S initialValue, S Function(S previous, Uint8List ele... method forEach (line 401) | Future forEach(void Function(Uint8List element) action) method handleError (line 406) | Stream handleError( method join (line 420) | Future join([String separator = '']) method lastWhere (line 428) | Future lastWhere( method map (line 441) | Stream map(S Function(Uint8List event) convert) method pipe (line 446) | Future pipe(StreamConsumer> streamConsumer) method reduce (line 451) | Future reduce(List Function(Uint8List previous, Uint8L... method singleWhere (line 461) | Future singleWhere(bool Function(Uint8List element) test, {... method skip (line 468) | Stream skip(int count) method skipWhile (line 473) | Stream skipWhile(bool Function(Uint8List element) test) method take (line 478) | Stream take(int count) method takeWhile (line 483) | Stream takeWhile(bool Function(Uint8List element) test) method timeout (line 488) | Stream timeout( method toList (line 496) | Future> toList() method toSet (line 501) | Future> toSet() method transform (line 506) | Stream transform(StreamTransformer, S> streamTransformer) method where (line 511) | Stream where(bool Function(Uint8List event) test) class _MockHttpHeaders (line 517) | class _MockHttpHeaders extends HttpHeaders { method add (line 522) | void add(String name, Object value, {bool preserveHeaderCase = false}) method clear (line 525) | void clear() method forEach (line 528) | void forEach(void Function(String name, List values) f) method noFolding (line 531) | void noFolding(String name) method remove (line 534) | void remove(String name, Object value) method removeAll (line 537) | void removeAll(String name) method set (line 540) | void set(String name, Object value, {bool preserveHeaderCase = false}) method value (line 543) | String? value(String name) FILE: packages/flutter_test/lib/src/_binding_web.dart function ensureInitialized (line 10) | WidgetsBinding ensureInitialized([@visibleForTesting Map... function setupHttpOverrides (line 19) | void setupHttpOverrides() function mockFlutterAssets (line 22) | void mockFlutterAssets() FILE: packages/flutter_test/lib/src/_goldens_io.dart class LocalFileComparator (line 59) | class LocalFileComparator extends GoldenFileComparator with LocalCompari... method _getPath (line 70) | path.Context _getPath(path.Style? style) method _getBasedir (line 74) | Uri _getBasedir(Uri testFile, path.Style? pathStyle) method compare (line 93) | Future compare(Uint8List imageBytes, Uri golden) method update (line 107) | Future update(Uri golden, Uint8List imageBytes) method getGoldenBytes (line 117) | Future> getGoldenBytes(Uri golden) method _getGoldenFile (line 128) | File _getGoldenFile(Uri golden) function generateFailureOutput (line 137) | Future generateFailureOutput( function getFailureFile (line 162) | File getFailureFile(String failure, Uri golden, Uri basedir) function compareLists (line 174) | Future compareLists(List? test, List? master) function _invert (line 270) | ByteData _invert(ByteData imageBytes) class DefaultWebGoldenComparator (line 283) | class DefaultWebGoldenComparator extends WebGoldenComparator { method compare (line 285) | Future compare(double width, double height, Uri golden) method update (line 290) | Future update(double width, double height, Uri golden) function _readRed (line 296) | int _readRed(int pixel) function _readGreen (line 299) | int _readGreen(int pixel) function _readBlue (line 302) | int _readBlue(int pixel) function _readAlpha (line 305) | int _readAlpha(int pixel) function _createImage (line 308) | Future _createImage(ByteData bytes, int width, int height) function _toABGR (line 321) | int _toABGR(int rgba) function _toRGBA (line 328) | int _toRGBA(int abgr) FILE: packages/flutter_test/lib/src/_goldens_web.dart class LocalFileComparator (line 15) | class LocalFileComparator extends GoldenFileComparator { method compare (line 17) | Future compare(Uint8List imageBytes, Uri golden) method update (line 22) | Future update(Uri golden, Uint8List imageBytes) function compareLists (line 31) | Future compareLists(List test, List master) class DefaultWebGoldenComparator (line 44) | class DefaultWebGoldenComparator extends WebGoldenComparator { method compare (line 60) | Future compare(double width, double height, Uri golden) method update (line 81) | Future update(double width, double height, Uri golden) FILE: packages/flutter_test/lib/src/_matchers_io.dart function captureImage (line 22) | Future captureImage(Element element) class MatchesGoldenFile (line 35) | class MatchesGoldenFile extends AsyncMatcher { method matchAsync (line 49) | Future matchAsync(dynamic item) method describe (line 110) | Description describe(Description description) FILE: packages/flutter_test/lib/src/_matchers_web.dart function captureImage (line 17) | Future captureImage(Element element) class MatchesGoldenFile (line 23) | class MatchesGoldenFile extends AsyncMatcher { method matchAsync (line 37) | Future matchAsync(dynamic item) method describe (line 75) | Description describe(Description description) function _findRepaintBoundary (line 81) | RenderObject _findRepaintBoundary(Element element) function _renderElement (line 90) | void _renderElement(ui.FlutterView window, RenderObject renderObject) FILE: packages/flutter_test/lib/src/accessibility.dart class Evaluation (line 17) | class Evaluation { class AccessibilityGuideline (line 56) | abstract class AccessibilityGuideline { method evaluate (line 61) | FutureOr evaluate(WidgetTester tester) class MinimumTapTargetGuideline (line 71) | @visibleForTesting method evaluate (line 82) | FutureOr evaluate(WidgetTester tester) method traverse (line 84) | Evaluation traverse(SemanticsNode node) class LabeledTapTargetGuideline (line 131) | @visibleForTesting method evaluate (line 139) | FutureOr evaluate(WidgetTester tester) method traverse (line 141) | Evaluation traverse(SemanticsNode node) class MinimumTextContrastGuideline (line 169) | @visibleForTesting method evaluate (line 197) | Future evaluate(WidgetTester tester) method evaluateNode (line 210) | Future evaluateNode(SemanticsNode node) method _shouldSkipNode (line 300) | bool _shouldSkipNode(SemanticsData data) method _isNodeOffScreen (line 313) | bool _isNodeOffScreen(Rect paintBounds, ui.FlutterView window) class CustomMinimumContrastGuideline (line 326) | class CustomMinimumContrastGuideline extends AccessibilityGuideline { method evaluate (line 364) | Future evaluate(WidgetTester tester) method evaluateElement (line 384) | Evaluation evaluateElement(Element element) class _ContrastReport (line 434) | class _ContrastReport { method contrastRatio (line 527) | double contrastRatio() method _luminance (line 534) | double _luminance(Color color) function _colorsWithinRect (line 565) | List _colorsWithinRect(ByteData data, Rect paintBounds, int width, ... function _getPixel (line 577) | int _getPixel(ByteData data, int x, int y) FILE: packages/flutter_test/lib/src/all_elements.dart function collectAllElementsFrom (line 19) | Iterable collectAllElementsFrom( class _DepthFirstChildIterator (line 49) | class _DepthFirstChildIterator implements Iterator { method moveNext (line 64) | bool moveNext() method _fillChildren (line 74) | void _fillChildren(Element element) FILE: packages/flutter_test/lib/src/animation_sheet.dart class AnimationSheetBuilder (line 81) | class AnimationSheetBuilder { method record (line 149) | Widget record(Widget child, { method display (line 253) | Future display({Key? key}) method collate (line 276) | Future collate(int cellsPerRow) method sheetSize (line 305) | Size sheetSize({double maxWidth = _kDefaultTestViewportWidth}) type _RecordedHandler (line 317) | typedef _RecordedHandler = void Function(Future image); class _AnimationSheetRecorder (line 319) | class _AnimationSheetRecorder extends StatefulWidget { method createState (line 334) | State createState() class _AnimationSheetRecorderState (line 337) | class _AnimationSheetRecorderState extends State<_AnimationSheetRecorder> { method _record (line 340) | void _record(Duration duration) method build (line 351) | Widget build(BuildContext context) class _PostFrameCallbacker (line 376) | class _PostFrameCallbacker extends SingleChildRenderObjectWidget { method createRenderObject (line 386) | _RenderPostFrameCallbacker createRenderObject(BuildContext context) method updateRenderObject (line 391) | void updateRenderObject(BuildContext context, _RenderPostFrameCallback... class _RenderPostFrameCallbacker (line 396) | class _RenderPostFrameCallbacker extends RenderProxyBox { method paint (line 411) | void paint(PaintingContext context, Offset offset) method debugFillProperties (line 422) | void debugFillProperties(DiagnosticPropertiesBuilder properties) function _collateFrames (line 428) | Future _collateFrames(List frames, Size frameSize, i... class _CellSheet (line 453) | class _CellSheet extends StatelessWidget { method build (line 466) | Widget build(BuildContext _context) class _RenderRootableRepaintBoundary (line 490) | class _RenderRootableRepaintBoundary extends RenderRepaintBoundary { method allLayersToImage (line 493) | Future allLayersToImage() method _rootLayer (line 503) | TransformLayer _rootLayer() class _RootableRepaintBoundary (line 512) | class _RootableRepaintBoundary extends SingleChildRenderObjectWidget { method createRenderObject (line 517) | _RenderRootableRepaintBoundary createRenderObject(BuildContext context) FILE: packages/flutter_test/lib/src/binding.dart type EnginePhase (line 36) | enum EnginePhase { type TestBindingEventSource (line 70) | enum TestBindingEventSource { function initInstances (line 90) | void initInstances() function createBinaryMessenger (line 103) | TestDefaultBinaryMessenger createBinaryMessenger() class TestWidgetsFlutterBinding (line 136) | abstract class TestWidgetsFlutterBinding extends BindingBase method reset (line 171) | void reset() method createRestorationManager (line 180) | TestRestorationManager createRestorationManager() method addTime (line 252) | void addTime(Duration duration) method delayed (line 263) | Future delayed(Duration duration) method ensureInitialized (line 285) | WidgetsBinding ensureInitialized([@visibleForTesting Map pump([ Duration? duration, EnginePhase newPhase = EngineP... method runAsync (line 364) | Future runAsync( method setLocale (line 378) | Future setLocale(String languageCode, String countryCode) method setLocales (line 388) | Future setLocales(List locales) method readTestInitialLifecycleStateFromNativeWindow (line 397) | void readTestInitialLifecycleStateFromNativeWindow() method setSurfaceSize (line 407) | Future setSurfaceSize(Size? size) method createViewConfiguration (line 418) | ViewConfiguration createViewConfiguration() method idle (line 436) | Future idle() method globalToLocal (line 450) | Offset globalToLocal(Offset point) method localToGlobal (line 456) | Offset localToGlobal(Offset point) method handlePointerEventForSource (line 491) | void handlePointerEventForSource( method withPointerEventSource (line 501) | void withPointerEventSource(TestBindingEventSource source, VoidCallbac... method _resetFocusedEditable (line 539) | void _resetFocusedEditable() method takeException (line 557) | dynamic takeException() method runTest (line 606) | Future runTest( method asyncBarrier (line 622) | void asyncBarrier() method _createTestCompletionHandler (line 628) | VoidCallback _createTestCompletionHandler(String testDescription, Comp... method reportExceptionNoticed (line 650) | void reportExceptionNoticed(FlutterErrorDetails exception) method _runTest (line 655) | Future _runTest( method handleUncaughtError (line 697) | void handleUncaughtError(Object exception, StackTrace stack) method _runTestBody (line 787) | Future _runTestBody(Future Function() testBody, VoidCallba... method _verifyInvariants (line 827) | void _verifyInvariants() method _verifyAutoUpdateGoldensUnset (line 857) | void _verifyAutoUpdateGoldensUnset(bool valueBeforeTest) method _verifyReportTestExceptionUnset (line 872) | void _verifyReportTestExceptionUnset(TestExceptionReporter valueBefore... method _verifyErrorWidgetBuilderUnset (line 892) | void _verifyErrorWidgetBuilderUnset(ErrorWidgetBuilder valueBeforeTest) method postTest (line 908) | void postTest() class AutomatedTestWidgetsFlutterBinding (line 942) | class AutomatedTestWidgetsFlutterBinding extends TestWidgetsFlutterBindi... method initInstances (line 944) | void initInstances() method pump (line 978) | Future pump([ Duration? duration, EnginePhase newPhase = EngineP... method runAsync (line 1000) | Future runAsync( method ensureFrameCallbacksRegistered (line 1058) | void ensureFrameCallbacksRegistered() method scheduleWarmUpFrame (line 1065) | void scheduleWarmUpFrame() method scheduleAttachRootWidget (line 1076) | void scheduleAttachRootWidget(Widget rootWidget) method idle (line 1085) | Future idle() method deferFirstFrame (line 1099) | void deferFirstFrame() method allowFirstFrame (line 1105) | void allowFirstFrame() method resetFirstFrameSent (line 1113) | void resetFirstFrameSent() method drawFrame (line 1121) | void drawFrame() method delayed (line 1152) | Future delayed(Duration duration) method runTest (line 1159) | Future runTest( method asyncBarrier (line 1208) | void asyncBarrier() method _verifyInvariants (line 1215) | void _verifyInvariants() method postTest (line 1238) | void postTest() type LiveTestWidgetsFlutterBindingFramePolicy (line 1275) | enum LiveTestWidgetsFlutterBindingFramePolicy { class LiveTestWidgetsFlutterBinding (line 1371) | class LiveTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding { method delayed (line 1408) | Future delayed(Duration duration) method scheduleFrame (line 1413) | void scheduleFrame() method scheduleForcedFrame (line 1420) | void scheduleForcedFrame() method handleBeginFrame (line 1429) | void handleBeginFrame(Duration? rawTimeStamp) method handleDrawFrame (line 1444) | void handleDrawFrame() method initRenderView (line 1461) | void initRenderView() method _handleViewNeedsPaint (line 1472) | void _handleViewNeedsPaint() method handlePointerEvent (line 1496) | void handlePointerEvent(PointerEvent event) method dispatchEvent (line 1529) | void dispatchEvent(PointerEvent event, HitTestResult? hitTestResult) method pump (line 1544) | Future pump([ Duration? duration, EnginePhase newPhase = EngineP... method runAsync (line 1569) | Future runAsync( method runTest (line 1601) | Future runTest( method reportExceptionNoticed (line 1619) | void reportExceptionNoticed(FlutterErrorDetails exception) method postTest (line 1634) | void postTest() method createViewConfiguration (line 1642) | ViewConfiguration createViewConfiguration() method globalToLocal (line 1650) | Offset globalToLocal(Offset point) method localToGlobal (line 1659) | Offset localToGlobal(Offset point) class TestViewConfiguration (line 1668) | class TestViewConfiguration extends ViewConfiguration { method _getMatrix (line 1684) | Matrix4 _getMatrix(Size size, double devicePixelRatio, ui.FlutterView ... method toMatrix (line 1712) | Matrix4 toMatrix() method toHitTestMatrix (line 1722) | Matrix4 toHitTestMatrix() method toString (line 1725) | String toString() class _LiveTestPointerRecord (line 1730) | class _LiveTestPointerRecord { class _LiveTestRenderView (line 1742) | class _LiveTestRenderView extends RenderView { method _setDescription (line 1763) | void _setDescription(String value) method paint (line 1777) | void paint(PaintingContext context, Offset offset) FILE: packages/flutter_test/lib/src/buffer_matcher.dart class _BufferGoldenMatcher (line 14) | class _BufferGoldenMatcher extends AsyncMatcher { method matchAsync (line 25) | Future matchAsync(dynamic item) method describe (line 48) | Description describe(Description description) function bufferMatchesGoldenFile (line 72) | AsyncMatcher bufferMatchesGoldenFile(String key, {int? version}) FILE: packages/flutter_test/lib/src/controller.dart class WidgetController (line 33) | abstract class WidgetController { method any (line 46) | bool any(Finder finder) method widget (line 67) | T widget(Finder finder) method firstWidget (line 78) | T firstWidget(Finder finder) method widgetList (line 87) | Iterable widgetList(Finder finder) method element (line 112) | T element(Finder finder) method firstElement (line 123) | T firstElement(Finder finder) method elementList (line 132) | Iterable elementList(Finder finder) method state (line 154) | T state(Finder finder) method firstState (line 166) | T firstState(Finder finder) method stateList (line 178) | Iterable stateList(Finder finder) method _stateOf (line 183) | T _stateOf(Element element, Finder finder) method renderObject (line 209) | T renderObject(Finder finder) method firstRenderObject (line 220) | T firstRenderObject(Finder finder) method renderObjectList (line 229) | Iterable renderObjectList(Finder finder) method _walkLayers (line 239) | Iterable _walkLayers(Layer layer) method tap (line 272) | Future tap(Finder finder, {int? pointer, int buttons = kPrimaryB... method tapAt (line 277) | Future tapAt(Offset location, {int? pointer, int buttons = kPrim... method press (line 297) | Future press(Finder finder, {int? pointer, int buttons = ... method longPress (line 315) | Future longPress(Finder finder, {int? pointer, int buttons = kPr... method longPressAt (line 321) | Future longPressAt(Offset location, {int? pointer, int buttons =... method fling (line 365) | Future fling( method flingFrom (line 395) | Future flingFrom( method handlePointerEventRecord (line 452) | Future> handlePointerEventRecord(List pump([Duration duration]) method pumpAndSettle (line 493) | Future pumpAndSettle([ method drag (line 525) | Future drag( method dragFrom (line 557) | Future dragFrom( method timedDrag (line 657) | Future timedDrag( method timedDragFrom (line 684) | Future timedDragFrom( method _getNextPointer (line 753) | int _getNextPointer() method createGesture (line 764) | Future createGesture({ method startGesture (line 783) | Future startGesture( method hitTestOnBinding (line 800) | HitTestResult hitTestOnBinding(Offset location) method sendEventToBinding (line 807) | Future sendEventToBinding(PointerEvent event) method printToConsole (line 819) | void printToConsole(String message) method getCenter (line 838) | Offset getCenter(Finder finder, { bool warnIfMissed = false, String ca... method getTopLeft (line 845) | Offset getTopLeft(Finder finder, { bool warnIfMissed = false, String c... method getTopRight (line 853) | Offset getTopRight(Finder finder, { bool warnIfMissed = false, String ... method getBottomLeft (line 861) | Offset getBottomLeft(Finder finder, { bool warnIfMissed = false, Strin... method getBottomRight (line 869) | Offset getBottomRight(Finder finder, { bool warnIfMissed = false, Stri... method _getElementPoint (line 896) | Offset _getElementPoint(Finder finder, Offset Function(Size size) size... method getSize (line 967) | Size getSize(Finder finder) method sendKeyEvent (line 1000) | Future sendKeyEvent(LogicalKeyboardKey key, { String platform = ... method sendKeyDownEvent (line 1031) | Future sendKeyDownEvent(LogicalKeyboardKey key, { String? charac... method sendKeyUpEvent (line 1057) | Future sendKeyUpEvent(LogicalKeyboardKey key, { String platform ... method sendKeyRepeatEvent (line 1086) | Future sendKeyRepeatEvent(LogicalKeyboardKey key, { String? char... method getRect (line 1094) | Rect getRect(Finder finder) method getSemantics (line 1110) | SemanticsNode getSemantics(Finder finder) method ensureSemantics (line 1135) | SemanticsHandle ensureSemantics() method ensureVisible (line 1154) | Future ensureVisible(Finder finder) method scrollUntilVisible (line 1178) | Future scrollUntilVisible( method dragUntilVisible (line 1225) | Future dragUntilVisible( class LiveWidgetController (line 1247) | class LiveWidgetController extends WidgetController { method pump (line 1252) | Future pump([Duration? duration]) method pumpAndSettle (line 1260) | Future pumpAndSettle([ method handlePointerEventRecord (line 1276) | Future> handlePointerEventRecord(List Function(T? message)? handler) function checkMockMessageHandler (line 73) | bool checkMockMessageHandler(Object? handler) function setMockMethodCallHandler (line 94) | void setMockMethodCallHandler(Future? Function(MethodCall call)... function checkMockMethodCallHandler (line 106) | bool checkMockMethodCallHandler(Object? handler) FILE: packages/flutter_test/lib/src/event_simulation.dart class _WebKeyLocationPair (line 16) | @immutable function _keyLabel (line 28) | String? _keyLabel(LogicalKeyboardKey key) class KeyEventSimulator (line 38) | class KeyEventSimulator { method _getKeySynonym (line 44) | LogicalKeyboardKey _getKeySynonym(LogicalKeyboardKey origKey) method _osIsSupported (line 60) | bool _osIsSupported(String platform) method _getScanCode (line 74) | int _getScanCode(PhysicalKeyboardKey key, String platform) method _getKeyCode (line 111) | int _getKeyCode(LogicalKeyboardKey key, String platform) method _inferPhysicalKey (line 154) | PhysicalKeyboardKey _inferPhysicalKey(LogicalKeyboardKey key) method _getWebKeyLocation (line 166) | _WebKeyLocationPair _getWebKeyLocation(LogicalKeyboardKey key, String ... method _getWebCode (line 190) | String _getWebCode(PhysicalKeyboardKey key) method _findPhysicalKeyByPlatform (line 202) | PhysicalKeyboardKey _findPhysicalKeyByPlatform(LogicalKeyboardKey key,... method getKeyData (line 245) | Map getKeyData( method assignWeb (line 267) | void assignWeb() method _getAndroidModifierFlags (line 335) | int _getAndroidModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getGlfwModifierFlags (line 382) | int _getGlfwModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getWindowsModifierFlags (line 408) | int _getWindowsModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getFuchsiaModifierFlags (line 461) | int _getFuchsiaModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getWebModifierFlags (line 499) | int _getWebModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getMacOsModifierFlags (line 543) | int _getMacOsModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _getIOSModifierFlags (line 610) | int _getIOSModifierFlags(LogicalKeyboardKey newKey, bool isDown) method _simulateKeyEventByRawEvent (line 677) | Future _simulateKeyEventByRawEvent(ValueGetter simulateKeyDownEvent( method _simulateByRawEvent (line 757) | Future _simulateByRawEvent() method simulateKeyUpEvent (line 797) | Future simulateKeyUpEvent( method _simulateByRawEvent (line 802) | Future _simulateByRawEvent() method simulateKeyRepeatEvent (line 842) | Future simulateKeyRepeatEvent( method _simulateByRawEvent (line 848) | Future _simulateByRawEvent() function simulateKeyDownEvent (line 895) | Future simulateKeyDownEvent( function simulateKeyUpEvent (line 923) | Future simulateKeyUpEvent( function simulateKeyRepeatEvent (line 947) | Future simulateKeyRepeatEvent( class KeySimulatorTransitModeVariant (line 958) | class KeySimulatorTransitModeVariant extends TestVariant setUp(KeyDataTransitMode value) method tearDown (line 993) | Future tearDown(KeyDataTransitMode value, KeyDataTransitMode? me... FILE: packages/flutter_test/lib/src/finders.dart type WidgetPredicate (line 12) | typedef WidgetPredicate = bool Function(Widget widget); type ElementPredicate (line 15) | typedef ElementPredicate = bool Function(Element element); class CommonFinders (line 23) | class CommonFinders { method text (line 56) | Finder text( method textContaining (line 80) | Finder textContaining(Pattern pattern, { bool skipOffstage = true }) method widgetWithText (line 99) | Finder widgetWithText(Type widgetType, String text, { bool skipOffstag... method image (line 117) | Finder image(ImageProvider image, { bool skipOffstage = true }) method byKey (line 129) | Finder byKey(Key key, { bool skipOffstage = true }) method byType (line 147) | Finder byType(Type type, { bool skipOffstage = true }) method byIcon (line 160) | Finder byIcon(IconData icon, { bool skipOffstage = true }) method widgetWithIcon (line 179) | Finder widgetWithIcon(Type widgetType, IconData icon, { bool skipOffst... method widgetWithImage (line 203) | Finder widgetWithImage(Type widgetType, ImageProvider image, { bool sk... method byElementType (line 226) | Finder byElementType(Type type, { bool skipOffstage = true }) method byWidget (line 245) | Finder byWidget(Widget widget, { bool skipOffstage = true }) method byWidgetPredicate (line 265) | Finder byWidgetPredicate(WidgetPredicate predicate, { String? descript... method byTooltip (line 279) | Finder byTooltip(String message, { bool skipOffstage = true }) method byElementPredicate (line 307) | Finder byElementPredicate(ElementPredicate predicate, { String? descri... method descendant (line 327) | Finder descendant({ method ancestor (line 357) | Finder ancestor({ method bySemanticsLabel (line 386) | Finder bySemanticsLabel(Pattern label, { bool skipOffstage = true }) class Finder (line 413) | abstract class Finder { method apply (line 429) | Iterable apply(Iterable candidates) method evaluate (line 456) | Iterable evaluate() method precache (line 467) | bool precache() method at (line 488) | Finder at(int index) method hitTestable (line 495) | Finder hitTestable({ Alignment at = Alignment.center }) method toString (line 498) | String toString() class ChainedFinder (line 513) | abstract class ChainedFinder extends Finder { method filter (line 524) | Iterable filter(Iterable parentCandidates) method apply (line 527) | Iterable apply(Iterable candidates) class _FirstFinder (line 535) | class _FirstFinder extends ChainedFinder { method filter (line 542) | Iterable filter(Iterable parentCandidates) class _LastFinder (line 547) | class _LastFinder extends ChainedFinder { method filter (line 554) | Iterable filter(Iterable parentCandidates) class _IndexFinder (line 559) | class _IndexFinder extends ChainedFinder { method filter (line 568) | Iterable filter(Iterable parentCandidates) class _HitTestableFinder (line 573) | class _HitTestableFinder extends ChainedFinder { method filter (line 582) | Iterable filter(Iterable parentCandidates) class MatchFinder (line 600) | abstract class MatchFinder extends Finder { method matches (line 608) | bool matches(Element candidate) method apply (line 611) | Iterable apply(Iterable candidates) class _TextFinder (line 616) | class _TextFinder extends MatchFinder { method matches (line 642) | bool matches(Element candidate) method _matchesRichText (line 657) | bool _matchesRichText(Widget widget) method _matchesNonRichText (line 663) | bool _matchesNonRichText(Widget widget) method _matchesEditableText (line 673) | bool _matchesEditableText(EditableText widget) class _TextContainingFinder (line 678) | class _TextContainingFinder extends MatchFinder { method matches (line 688) | bool matches(Element candidate) class _KeyFinder (line 702) | class _KeyFinder extends MatchFinder { method matches (line 711) | bool matches(Element candidate) class _WidgetTypeFinder (line 716) | class _WidgetTypeFinder extends MatchFinder { method matches (line 725) | bool matches(Element candidate) class _WidgetImageFinder (line 730) | class _WidgetImageFinder extends MatchFinder { method matches (line 739) | bool matches(Element candidate) class _WidgetIconFinder (line 750) | class _WidgetIconFinder extends MatchFinder { method matches (line 759) | bool matches(Element candidate) class _ElementTypeFinder (line 765) | class _ElementTypeFinder extends MatchFinder { method matches (line 774) | bool matches(Element candidate) class _WidgetFinder (line 779) | class _WidgetFinder extends MatchFinder { method matches (line 788) | bool matches(Element candidate) class _WidgetPredicateFinder (line 793) | class _WidgetPredicateFinder extends MatchFinder { method matches (line 805) | bool matches(Element candidate) class _ElementPredicateFinder (line 810) | class _ElementPredicateFinder extends MatchFinder { method matches (line 822) | bool matches(Element candidate) class _DescendantFinder (line 827) | class _DescendantFinder extends Finder { method apply (line 847) | Iterable apply(Iterable candidates) class _AncestorFinder (line 863) | class _AncestorFinder extends Finder { method apply (line 878) | Iterable apply(Iterable candidates) FILE: packages/flutter_test/lib/src/frame_timing_summarizer.dart class FrameTimingSummarizer (line 16) | class FrameTimingSummarizer { method add (line 58) | Duration add(Duration a, Duration b) method addInts (line 59) | int addInts(int a, int b) function _findPercentile (line 300) | T _findPercentile(List data, double p) function _countExceed (line 306) | int _countExceed>(List data, T threshold) FILE: packages/flutter_test/lib/src/goldens.dart class GoldenFileComparator (line 50) | abstract class GoldenFileComparator { method compare (line 66) | Future compare(Uint8List imageBytes, Uri golden) method update (line 76) | Future update(Uri golden, Uint8List imageBytes) method getTestUri (line 86) | Uri getTestUri(Uri key, int? version) method compareLists (line 96) | Future compareLists(List test, List master) class WebGoldenComparator (line 155) | abstract class WebGoldenComparator { method compare (line 172) | Future compare(double width, double height, Uri golden) method update (line 183) | Future update(double width, double height, Uri golden) method getTestUri (line 193) | Uri getTestUri(Uri key, int? version) class TrivialComparator (line 268) | class TrivialComparator implements GoldenFileComparator { method compare (line 272) | Future compare(Uint8List imageBytes, Uri golden) method update (line 282) | Future update(Uri golden, Uint8List imageBytes) method getTestUri (line 287) | Uri getTestUri(Uri key, int? version) class _TrivialWebGoldenComparator (line 292) | class _TrivialWebGoldenComparator implements WebGoldenComparator { method compare (line 296) | Future compare(double width, double height, Uri golden) method update (line 306) | Future update(double width, double height, Uri golden) method getTestUri (line 311) | Uri getTestUri(Uri key, int? version) class ComparisonResult (line 321) | class ComparisonResult { FILE: packages/flutter_test/lib/src/image.dart function createTestImage (line 29) | Future createTestImage({ function _createImage (line 50) | Future _createImage(int width, int height) FILE: packages/flutter_test/lib/src/matchers.dart function findsNWidgets (line 85) | Matcher findsNWidgets(int n) function isSameColorAs (line 134) | Matcher isSameColorAs(Color color) function isInstanceOf (line 212) | TypeMatcher isInstanceOf() function moreOrLessEquals (line 233) | Matcher moreOrLessEquals(double value, { double epsilon = precisionError... function rectMoreOrLessEquals (line 247) | Matcher rectMoreOrLessEquals(Rect value, { double epsilon = precisionErr... function offsetMoreOrLessEquals (line 261) | Matcher offsetMoreOrLessEquals(Offset value, { double epsilon = precisio... function equalsIgnoringHashCodes (line 278) | Matcher equalsIgnoringHashCodes(String value) function isMethodCall (line 286) | Matcher isMethodCall(String name, { required dynamic arguments }) function coversSameAreaAs (line 299) | Matcher coversSameAreaAs(Path expectedPath, { required Rect areaToCompar... function matchesGoldenFile (line 366) | AsyncMatcher function matchesReferenceImage (line 408) | AsyncMatcher matchesReferenceImage(ui.Image image) function matchesSemantics (line 433) | Matcher matchesSemantics({ function meetsGuideline (line 612) | AsyncMatcher meetsGuideline(AccessibilityGuideline guideline) function doesNotMeetGuideline (line 620) | AsyncMatcher doesNotMeetGuideline(AccessibilityGuideline guideline) class _FindsWidgetMatcher (line 624) | class _FindsWidgetMatcher extends Matcher { method matches (line 631) | bool matches(covariant Finder finder, Map matchState) method describe (line 653) | Description describe(Description description) method describeMismatch (line 676) | Description describeMismatch( function _hasAncestorMatching (line 702) | bool _hasAncestorMatching(Finder finder, bool Function(Widget widget) pr... function _hasAncestorOfType (line 717) | bool _hasAncestorOfType(Finder finder, Type targetType) class _IsOffstage (line 721) | class _IsOffstage extends Matcher { method matches (line 725) | bool matches(covariant Finder finder, Map matchState) method describe (line 734) | Description describe(Description description) class _IsOnstage (line 737) | class _IsOnstage extends Matcher { method matches (line 741) | bool matches(covariant Finder finder, Map matchState) method describe (line 758) | Description describe(Description description) class _IsInCard (line 761) | class _IsInCard extends Matcher { method matches (line 765) | bool matches(covariant Finder finder, Map matchState) method describe (line 768) | Description describe(Description description) class _IsNotInCard (line 771) | class _IsNotInCard extends Matcher { method matches (line 775) | bool matches(covariant Finder finder, Map matchState) method describe (line 778) | Description describe(Description description) class _HasOneLineDescription (line 781) | class _HasOneLineDescription extends Matcher { method matches (line 785) | bool matches(dynamic object, Map matchState) method describe (line 794) | Description describe(Description description) class _EqualsIgnoringHashCodes (line 797) | class _EqualsIgnoringHashCodes extends Matcher { method _normalize (line 804) | String _normalize(String s) method matches (line 809) | bool matches(dynamic object, Map matchState) method describe (line 819) | Description describe(Description description) method describeMismatch (line 824) | Description describeMismatch( function _isWhitespace (line 846) | bool _isWhitespace(int c) function _isVerticalLine (line 854) | bool _isVerticalLine(int c) function _isAllTreeConnectorCharacters (line 863) | bool _isAllTreeConnectorCharacters(String line) class _HasGoodToStringDeep (line 872) | class _HasGoodToStringDeep extends Matcher { method matches (line 878) | bool matches(dynamic object, Map matchState) method describeMismatch (line 957) | Description describeMismatch( method describe (line 970) | Description describe(Description description) type DistanceFunction (line 988) | typedef DistanceFunction = num Function(T a, T b); type AnyDistanceFunction (line 1001) | typedef AnyDistanceFunction = num Function(Never a, Never b); function _intDistance (line 1014) | int _intDistance(int a, int b) function _doubleDistance (line 1015) | double _doubleDistance(double a, double b) function _offsetDistance (line 1016) | double _offsetDistance(Offset a, Offset b) function _maxComponentColorDistance (line 1018) | double _maxComponentColorDistance(Color a, Color b) function _maxComponentHSVColorDistance (line 1027) | double _maxComponentHSVColorDistance(HSVColor a, HSVColor b) function _maxComponentHSLColorDistance (line 1035) | double _maxComponentHSLColorDistance(HSLColor a, HSLColor b) function _rectDistance (line 1041) | double _rectDistance(Rect a, Rect b) function _sizeDistance (line 1048) | double _sizeDistance(Size a, Size b) function within (line 1079) | Matcher within({ class _IsWithinDistance (line 1097) | class _IsWithinDistance extends Matcher { method matches (line 1105) | bool matches(dynamic object, Map matchState) method describe (line 1123) | Description describe(Description description) method describeMismatch (line 1126) | Description describeMismatch( class _MoreOrLessEquals (line 1137) | class _MoreOrLessEquals extends Matcher { method matches (line 1145) | bool matches(dynamic object, Map matchState) method describe (line 1154) | Description describe(Description description) method describeMismatch (line 1157) | Description describeMismatch(dynamic item, Description mismatchDescrip... class _IsMethodCall (line 1163) | class _IsMethodCall extends Matcher { method matches (line 1170) | bool matches(dynamic item, Map matchState) method _deepEquals (line 1178) | bool _deepEquals(dynamic a, dynamic b) method _deepEqualsList (line 1188) | bool _deepEqualsList(List a, List b) method _deepEqualsMap (line 1198) | bool _deepEqualsMap(Map a, Map b) method describe (line 1209) | Description describe(Description description) function clipsWithBoundingRRect (line 1229) | Matcher clipsWithBoundingRRect({ required BorderRadius borderRadius }) function clipsWithShapeBorder (line 1236) | Matcher clipsWithShapeBorder({ required ShapeBorder shape }) function rendersOnPhysicalModel (line 1257) | Matcher rendersOnPhysicalModel({ function rendersOnPhysicalShape (line 1274) | Matcher rendersOnPhysicalShape({ class _FailWithDescriptionMatcher (line 1284) | abstract class _FailWithDescriptionMatcher extends Matcher { method failWithDescription (line 1287) | bool failWithDescription(Map matchState, String desc... method describeMismatch (line 1293) | Description describeMismatch( class _MatchAnythingExceptClip (line 1303) | class _MatchAnythingExceptClip extends _FailWithDescriptionMatcher { method matches (line 1307) | bool matches(covariant Finder finder, Map matchState) method describe (line 1325) | Description describe(Description description) class _MatchRenderObject (line 1330) | abstract class _MatchRenderObject matchState, T renderOb... method renderObjectMatchesM (line 1334) | bool renderObjectMatchesM(Map matchState, M renderOb... method matches (line 1337) | bool matches(covariant Finder finder, Map matchState) class _RendersOnPhysicalModel (line 1353) | class _RendersOnPhysicalModel extends _MatchRenderObject matchState, RenderPhys... method renderObjectMatchesM (line 1379) | bool renderObjectMatchesM(Map matchState, RenderPhys... method assertRoundedRectangle (line 1409) | bool assertRoundedRectangle(ShapeBorderClipper shapeClipper, BorderRad... method assertCircle (line 1418) | bool assertCircle(ShapeBorderClipper shapeClipper, Map matchState, RenderPhys... method renderObjectMatchesT (line 1462) | bool renderObjectMatchesT(Map matchState, RenderPhys... method describe (line 1467) | Description describe(Description description) class _ClipsWithBoundingRect (line 1475) | class _ClipsWithBoundingRect extends _MatchRenderObject matchState, RenderClip... method renderObjectMatchesM (line 1486) | bool renderObjectMatchesM(Map matchState, RenderClip... method describe (line 1499) | Description describe(Description description) class _ClipsWithBoundingRRect (line 1503) | class _ClipsWithBoundingRRect extends _MatchRenderObject matchState, RenderClip... method renderObjectMatchesM (line 1521) | bool renderObjectMatchesM(Map matchState, RenderClip... method describe (line 1534) | Description describe(Description description) class _ClipsWithShapeBorder (line 1538) | class _ClipsWithShapeBorder extends _MatchRenderObject matchState, RenderClip... method renderObjectMatchesT (line 1554) | bool renderObjectMatchesT(Map matchState, RenderClip... method describe (line 1560) | Description describe(Description description) class _CoversSameAreaAs (line 1564) | class _CoversSameAreaAs extends Matcher { method matches (line 1583) | bool matches(covariant Path actualPath, Map matchState) method _samplePoint (line 1606) | bool _samplePoint(Map matchState, Path actualPath, O... method failWithDescription (line 1616) | bool failWithDescription(Map matchState, String desc... method describeMismatch (line 1622) | Description describeMismatch( method describe (line 1632) | Description describe(Description description) class _ColorMatcher (line 1636) | class _ColorMatcher extends Matcher { method matches (line 1644) | bool matches(dynamic item, Map matchState) method describe (line 1651) | Description describe(Description description) function _countDifferentPixels (line 1654) | int _countDifferentPixels(Uint8List imageA, Uint8List imageB) class _MatchesReferenceImage (line 1668) | class _MatchesReferenceImage extends AsyncMatcher { method matchAsync (line 1674) | Future matchAsync(dynamic item) method describe (line 1714) | Description describe(Description description) class _MatchesSemanticsData (line 1719) | class _MatchesSemanticsData extends Matcher { method describe (line 1771) | Description describe(Description description) method _stringAttributesEqual (line 1825) | bool _stringAttributesEqual(List first, List matchState) method sortActions (line 1930) | int sortActions(CustomSemanticsAction left, CustomSemanticsAction right) method failWithDescription (line 1965) | bool failWithDescription(Map matchState, String desc... method describeMismatch (line 1971) | Description describeMismatch( class _MatchesAccessibilityGuideline (line 1981) | class _MatchesAccessibilityGuideline extends AsyncMatcher { method describe (line 1987) | Description describe(Description description) method matchAsync (line 1992) | Future matchAsync(covariant WidgetTester tester) class _DoesNotMatchAccessibilityGuideline (line 2000) | class _DoesNotMatchAccessibilityGuideline extends AsyncMatcher { method describe (line 2006) | Description describe(Description description) method matchAsync (line 2011) | Future matchAsync(covariant WidgetTester tester) FILE: packages/flutter_test/lib/src/nonconst.dart function nonconst (line 23) | T nonconst(T t) FILE: packages/flutter_test/lib/src/restoration.dart class TestRestorationManager (line 14) | class TestRestorationManager extends RestorationManager { method restoreFrom (line 53) | void restoreFrom(TestRestorationData data) method disableRestoration (line 61) | void disableRestoration() method sendToEngine (line 67) | Future sendToEngine(Uint8List encodedData) class TestRestorationData (line 81) | class TestRestorationData { FILE: packages/flutter_test/lib/src/stack_manipulation.dart function reportExpectCall (line 17) | int reportExpectCall(StackTrace stack, List information) FILE: packages/flutter_test/lib/src/test_async_utils.dart class _AsyncScope (line 9) | class _AsyncScope { class TestAsyncUtils (line 47) | class TestAsyncUtils { method guard (line 62) | Future guard(Future Function() body) method completionHandler (line 73) | Future completionHandler(dynamic error, StackTrace? stack) method guardSync (line 138) | void guardSync() method verifyAllScopesClosed (line 273) | void verifyAllScopesClosed() method _stripAsynchronousSuspensions (line 295) | bool _stripAsynchronousSuspensions(String line) method _findResponsibleMethod (line 299) | _StackEntry? _findResponsibleMethod(StackTrace rawStack, String method... class _StackEntry (line 363) | class _StackEntry { FILE: packages/flutter_test/lib/src/test_compat.dart function _runGroup (line 47) | Future _runGroup(Suite suiteConfig, Group group, List paren... function _runLiveTest (line 80) | Future _runLiveTest(Suite suiteConfig, LiveTest liveTest, _Reporte... function _runSkippedTest (line 96) | Future _runSkippedTest(Suite suiteConfig, Test test, List p... function test (line 156) | void test( function group (line 188) | void group(Object description, void Function() body, { dynamic skip }) function setUp (line 203) | void setUp(dynamic Function() body) function tearDown (line 220) | void tearDown(dynamic Function() body) function setUpAll (line 237) | void setUpAll(dynamic Function() body) function tearDownAll (line 252) | void tearDownAll(dynamic Function() body) class _Reporter (line 263) | class _Reporter { method _onTestStarted (line 324) | void _onTestStarted(LiveTest liveTest) method _onStateChange (line 342) | void _onStateChange(LiveTest liveTest, State state) method _onError (line 349) | void _onError(LiveTest liveTest, Object error, StackTrace stackTrace) method _onDone (line 359) | void _onDone() method _progressLine (line 375) | void _progressLine(String message, { String? color, String? suffix }) method _timeString (line 428) | String _timeString(Duration duration) method _description (line 438) | String _description(LiveTest liveTest) method log (line 447) | void log(String message) function _indent (line 454) | String _indent(String string, { int? size, String? first }) function _prefixLines (line 459) | String _prefixLines(String text, String prefix, { String? first, String?... FILE: packages/flutter_test/lib/src/test_default_binary_messenger.dart class TestDefaultBinaryMessenger (line 40) | class TestDefaultBinaryMessenger extends BinaryMessenger { method handlePlatformMessage (line 81) | Future handlePlatformMessage( method setMessageHandler (line 96) | void setMessageHandler(String channel, MessageHandler? handler) method send (line 120) | Future? send(String channel, ByteData? message) method setMockMessageHandler (line 184) | void setMockMessageHandler(String channel, MessageHandler? handler, [ ... method setMockDecodedMessageHandler (line 224) | void setMockDecodedMessageHandler(BasicMessageChannel channel, F... method setMockMethodCallHandler (line 266) | void setMockMethodCallHandler(MethodChannel channel, Future? ... method checkMockMessageHandler (line 305) | bool checkMockMessageHandler(String channel, Object? handler) FILE: packages/flutter_test/lib/src/test_exception_reporter.dart type TestExceptionReporter (line 12) | typedef TestExceptionReporter = void Function(FlutterErrorDetails detail... function _defaultTestExceptionReporter (line 31) | void _defaultTestExceptionReporter(FlutterErrorDetails errorDetails, Str... FILE: packages/flutter_test/lib/src/test_pointer.dart class TestPointer (line 16) | class TestPointer { method setDownInfo (line 79) | bool setDownInfo( method down (line 110) | PointerDownEvent down( method move (line 140) | PointerMoveEvent move( method up (line 171) | PointerUpEvent up({ Duration timeStamp = Duration.zero }) method cancel (line 189) | PointerCancelEvent cancel({ Duration timeStamp = Duration.zero }) method addPointer (line 206) | PointerAddedEvent addPointer({ method removePointer (line 224) | PointerRemovedEvent removePointer({ method hover (line 245) | PointerHoverEvent hover( method scroll (line 270) | PointerScrollEvent scroll( type EventDispatcher (line 288) | typedef EventDispatcher = Future Function(PointerEvent event); type HitTester (line 291) | typedef HitTester = HitTestResult Function(Offset location); class TestGesture (line 297) | class TestGesture { method down (line 326) | Future down(Offset downLocation, { Duration timeStamp = Duration... method downWithCustomEvent (line 334) | Future downWithCustomEvent(Offset downLocation, PointerDownEvent... method updateWithCustomEvent (line 346) | Future updateWithCustomEvent(PointerEvent event, { Duration time... method addPointer (line 354) | Future addPointer({ Duration timeStamp = Duration.zero, Offset? ... method removePointer (line 361) | Future removePointer({ Duration timeStamp = Duration.zero, Offse... method moveBy (line 371) | Future moveBy(Offset offset, { Duration timeStamp = Duration.zer... method moveTo (line 380) | Future moveTo(Offset location, { Duration timeStamp = Duration.z... method up (line 391) | Future up({ Duration timeStamp = Duration.zero }) method cancel (line 402) | Future cancel({ Duration timeStamp = Duration.zero }) class PointerEventRecord (line 419) | class PointerEventRecord { FILE: packages/flutter_test/lib/src/test_text_input.dart class TestTextInput (line 34) | class TestTextInput { method register (line 58) | void register() method unregister (line 67) | void unregister() method reset (line 110) | void reset() method _handleTextInputCall (line 118) | Future _handleTextInputCall(MethodCall methodCall) method hide (line 149) | void hide() method enterText (line 173) | void enterText(String text) method updateEditingValue (line 195) | void updateEditingValue(TextEditingValue value) method receiveAction (line 217) | Future receiveAction(TextInputAction action) method closeConnection (line 259) | void closeConnection() FILE: packages/flutter_test/lib/src/test_vsync.dart class TestVSync (line 11) | class TestVSync implements TickerProvider { method createTicker (line 16) | Ticker createTicker(TickerCallback onTick) FILE: packages/flutter_test/lib/src/widget_tester.dart type WidgetTesterCallback (line 60) | typedef WidgetTesterCallback = Future Function(WidgetTester widget... function _lastWhereOrNull (line 63) | E? _lastWhereOrNull(Iterable list, bool Function(E) test) function testWidgets (line 126) | void testWidgets( class TestVariant (line 195) | abstract class TestVariant { method describeValue (line 207) | String describeValue(T value) method setUp (line 216) | Future setUp(T value) method tearDown (line 224) | Future tearDown(T value, covariant Object? memento) class DefaultTestVariant (line 232) | class DefaultTestVariant extends TestVariant { method describeValue (line 240) | String describeValue(void value) method setUp (line 243) | Future setUp(void value) method tearDown (line 246) | Future tearDown(void value, void memento) class TargetPlatformVariant (line 251) | class TargetPlatformVariant extends TestVariant { method describeValue (line 283) | String describeValue(TargetPlatform value) method setUp (line 286) | Future setUp(TargetPlatform value) method tearDown (line 293) | Future tearDown(TargetPlatform value, TargetPlatform? memento) class ValueVariant (line 332) | class ValueVariant extends TestVariant { method describeValue (line 344) | String describeValue(T value) method setUp (line 347) | Future setUp(T value) method tearDown (line 350) | Future tearDown(T value, T memento) function benchmarkWidgets (line 411) | Future benchmarkWidgets( function expect (line 448) | void expect( function expectSync (line 467) | void expectSync( function expectLater (line 483) | Future expectLater( class WidgetTester (line 500) | class WidgetTester extends WidgetController implements HitTestDispatcher... method pumpWidget (line 540) | Future pumpWidget( method handlePointerEventRecord (line 553) | Future> handlePointerEventRecord(Iterable pump([ method pumpBenchmark (line 619) | Future pumpBenchmark(Duration duration) method handleError (line 627) | void handleError(dynamic error, StackTrace stackTrace) method pumpAndSettle (line 640) | Future pumpAndSettle([ method pumpFrames (line 678) | Future pumpFrames( method restartAndRestore (line 703) | Future restartAndRestore() method getRestorationData (line 723) | Future getRestorationData() method restoreFrom (line 738) | Future restoreFrom(TestRestorationData data) method runAsync (line 775) | Future runAsync( method hitTestOnBinding (line 797) | HitTestResult hitTestOnBinding(Offset location) method sendEventToBinding (line 804) | Future sendEventToBinding(PointerEvent event) method dispatchEvent (line 812) | void dispatchEvent(PointerEvent event, HitTestResult result) method _isPrivate (line 918) | bool _isPrivate(Type type) method takeException (line 926) | dynamic takeException() method idle (line 939) | Future idle() method createTicker (line 946) | Ticker createTicker(TickerCallback onTick) method _removeTicker (line 953) | void _removeTicker(_TestTicker ticker) method verifyTickersWereDisposed (line 965) | void verifyTickersWereDisposed([ String when = 'when none should have ... method _endOfTestVerifications (line 985) | void _endOfTestVerifications() method _verifySemanticsHandlesWereDisposed (line 990) | void _verifySemanticsHandlesWereDisposed() method _recordNumberOfSemanticsHandles (line 1011) | void _recordNumberOfSemanticsHandles() method showKeyboard (line 1038) | Future showKeyboard(Finder finder) method enterText (line 1073) | Future enterText(Finder finder, String text) method pageBack (line 1085) | Future pageBack() method printToConsole (line 1099) | void printToConsole(String message) type _TickerDisposeCallback (line 1104) | typedef _TickerDisposeCallback = void Function(_TestTicker ticker); class _TestTicker (line 1106) | class _TestTicker extends Ticker { method dispose (line 1112) | void dispose() FILE: packages/flutter_test/lib/src/window.dart class TestWindow (line 49) | class TestWindow implements ui.SingletonFlutterWindow { method clearDevicePixelRatioTestValue (line 70) | void clearDevicePixelRatioTestValue() method clearPhysicalSizeTestValue (line 86) | void clearPhysicalSizeTestValue() method clearViewInsetsTestValue (line 102) | void clearViewInsetsTestValue() method clearViewPaddingTestValue (line 118) | void clearViewPaddingTestValue() method clearPaddingTestValue (line 132) | void clearPaddingTestValue() method clearSystemGestureInsetsTestValue (line 146) | void clearSystemGestureInsetsTestValue() method clearLocaleTestValue (line 167) | void clearLocaleTestValue() method clearLocalesTestValue (line 181) | void clearLocalesTestValue() method clearTextScaleFactorTestValue (line 212) | void clearTextScaleFactorTestValue() method clearPlatformBrightnessTestValue (line 234) | void clearPlatformBrightnessTestValue() method clearAlwaysUse24HourTestValue (line 249) | void clearAlwaysUse24HourTestValue() method clearDefaultRouteNameTestValue (line 298) | void clearDefaultRouteNameTestValue() method scheduleFrame (line 303) | void scheduleFrame() method render (line 308) | void render(ui.Scene scene) method clearSemanticsEnabledTestValue (line 323) | void clearSemanticsEnabledTestValue() method clearAccessibilityFeaturesTestValue (line 356) | void clearAccessibilityFeaturesTestValue() method updateSemantics (line 379) | void updateSemantics(ui.SemanticsUpdate update) method setIsolateDebugName (line 384) | void setIsolateDebugName(String name) method sendPlatformMessage (line 389) | void sendPlatformMessage( method clearAllTestValues (line 421) | void clearAllTestValues() method noSuchMethod (line 440) | dynamic noSuchMethod(Invocation invocation) class FakeAccessibilityFeatures (line 451) | @immutable method noSuchMethod (line 517) | dynamic noSuchMethod(Invocation invocation) FILE: packages/flutter_test/test/accessibility_test.dart function main (line 8) | void main() function _icon (line 182) | Widget _icon({IconData icon = Icons.search, required Color color, requir... function _text (line 190) | Widget _text({String text = 'Text', required Color color, required Color... function _row (line 198) | Widget _row(List widgets) function _boilerplate (line 601) | Widget _boilerplate(Widget child) FILE: packages/flutter_test/test/accessibility_window_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/all_elements_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_async_gap_test.dart function main (line 11) | Future main() class CustomException (line 50) | class CustomException implements Exception { FILE: packages/flutter_test/test/bindings_environment/flutter_test_variable_is_false_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_environment/flutter_test_variable_is_not_true_or_false_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_environment/flutter_test_variable_is_true_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_environment/no_flutter_test_variable_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_restoration_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/bindings_test.dart function main (line 19) | void main() FILE: packages/flutter_test/test/bindings_test_failure.dart function main (line 17) | void main() FILE: packages/flutter_test/test/controller_test.dart class TestDragData (line 12) | class TestDragData { function main (line 24) | void main() FILE: packages/flutter_test/test/custom_exception_reporter/flutter_test_config.dart function testExecutable (line 10) | Future testExecutable(FutureOr Function() testMain) function runTest (line 22) | void runTest() FILE: packages/flutter_test/test/custom_exception_reporter/test_exception_reporter_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/demangle_test.dart function main (line 11) | Future main() function getMangledStack (line 51) | Future getMangledStack() class CustomException (line 71) | class CustomException implements Exception { FILE: packages/flutter_test/test/event_simulation_test.dart function _verifyKeyEvent (line 12) | void _verifyKeyEvent(KeyEvent event, PhysicalKeyboar... function _verifyRawKeyEvent (line 20) | void _verifyRawKeyEvent(RawKeyEvent event, Physic... function _shouldThrow (line 27) | Future _shouldThrow(AsyncValueGetter func) function main (line 39) | void main() FILE: packages/flutter_test/test/finders_test.dart function main (line 11) | void main() function _boilerplate (line 270) | Widget _boilerplate(Widget child) class SimpleCustomSemanticsWidget (line 277) | class SimpleCustomSemanticsWidget extends LeafRenderObjectWidget { method createRenderObject (line 283) | RenderObject createRenderObject(BuildContext context) class SimpleCustomSemanticsRenderObject (line 286) | class SimpleCustomSemanticsRenderObject extends RenderBox { method computeDryLayout (line 295) | Size computeDryLayout(BoxConstraints constraints) method describeSemanticsConfiguration (line 300) | void describeSemanticsConfiguration(SemanticsConfiguration config) FILE: packages/flutter_test/test/frame_timing_summarizer_test.dart function main (line 9) | void main() FILE: packages/flutter_test/test/goldens_test.dart function main (line 35) | void main() function fix (line 48) | String fix(String path) function test (line 55) | void test(String description, FutureOr Function() body) function doComparison (line 135) | Future doComparison([ String golden = 'golden.png' ]) FILE: packages/flutter_test/test/integration_bindings_test.dart function main (line 10) | void main() class CustomBindings (line 20) | class CustomBindings extends AutomatedTestWidgetsFlutterBinding { FILE: packages/flutter_test/test/live_binding_test.dart function main (line 10) | void main() FILE: packages/flutter_test/test/live_widget_controller_test.dart class CountButton (line 10) | class CountButton extends StatefulWidget { method createState (line 14) | State createState() class _CountButtonState (line 17) | class _CountButtonState extends State { method build (line 20) | Widget build(BuildContext context) class AnimateSample (line 32) | class AnimateSample extends StatefulWidget { method createState (line 36) | State createState() class _AnimateSampleState (line 39) | class _AnimateSampleState extends State method initState (line 44) | void initState() method dispose (line 53) | void dispose() method build (line 59) | Widget build(BuildContext context) function main (line 67) | void main() FILE: packages/flutter_test/test/matchers_test.dart class _MockToStringDeep (line 15) | class _MockToStringDeep { method toStringDeep (line 35) | String toStringDeep({ String prefixLineOne = '', String prefixOtherLin... method toString (line 47) | String toString() function main (line 50) | void main() function boilerplate (line 344) | Widget boilerplate(Widget child) type _ComparatorBehavior (line 678) | enum _ComparatorBehavior { type _ComparatorInvocation (line 684) | enum _ComparatorInvocation { class _FakeComparator (line 689) | class _FakeComparator implements GoldenFileComparator { method compare (line 696) | Future compare(Uint8List imageBytes, Uri golden) method update (line 711) | Future update(Uri golden, Uint8List imageBytes) method getTestUri (line 719) | Uri getTestUri(Uri key, int? version) class _FakeSemanticsNode (line 724) | class _FakeSemanticsNode extends SemanticsNode { method getSemanticsData (line 729) | SemanticsData getSemanticsData() class _CustomColor (line 732) | @immutable FILE: packages/flutter_test/test/reference_image_test.dart function createTestImage (line 9) | Future createTestImage(int width, int height, ui.Color color) function main (line 21) | void main() FILE: packages/flutter_test/test/restoration_test.dart function main (line 8) | void main() class _RestorableWidget (line 74) | class _RestorableWidget extends StatefulWidget { method createState (line 80) | State<_RestorableWidget> createState() class _RestorableWidgetState (line 83) | class _RestorableWidgetState extends State<_RestorableWidget> with Resto... method restoreState (line 90) | void restoreState(RestorationBucket? oldBucket, bool initialRestore) method setValues (line 95) | void setValues(String s, int i, double d) method build (line 104) | Widget build(BuildContext context) FILE: packages/flutter_test/test/stack_manipulation_test.dart function main (line 8) | void main() FILE: packages/flutter_test/test/test_async_utils_test.dart class TestAPI (line 17) | class TestAPI { method testGuard1 (line 18) | Future testGuard1() method testGuard2 (line 21) | Future testGuard2() class TestAPISubclass (line 26) | class TestAPISubclass extends TestAPI { method testGuard3 (line 27) | Future testGuard3() function _guardedThrower (line 32) | Future _guardedThrower() function main (line 38) | void main() FILE: packages/flutter_test/test/test_config/child_directory/config_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/test_config/child_directory/grandchild_directory/config_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/test_config/config_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/test_config/config_test_utils.dart function testConfig (line 9) | void testConfig( FILE: packages/flutter_test/test/test_config/flutter_test_config.dart function testExecutable (line 7) | Future testExecutable(FutureOr Function() testMain) FILE: packages/flutter_test/test/test_config/nested_config/config_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/test_config/nested_config/flutter_test_config.dart function testExecutable (line 7) | Future testExecutable(FutureOr Function() testMain) FILE: packages/flutter_test/test/test_config/project_root/config_test.dart function main (line 7) | void main() FILE: packages/flutter_test/test/test_default_binary_messenger_test.dart class TestDelegate (line 10) | class TestDelegate extends BinaryMessenger { method send (line 12) | Future? send(String channel, ByteData? message) method handlePlatformMessage (line 20) | Future handlePlatformMessage(String channel, ByteData? data, ui.... method setMessageHandler (line 22) | void setMessageHandler(String channel, MessageHandler? handler) function main (line 25) | void main() FILE: packages/flutter_test/test/test_text_input_test.dart function main (line 15) | void main() FILE: packages/flutter_test/test/widget_tester_live_device_test.dart function _expectStartsWith (line 12) | void _expectStartsWith(List actual, List matcher) function main (line 16) | void main() class _MockLiveTestWidgetsFlutterBinding (line 118) | class _MockLiveTestWidgetsFlutterBinding extends LiveTestWidgetsFlutterB... method handlePointerEventForSource (line 120) | void handlePointerEventForSource( method collectDebugPrints (line 145) | Future collectDebugPrints(List? store, AsyncValueGetter... FILE: packages/flutter_test/test/widget_tester_test.dart function main (line 24) | void main() class FakeMatcher (line 769) | class FakeMatcher extends AsyncMatcher { method matchAsync (line 775) | Future matchAsync(dynamic object) method describe (line 782) | Description describe(Description description) class _SingleTickerTest (line 785) | class _SingleTickerTest extends StatefulWidget { method createState (line 789) | _SingleTickerTestState createState() class _SingleTickerTestState (line 792) | class _SingleTickerTestState extends State<_SingleTickerTest> with Singl... method initState (line 796) | void initState() method build (line 805) | Widget build(BuildContext context) class _AlwaysAnimating (line 810) | class _AlwaysAnimating extends StatefulWidget { method createState (line 820) | State createState() class _AlwaysAnimatingState (line 823) | class _AlwaysAnimatingState extends State<_AlwaysAnimating> with SingleT... method initState (line 827) | void initState() method dispose (line 837) | void dispose() method build (line 843) | Widget build(BuildContext context) class _AlwaysRepaint (line 856) | class _AlwaysRepaint extends CustomPainter { method shouldRepaint (line 862) | bool shouldRepaint(CustomPainter oldDelegate) method paint (line 865) | void paint(Canvas canvas, Size size) FILE: packages/flutter_test/test/window_test.dart function main (line 17) | void main() function verifyThatTestWindowCanFakeProperty (line 204) | void verifyThatTestWindowCanFakeProperty({ function retrieveTestBinding (line 224) | TestWidgetsFlutterBinding retrieveTestBinding(WidgetTester tester) class FakeWindowPadding (line 231) | class FakeWindowPadding implements WindowPadding { class TestObserver (line 252) | class TestObserver with WidgetsBindingObserver { method didChangeLocales (line 257) | void didChangeLocales(List? locales) FILE: packages/flutter_tools/bin/flutter_tools.dart function main (line 9) | void main(List args) FILE: packages/flutter_tools/bin/fuchsia_asset_builder.dart function main (line 35) | Future main(List args) function writeFile (line 41) | Future writeFile(libfs.File outputFile, DevFSContent content) function run (line 47) | Future run(List args) function writeDepfile (line 92) | Future writeDepfile(AssetBundle assets, String outputManifest, Str... function writeFuchsiaManifest (line 107) | Future writeFuchsiaManifest(AssetBundle assets, String outputBase,... FILE: packages/flutter_tools/bin/fuchsia_attach.dart function main (line 40) | Future main(List args) class _FuchsiaDeviceManager (line 133) | class _FuchsiaDeviceManager extends DeviceManager { method isDeviceSupportedForProject (line 145) | bool isDeviceSupportedForProject(Device device, FlutterProject flutter... function _extractPathAndName (line 150) | List _extractPathAndName(String gnTarget) class _FuchsiaDoctorCommand (line 165) | class _FuchsiaDoctorCommand extends DoctorCommand { method runCommand (line 167) | Future runCommand() class _FuchsiaAttachCommand (line 173) | class _FuchsiaAttachCommand extends AttachCommand { method runCommand (line 175) | Future runCommand() class _FuchsiaFeatureFlags (line 181) | class _FuchsiaFeatureFlags extends FeatureFlags { FILE: packages/flutter_tools/bin/fuchsia_tester.dart function main (line 44) | void main(List args) function run (line 50) | Future run(List args) FILE: packages/flutter_tools/bin/podhelper.rb function flutter_ios_podfile_setup (line 17) | def flutter_ios_podfile_setup function flutter_macos_podfile_setup (line 21) | def flutter_macos_podfile_setup function flutter_additional_ios_build_settings (line 33) | def flutter_additional_ios_build_settings(target) function flutter_additional_macos_build_settings (line 82) | def flutter_additional_macos_build_settings(target) function flutter_install_all_ios_pods (line 136) | def flutter_install_all_ios_pods(ios_application_path = nil) function flutter_install_all_macos_pods (line 142) | def flutter_install_all_macos_pods(macos_application_path = nil) function flutter_install_ios_engine_pod (line 155) | def flutter_install_ios_engine_pod(ios_application_path = nil) function flutter_install_macos_engine_pod (line 193) | def flutter_install_macos_engine_pod(mac_application_path = nil) function flutter_install_plugin_pods (line 234) | def flutter_install_plugin_pods(application_path = nil, relative_symlink... function flutter_parse_plugins_file (line 265) | def flutter_parse_plugins_file(file, platform) FILE: packages/flutter_tools/bin/tool_backend.dart function main (line 10) | Future main(List arguments) function pathJoin (line 117) | String pathJoin(List segments) FILE: packages/flutter_tools/bin/xcode_backend.dart function main (line 7) | void main(List arguments) class Context (line 24) | class Context { method run (line 39) | void run() method existsDir (line 69) | bool existsDir(String path) method existsFile (line 74) | bool existsFile(String path) method runSync (line 82) | ProcessResult runSync( method echoError (line 113) | void echoError(String message) method echo (line 118) | void echo(String message) method exitApp (line 125) | Never exitApp(int code) method environmentEnsure (line 130) | String environmentEnsure(String key) method streamOutput (line 142) | void streamOutput(String output) method parseFlutterBuildMode (line 146) | String parseFlutterBuildMode() method embedFlutterFrameworks (line 178) | void embedFlutterFrameworks() method addObservatoryBonjourService (line 220) | void addObservatoryBonjourService() method buildApp (line 310) | void buildApp() FILE: packages/flutter_tools/lib/executable.dart function main (line 63) | Future main(List args) function generateCommands (line 132) | List generateCommands({ class LoggerFactory (line 206) | class LoggerFactory { method createLogger (line 223) | Logger createLogger({ FILE: packages/flutter_tools/lib/runner.dart function run (line 28) | Future run( function getVersion (line 57) | String getVersion() function _handleToolError (line 91) | Future _handleToolError( function _crashCommand (line 177) | String _crashCommand(List args) function _crashException (line 179) | String _crashException(dynamic error) function _createLocalCrashReport (line 182) | Future _createLocalCrashReport(CrashDetails details) function _doctorText (line 224) | Future _doctorText() function _exit (line 240) | Future _exit(int code) FILE: packages/flutter_tools/lib/src/android/adb.dart function cleanAdbDeviceName (line 8) | String cleanAdbDeviceName(String name) FILE: packages/flutter_tools/lib/src/android/android_builder.dart class AndroidBuilder (line 14) | abstract class AndroidBuilder { method buildAar (line 17) | Future buildAar({ method buildApk (line 26) | Future buildApk({ method buildAab (line 33) | Future buildAab({ FILE: packages/flutter_tools/lib/src/android/android_console.dart function kAndroidConsoleSocketFactory (line 14) | Future kAndroidConsoleSocketFactory(String host, int port) type AndroidConsoleSocketFactory (line 20) | typedef AndroidConsoleSocketFactory = Future Function(String hos... class AndroidConsole (line 27) | class AndroidConsole { method connect (line 33) | Future connect() method getAvdName (line 43) | Future getAvdName() method destroy (line 51) | void destroy() method _readResponse (line 57) | Future _readResponse() method _write (line 81) | void _write(String text) FILE: packages/flutter_tools/lib/src/android/android_device.dart type HardwareType (line 34) | enum HardwareType { emulator, physical } class AndroidDevice (line 59) | class AndroidDevice extends Device { method _getProperty (line 101) | Future _getProperty(String name) method supportsRuntimeMode (line 231) | Future supportsRuntimeMode(BuildMode buildMode) method adbCommandForDevice (line 256) | List adbCommandForDevice(List args) method runAdbCheckedAsync (line 260) | Future runAdbCheckedAsync( method _isValidAdbVersion (line 274) | bool _isValidAdbVersion(String adbVersion) method _checkForSupportedAdbVersion (line 297) | Future _checkForSupportedAdbVersion() method _checkForSupportedAndroidVersion (line 318) | Future _checkForSupportedAndroidVersion() method _getDeviceSha1Path (line 356) | String _getDeviceSha1Path(AndroidApk apk) method _getDeviceApkSha1 (line 360) | Future _getDeviceApkSha1(AndroidApk apk) method _getSourceSha1 (line 366) | String _getSourceSha1(AndroidApk apk) method isAppInstalled (line 375) | Future isAppInstalled( method isLatestBuildInstalled (line 398) | Future isLatestBuildInstalled(AndroidApk app) method installApp (line 404) | Future installApp( method _installApp (line 436) | Future _installApp( method uninstallApp (line 487) | Future uninstallApp( method _isAdbValid (line 521) | Future _isAdbValid() method startApp (line 528) | Future startApp( method stopApp (line 714) | Future stopApp( method queryMemoryInfo (line 734) | Future queryMemoryInfo() method clearLogs (line 750) | void clearLogs() method getLogReader (line 755) | FutureOr getLogReader({ method lastLogcatTimestamp (line 787) | Future lastLogcatTimestamp() method isSupported (line 802) | bool isSupported() method takeScreenshot (line 808) | Future takeScreenshot(File outputFile) method isSupportedForProject (line 819) | bool isSupportedForProject(FlutterProject flutterProject) method dispose (line 824) | Future dispose() function parseAdbDeviceProperties (line 831) | Map parseAdbDeviceProperties(String str) function parseMeminfoDump (line 902) | AndroidMemoryInfo parseMeminfoDump(String input) class AndroidMemoryInfo (line 948) | class AndroidMemoryInfo extends MemoryInfo { method toJson (line 974) | Map toJson() class AdbLogReader (line 991) | class AdbLogReader extends DeviceLogReader { method createLogReader (line 1003) | Future createLogReader( method _start (line 1053) | void _start() method _onLine (line 1103) | void _onLine(String line) method _stop (line 1168) | void _stop() method dispose (line 1174) | void dispose() class AndroidDevicePortForwarder (line 1180) | class AndroidDevicePortForwarder extends DevicePortForwarder { method _extractPort (line 1196) | int _extractPort(String portString) method forward (line 1249) | Future forward(int devicePort, { int hostPort }) method unforward (line 1305) | Future unforward(ForwardedPort forwardedPort) method dispose (line 1325) | Future dispose() function _allowHeapCorruptionOnWindows (line 1335) | bool _allowHeapCorruptionOnWindows(int exitCode, Platform platform) FILE: packages/flutter_tools/lib/src/android/android_device_discovery.dart class AndroidDevices (line 30) | class AndroidDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 68) | Future> pollingGetDevices({ Duration timeout }) method getDiagnostics (line 92) | Future> getDiagnostics() method _doesNotHaveAdb (line 109) | bool _doesNotHaveAdb() method _parseADBDeviceOutput (line 121) | void _parseADBDeviceOutput( FILE: packages/flutter_tools/lib/src/android/android_emulator.dart class AndroidEmulators (line 24) | class AndroidEmulators extends EmulatorDiscovery { method _getEmulatorAvds (line 59) | Future> _getEmulatorAvds() method _extractEmulatorAvdInfo (line 77) | void _extractEmulatorAvdInfo(String text, List emulat... method _loadEmulatorInfo (line 83) | AndroidEmulator _loadEmulatorInfo(String id) class AndroidEmulator (line 118) | class AndroidEmulator extends Emulator { method _prop (line 149) | String _prop(String name) method launch (line 152) | Future launch({@visibleForTesting Duration startupDuration, bool... function parseIniLines (line 216) | Map parseIniLines(List contents) FILE: packages/flutter_tools/lib/src/android/android_sdk.dart class AndroidSdk (line 36) | class AndroidSdk { method locateAndroidSdk (line 74) | AndroidSdk? locateAndroidSdk() method findAndroidHomeDir (line 75) | String? findAndroidHomeDir() method validSdkDirectory (line 156) | bool validSdkDirectory(String dir) method sdkDirectoryHasPlatformTools (line 160) | bool sdkDirectoryHasPlatformTools(String dir) method sdkDirectoryHasLicenses (line 164) | bool sdkDirectoryHasLicenses(String dir) method getAvdPath (line 179) | String? getAvdPath() method validateSdkWellFormed (line 223) | List validateSdkWellFormed() method getPlatformToolsPath (line 244) | String? getPlatformToolsPath(String binaryName) method getEmulatorPath (line 256) | String? getEmulatorPath() method getCmdlineToolsPath (line 270) | String? getCmdlineToolsPath(String binaryName, {bool skipOldTools = fa... method getAvdManagerPath (line 322) | String? getAvdManagerPath() method reinitialize (line 328) | void reinitialize() method findJavaBinary (line 409) | String? findJavaBinary({ method toString (line 489) | String toString() class AndroidSdkVersion (line 492) | class AndroidSdkVersion implements Comparable { method validateSdkWellFormed (line 523) | List validateSdkWellFormed() method getPlatformsPath (line 537) | String getPlatformsPath(String itemName) method getBuildToolsPath (line 541) | String getBuildToolsPath(String binaryName) method compareTo (line 546) | int compareTo(AndroidSdkVersion other) method toString (line 549) | String toString() method _exists (line 551) | String? _exists(String path) method _canRun (line 558) | String? _canRun(String path) FILE: packages/flutter_tools/lib/src/android/android_studio.dart class AndroidStudio (line 32) | class AndroidStudio implements Comparable { method fromMacOSBundle (line 43) | AndroidStudio? fromMacOSBundle(String bundlePath) method fromHomeDot (line 93) | AndroidStudio? fromHomeDot(Directory homeDotDir) method compareTo (line 211) | int compareTo(AndroidStudio other) method latestValid (line 220) | AndroidStudio? latestValid() method allInstalled (line 246) | List allInstalled() method _allMacOS (line 249) | List _allMacOS() method _checkForStudio (line 252) | void _checkForStudio(String path) method _allLinuxOrWindows (line 321) | List _allLinuxOrWindows() method _hasStudioAt (line 324) | bool _hasStudioAt(String path, { Version? newerThan }) method _checkWellKnownPath (line 414) | void _checkWellKnownPath(String path) method extractStudioPlistValueWithMatcher (line 427) | String? extractStudioPlistValueWithMatcher(String plistValue, RegExp k... method _init (line 434) | void _init({Version? version}) method toString (line 475) | String toString() FILE: packages/flutter_tools/lib/src/android/android_studio_validator.dart class AndroidStudioValidator (line 19) | class AndroidStudioValidator extends DoctorValidator { method allValidators (line 32) | List allValidators(Config config, Platform platform, ... method validate (line 45) | Future validate() method _hasIssues (line 94) | bool _hasIssues(List messages) class NoAndroidStudioValidator (line 99) | class NoAndroidStudioValidator extends DoctorValidator { method validate (line 114) | Future validate() FILE: packages/flutter_tools/lib/src/android/android_workflow.dart type LicensesAccepted (line 30) | enum LicensesAccepted { class AndroidWorkflow (line 41) | class AndroidWorkflow implements Workflow { class AndroidValidator (line 79) | class AndroidValidator extends DoctorValidator { method _extractJavaVersion (line 122) | String? _extractJavaVersion(String? text) method _checkJavaVersion (line 135) | Future _checkJavaVersion(String javaBinary, List validate() class AndroidLicenseValidator (line 266) | class AndroidLicenseValidator extends DoctorValidator { method validate (line 302) | Future validate() method _checkJavaVersionNoOutput (line 332) | Future _checkJavaVersionNoOutput() method _handleLine (line 365) | void _handleLine(String line) method runLicenseManager (line 414) | Future runLicenseManager() method _canRunSdkManager (line 467) | bool _canRunSdkManager() FILE: packages/flutter_tools/lib/src/android/application_package.dart class AndroidApk (line 24) | class AndroidApk extends ApplicationPackage { method fromApk (line 37) | AndroidApk? fromApk( method fromAndroidProject (line 99) | Future fromAndroidProject( class _Entry (line 213) | abstract class _Entry { class _Element (line 220) | class _Element extends _Entry { method addChild (line 232) | void addChild(_Entry child) method firstAttribute (line 236) | _Attribute? firstAttribute(String name) method firstElement (line 245) | _Element? firstElement(String name) method allElements (line 254) | Iterable<_Element> allElements(String name) class _Attribute (line 259) | class _Attribute extends _Entry { class ApkManifestData (line 273) | class ApkManifestData { method _isAttributeWithValuePresent (line 276) | bool _isAttributeWithValuePresent( method parseFromXmlDump (line 291) | ApkManifestData? parseFromXmlDump(String data, Logger logger) method toString (line 418) | String toString() FILE: packages/flutter_tools/lib/src/android/build_validation.dart function validateBuild (line 12) | void validateBuild(AndroidBuildInfo androidBuildInfo) FILE: packages/flutter_tools/lib/src/android/deferred_components_gen_snapshot_validator.dart class DeferredComponentsGenSnapshotValidator (line 20) | class DeferredComponentsGenSnapshotValidator extends DeferredComponentsV... method checkAppAndroidManifestComponentLoadingUnitMapping (line 65) | bool checkAppAndroidManifestComponentLoadingUnitMapping(List _parseLoadingUnitsCache(File cacheFile) method writeLoadingUnitsCache (line 297) | void writeLoadingUnitsCache(List? generatedLoadingUnits) FILE: packages/flutter_tools/lib/src/android/deferred_components_prebuild_validator.dart class DeferredComponentsPrebuildValidator (line 23) | class DeferredComponentsPrebuildValidator extends DeferredComponentsVali... method checkAndroidDynamicFeature (line 54) | Future checkAndroidDynamicFeature(List compon... method checkAndroidResourcesStrings (line 108) | bool checkAndroidResourcesStrings(List components) method clearOutputDir (line 204) | void clearOutputDir() class _DeferredComponentAndroidFiles (line 212) | class _DeferredComponentAndroidFiles { method verifyFilesExist (line 233) | bool verifyFilesExist() method generateFiles (line 238) | Future>> generateFiles({Directory? alternateAnd... method _setupComponentFiles (line 252) | Future> _setupComponentFiles(Directory outputDir) FILE: packages/flutter_tools/lib/src/android/deferred_components_validator.dart class DeferredComponentsValidator (line 21) | abstract class DeferredComponentsValidator { method handleResults (line 100) | void handleResults() method displayResults (line 112) | void displayResults() method attemptToolExit (line 218) | void attemptToolExit() FILE: packages/flutter_tools/lib/src/android/gradle.dart function getApkDirectory (line 33) | Directory getApkDirectory(FlutterProject project) function getBundleDirectory (line 47) | Directory getBundleDirectory(FlutterProject project) function getRepoDirectory (line 61) | Directory getRepoDirectory(Directory buildDirectory) function _taskFor (line 68) | String _taskFor(String prefix, BuildInfo buildInfo) function getAssembleTaskFor (line 76) | String getAssembleTaskFor(BuildInfo buildInfo) function getBundleTaskFor (line 82) | String getBundleTaskFor(BuildInfo buildInfo) function getAarTaskFor (line 88) | String getAarTaskFor(BuildInfo buildInfo) function _apkFilesFor (line 95) | Iterable _apkFilesFor(AndroidBuildInfo androidBuildInfo) class AndroidGradleBuilder (line 109) | class AndroidGradleBuilder implements AndroidBuilder { method buildAar (line 136) | Future buildAar({ method buildApk (line 173) | Future buildApk({ method buildAab (line 189) | Future buildAab({ method buildGradleApp (line 215) | Future buildGradleApp({ method consumeLog (line 336) | String? consumeLog(String line) method _performCodeSizeAnalysis (line 474) | Future _performCodeSizeAnalysis(String kind, method buildGradleAar (line 523) | Future buildGradleAar({ function printHowToConsumeAar (line 662) | void printHowToConsumeAar({ function _hex (line 720) | String _hex(List bytes) function _calculateSha (line 728) | String _calculateSha(File file) function _exitWithUnsupportedProjectMessage (line 733) | void _exitWithUnsupportedProjectMessage(Usage usage, Terminal terminal) function isAppUsingAndroidX (line 745) | bool isAppUsingAndroidX(Directory androidDirectory) function findApkFilesModule (line 755) | Iterable findApkFilesModule( function listApkPaths (line 805) | Iterable listApkPaths( function findBundleFile (line 833) | File findBundleFile(FlutterProject project, BuildInfo buildInfo, Logger ... function _exitWithExpectedFileNotFound (line 873) | Never _exitWithExpectedFileNotFound({ function _createSymlink (line 898) | void _createSymlink(String targetPath, String linkPath, FileSystem fileS... function _getLocalArtifactVersion (line 914) | String _getLocalArtifactVersion(String pomPath, FileSystem fileSystem) function _getLocalEngineRepo (line 945) | Directory _getLocalEngineRepo({ function _getAbiByLocalEnginePath (line 1017) | String _getAbiByLocalEnginePath(String engineOutPath) function _getTargetPlatformByLocalEnginePath (line 1029) | String _getTargetPlatformByLocalEnginePath(String engineOutPath) FILE: packages/flutter_tools/lib/src/android/gradle_errors.dart type GradleErrorTest (line 15) | typedef GradleErrorTest = bool Function(String); class GradleHandledError (line 18) | class GradleHandledError { type GradleBuildStatus (line 43) | enum GradleBuildStatus { function _lineMatcher (line 52) | GradleErrorTest _lineMatcher(List errorMessages) FILE: packages/flutter_tools/lib/src/android/gradle_utils.dart class GradleUtils (line 28) | class GradleUtils { method getExecutable (line 49) | String getExecutable(FlutterProject project) method injectGradleWrapperIfNeeded (line 70) | void injectGradleWrapperIfNeeded(Directory directory) function getGradleVersionForAndroidPlugin (line 109) | String getGradleVersionForAndroidPlugin(Directory directory, Logger logger) function _isWithinVersionRange (line 127) | bool _isWithinVersionRange( function getGradleVersionFor (line 148) | String getGradleVersionFor(String androidPluginVersion) function updateLocalProperties (line 193) | void updateLocalProperties({ function changeIfNecessary (line 212) | void changeIfNecessary(String key, String? value) function writeLocalProperties (line 254) | void writeLocalProperties(File properties) function exitWithNoSdkMessage (line 263) | void exitWithNoSdkMessage() FILE: packages/flutter_tools/lib/src/application_package.dart class ApplicationPackageFactory (line 9) | abstract class ApplicationPackageFactory { method getPackageForPlatform (line 13) | Future getPackageForPlatform( class ApplicationPackage (line 20) | abstract class ApplicationPackage { method toString (line 34) | String toString() FILE: packages/flutter_tools/lib/src/artifacts.dart type Artifact (line 18) | enum Artifact { type HostArtifact (line 64) | enum HostArtifact { function _enginePlatformDirectoryName (line 107) | String _enginePlatformDirectoryName(TargetPlatform platform) function _mapTargetPlatform (line 115) | TargetPlatform? _mapTargetPlatform(TargetPlatform? targetPlatform) function _isWindows (line 138) | bool _isWindows(TargetPlatform? platform) function _artifactToFileName (line 161) | String? _artifactToFileName(Artifact artifact, [ TargetPlatform? platfor... function _hostArtifactToFileName (line 218) | String _hostArtifactToFileName(HostArtifact artifact, bool windows) class EngineBuildPaths (line 266) | class EngineBuildPaths { class Artifacts (line 278) | abstract class Artifacts { method getLocalEngine (line 294) | LocalEngineArtifacts getLocalEngine(EngineBuildPaths engineBuildPaths) method getArtifactPath (line 307) | String getArtifactPath( method getHostArtifact (line 316) | FileSystemEntity getHostArtifact( method getEngineType (line 322) | String getEngineType(TargetPlatform platform, [ BuildMode? mode ]) class CachedArtifacts (line 329) | class CachedArtifacts implements Artifacts { method getHostArtifact (line 346) | FileSystemEntity getHostArtifact( method getArtifactPath (line 415) | String getArtifactPath( method getEngineType (line 447) | String getEngineType(TargetPlatform platform, [ BuildMode? mode ]) method _getDesktopArtifactPath (line 451) | String _getDesktopArtifactPath(Artifact artifact, TargetPlatform? plat... method _getAndroidArtifactPath (line 461) | String _getAndroidArtifactPath(Artifact artifact, TargetPlatform platf... method _getIosArtifactPath (line 476) | String _getIosArtifactPath(Artifact artifact, TargetPlatform platform,... method _getFuchsiaArtifactPath (line 492) | String _getFuchsiaArtifactPath(Artifact artifact, TargetPlatform platf... method _getFlutterPatchedSdkPath (line 521) | String _getFlutterPatchedSdkPath(BuildMode? mode) method _getFlutterWebSdkPath (line 527) | String _getFlutterWebSdkPath() method _getHostArtifactPath (line 531) | String _getHostArtifactPath(Artifact artifact, TargetPlatform platform... method _getEngineArtifactsPath (line 594) | String? _getEngineArtifactsPath(TargetPlatform platform, [ BuildMode? ... function _currentHostPlatform (line 635) | TargetPlatform _currentHostPlatform(Platform platform, OperatingSystemUt... function _getIosEngineArtifactPath (line 649) | String _getIosEngineArtifactPath(String engineDirectory, class LocalEngineArtifacts (line 680) | abstract class LocalEngineArtifacts implements Artifacts { class CachedLocalEngineArtifacts (line 693) | class CachedLocalEngineArtifacts implements LocalEngineArtifacts { method getHostArtifact (line 720) | FileSystemEntity getHostArtifact( method getArtifactPath (line 793) | String getArtifactPath( method getEngineType (line 866) | String getEngineType(TargetPlatform platform, [ BuildMode? mode ]) method _getFlutterPatchedSdkPath (line 870) | String _getFlutterPatchedSdkPath(BuildMode? buildMode) method _getFlutterWebSdkPath (line 875) | String _getFlutterWebSdkPath() method _genSnapshotPath (line 879) | String _genSnapshotPath() method _flutterTesterPath (line 891) | String _flutterTesterPath(TargetPlatform platform) class OverrideArtifacts (line 909) | class OverrideArtifacts implements Artifacts { method getArtifactPath (line 928) | String getArtifactPath( method getEngineType (line 952) | String getEngineType(TargetPlatform platform, [ BuildMode? mode ]) method getHostArtifact (line 958) | FileSystemEntity getHostArtifact(HostArtifact artifact) function _dartSdkPath (line 969) | String _dartSdkPath(FileSystem fileSystem) class _TestArtifacts (line 973) | class _TestArtifacts implements Artifacts { method getArtifactPath (line 979) | String getArtifactPath( method getEngineType (line 1000) | String getEngineType(TargetPlatform platform, [ BuildMode? mode ]) method getHostArtifact (line 1008) | FileSystemEntity getHostArtifact(HostArtifact artifact) class _TestLocalEngine (line 1013) | class _TestLocalEngine extends _TestArtifacts implements LocalEngineArti... FILE: packages/flutter_tools/lib/src/asset.dart class AssetBundleFactory (line 47) | abstract class AssetBundleFactory { method defaultInstance (line 51) | AssetBundleFactory defaultInstance({ method createBundle (line 59) | AssetBundle createBundle() class AssetBundle (line 62) | abstract class AssetBundle { method wasBuiltOnce (line 76) | bool wasBuiltOnce() method needsBuild (line 78) | bool needsBuild({ String manifestPath = defaultManifestPath }) method build (line 81) | Future build({ class _ManifestAssetBundleFactory (line 90) | class _ManifestAssetBundleFactory implements AssetBundleFactory { method createBundle (line 107) | AssetBundle createBundle() class ManifestAssetBundle (line 111) | class ManifestAssetBundle implements AssetBundle { method wasBuiltOnce (line 158) | bool wasBuiltOnce() method needsBuild (line 161) | bool needsBuild({ String manifestPath = defaultManifestPath }) method build (line 191) | Future build({ method _setIfChanged (line 453) | void _setIfChanged(String key, DevFSStringContent content) method _setLicenseIfChanged (line 464) | void _setLicenseIfChanged( method _getMaterialAssets (line 493) | List<_Asset> _getMaterialAssets() method _parseFonts (line 518) | List> _parseFonts( method _parseDeferredComponentsAssets (line 538) | Map>> _parseDeferredComponentsAssets( method _createAssetManifest (line 582) | DevFSStringContent _createAssetManifest( method _parsePackageFonts (line 614) | List _parsePackageFonts( method _parseAssets (line 670) | Map<_Asset, List<_Asset>>? _parseAssets( method _parseAssetsFromFolder (line 732) | void _parseAssetsFromFolder( method _parseAssetFromFile (line 772) | void _parseAssetFromFile( method _resolveAsset (line 813) | _Asset _resolveAsset( method _resolvePackageAsset (line 845) | _Asset? _resolvePackageAsset(Uri assetUri, PackageConfig packageConfig... class _Asset (line 869) | @immutable method lookupAssetFile (line 889) | File lookupAssetFile(FileSystem fileSystem) method toString (line 904) | String toString() class _AssetDirectoryCache (line 933) | class _AssetDirectoryCache { method variantsFor (line 943) | List variantsFor(String assetPath) FILE: packages/flutter_tools/lib/src/base/analyze_size.dart class SizeAnalyzer (line 18) | class SizeAnalyzer { method analyzeAotSnapshot (line 41) | Future> analyzeAotSnapshot({ method analyzeZipSizeAndAotSnapshot (line 100) | Future> analyzeZipSizeAndAotSnapshot({ method _parseUnzipFile (line 147) | _SymbolNode _parseUnzipFile(File zipFile) method _parseDirectory (line 160) | _SymbolNode _parseDirectory(Directory directory, String relativeTo, St... method _buildNodeName (line 175) | List _buildNodeName(_SymbolNode start, _SymbolNode? parent) method _buildSymbolTree (line 184) | _SymbolNode _buildSymbolTree(Map, int> pathsToSize) method _printLibChildrenPaths (line 214) | void _printLibChildrenPaths( method _printAotSnapshotSummary (line 250) | void _printAotSnapshotSummary(_SymbolNode aotSnapshotRoot, {int maxDir... method _formatExtraLeadingPackages (line 270) | String _formatExtraLeadingPackages(String name) method _addAotSnapshotDataToAnalysis (line 283) | Map _addAotSnapshotDataToAnalysis({ method _printEntitySize (line 306) | void _printEntitySize( method _prettyPrintBytes (line 352) | String _prettyPrintBytes(int numBytes) method _parseAotSnapshot (line 364) | _SymbolNode? _parseAotSnapshot(Map aotSnapshotJson) method _buildNode (line 378) | _SymbolNode _buildNode( method _buildNodeWithChildren (line 398) | _SymbolNode? _buildNodeWithChildren(Map aotSnapshotJson) class _SymbolNode (line 429) | class _SymbolNode { method addSize (line 441) | void addSize(int sizeToBeAdded) method childByName (line 451) | _SymbolNode? childByName(String name) method addChild (line 453) | _SymbolNode addChild(_SymbolNode child) method addAllChildren (line 463) | void addAllChildren(List<_SymbolNode> children) method toJson (line 467) | Map toJson() function matchesPattern (line 485) | Match? matchesPattern(String string, {required Pattern pattern}) FILE: packages/flutter_tools/lib/src/base/async_guard.dart function asyncGuard (line 81) | Future asyncGuard( function handleError (line 94) | void handleError(Object e, StackTrace s) type _UnaryOnError (line 127) | typedef _UnaryOnError = FutureOr Function(Object error); type _BinaryOnError (line 128) | typedef _BinaryOnError = FutureOr Function(Object error, StackTrac... FILE: packages/flutter_tools/lib/src/base/bot_detector.dart class BotDetector (line 14) | class BotDetector { class AzureDetector (line 89) | @visibleForTesting FILE: packages/flutter_tools/lib/src/base/build.dart class SnapshotType (line 16) | class SnapshotType { method toString (line 24) | String toString() class GenSnapshot (line 28) | class GenSnapshot { method getSnapshotterPath (line 39) | String getSnapshotterPath(SnapshotType snapshotType) method run (line 55) | Future run({ class AOTSnapshotter (line 80) | class AOTSnapshotter { method build (line 108) | Future build({ method _buildFramework (line 238) | Future _buildFramework({ method _isValidAotPlatform (line 302) | bool _isValidAotPlatform(TargetPlatform platform, BuildMode buildMode) FILE: packages/flutter_tools/lib/src/base/command_help.dart class CommandHelp (line 15) | class CommandHelp { method _makeOption (line 173) | CommandHelpOption _makeOption(String key, String description, [ class CommandHelpOption (line 189) | class CommandHelpOption { method toString (line 223) | String toString() method print (line 260) | void print() FILE: packages/flutter_tools/lib/src/base/common.dart function throwToolExit (line 9) | Never throwToolExit(String message, { int? exitCode }) class ToolExit (line 17) | class ToolExit implements Exception { method toString (line 24) | String toString() function unawaited (line 36) | void unawaited(Future? future) FILE: packages/flutter_tools/lib/src/base/config.dart class Config (line 16) | class Config { method containsKey (line 164) | bool containsKey(String key) method getValue (line 166) | Object? getValue(String key) method setValue (line 168) | void setValue(String key, Object value) method removeValue (line 173) | void removeValue(String key) method _flushValues (line 178) | void _flushValues() method _userHomePath (line 189) | String _userHomePath(Platform platform) method _configPath (line 194) | String _configPath( FILE: packages/flutter_tools/lib/src/base/context.dart type Generator (line 14) | typedef Generator = dynamic Function(); class ContextDependencyCycleException (line 19) | class ContextDependencyCycleException implements Exception { method toString (line 26) | String toString() class AppContext (line 51) | class AppContext { method _boxNull (line 70) | dynamic _boxNull(dynamic value) method _unboxNull (line 72) | dynamic _unboxNull(dynamic value) method _generateIfNecessary (line 87) | dynamic _generateIfNecessary(Type type, Map generators) method get (line 116) | T? get() method run (line 136) | Future run({ method toString (line 157) | String toString() class _Key (line 183) | class _Key { method toString (line 189) | String toString() class _BoxedNull (line 193) | class _BoxedNull { FILE: packages/flutter_tools/lib/src/base/dds.dart class DartDevelopmentService (line 24) | class DartDevelopmentService { method startDartDevelopmentService (line 33) | Future startDartDevelopmentService( method shutdown (line 90) | Future shutdown() FILE: packages/flutter_tools/lib/src/base/deferred_component.dart class DeferredComponent (line 11) | class DeferredComponent { method assignLoadingUnits (line 71) | void assignLoadingUnits(List allLoadingUnits) method toString (line 89) | String toString() class LoadingUnit (line 110) | class LoadingUnit { method toString (line 136) | String toString() method equalsIgnoringPath (line 146) | bool equalsIgnoringPath(LoadingUnit other) method parseGeneratedLoadingUnits (line 155) | List parseGeneratedLoadingUnits(Directory outputDir, Logg... method parseLoadingUnitManifest (line 183) | List parseLoadingUnitManifest(File manifestFile, Logger l... FILE: packages/flutter_tools/lib/src/base/error_handling_io.dart class ErrorHandlingFileSystem (line 38) | class ErrorHandlingFileSystem extends ForwardingFileSystem { method noExitOnFailure (line 61) | void noExitOnFailure(void Function() operation) method deleteIfExists (line 77) | bool deleteIfExists(FileSystemEntity file, {bool recursive = false}) method file (line 120) | File file(dynamic path) method directory (line 127) | Directory directory(dynamic path) method link (line 134) | Link link(dynamic path) method toString (line 156) | String toString() class ErrorHandlingFile (line 159) | class ErrorHandlingFile method wrapFile (line 181) | File wrapFile(io.File delegate) method wrapDirectory (line 188) | Directory wrapDirectory(io.Directory delegate) method wrapLink (line 195) | Link wrapLink(io.Link delegate) method writeAsBytes (line 202) | Future writeAsBytes( method readAsStringSync (line 220) | String readAsStringSync({Encoding encoding = utf8}) method writeAsBytesSync (line 230) | void writeAsBytesSync( method writeAsString (line 244) | Future writeAsString( method writeAsStringSync (line 264) | void writeAsStringSync( method createSync (line 284) | void createSync({bool recursive = false}) method openSync (line 296) | RandomAccessFile openSync({FileMode mode = FileMode.read}) method copySync (line 310) | File copySync(String newPath) method _posixPermissionSuggestion (line 366) | String _posixPermissionSuggestion(List paths) method toString (line 370) | String toString() class ErrorHandlingDirectory (line 373) | class ErrorHandlingDirectory method wrapFile (line 395) | File wrapFile(io.File delegate) method wrapDirectory (line 402) | Directory wrapDirectory(io.Directory delegate) method wrapLink (line 409) | Link wrapLink(io.Link delegate) method childDirectory (line 419) | Directory childDirectory(String basename) method childFile (line 423) | File childFile(String basename) method childLink (line 427) | Link childLink(String basename) method createSync (line 431) | void createSync({bool recursive = false}) method createTemp (line 442) | Future createTemp([String? prefix]) method createTempSync (line 452) | Directory createTempSync([String? prefix]) method create (line 462) | Future create({bool recursive = false}) method delete (line 473) | Future delete({bool recursive = false}) method deleteSync (line 484) | void deleteSync({bool recursive = false}) method existsSync (line 495) | bool existsSync() method _posixPermissionSuggestion (line 505) | String _posixPermissionSuggestion(String path) method toString (line 509) | String toString() class ErrorHandlingLink (line 512) | class ErrorHandlingLink method wrapFile (line 534) | File wrapFile(io.File delegate) method wrapDirectory (line 541) | Directory wrapDirectory(io.Directory delegate) method wrapLink (line 548) | Link wrapLink(io.Link delegate) method toString (line 555) | String toString() function _run (line 560) | Future _run(Future Function() op, { function _runSync (line 590) | T _runSync(T Function() op, { class ErrorHandlingProcessManager (line 629) | class ErrorHandlingProcessManager extends ProcessManager { method canRun (line 640) | bool canRun(dynamic executable, {String? workingDirectory}) method killPid (line 651) | bool killPid(int pid, [io.ProcessSignal signal = io.ProcessSignal.sigt... method run (line 659) | Future run( method start (line 682) | Future start( method runSync (line 702) | io.ProcessResult runSync( function _handlePosixException (line 725) | void _handlePosixException(Exception e, String? message, int errorCode, ... function _handleWindowsException (line 764) | void _handleWindowsException(Exception e, String? message, int errorCode) function _throwFileSystemException (line 813) | void _throwFileSystemException(String? errorMessage) FILE: packages/flutter_tools/lib/src/base/file_system.dart class FileNotFoundException (line 20) | class FileNotFoundException implements IOException { method toString (line 26) | String toString() class FileSystemUtils (line 30) | class FileSystemUtils { method getUniqueFile (line 43) | File getUniqueFile(Directory dir, String baseName, String ext) method getUniqueDirectory (line 49) | Directory getUniqueDirectory(Directory dir, String baseName) method escapePath (line 67) | String escapePath(String path) method isOlderThanReference (line 75) | bool isOlderThanReference({ function getDisplayPath (line 100) | String getDisplayPath(String fullPath, FileSystem fileSystem) function copyDirectory (line 111) | void copyDirectory( function _getUniqueFile (line 154) | File _getUniqueFile(Directory dir, String baseName, String ext) function getUniqueFile (line 171) | File getUniqueFile(Directory dir, String baseName, String ext) class LocalFileSystem (line 178) | class LocalFileSystem extends local_fs.LocalFileSystem { method dispose (line 191) | Future dispose() method _tryToDeleteTemp (line 202) | void _tryToDeleteTemp() FILE: packages/flutter_tools/lib/src/base/fingerprint.dart class Fingerprinter (line 18) | class Fingerprinter { method buildFingerprint (line 35) | Fingerprint buildFingerprint() method doesFingerprintMatch (line 40) | bool doesFingerprintMatch() method writeFingerprint (line 62) | void writeFingerprint() method _getPaths (line 72) | List _getPaths() class Fingerprint (line 79) | @immutable method toJson (line 115) | String toJson() method _equalMaps (line 125) | bool _equalMaps(Map a, Map b) method toString (line 134) | String toString() FILE: packages/flutter_tools/lib/src/base/io.dart type ExitFunction (line 115) | typedef ExitFunction = void Function(int exitCode); function _inUnitTest (line 141) | bool _inUnitTest() function setExitFunctionForTests (line 148) | void setExitFunctionForTests([ ExitFunction? exitFunction ]) function restoreExitFunction (line 156) | void restoreExitFunction() class ProcessSignal (line 170) | class ProcessSignal { method watch (line 185) | Stream watch() method send (line 197) | bool send(int pid) method toString (line 203) | String toString() class PosixProcessSignal (line 209) | @visibleForTesting method watch (line 216) | Stream watch() class Stdio (line 236) | class Stdio { method stderrWrite (line 322) | void stderrWrite( method stdoutWrite (line 339) | void stdoutWrite( method _stdioWrite (line 355) | void _stdioWrite(io.IOSink sink, String message, { method addStdoutStream (line 370) | Future addStdoutStream(Stream> stream) method addStderrStream (line 373) | Future addStderrStream(Stream> stream) class ProcessInfo (line 377) | abstract class ProcessInfo { method writePidFile (line 386) | File writePidFile(String pidFile) class _DefaultProcessInfo (line 390) | class _DefaultProcessInfo implements ProcessInfo { method writePidFile (line 402) | File writePidFile(String pidFile) class _TestProcessInfo (line 410) | class _TestProcessInfo implements ProcessInfo { method writePidFile (line 422) | File writePidFile(String pidFile) class NetworkInterface (line 430) | class NetworkInterface implements io.NetworkInterface { method toString (line 445) | String toString() type NetworkInterfaceLister (line 448) | typedef NetworkInterfaceLister = Future> Function({ function setNetworkInterfaceLister (line 458) | void setNetworkInterfaceLister(NetworkInterfaceLister lister) function resetNetworkInterfaceLister (line 463) | void resetNetworkInterfaceLister() function listNetworkInterfaces (line 470) | Future> listNetworkInterfaces({ FILE: packages/flutter_tools/lib/src/base/logger.dart class StopwatchFactory (line 17) | class StopwatchFactory { method createStopwatch (line 25) | Stopwatch createStopwatch([String name = '']) type VoidCallback (line 28) | typedef VoidCallback = void Function(); class Logger (line 30) | abstract class Logger { method printError (line 67) | void printError( method printStatus (line 105) | void printStatus( method printTrace (line 117) | void printTrace(String message) method startProgress (line 129) | Status startProgress( method startSpinner (line 137) | Status startSpinner({ VoidCallback? onFinish }) method sendEvent (line 143) | void sendEvent(String name, [Map? args]) method clear (line 146) | void clear() class DelegatingLogger (line 152) | class DelegatingLogger implements Logger { method printError (line 178) | void printError(String message, { method printStatus (line 198) | void printStatus(String message, { method printTrace (line 217) | void printTrace(String message) method sendEvent (line 222) | void sendEvent(String name, [Map? args]) method startProgress (line 227) | Status startProgress(String message, { method startSpinner (line 238) | Status startSpinner({VoidCallback? onFinish}) method clear (line 246) | void clear() function asLogger (line 254) | T asLogger(Logger logger) class StdoutLogger (line 267) | class StdoutLogger extends Logger { method printError (line 297) | void printError( method printStatus (line 325) | void printStatus( method writeToStdOut (line 355) | void writeToStdOut(String message) method writeToStdErr (line 358) | void writeToStdErr(String message) method printTrace (line 361) | void printTrace(String message) method startProgress (line 364) | Status startProgress( method startSpinner (line 397) | Status startSpinner({ VoidCallback? onFinish }) method _clearStatus (line 418) | void _clearStatus() method sendEvent (line 423) | void sendEvent(String name, [Map? args]) method clear (line 426) | void clear() class WindowsStdoutLogger (line 441) | class WindowsStdoutLogger extends StdoutLogger { method writeToStdOut (line 455) | void writeToStdOut(String message) class BufferLogger (line 469) | class BufferLogger extends Logger { method printError (line 514) | void printError( method printStatus (line 535) | void printStatus( method printTrace (line 562) | void printTrace(String message) method startProgress (line 565) | Status startProgress( method startSpinner (line 578) | Status startSpinner({VoidCallback? onFinish}) method clear (line 586) | void clear() method sendEvent (line 594) | void sendEvent(String name, [Map? args]) class VerboseLogger (line 602) | class VerboseLogger extends DelegatingLogger { method printError (line 619) | void printError( method printStatus (line 641) | void printStatus( method printTrace (line 659) | void printTrace(String message) method startProgress (line 664) | Status startProgress( method _emit (line 687) | void _emit(_LogType type, String message, [ StackTrace? stackTrace ]) method sendEvent (line 723) | void sendEvent(String name, [Map? args]) class PrefixedErrorLogger (line 726) | class PrefixedErrorLogger extends DelegatingLogger { method printError (line 730) | void printError( type _LogType (line 754) | enum _LogType { error, status, trace } type SlowWarningCallback (line 756) | typedef SlowWarningCallback = String Function(); class Status (line 774) | abstract class Status { method start (line 794) | void start() method stop (line 800) | void stop() method cancel (line 805) | void cancel() method pause (line 810) | void pause() method resume (line 813) | void resume() method finish (line 816) | void finish() class SilentStatus (line 824) | class SilentStatus extends Status { method finish (line 834) | void finish() class SummaryStatus (line 843) | class SummaryStatus extends Status { method start (line 863) | void start() method _writeToStdOut (line 868) | void _writeToStdOut(String message) method _printMessage (line 870) | void _printMessage() method stop (line 877) | void stop() method cancel (line 888) | void cancel() method pause (line 896) | void pause() class AnonymousSpinnerStatus (line 908) | class AnonymousSpinnerStatus extends Status { method _selectAnimation (line 954) | List _selectAnimation(Terminal terminal) method _writeToStdOut (line 971) | void _writeToStdOut(String message) method _clear (line 973) | void _clear(int length) method start (line 982) | void start() method _startSpinner (line 988) | void _startSpinner() method _callback (line 993) | void _callback(Timer timer) method pause (line 1005) | void pause() method resume (line 1018) | void resume() method finish (line 1025) | void finish() class SpinnerStatus (line 1045) | class SpinnerStatus extends AnonymousSpinnerStatus { method start (line 1071) | void start() method _printStatus (line 1076) | void _printStatus() method pause (line 1083) | void pause() method resume (line 1089) | void resume() method stop (line 1095) | void stop() method cancel (line 1104) | void cancel() FILE: packages/flutter_tools/lib/src/base/multi_root_file_system.dart class MultiRootFileSystem (line 42) | class MultiRootFileSystem extends ForwardingFileSystem { method file (line 60) | File file(dynamic path) method directory (line 66) | Directory directory(dynamic path) method link (line 72) | Link link(dynamic path) method stat (line 78) | Future stat(String path) method statSync (line 82) | io.FileStat statSync(String path) method identical (line 86) | Future identical(String path1, String path2) method identicalSync (line 90) | bool identicalSync(String path1, String path2) method type (line 94) | Future type(String path, {bool followLinks = ... method typeSync (line 98) | io.FileSystemEntityType typeSync(String path, {bool followLinks = true}) method _resolve (line 118) | dynamic _resolve(dynamic path) method _toMultiRootUri (line 151) | Uri _toMultiRootUri(Uri uri) method toString (line 173) | String toString() class MultiRootFileSystemEntity (line 177) | abstract class MultiRootFileSystemEntity method toString (line 223) | String toString() class MultiRootDirectory (line 227) | class MultiRootDirectory method childDirectory (line 242) | Directory childDirectory(String basename) method childFile (line 246) | File childFile(String basename) method childLink (line 250) | Link childLink(String basename) method toString (line 254) | String toString() class MultiRootLink (line 258) | class MultiRootLink extends MultiRootFileSystemEntity method toString (line 269) | String toString() FILE: packages/flutter_tools/lib/src/base/net.dart type HttpClientFactory (line 18) | typedef HttpClientFactory = HttpClient Function(); type UrlTunneller (line 20) | typedef UrlTunneller = Future Function(String url); class Net (line 23) | class Net { method fetchUrl (line 47) | Future?> fetchUrl(Uri url, { method doesRemoteFileExist (line 89) | Future doesRemoteFileExist(Uri url) method _attempt (line 92) | Future _attempt(Uri url, { class _MemoryIOSink (line 172) | class _MemoryIOSink implements IOSink { method add (line 179) | void add(List data) method addStream (line 184) | Future addStream(Stream> stream) method writeCharCode (line 191) | void writeCharCode(int charCode) method write (line 196) | void write(Object? obj) method writeln (line 201) | void writeln([ Object? obj = '' ]) method writeAll (line 206) | void writeAll(Iterable objects, [ String separator = '' ]) method addError (line 218) | void addError(dynamic error, [ StackTrace? stackTrace ]) method close (line 226) | Future close() method flush (line 229) | Future flush() function isIPv6Address (line 233) | bool isIPv6Address(String address) FILE: packages/flutter_tools/lib/src/base/os.dart class OperatingSystemUtils (line 17) | abstract class OperatingSystemUtils { method makeExecutable (line 79) | void makeExecutable(File file) method chmod (line 87) | void chmod(FileSystemEntity entity, String mode) method which (line 91) | File? which(String execName) method whichAll (line 101) | List whichAll(String execName) method makePipe (line 104) | File makePipe(String path) method unzip (line 106) | void unzip(File file, Directory targetDirectory) method unpack (line 108) | void unpack(File gzippedTarFile, Directory targetDirectory) method gzipLevel1Stream (line 111) | Stream> gzipLevel1Stream(Stream> stream) method _which (line 130) | List _which(String execName, { bool all = false }) method findFreePort (line 141) | Future findFreePort({bool ipv6 = false}) class _PosixUtils (line 167) | class _PosixUtils extends OperatingSystemUtils { method makeExecutable (line 181) | void makeExecutable(File file) method chmod (line 186) | void chmod(FileSystemEntity entity, String mode) method _which (line 206) | List _which(String execName, { bool all = false }) method unzip (line 224) | void unzip(File file, Directory targetDirectory) method unpack (line 247) | void unpack(File gzippedTarFile, Directory targetDirectory) method makePipe (line 255) | File makePipe(String path) class _LinuxUtils (line 292) | class _LinuxUtils extends _PosixUtils { method _getOsReleaseValueForKey (line 344) | String _getOsReleaseValueForKey(String osRelease, String key) class _MacOSUtils (line 364) | class _MacOSUtils extends _PosixUtils { method unzip (line 433) | void unzip(File file, Directory targetDirectory) class _WindowsUtils (line 471) | class _WindowsUtils extends OperatingSystemUtils { method makeExecutable (line 488) | void makeExecutable(File file) method chmod (line 491) | void chmod(FileSystemEntity entity, String mode) method _which (line 494) | List _which(String execName, { bool all = false }) method unzip (line 517) | void unzip(File file, Directory targetDirectory) method unpack (line 523) | void unpack(File gzippedTarFile, Directory targetDirectory) method _unpackArchive (line 530) | void _unpackArchive(Archive archive, Directory targetDirectory) method makePipe (line 549) | File makePipe(String path) function findProjectRoot (line 577) | String? findProjectRoot(FileSystem fileSystem, [ String? directory ]) type HostPlatform (line 592) | enum HostPlatform { function getNameForHostPlatform (line 600) | String getNameForHostPlatform(HostPlatform platform) FILE: packages/flutter_tools/lib/src/base/platform.dart class Platform (line 10) | abstract class Platform { class LocalPlatform (line 124) | class LocalPlatform extends Platform { class FakePlatform (line 177) | class FakePlatform extends Platform { FILE: packages/flutter_tools/lib/src/base/process.dart type StringConverter (line 14) | typedef StringConverter = String? Function(String string); type ShutdownHook (line 17) | typedef ShutdownHook = FutureOr Function(); class ShutdownHooks (line 25) | abstract class ShutdownHooks { method addShutdownHook (line 33) | void addShutdownHook( method runShutdownHooks (line 44) | Future runShutdownHooks() class _DefaultShutdownHooks (line 47) | class _DefaultShutdownHooks implements ShutdownHooks { method addShutdownHook (line 58) | void addShutdownHook( method runShutdownHooks (line 66) | Future runShutdownHooks() class ProcessExit (line 85) | class ProcessExit implements Exception { method toString (line 94) | String toString() class RunResult (line 97) | class RunResult { method toString (line 111) | String toString() method throwException (line 123) | void throwException(String message) type RunResultChecker (line 133) | typedef RunResultChecker = bool Function(int); class ProcessUtils (line 135) | abstract class ProcessUtils { method run (line 167) | Future run( method runSync (line 179) | RunResult runSync( method start (line 193) | Future start( method stream (line 211) | Future stream( method exitsHappySync (line 223) | bool exitsHappySync( method exitsHappy (line 228) | Future exitsHappy( class _DefaultProcessUtils (line 234) | class _DefaultProcessUtils implements ProcessUtils { method run (line 246) | Future run( method runSync (line 361) | RunResult runSync( method start (line 418) | Future start( method stream (line 433) | Future stream( method exitsHappySync (line 503) | bool exitsHappySync( method exitsHappy (line 522) | Future exitsHappy( method _environment (line 540) | Map? _environment(bool allowReentrantFlutter, [ method _traceCommand (line 554) | void _traceCommand(List args, { String? workingDirectory }) FILE: packages/flutter_tools/lib/src/base/project_migrator.dart class ProjectMigrator (line 13) | abstract class ProjectMigrator { method migrate (line 20) | bool migrate() method migrateLine (line 24) | String? migrateLine(String line) method migrateFileContents (line 29) | String migrateFileContents(String fileContents) method processFileLines (line 40) | void processFileLines(File file) class ProjectMigration (line 78) | class ProjectMigration { method run (line 83) | bool run() FILE: packages/flutter_tools/lib/src/base/signals.dart type SignalHandler (line 12) | typedef SignalHandler = FutureOr Function(ProcessSignal signal); class Signals (line 17) | abstract class Signals { method addHandler (line 34) | Object addHandler(ProcessSignal signal, SignalHandler handler) method removeHandler (line 41) | Future removeHandler(ProcessSignal signal, Object token) class LocalSignals (line 52) | class LocalSignals implements Signals { method addHandler (line 81) | Object addHandler(ProcessSignal signal, SignalHandler handler) method removeHandler (line 104) | Future removeHandler(ProcessSignal signal, Object token) method _handleSignal (line 130) | Future _handleSignal(ProcessSignal s) method _shouldExitFor (line 151) | bool _shouldExitFor(ProcessSignal signal) FILE: packages/flutter_tools/lib/src/base/task_queue.dart type TaskQueueClosure (line 11) | typedef TaskQueueClosure = Future Function(); class TaskQueue (line 17) | class TaskQueue { method add (line 46) | Future add(TaskQueueClosure task) method _processTask (line 56) | void _processTask() method _checkForCompletion (line 70) | void _checkForCompletion() class _TaskQueueItem (line 82) | class _TaskQueueItem { method run (line 89) | Future run() FILE: packages/flutter_tools/lib/src/base/template.dart class TemplateRenderer (line 7) | abstract class TemplateRenderer { method renderString (line 10) | String renderString(String template, dynamic context, {bool htmlEscape... FILE: packages/flutter_tools/lib/src/base/terminal.dart type TerminalColor (line 10) | enum TerminalColor { class OutputPreferences (line 22) | class OutputPreferences { method toString (line 66) | String toString() class Terminal (line 72) | abstract class Terminal { method bolden (line 108) | String bolden(String message) method color (line 110) | String color(String message, TerminalColor color) method clearScreen (line 112) | String clearScreen() method promptForCharInput (line 141) | Future promptForCharInput( class AnsiTerminal (line 150) | class AnsiTerminal implements Terminal { method colorCode (line 188) | String colorCode(TerminalColor color) method bolden (line 228) | String bolden(String message) method color (line 249) | String color(String message, TerminalColor color) method clearScreen (line 271) | String clearScreen() method promptForCharInput (line 308) | Future promptForCharInput( class _TestTerminal (line 349) | class _TestTerminal implements Terminal { method bolden (line 356) | String bolden(String message) method clearScreen (line 359) | String clearScreen() method color (line 362) | String color(String message, TerminalColor color) method promptForCharInput (line 368) | Future promptForCharInput(List acceptedCharacters, { FILE: packages/flutter_tools/lib/src/base/time.dart class SystemClock (line 6) | class SystemClock { method now (line 14) | DateTime now() method ago (line 17) | DateTime ago(Duration duration) class _FixedTimeClock (line 22) | class _FixedTimeClock extends SystemClock { method now (line 28) | DateTime now() function formatDateTime (line 33) | String formatDateTime(DateTime t) function twoDigits (line 42) | String twoDigits(int n) FILE: packages/flutter_tools/lib/src/base/user_messages.dart class UserMessages (line 11) | class UserMessages { method flutterStatusInfo (line 17) | String flutterStatusInfo(String? channel, String? version, String os, ... method flutterVersion (line 19) | String flutterVersion(String version, String flutterRoot) method flutterRevision (line 21) | String flutterRevision(String revision, String age, String date) method flutterUpstreamRepositoryUrl (line 23) | String flutterUpstreamRepositoryUrl(String url) method flutterGitUrl (line 24) | String flutterGitUrl(String url) method engineRevision (line 25) | String engineRevision(String revision) method dartRevision (line 26) | String dartRevision(String revision) method pubMirrorURL (line 27) | String pubMirrorURL(String url) method flutterMirrorURL (line 28) | String flutterMirrorURL(String url) method intellijStatusInfo (line 46) | String intellijStatusInfo(String version) method intellijMinimumVersion (line 50) | String intellijMinimumVersion(String minVersion) method intellijLocation (line 52) | String intellijLocation(String installPath) method devicesAvailable (line 59) | String devicesAvailable(int devices) method androidCantRunJavaBinary (line 62) | String androidCantRunJavaBinary(String javaBinary) method androidJavaVersion (line 64) | String androidJavaVersion(String javaVersion) method androidJavaMinimumVersion (line 65) | String androidJavaMinimumVersion(String javaVersion) method androidSdkLicenseOnly (line 66) | String androidSdkLicenseOnly(String envKey) method androidBadSdkDir (line 75) | String androidBadSdkDir(String envKey, String homeDir) method androidMissingSdkInstructions (line 78) | String androidMissingSdkInstructions(Platform platform) method androidSdkLocation (line 85) | String androidSdkLocation(String directory) method androidSdkPlatformToolsVersion (line 86) | String androidSdkPlatformToolsVersion(String platform, String tools) method androidSdkInstallHelp (line 88) | String androidSdkInstallHelp(Platform platform) method androidStatusInfo (line 92) | String androidStatusInfo(String version) method androidJdkLocation (line 99) | String androidJdkLocation(String location) method androidLicensesUnknown (line 103) | String androidLicensesUnknown(Platform platform) method androidSdkManagerOutdated (line 107) | String androidSdkManagerOutdated(String managerPath) method androidLicensesTimeout (line 110) | String androidLicensesTimeout(String managerPath) method androidMissingSdkManager (line 112) | String androidMissingSdkManager(String sdkManagerPath, Platform platform) method androidCannotRunSdkManager (line 116) | String androidCannotRunSdkManager(String sdkManagerPath, String error,... method androidSdkBuildToolsOutdated (line 120) | String androidSdkBuildToolsOutdated(int sdkMinVersion, String buildToo... method androidStudioVersion (line 128) | String androidStudioVersion(String version) method androidStudioLocation (line 129) | String androidStudioLocation(String location) method androidStudioMissing (line 138) | String androidStudioMissing(String location) method androidStudioInstallation (line 141) | String androidStudioInstallation(Platform platform) method xcodeLocation (line 146) | String xcodeLocation(String location) method xcodeOutdated (line 148) | String xcodeOutdated(String requiredVersion) method xcodeRecommended (line 152) | String xcodeRecommended(String recommendedVersion) method cocoaPodsVersion (line 173) | String cocoaPodsVersion(String version) method cocoaPodsMissing (line 174) | String cocoaPodsMissing(String consequence, String installInstructions) method cocoaPodsUnknownVersion (line 178) | String cocoaPodsUnknownVersion(String consequence, String upgradeInstr... method cocoaPodsOutdated (line 182) | String cocoaPodsOutdated(String currentVersion, String recVersion, Str... method cocoaPodsBrokenInstall (line 186) | String cocoaPodsBrokenInstall(String consequence, String reinstallInst... method vsCodeVersion (line 192) | String vsCodeVersion(String version) method vsCodeLocation (line 193) | String vsCodeLocation(String location) method vsCodeFlutterExtensionMissing (line 194) | String vsCodeFlutterExtensionMissing(String url) method visualStudioVersion (line 197) | String visualStudioVersion(String name, String version) method visualStudioLocation (line 198) | String visualStudioLocation(String location) method windows10SdkVersion (line 199) | String windows10SdkVersion(String version) method visualStudioMissingComponents (line 200) | String visualStudioMissingComponents(String workload, List com... method visualStudioMissing (line 207) | String visualStudioMissing(String workload) method visualStudioTooOld (line 211) | String visualStudioTooOld(String minimumVersion, String workload) method clangTooOld (line 226) | String clangTooOld(String minimumVersion) method cmakeTooOld (line 230) | String cmakeTooOld(String minimumVersion) method ninjaVersion (line 231) | String ninjaVersion(String version) method ninjaTooOld (line 235) | String ninjaTooOld(String minimumVersion) method pkgConfigVersion (line 236) | String pkgConfigVersion(String version) method pkgConfigTooOld (line 240) | String pkgConfigTooOld(String minimumVersion) method flutterElapsedTime (line 245) | String flutterElapsedTime(String name, String elapsedTime) method flutterNoMatchingDevice (line 249) | String flutterNoMatchingDevice(String deviceId) method flutterMissPlatformProjects (line 253) | String flutterMissPlatformProjects(List unsupportedDevicesType) method flutterFoundSpecifiedDevices (line 256) | String flutterFoundSpecifiedDevices(int count, String deviceId) method flutterChooseDevice (line 259) | String flutterChooseDevice(int option, String name, String deviceId) method flutterTargetFileMissing (line 271) | String flutterTargetFileMissing(String path) method runnerNoRoot (line 277) | String runnerNoRoot(String error) method runnerWrapColumnInvalid (line 278) | String runnerWrapColumnInvalid(dynamic value) method runnerWrapColumnParseError (line 280) | String runnerWrapColumnParseError(dynamic value) method runnerBugReportFinished (line 282) | String runnerBugReportFinished(String zipFileName) method runnerNoEngineSrcDir (line 287) | String runnerNoEngineSrcDir(String enginePackageName, String engineEnv... method runnerNoEngineBuildDirInPath (line 292) | String runnerNoEngineBuildDirInPath(String engineSourcePath) method runnerNoEngineBuild (line 298) | String runnerNoEngineBuild(String engineBuildPath) method runnerWrongFlutterInstance (line 300) | String runnerWrongFlutterInstance(String flutterRoot, String currentDir) method runnerRemovedFlutterRepo (line 306) | String runnerRemovedFlutterRepo(String flutterRoot, String flutterPath) method runnerChangedFlutterRepo (line 316) | String runnerChangedFlutterRepo(String flutterRoot, String flutterPath) method invalidVersionSettingHintMessage (line 325) | String invalidVersionSettingHintMessage(String invalidVersion) method _androidSdkInstallUrl (line 334) | String _androidSdkInstallUrl(Platform platform) FILE: packages/flutter_tools/lib/src/base/utils.dart function camelCase (line 18) | String camelCase(String str) function snakeCase (line 32) | String snakeCase(String str, [ String sep = '_' ]) function toTitleCase (line 37) | String toTitleCase(String str) function pluralize (line 45) | String pluralize(String word, int count) function getEnumName (line 48) | String getEnumName(dynamic enumItem) function toPrettyJson (line 54) | String toPrettyJson(Object jsonable) function getElapsedAsSeconds (line 62) | String getElapsedAsSeconds(Duration duration) function getElapsedAsMilliseconds (line 67) | String getElapsedAsMilliseconds(Duration duration) function getSizeAsMB (line 72) | String getSizeAsMB(int bytesLength) class ItemListNotifier (line 79) | class ItemListNotifier { method updateWithNewList (line 94) | void updateWithNewList(List updatedList) method removeItem (line 106) | void removeItem(T item) method dispose (line 113) | void dispose() class SettingsFile (line 119) | class SettingsFile { method writeContents (line 141) | void writeContents(File file) function castStringKeyedMap (line 151) | Map? castStringKeyedMap(dynamic untyped) function wrapText (line 194) | String wrapText(String text, { class _AnsiRun (line 260) | class _AnsiRun { function _wrapTextAsLines (line 284) | List _wrapTextAsLines(String text, { function splitWithCodes (line 299) | List<_AnsiRun> splitWithCodes(String input) function joinRun (line 325) | String joinRun(List<_AnsiRun> list, int start, [ int? end ]) function _isWhitespace (line 379) | bool _isWhitespace(_AnsiRun run) function interpolateString (line 415) | String interpolateString(String toInterpolate, Map repla... function interpolateStringList (line 443) | List interpolateStringList(List toInterpolate, Map versions) method compareTo (line 109) | int compareTo(Version other) method toString (line 120) | String toString() FILE: packages/flutter_tools/lib/src/build_info.dart class BuildInfo (line 20) | class BuildInfo { method toBuildSystemEnvironment (line 204) | Map toBuildSystemEnvironment() method toEnvironmentConfig (line 238) | Map toEnvironmentConfig() method toGradleConfig (line 267) | List toGradleConfig() class AndroidBuildInfo (line 297) | class AndroidBuildInfo { class BuildMode (line 327) | class BuildMode { method toString (line 387) | String toString() function getNameForBuildMode (line 391) | String getNameForBuildMode(BuildMode buildMode) function getBuildModeForName (line 396) | BuildMode getBuildModeForName(String name) type EnvironmentType (line 401) | enum EnvironmentType { function validatedBuildNumberForPlatform (line 406) | String? validatedBuildNumberForPlatform(TargetPlatform targetPlatform, S... function validatedBuildNameForPlatform (line 453) | String? validatedBuildNameForPlatform(TargetPlatform targetPlatform, Str... function getModeName (line 490) | String getModeName(BuildMode mode) function getFriendlyModeName (line 492) | String getFriendlyModeName(BuildMode mode) function isAotBuildMode (line 497) | bool isAotBuildMode(BuildMode mode) function isEmulatorBuildMode (line 502) | bool isEmulatorBuildMode(BuildMode mode) type TargetPlatform (line 506) | enum TargetPlatform { type DarwinArch (line 531) | enum DarwinArch { type AndroidArch (line 538) | enum AndroidArch { function defaultIOSArchsForEnvironment (line 546) | List defaultIOSArchsForEnvironment( function getNameForDarwinArch (line 560) | String getNameForDarwinArch(DarwinArch arch) function getIOSArchForName (line 571) | DarwinArch getIOSArchForName(String arch) function getDarwinArchForName (line 586) | DarwinArch getDarwinArchForName(String arch) function getNameForTargetPlatform (line 596) | String getNameForTargetPlatform(TargetPlatform platform, {DarwinArch? da... function getTargetPlatformForName (line 637) | TargetPlatform getTargetPlatformForName(String platform) function getAndroidArchForName (line 675) | AndroidArch getAndroidArchForName(String platform) function getNameForAndroidArch (line 689) | String getNameForAndroidArch(AndroidArch arch) function getPlatformNameForAndroidArch (line 702) | String getPlatformNameForAndroidArch(AndroidArch arch) function fuchsiaArchForTargetPlatform (line 715) | String fuchsiaArchForTargetPlatform(TargetPlatform targetPlatform) function getCurrentHostPlatform (line 726) | HostPlatform getCurrentHostPlatform() function getBuildDirectory (line 744) | String getBuildDirectory([Config? config, FileSystem? fileSystem]) function getAndroidBuildDirectory (line 765) | String getAndroidBuildDirectory() function getAotBuildDirectory (line 771) | String getAotBuildDirectory() function getAssetBuildDirectory (line 776) | String getAssetBuildDirectory() function getIosBuildDirectory (line 781) | String getIosBuildDirectory() function getMacOSBuildDirectory (line 786) | String getMacOSBuildDirectory() function getWebBuildDirectory (line 791) | String getWebBuildDirectory() function getLinuxBuildDirectory (line 796) | String getLinuxBuildDirectory([TargetPlatform? targetPlatform]) function getWindowsBuildDirectory (line 805) | String getWindowsBuildDirectory() function getWindowsBuildUwpDirectory (line 810) | String getWindowsBuildUwpDirectory() function getFuchsiaBuildDirectory (line 815) | String getFuchsiaBuildDirectory() function encodeDartDefines (line 919) | String encodeDartDefines(List defines) function decodeCommaSeparated (line 923) | List decodeCommaSeparated(Map environmentDefines... function decodeDartDefines (line 934) | List decodeDartDefines(Map environmentDefines, S... type NullSafetyMode (line 946) | enum NullSafetyMode { function _getCurrentHostPlatformArchName (line 953) | String _getCurrentHostPlatformArchName() function getNameForTargetPlatformArch (line 958) | String getNameForTargetPlatformArch(TargetPlatform platform) function getNameForHostPlatformArch (line 971) | String getNameForHostPlatformArch(HostPlatform platform) FILE: packages/flutter_tools/lib/src/build_system/build_system.dart class BuildSystemConfig (line 34) | class BuildSystemConfig { class Target (line 108) | abstract class Target { method canSkip (line 140) | bool canSkip(Environment environment) method build (line 143) | Future build(Environment environment) method _toNode (line 146) | Node _toNode(Environment environment) method clearStamp (line 162) | void clearStamp(Environment environment) method _writeStamp (line 167) | void _writeStamp( method resolveInputs (line 193) | ResolvedFiles resolveInputs(Environment environment) method resolveOutputs (line 201) | ResolvedFiles resolveOutputs(Environment environment) method fold (line 206) | T fold(T initialValue, T Function(T previousValue, Target target) c... method toJson (line 217) | Map toJson(Environment environment) method _findStampFile (line 234) | File _findStampFile(Environment environment) method _resolveConfiguration (line 239) | ResolvedFiles _resolveConfiguration( class CompositeTarget (line 258) | class CompositeTarget extends Target { method build (line 268) | Future build(Environment environment) class Environment (line 321) | class Environment { class BuildResult (line 522) | class BuildResult { class BuildSystem (line 541) | abstract class BuildSystem { method build (line 546) | Future build( method buildIncremental (line 556) | Future buildIncremental( class FlutterBuildSystem (line 563) | class FlutterBuildSystem extends BuildSystem { method build (line 577) | Future build( method buildIncremental (line 650) | Future buildIncremental( method trackSharedBuildDirectory (line 705) | void trackSharedBuildDirectory( class _BuildInstance (line 749) | class _BuildInstance { method invokeTarget (line 776) | Future invokeTarget(Node node) method _invokeInternal (line 785) | Future _invokeInternal(Node node) method updateGraph (line 801) | void updateGraph() class ExceptionMeasurement (line 889) | class ExceptionMeasurement { method toString (line 900) | String toString() class PerformanceMeasurement (line 904) | class PerformanceMeasurement { function checkCycles (line 923) | void checkCycles(Target initial) function checkInternal (line 924) | void checkInternal(Target target, Set visited, Set stack) function verifyOutputDirectories (line 942) | void verifyOutputDirectories(List outputs, Environment environment... class Node (line 962) | class Node { method _invalidate (line 1044) | InvalidatedReason _invalidate(InvalidatedReasonKind kind) method computeChanges (line 1051) | bool computeChanges( class InvalidatedReason (line 1142) | class InvalidatedReason { method toString (line 1150) | String toString() type InvalidatedReasonKind (line 1167) | enum InvalidatedReasonKind { FILE: packages/flutter_tools/lib/src/build_system/depfile.dart class DepfileService (line 10) | class DepfileService { method writeToFile (line 28) | void writeToFile(Depfile depfile, File output, {bool writeEmpty = false}) method parse (line 43) | Depfile parse(File file) method parseDart2js (line 60) | Depfile parseDart2js(File file, File output) method _writeFilesToBuffer (line 78) | void _writeFilesToBuffer(List files, StringBuffer buffer) method _processList (line 95) | List _processList(String rawText) class Depfile (line 112) | class Depfile { FILE: packages/flutter_tools/lib/src/build_system/exceptions.dart class MissingInputException (line 11) | class MissingInputException implements Exception { method toString (line 21) | String toString() class CycleException (line 29) | class CycleException implements Exception { method toString (line 35) | String toString() class InvalidPatternException (line 40) | class InvalidPatternException implements Exception { method toString (line 46) | String toString() class MissingOutputException (line 51) | class MissingOutputException implements Exception { method toString (line 61) | String toString() class MisplacedOutputException (line 70) | class MisplacedOutputException implements Exception { method toString (line 77) | String toString() class MissingDefineException (line 84) | class MissingDefineException implements Exception { method toString (line 91) | String toString() FILE: packages/flutter_tools/lib/src/build_system/file_store.dart class FileStorage (line 17) | class FileStorage { method toBuffer (line 36) | List toBuffer() class FileHash (line 48) | class FileHash { method toJson (line 61) | Object toJson() type FileStoreStrategy (line 71) | enum FileStoreStrategy { class FileStore (line 92) | class FileStore { method initialize (line 115) | void initialize() method persist (line 152) | void persist() method persistIncremental (line 179) | void persistIncremental() method diffFileList (line 187) | List diffFileList(List files) method _checkModification (line 204) | void _checkModification(File file, List dirty) method _hashFile (line 225) | void _hashFile(File file, List dirty) FILE: packages/flutter_tools/lib/src/build_system/hash.dart class Md5Hash (line 35) | class Md5Hash { method addChunk (line 52) | void addChunk(Uint8List data, [int? stop]) method _writeChunk (line 72) | void _writeChunk(Uint32List chunk) method finalize (line 143) | Uint32List finalize() method _add32 (line 161) | int _add32(int x, int y) method _rotl32 (line 165) | int _rotl32(int val, int shift) FILE: packages/flutter_tools/lib/src/build_system/source.dart class ResolvedFiles (line 12) | abstract class ResolvedFiles { class SourceVisitor (line 24) | class SourceVisitor implements ResolvedFiles { method visitDepfile (line 49) | void visitDepfile(String name) method _processList (line 71) | Iterable _processList(String rawText) method visitPattern (line 88) | void visitPattern(String pattern, bool optional) method visitArtifact (line 172) | void visitArtifact(Artifact artifact, TargetPlatform? platform, BuildM... method visitHostArtifact (line 201) | void visitHostArtifact(HostArtifact artifact) class Source (line 225) | abstract class Source { method accept (line 241) | void accept(SourceVisitor visitor) class _PatternSource (line 253) | class _PatternSource implements Source { method accept (line 260) | void accept(SourceVisitor visitor) class _ArtifactSource (line 266) | class _ArtifactSource implements Source { method accept (line 274) | void accept(SourceVisitor visitor) class _HostArtifactSource (line 280) | class _HostArtifactSource implements Source { method accept (line 286) | void accept(SourceVisitor visitor) FILE: packages/flutter_tools/lib/src/build_system/targets/android.dart class AndroidAssetBundle (line 27) | abstract class AndroidAssetBundle extends Target { method build (line 45) | Future build(Environment environment) class DebugAndroidApplication (line 89) | class DebugAndroidApplication extends AndroidAssetBundle { class AotAndroidAssetBundle (line 112) | class AotAndroidAssetBundle extends AndroidAssetBundle { class ProfileAndroidApplication (line 120) | class ProfileAndroidApplication extends CopyFlutterAotBundle { class ReleaseAndroidApplication (line 134) | class ReleaseAndroidApplication extends CopyFlutterAotBundle { class AndroidAot (line 158) | class AndroidAot extends AotElfBase { method build (line 208) | Future build(Environment environment) class AndroidAotBundle (line 287) | class AndroidAotBundle extends Target { method build (line 334) | Future build(Environment environment) class AndroidAotDeferredComponentsBundle (line 374) | class AndroidAotDeferredComponentsBundle extends Target { method build (line 421) | Future build(Environment environment) function copyDeferredComponentSoFiles (line 470) | Depfile copyDeferredComponentSoFiles( FILE: packages/flutter_tools/lib/src/build_system/targets/assets.dart function copyAssets (line 27) | Future copyAssets(Environment environment, Directory outputDire... function processSkSLBundle (line 184) | DevFSContent? processSkSLBundle(String? bundlePath, { class CopyAssets (line 246) | class CopyAssets extends Target { method build (line 272) | Future build(Environment environment) FILE: packages/flutter_tools/lib/src/build_system/targets/common.dart class CopyFlutterBundle (line 24) | class CopyFlutterBundle extends Target { method build (line 51) | Future build(Environment environment) class ReleaseCopyFlutterBundle (line 93) | class ReleaseCopyFlutterBundle extends CopyFlutterBundle { class KernelSnapshot (line 120) | class KernelSnapshot extends Target { method build (line 150) | Future build(Environment environment) class AotElfBase (line 235) | abstract class AotElfBase extends Target { method build (line 242) | Future build(Environment environment) class AotElfProfile (line 294) | class AotElfProfile extends AotElfBase { class AotElfRelease (line 326) | class AotElfRelease extends AotElfBase { class CopyFlutterAotBundle (line 359) | abstract class CopyFlutterAotBundle extends Target { method build (line 373) | Future build(Environment environment) FILE: packages/flutter_tools/lib/src/build_system/targets/dart_plugin_registrant.dart class DartPluginRegistrantTarget (line 17) | class DartPluginRegistrantTarget extends Target { method build (line 34) | Future build(Environment environment) method canSkip (line 58) | bool canSkip(Environment environment) FILE: packages/flutter_tools/lib/src/build_system/targets/deferred_components.dart class DeferredComponentsGenSnapshotValidatorTarget (line 19) | class DeferredComponentsGenSnapshotValidatorTarget extends Target { method build (line 78) | Future build(Environment environment) FILE: packages/flutter_tools/lib/src/build_system/targets/desktop.dart function unpackDesktopArtifacts (line 16) | Depfile unpackDesktopArtifacts({ FILE: packages/flutter_tools/lib/src/build_system/targets/icon_tree_shaker.dart function _getList (line 18) | List> _getList(Object? object, String errorMessage) class IconTreeShaker (line 27) | class IconTreeShaker { method _getIconData (line 96) | Future _getIconData(Environment environment) method subsetFont (line 159) | Future subsetFont({ method _parseFontJson (line 219) | Future> _parseFontJson( method _findConstants (line 259) | Future>> _findConstants( method _parseConstFinderResult (line 302) | Map> _parseConstFinderResult(_ConstFinderResult cons... class _ConstFinderResult (line 327) | class _ConstFinderResult { class _IconTreeShakerData (line 347) | class _IconTreeShakerData { method toString (line 367) | String toString() class IconTreeShakerException (line 370) | class IconTreeShakerException implements Exception { method toString (line 376) | String toString() FILE: packages/flutter_tools/lib/src/build_system/targets/ios.dart class AotAssemblyBase (line 29) | abstract class AotAssemblyBase extends Target { method build (line 36) | Future build(Environment environment) class AotAssemblyRelease (line 130) | class AotAssemblyRelease extends AotAssemblyBase { class AotAssemblyProfile (line 165) | class AotAssemblyProfile extends AotAssemblyBase { class DebugUniversalFramework (line 199) | class DebugUniversalFramework extends Target { method build (line 222) | Future build(Environment environment) class UnpackIOS (line 248) | abstract class UnpackIOS extends Target { method build (line 274) | Future build(Environment environment) method _copyFramework (line 296) | void _copyFramework(Environment environment) method _thinFramework (line 324) | void _thinFramework(Environment environment, String frameworkBinaryPath) method _bitcodeStripFramework (line 370) | void _bitcodeStripFramework(Environment environment, String frameworkB... class ReleaseUnpackIOS (line 390) | class ReleaseUnpackIOS extends UnpackIOS { class ProfileUnpackIOS (line 401) | class ProfileUnpackIOS extends UnpackIOS { class DebugUnpackIOS (line 412) | class DebugUnpackIOS extends UnpackIOS { class IosAssetBundle (line 429) | abstract class IosAssetBundle extends Target { method build (line 456) | Future build(Environment environment) class DebugIosApplicationBundle (line 516) | class DebugIosApplicationBundle extends IosAssetBundle { class ProfileIosApplicationBundle (line 546) | class ProfileIosApplicationBundle extends IosAssetBundle { class ReleaseIosApplicationBundle (line 559) | class ReleaseIosApplicationBundle extends IosAssetBundle { function _createStubAppFramework (line 576) | Future _createStubAppFramework(File outputFile, Environment enviro... function _signFramework (line 627) | void _signFramework(Environment environment, String binaryPath, BuildMod... FILE: packages/flutter_tools/lib/src/build_system/targets/linux.dart class UnpackLinux (line 28) | class UnpackLinux extends Target { method build (line 51) | Future build(Environment environment) class BundleLinuxAssets (line 95) | abstract class BundleLinuxAssets extends Target { method build (line 119) | Future build(Environment environment) class LinuxAotBundle (line 156) | class LinuxAotBundle extends Target { method build (line 182) | Future build(Environment environment) class DebugBundleLinuxAssets (line 192) | class DebugBundleLinuxAssets extends BundleLinuxAssets { class ProfileBundleLinuxAssets (line 209) | class ProfileBundleLinuxAssets extends BundleLinuxAssets { class ReleaseBundleLinuxAssets (line 225) | class ReleaseBundleLinuxAssets extends BundleLinuxAssets { FILE: packages/flutter_tools/lib/src/build_system/targets/localizations.dart class GenerateLocalizationsTarget (line 16) | class GenerateLocalizationsTarget extends Target { method canSkip (line 38) | bool canSkip(Environment environment) method build (line 44) | Future build(Environment environment) FILE: packages/flutter_tools/lib/src/build_system/targets/macos.dart class UnpackMacOS (line 31) | abstract class UnpackMacOS extends Target { method build (line 48) | Future build(Environment environment) method _thinFramework (line 79) | void _thinFramework(Environment environment, String frameworkBinaryPath) class ReleaseUnpackMacOS (line 126) | class ReleaseUnpackMacOS extends UnpackMacOS { class ProfileUnpackMacOS (line 140) | class ProfileUnpackMacOS extends UnpackMacOS { class DebugUnpackMacOS (line 154) | class DebugUnpackMacOS extends UnpackMacOS { class DebugMacOSFramework (line 172) | class DebugMacOSFramework extends Target { method build (line 179) | Future build(Environment environment) class CompileMacOSFramework (line 226) | class CompileMacOSFramework extends Target { method build (line 233) | Future build(Environment environment) class MacOSBundleFlutterAssets (line 334) | abstract class MacOSBundleFlutterAssets extends Target { method build (line 355) | Future build(Environment environment) class DebugMacOSBundleFlutterAssets (line 479) | class DebugMacOSBundleFlutterAssets extends MacOSBundleFlutterAssets { class ProfileMacOSBundleFlutterAssets (line 510) | class ProfileMacOSBundleFlutterAssets extends MacOSBundleFlutterAssets { class ReleaseMacOSBundleFlutterAssets (line 525) | class ReleaseMacOSBundleFlutterAssets extends MacOSBundleFlutterAssets { FILE: packages/flutter_tools/lib/src/build_system/targets/web.dart type ServiceWorkerStrategy (line 55) | enum ServiceWorkerStrategy { function _serviceWorkerStrategyFromString (line 67) | ServiceWorkerStrategy _serviceWorkerStrategyFromString(String value) class WebEntrypointTarget (line 79) | class WebEntrypointTarget extends Target { method build (line 99) | Future build(Environment environment) class Dart2JSTarget (line 173) | class Dart2JSTarget extends Target { method _collectOutput (line 202) | String _collectOutput(ProcessResult result) method build (line 213) | Future build(Environment environment) class WebReleaseBundle (line 289) | class WebReleaseBundle extends Target { method build (line 319) | Future build(Environment environment) class WebServiceWorker (line 408) | class WebServiceWorker extends Target { method build (line 432) | Future build(Environment environment) function generateServiceWorker (line 499) | String generateServiceWorker( FILE: packages/flutter_tools/lib/src/build_system/targets/windows.dart class UnpackWindows (line 49) | class UnpackWindows extends Target { method build (line 70) | Future build(Environment environment) class UnpackWindowsUwp (line 116) | class UnpackWindowsUwp extends Target { method build (line 137) | Future build(Environment environment) class BundleWindowsAssets (line 189) | abstract class BundleWindowsAssets extends Target { method build (line 211) | Future build(Environment environment) class BundleWindowsAssetsUwp (line 245) | abstract class BundleWindowsAssetsUwp extends BundleWindowsAssets { class WindowsAotBundle (line 256) | class WindowsAotBundle extends Target { method build (line 289) | Future build(Environment environment) class WindowsUwpAotBundle (line 300) | class WindowsUwpAotBundle extends Target { method build (line 326) | Future build(Environment environment) class ReleaseBundleWindowsAssets (line 336) | class ReleaseBundleWindowsAssets extends BundleWindowsAssets { class ProfileBundleWindowsAssets (line 352) | class ProfileBundleWindowsAssets extends BundleWindowsAssets { class DebugBundleWindowsAssets (line 368) | class DebugBundleWindowsAssets extends BundleWindowsAssets { class ReleaseBundleWindowsAssetsUwp (line 385) | class ReleaseBundleWindowsAssetsUwp extends BundleWindowsAssetsUwp { class ProfileBundleWindowsAssetsUwp (line 401) | class ProfileBundleWindowsAssetsUwp extends BundleWindowsAssetsUwp { class DebugBundleWindowsAssetsUwp (line 417) | class DebugBundleWindowsAssetsUwp extends BundleWindowsAssetsUwp { FILE: packages/flutter_tools/lib/src/bundle.dart function getDefaultApplicationKernelPath (line 18) | String getDefaultApplicationKernelPath({ function getDefaultCachedKernelPath (line 27) | String getDefaultCachedKernelPath({ function getKernelPathForTransformerOptions (line 54) | String getKernelPathForTransformerOptions( FILE: packages/flutter_tools/lib/src/bundle_builder.dart class BundleBuilder (line 26) | class BundleBuilder { method build (line 31) | Future build({ function buildAssets (line 111) | Future buildAssets({ function writeBundle (line 135) | Future writeBundle( FILE: packages/flutter_tools/lib/src/cache.dart class DevelopmentArtifact (line 33) | class DevelopmentArtifact { method toString (line 99) | String toString() class Cache (line 106) | class Cache { method registerArtifact (line 169) | void registerArtifact(ArtifactSet artifactSet) method _createUpdater (line 174) | ArtifactUpdater _createUpdater() method defaultFlutterRoot (line 213) | String defaultFlutterRoot({ method normalize (line 218) | String normalize(String path) method disableLocking (line 275) | void disableLocking() method enableLocking (line 283) | void enableLocking() method isLocked (line 291) | bool isLocked() method lock (line 301) | Future lock() method releaseLock (line 342) | void releaseLock() method checkLockAcquired (line 352) | void checkLockAcquired() method _maybeWarnAboutStorageOverride (line 418) | void _maybeWarnAboutStorageOverride(String overrideUrl) method getRoot (line 430) | Directory getRoot() method getHostPlatformArchName (line 438) | String getHostPlatformArchName() method getCacheDir (line 443) | Directory getCacheDir(String name) method getDownloadDir (line 453) | Directory getDownloadDir() method getCacheArtifacts (line 456) | Directory getCacheArtifacts() method getLicenseFile (line 459) | File getLicenseFile() method getArtifactDirectory (line 463) | Directory getArtifactDirectory(String name) method getWebSdkDirectory (line 490) | Directory getWebSdkDirectory() method getVersionFor (line 494) | String? getVersionFor(String artifactName) method clearStampFiles (line 505) | void clearStampFiles() method getStampFor (line 520) | String? getStampFor(String artifactName) method setStampFor (line 532) | void setStampFor(String artifactName, String version) method getStampFileFor (line 536) | File getStampFileFor(String artifactName) method isOlderThanToolsStamp (line 542) | bool isOlderThanToolsStamp(FileSystemEntity entity) method isUpToDate (line 550) | Future isUpToDate() method updateAll (line 560) | Future updateAll(Set requiredArtifacts) method areRemoteArtifactsAvailable (line 588) | Future areRemoteArtifactsAvailable({ method doesRemoteExist (line 604) | Future doesRemoteExist(String message, Uri url) class ArtifactSet (line 619) | abstract class ArtifactSet { method isUpToDate (line 626) | Future isUpToDate(FileSystem fileSystem) method update (line 634) | Future update( class CachedArtifact (line 650) | abstract class CachedArtifact extends ArtifactSet { method isUpToDate (line 676) | Future isUpToDate(FileSystem fileSystem) method update (line 687) | Future update( method isUpToDateInner (line 727) | bool isUpToDateInner(FileSystem fileSystem) method updateInner (line 729) | Future updateInner( class EngineCachedArtifact (line 737) | abstract class EngineCachedArtifact extends CachedArtifact { method getBinaryDirs (line 748) | List> getBinaryDirs() method getLicenseDirs (line 751) | List getLicenseDirs() method getPackageDirs (line 754) | List getPackageDirs() method isUpToDateInner (line 757) | bool isUpToDateInner(FileSystem fileSystem) method updateInner (line 783) | Future updateInner( method checkForArtifacts (line 822) | Future checkForArtifacts(String? engineVersion) method _makeFilesExecutable (line 846) | void _makeFilesExecutable(Directory dir, OperatingSystemUtils operatin... class ArtifactUpdater (line 861) | class ArtifactUpdater { method downloadZipArchive (line 894) | Future downloadZipArchive( method downloadZippedTarball (line 908) | Future downloadZippedTarball(String message, Uri url, Directory ... method _downloadArchive (line 918) | Future _downloadArchive( method _download (line 1021) | Future _download(Uri url, File file) method _expectedMd5 (line 1057) | String? _expectedMd5(HttpHeaders httpHeaders) method _createDownloadFile (line 1085) | File _createDownloadFile(String name) method _ensureExists (line 1092) | void _ensureExists(Directory directory) method removeDownloadedFiles (line 1099) | void removeDownloadedFiles() method _deleteIgnoringErrors (line 1119) | void _deleteIgnoringErrors(FileSystemEntity entity) function flattenNameSubdirs (line 1132) | String flattenNameSubdirs(Uri url, FileSystem fileSystem) function _flattenNameNoSubdirs (line 1140) | String _flattenNameNoSubdirs(String fileName) FILE: packages/flutter_tools/lib/src/cmake.dart function getCmakeExecutableName (line 11) | String? getCmakeExecutableName(CmakeBasedProject project) function getCmakePackageGuid (line 28) | String? getCmakePackageGuid(File cmakeFile) function _escapeBackslashes (line 42) | String _escapeBackslashes(String s) function writeGeneratedCmakeConfig (line 49) | void writeGeneratedCmakeConfig(String flutterRoot, CmakeBasedProject pro... FILE: packages/flutter_tools/lib/src/cmake_project.dart class CmakeBasedProject (line 18) | abstract class CmakeBasedProject { method existsSync (line 23) | bool existsSync() class WindowsProject (line 43) | class WindowsProject extends FlutterProjectPlatform implements CmakeBase... method existsSync (line 55) | bool existsSync() method ensureReadyForPlatformSpecificTooling (line 84) | Future ensureReadyForPlatformSpecificTooling() class WindowsUwpProject (line 88) | class WindowsUwpProject extends WindowsProject { function parseAppVersion (line 108) | String? parseAppVersion(WindowsUwpProject project) class LinuxProject (line 127) | class LinuxProject extends FlutterProjectPlatform implements CmakeBasedP... method existsSync (line 151) | bool existsSync() method ensureReadyForPlatformSpecificTooling (line 168) | Future ensureReadyForPlatformSpecificTooling() FILE: packages/flutter_tools/lib/src/commands/analyze.dart class AnalyzeCommand (line 19) | class AnalyzeCommand extends FlutterCommand { method runCommand (line 127) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/analyze_base.dart class AnalyzeBase (line 23) | abstract class AnalyzeBase { method analyze (line 55) | Future analyze() method dumpErrors (line 57) | void dumpErrors(Iterable errors) method writeBenchmark (line 73) | void writeBenchmark(Stopwatch stopwatch, int errorCount) method generateErrorsMessage (line 89) | String generateErrorsMessage({ class PackageDependency (line 117) | class PackageDependency { method addCanonicalCase (line 122) | void addCanonicalCase(String packagePath, String pubSpecYamlPath) method add (line 127) | void add(String packagePath, String sourcePath) method describeConflict (line 143) | void describeConflict(StringBuffer result) class PackageDependencyTracker (line 165) | class PackageDependencyTracker { method getPackageDependency (line 173) | PackageDependency getPackageDependency(String packageName) method addDependenciesFromPackagesFileIn (line 178) | void addDependenciesFromPackagesFileIn(Directory directory) method addCanonicalCase (line 203) | void addCanonicalCase(String packageName, String packagePath, String p... method add (line 207) | void add(String packageName, String packagePath, String dotPackagesPath) method checkForConflictingDependencies (line 211) | void checkForConflictingDependencies(Iterable pubSpecDirect... method generateConflictReport (line 263) | String generateConflictReport() method asPackageMap (line 273) | Map asPackageMap() FILE: packages/flutter_tools/lib/src/commands/analyze_continuously.dart class AnalyzeContinuously (line 21) | class AnalyzeContinuously extends AnalyzeBase { method analyze (line 53) | Future analyze() method _handleAnalysisStatus (line 99) | void _handleAnalysisStatus(AnalysisServer server, bool isAnalyzing) method _handleAnalysisErrors (line 158) | void _handleAnalysisErrors(FileAnalysisErrors fileErrors) FILE: packages/flutter_tools/lib/src/commands/analyze_once.dart class AnalyzeOnce (line 22) | class AnalyzeOnce extends AnalyzeBase { method analyze (line 50) | Future analyze() method handleAnalysisStatus (line 106) | void handleAnalysisStatus(bool isAnalyzing) method handleAnalysisErrors (line 116) | void handleAnalysisErrors(FileAnalysisErrors fileErrors) method _isFatal (line 188) | bool _isFatal(List errors) FILE: packages/flutter_tools/lib/src/commands/assemble.dart class AssembleCommand (line 90) | class AssembleCommand extends FlutterCommand { method createTargets (line 178) | List createTargets() method isDeferredComponentsTargets (line 198) | bool isDeferredComponentsTargets() method isDebug (line 207) | bool isDebug() method createEnvironment (line 220) | Environment createEnvironment() method _parseDefines (line 253) | Map _parseDefines(List values) method runCommand (line 281) | Future runCommand() function writeListIfChanged (line 362) | void writeListIfChanged(List files, String path) function writePerformanceData (line 381) | void writePerformanceData(Iterable measurements,... FILE: packages/flutter_tools/lib/src/commands/attach.dart class AttachCommand (line 62) | class AttachCommand extends FlutterCommand { method validateCommand (line 182) | Future validateCommand() method runCommand (line 217) | Future runCommand() method _attachToDevice (line 233) | Future _attachToDevice(Device device) method createResidentRunner (line 403) | Future createResidentRunner({ method _validateArguments (line 450) | Future _validateArguments() class HotRunnerFactory (line 453) | class HotRunnerFactory { method build (line 454) | HotRunner build( FILE: packages/flutter_tools/lib/src/commands/build.dart class BuildCommand (line 25) | class BuildCommand extends FlutterCommand { method _addSubcommand (line 48) | void _addSubcommand(BuildSubCommand command) method runCommand (line 64) | Future runCommand() class BuildSubCommand (line 67) | abstract class BuildSubCommand extends FlutterCommand { method displayNullSafetyMode (line 82) | void displayNullSafetyMode(BuildInfo buildInfo) FILE: packages/flutter_tools/lib/src/commands/build_aar.dart class BuildAarCommand (line 22) | class BuildAarCommand extends BuildSubCommand { method runCommand (line 109) | Future runCommand() method _getProject (line 155) | FlutterProject _getProject() FILE: packages/flutter_tools/lib/src/commands/build_apk.dart class BuildApkCommand (line 18) | class BuildApkCommand extends BuildSubCommand { method runCommand (line 93) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_appbundle.dart class BuildAppBundleCommand (line 21) | class BuildAppBundleCommand extends BuildSubCommand { method runCommand (line 106) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_bundle.dart class BuildBundleCommand (line 18) | class BuildBundleCommand extends BuildSubCommand { method validateCommand (line 92) | Future validateCommand() method runCommand (line 100) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_fuchsia.dart class BuildFuchsiaCommand (line 21) | class BuildFuchsiaCommand extends BuildSubCommand { method runCommand (line 65) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_ios.dart class BuildIOSCommand (line 25) | class BuildIOSCommand extends _BuildIOSSubCommand { method _outputAppDirectory (line 62) | Directory _outputAppDirectory(String xcodeResultOutput) class BuildIOSArchiveCommand (line 69) | class BuildIOSArchiveCommand extends _BuildIOSSubCommand { method _outputAppDirectory (line 105) | Directory _outputAppDirectory(String xcodeResultOutput) method runCommand (line 111) | Future runCommand() class _BuildIOSSubCommand (line 185) | abstract class _BuildIOSSubCommand extends BuildSubCommand { method buildableIOSApp (line 215) | Future buildableIOSApp(BuildInfo buildInfo) method _outputAppDirectory (line 225) | Directory _outputAppDirectory(String xcodeResultOutput) method runCommand (line 231) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_ios_framework.dart class BuildIOSFrameworkCommand (line 32) | class BuildIOSFrameworkCommand extends BuildSubCommand { method getBuildInfos (line 128) | Future> getBuildInfos() method validateCommand (line 148) | Future validateCommand() method runCommand (line 164) | Future runCommand() method produceFlutterPodspec (line 252) | void produceFlutterPodspec(BuildMode mode, Directory modeDirectory, { ... method _produceFlutterFramework (line 304) | Future _produceFlutterFramework( method _produceAppFramework (line 334) | Future _produceAppFramework( method _producePlugins (line 409) | Future _producePlugins( method _produceXCFramework (line 511) | Future _produceXCFramework(Iterable frameworks, FILE: packages/flutter_tools/lib/src/commands/build_linux.dart class BuildLinuxCommand (line 22) | class BuildLinuxCommand extends BuildSubCommand { method runCommand (line 61) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_macos.dart class BuildMacosCommand (line 21) | class BuildMacosCommand extends BuildSubCommand { method runCommand (line 46) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_web.dart class BuildWebCommand (line 20) | class BuildWebCommand extends BuildSubCommand { method runCommand (line 89) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_windows.dart class BuildWindowsCommand (line 22) | class BuildWindowsCommand extends BuildSubCommand { method runCommand (line 45) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/build_winuwp.dart class BuildWindowsUwpCommand (line 21) | class BuildWindowsUwpCommand extends BuildSubCommand { method runCommand (line 44) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/channel.dart class ChannelCommand (line 13) | class ChannelCommand extends FlutterCommand { method runCommand (line 40) | Future runCommand() method _listChannels (line 56) | Future _listChannels({ bool showAll, bool verbose }) method _switchChannel (line 126) | Future _switchChannel(String branchName) method _checkout (line 136) | Future _checkout(String branchName) FILE: packages/flutter_tools/lib/src/commands/clean.dart class CleanCommand (line 17) | class CleanCommand extends FlutterCommand { method runCommand (line 39) | Future runCommand() method _cleanXcode (line 73) | Future _cleanXcode(XcodeBasedProject xcodeProject) method deleteFile (line 94) | void deleteFile(FileSystemEntity file) FILE: packages/flutter_tools/lib/src/commands/config.dart class ConfigCommand (line 14) | class ConfigCommand extends FlutterCommand { method runCommand (line 103) | Future runCommand() method handleMachine (line 173) | Future handleMachine() method _updateConfig (line 191) | void _updateConfig(String keyName, String keyValue) FILE: packages/flutter_tools/lib/src/commands/create.dart class CreateCommand (line 32) | class CreateCommand extends CreateBase { method _fetchSampleFromServer (line 110) | Future _fetchSampleFromServer(String sampleId) method _fetchSamplesIndexFromServer (line 126) | Future _fetchSamplesIndexFromServer() method _writeSamplesJson (line 137) | Future _writeSamplesJson(String outputFilePath) method _getProjectType (line 155) | FlutterProjectType _getProjectType(Directory projectDir) method runCommand (line 186) | Future runCommand() method _generateModule (line 365) | Future _generateModule(Directory directory, Map ... method _generatePackage (line 388) | Future _generatePackage(Directory directory, Map... method _generatePlugin (line 406) | Future _generatePlugin(Directory directory, Map ... method _applySample (line 467) | int _applySample(Directory directory, String sampleCode) method _getSupportedPlatformsFromTemplateContext (line 477) | List _getSupportedPlatformsFromTemplateContext(Map _getUserRequestedPlatforms() function _getSupportedPlatformsInPlugin (line 495) | List _getSupportedPlatformsInPlugin(Directory projectDir) function _printPluginDirectoryLocationMessage (line 504) | void _printPluginDirectoryLocationMessage(String pluginPath, String proj... function _printPluginUpdatePubspecMessage (line 523) | void _printPluginUpdatePubspecMessage(String pluginPath, String platform... function _printNoPluginMessage (line 529) | void _printNoPluginMessage() function _printPluginAddPlatformMessage (line 535) | void _printPluginAddPlatformMessage(String pluginPath) function _getPlatformWarningList (line 544) | List _getPlatformWarningList(List requestedPlatforms) function _printWarningDisabledPlatform (line 559) | void _printWarningDisabledPlatform(List platforms) FILE: packages/flutter_tools/lib/src/commands/create_base.dart class CreateBase (line 53) | abstract class CreateBase extends FlutterCommand { method addPlatformsOptions (line 151) | void addPlatformsOptions({String customHelp}) method validateOutputDirectoryArg (line 170) | void validateOutputDirectoryArg() method determineTemplateType (line 205) | FlutterProjectType determineTemplateType() method exists (line 215) | bool exists(List path) method getOrganization (line 240) | Future getOrganization() method validateProjectDir (line 258) | void validateProjectDir({bool overwrite = false}) method createTemplateContext (line 323) | Map createTemplateContext({ method renderTemplate (line 401) | Future renderTemplate( method renderMerged (line 420) | Future renderMerged( method generateApp (line 438) | Future generateApp( method createAndroidIdentifier (line 483) | String createAndroidIdentifier(String organization, String name) method createWindowsIdentifier (line 511) | String createWindowsIdentifier(String organization, String name) method _createPluginClassName (line 515) | String _createPluginClassName(String name) method createUTIIdentifier (line 521) | String createUTIIdentifier(String organization, String name) method _computeTemplateManifest (line 542) | Set _computeTemplateManifest() method _injectGradleWrapper (line 563) | int _injectGradleWrapper(FlutterProject project) function isValidPackageName (line 668) | bool isValidPackageName(String name) function _validateProjectName (line 677) | String _validateProjectName(String projectName) FILE: packages/flutter_tools/lib/src/commands/custom_devices.dart type PrintFn (line 31) | typedef PrintFn = void Function(Object); class CustomDevicesCommand (line 33) | class CustomDevicesCommand extends FlutterCommand { method runCommand (line 165) | Future runCommand() method printUsage (line 168) | void printUsage() class CustomDevicesCommandBase (line 176) | abstract class CustomDevicesCommandBase extends FlutterCommand { method backup (line 197) | bool backup() method checkFeatureEnabled (line 210) | void checkFeatureEnabled() class CustomDevicesListCommand (line 220) | class CustomDevicesListCommand extends CustomDevicesCommandBase { method runCommand (line 241) | Future runCommand() class CustomDevicesResetCommand (line 264) | class CustomDevicesResetCommand extends CustomDevicesCommandBase { method runCommand (line 289) | Future runCommand() class CustomDevicesAddCommand (line 307) | class CustomDevicesAddCommand extends CustomDevicesCommandBase { method _printConfigCheckingError (line 390) | void _printConfigCheckingError(String err) method _checkConfigWithLogging (line 396) | Future _checkConfigWithLogging(final CustomDeviceConfig config) method runNonInteractively (line 484) | Future runNonInteractively() method printSuccessfullyAdded (line 512) | void printSuccessfullyAdded() method _isValidHostname (line 516) | bool _isValidHostname(String s) method _isValidIpAddr (line 518) | bool _isValidIpAddr(String s) method askForString (line 521) | Future askForString( method askForBool (line 556) | Future askForBool( method askApplyConfig (line 580) | Future askApplyConfig({bool hasErrorsOrWarnings = false}) method runInteractivelySsh (line 593) | Future runInteractivelySsh() method runCommand (line 802) | Future runCommand() class CustomDevicesDeleteCommand (line 815) | class CustomDevicesDeleteCommand extends CustomDevicesCommandBase { method runCommand (line 837) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/daemon.dart class DaemonCommand (line 43) | class DaemonCommand extends FlutterCommand { method runCommand (line 59) | Future runCommand() type DispatchCommand (line 73) | typedef DispatchCommand = void Function(Map command); type CommandHandler (line 75) | typedef CommandHandler = Future Function(Map a... class Daemon (line 77) | class Daemon { method _registerDomain (line 118) | void _registerDomain(Domain domain) method _handleRequest (line 124) | void _handleRequest(Map request) method sendRequest (line 172) | Future sendRequest(String method, [ dynamic args ]) method _send (line 188) | void _send(Map map) method shutdown (line 190) | Future shutdown({ dynamic error }) class Domain (line 206) | abstract class Domain { method registerHandler (line 214) | void registerHandler(String name, CommandHandler handler) method toString (line 219) | String toString() method handleCommand (line 221) | void handleCommand(String command, dynamic id, Map args) method sendEvent (line 242) | void sendEvent(String name, [ dynamic args ]) method _send (line 250) | void _send(Map map) method _getStringArg (line 252) | String _getStringArg(Map args, String name, { bool re... method _getBoolArg (line 263) | bool _getBoolArg(Map args, String name, { bool requir... method _getIntArg (line 274) | int _getIntArg(Map args, String name, { bool required... method dispose (line 285) | Future dispose() class DaemonDomain (line 291) | class DaemonDomain extends Domain { method version (line 339) | Future version(Map args) method exposeUrl (line 348) | Future exposeUrl(String url) method shutdown (line 358) | Future shutdown(Map args) method dispose (line 364) | Future dispose() method getSupportedPlatforms (line 373) | Future> getSupportedPlatforms(Map... type RunOrAttach (line 423) | typedef RunOrAttach = Future Function({ class AppDomain (line 431) | class AppDomain extends Domain { method _getNewAppId (line 441) | String _getNewAppId() method startApp (line 447) | Future startApp( method launch (line 544) | Future launch( method isRestartSupported (line 619) | bool isRestartSupported(bool enableHotReload, Device device) method restart (line 624) | Future restart(Map args) method _queueAndDebounceReloadAction (line 659) | Future _queueAndDebounceReloadAction( method callServiceExtension (line 686) | Future> callServiceExtension(Map... method stop (line 716) | Future stop(Map args) method detach (line 735) | Future detach(Map args) method _getApp (line 754) | AppInstance _getApp(String id) method _sendAppEvent (line 758) | void _sendAppEvent(AppInstance app, String name, [ Map>> getDevices([ Map a... method enable (line 825) | Future enable(Map args) method disable (line 832) | Future disable(Map args) method forward (line 839) | Future> forward(Map args) method unforward (line 855) | Future unforward(Map args) method dispose (line 869) | Future dispose() method _getDevice (line 877) | Future _getDevice(String deviceId) class DevToolsDomain (line 888) | class DevToolsDomain extends Domain { method serve (line 895) | Future> serve([ Map args ]) method dispose (line 905) | Future dispose() function stdoutCommandResponse (line 919) | void stdoutCommandResponse(Map command) function jsonEncodeObject (line 928) | String jsonEncodeObject(dynamic object) function _toEncodable (line 932) | dynamic _toEncodable(dynamic object) function _deviceToMap (line 939) | Future> _deviceToMap(Device device) function _emulatorToMap (line 952) | Map _emulatorToMap(Emulator emulator) function _operationResultToMap (line 961) | Map _operationResultToMap(OperationResult result) function _toJsonable (line 968) | dynamic _toJsonable(dynamic obj) class NotifyingLogger (line 981) | class NotifyingLogger extends DelegatingLogger { method _onListen (line 992) | void _onListen() method printError (line 1002) | void printError( method printStatus (line 1015) | void printStatus( method printTrace (line 1028) | void printTrace(String message) method startProgress (line 1036) | Status startProgress( method _sendMessage (line 1051) | void _sendMessage(LogMessage logMessage) method dispose (line 1058) | void dispose() method sendEvent (line 1063) | void sendEvent(String name, [Map args]) method clear (line 1073) | void clear() class AppInstance (line 1077) | class AppInstance { method restart (line 1086) | Future restart({ bool fullRestart = false, bool pause... method stop (line 1090) | Future stop() method detach (line 1091) | Future detach() method closeLogger (line 1093) | void closeLogger() method _runInZone (line 1097) | Future _runInZone(AppDomain domain, FutureOr Function() method) class EmulatorDomain (line 1103) | class EmulatorDomain extends Domain { method getEmulators (line 1118) | Future>> getEmulators([ Map... method launch (line 1123) | Future launch(Map args) method create (line 1137) | Future> create(Map args) class AppRunLogger (line 1156) | class AppRunLogger extends DelegatingLogger { method startProgress (line 1166) | Status startProgress( method close (line 1194) | void close() method _sendProgressEvent (line 1198) | void _sendProgressEvent({ method sendEvent (line 1223) | void sendEvent(String name, [Map args]) method clear (line 1239) | void clear() class LogMessage (line 1242) | class LogMessage { class LaunchMode (line 1251) | class LaunchMode { method toString (line 1263) | String toString() type OperationType (line 1266) | enum OperationType { class DebounceOperationQueue (line 1276) | class DebounceOperationQueue { method queueAndDebounce (line 1281) | Future queueAndDebounce( FILE: packages/flutter_tools/lib/src/commands/devices.dart class DevicesCommand (line 14) | class DevicesCommand extends FlutterCommand { method validateCommand (line 52) | Future validateCommand() method runCommand (line 60) | Future runCommand() method _printDiagnostics (line 95) | Future _printDiagnostics() method printDevicesAsJson (line 105) | Future printDevicesAsJson(List devices) FILE: packages/flutter_tools/lib/src/commands/doctor.dart class DoctorCommand (line 12) | class DoctorCommand extends FlutterCommand { method runCommand (line 38) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/downgrade.dart class DowngradeCommand (line 31) | class DowngradeCommand extends FlutterCommand { method runCommand (line 83) | Future runCommand() method _createErrorMessage (line 180) | Future _createErrorMessage(String workingDirectory, Channel cu... FILE: packages/flutter_tools/lib/src/commands/drive.dart class DriveCommand (line 49) | class DriveCommand extends RunCommandBase { method validateCommand (line 192) | Future validateCommand() method runCommand (line 203) | Future runCommand() method _getTestFile (line 302) | String _getTestFile() function takeScreenshot (line 347) | Future takeScreenshot( FILE: packages/flutter_tools/lib/src/commands/emulators.dart class EmulatorsCommand (line 14) | class EmulatorsCommand extends FlutterCommand { method runCommand (line 41) | Future runCommand() method _launchEmulator (line 65) | Future _launchEmulator(String id, {bool coldBoot}) method _createEmulator (line 81) | Future _createEmulator({ String name }) method _listEmulators (line 94) | Future _listEmulators(String searchText) method _printEmulatorList (line 110) | void _printEmulatorList(List emulators, String message) method _printAdditionalInfo (line 116) | void _printAdditionalInfo({ FILE: packages/flutter_tools/lib/src/commands/format.dart class FormatCommand (line 15) | class FormatCommand extends FlutterCommand { method runCommand (line 39) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/generate.dart class GenerateCommand (line 10) | class GenerateCommand extends FlutterCommand { method runCommand (line 24) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/generate_localizations.dart class GenerateLocalizationsCommand (line 22) | class GenerateLocalizationsCommand extends FlutterCommand { method runCommand (line 201) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/ide_config.dart class IdeConfigCommand (line 14) | class IdeConfigCommand extends FlutterCommand { method _hasDirectoryInPath (line 88) | bool _hasDirectoryInPath(FileSystemEntity entity, String dir) method _isChildDirectoryOf (line 100) | bool _isChildDirectoryOf(FileSystemEntity parent, FileSystemEntity child) method _fileIsIdentical (line 105) | bool _fileIsIdentical(File src, File dest) method _handleTemplateUpdate (line 122) | void _handleTemplateUpdate() method runCommand (line 215) | Future runCommand() method _renderTemplate (line 250) | int _renderTemplate(String templateName, String dirPath, Map validateCommand() method runCommand (line 54) | Future runCommand() method _uninstallApp (line 67) | Future _uninstallApp(ApplicationPackage package) method _installApp (line 78) | Future _installApp(ApplicationPackage package) function installApp (line 87) | Future installApp( FILE: packages/flutter_tools/lib/src/commands/logs.dart class LogsCommand (line 15) | class LogsCommand extends FlutterCommand { method verifyThenRunCommand (line 40) | Future verifyThenRunCommand(String commandPath) method runCommand (line 49) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/make_host_app_editable.dart class MakeHostAppEditableCommand (line 9) | class MakeHostAppEditableCommand extends FlutterCommand { method runCommand (line 35) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/packages.dart class PackagesCommand (line 23) | class PackagesCommand extends FlutterCommand { method runCommand (line 57) | Future runCommand() class PackagesGetCommand (line 60) | class PackagesGetCommand extends FlutterCommand { method _runPubGet (line 117) | Future _runPubGet(String directory, FlutterProject flutterProject) method runCommand (line 160) | Future runCommand() class PackagesTestCommand (line 189) | class PackagesTestCommand extends FlutterCommand { method runCommand (line 213) | Future runCommand() class PackagesForwardCommand (line 219) | class PackagesForwardCommand extends FlutterCommand { method runCommand (line 247) | Future runCommand() class PackagesPassthroughCommand (line 255) | class PackagesPassthroughCommand extends FlutterCommand { method runCommand (line 274) | Future runCommand() class PackagesInteractiveGetCommand (line 280) | class PackagesInteractiveGetCommand extends FlutterCommand { method runCommand (line 304) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/precache.dart class PrecacheCommand (line 18) | class PrecacheCommand extends FlutterCommand { method _umbrellaForArtifactMap (line 97) | Map _umbrellaForArtifactMap() method _explicitArtifactSelections (line 108) | Set _explicitArtifactSelections() method explicitlySelected (line 111) | bool explicitlySelected(String name) method validateCommand (line 123) | Future validateCommand() method runCommand (line 139) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/run.dart class RunCommandBase (line 32) | abstract class RunCommandBase extends FlutterCommand with DeviceBasedDev... method createDebuggingOptions (line 177) | Future createDebuggingOptions(bool webMode) class RunCommand (line 240) | class RunCommand extends RunCommandBase { method shouldUseHotMode (line 445) | bool shouldUseHotMode(BuildInfo buildInfo) method validateCommand (line 455) | Future validateCommand() method createRunner (line 484) | Future createRunner({ method runCommand (line 534) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/screenshot.dart class ScreenshotCommand (line 24) | class ScreenshotCommand extends FlutterCommand { method _validateOptions (line 72) | Future _validateOptions(String screenshotType, String observator... method verifyThenRunCommand (line 97) | Future verifyThenRunCommand(String commandPath) method runCommand (line 103) | Future runCommand() method runScreenshot (line 126) | Future runScreenshot(File outputFile) method runSkia (line 140) | Future runSkia(File outputFile) method runRasterizer (line 164) | Future runRasterizer(File outputFile) method _ensureOutputIsNotJsonRpcError (line 188) | void _ensureOutputIsNotJsonRpcError(File outputFile) method _showOutputFileInfo (line 200) | void _showOutputFileInfo(File outputFile) FILE: packages/flutter_tools/lib/src/commands/shell_completion.dart class ShellCompletionCommand (line 14) | class ShellCompletionCommand extends FlutterCommand { method runCommand (line 48) | Future runCommand() FILE: packages/flutter_tools/lib/src/commands/symbolize.dart class SymbolizeCommand (line 25) | class SymbolizeCommand extends FlutterCommand { method validateCommand (line 69) | Future validateCommand() method runCommand (line 83) | Future runCommand() type SymbolsTransformer (line 121) | typedef SymbolsTransformer = StreamTransformer Function(... function _defaultTransformer (line 123) | StreamTransformer _defaultTransformer(Uint8List symbols) function _testTransformer (line 132) | StreamTransformer _testTransformer(Uint8List buffer) class DwarfSymbolizationService (line 147) | class DwarfSymbolizationService { method decode (line 169) | Future decode({ FILE: packages/flutter_tools/lib/src/commands/test.dart class TestCommand (line 62) | class TestCommand extends FlutterCommand with DeviceBasedDevelopmentArti... method verifyThenRunCommand (line 256) | Future verifyThenRunCommand(String commandPath) method runCommand (line 294) | Future runCommand() method _buildTestAsset (line 475) | Future _buildTestAsset() method _needRebuild (line 487) | bool _needRebuild(Map entries) function _findTests (line 511) | Iterable _findTests(Directory directory) function _shouldRunAsIntegrationTests (line 525) | bool _shouldRunAsIntegrationTests(String currentDirectory, List ... FILE: packages/flutter_tools/lib/src/commands/update_packages.dart class UpdatePackagesCommand (line 45) | class UpdatePackagesCommand extends FlutterCommand { method _downloadCoverageData (line 128) | Future _downloadCoverageData() method runCommand (line 145) | Future runCommand() method showDependencyPaths (line 463) | void showDependencyPaths({ class _DependencyLink (line 513) | class _DependencyLink { method toString (line 523) | String toString() type Section (line 532) | enum Section { header, dependencies, devDependencies, dependencyOverride... type DependencyKind (line 535) | enum DependencyKind { class PubspecYaml (line 568) | class PubspecYaml { method _parse (line 599) | PubspecYaml _parse(File file, List lines) method apply (line 773) | void apply(PubDependencyTree versions, Set specialDependencies) method computeTransitiveDependencyLineFor (line 904) | String computeTransitiveDependencyLineFor(String package) class PubspecLine (line 971) | class PubspecLine { class PubspecChecksum (line 980) | class PubspecChecksum extends PubspecLine { method parse (line 993) | PubspecChecksum parse(String line) class PubspecHeader (line 1003) | class PubspecHeader extends PubspecLine { method parse (line 1033) | PubspecHeader parse(String line) method _stripComments (line 1069) | String _stripComments(String line) class PubspecDependency (line 1079) | class PubspecDependency extends PubspecLine { method parse (line 1091) | PubspecDependency parse(String line, { @required String filename }) method parseLock (line 1198) | bool parseLock(String line, String pubspecPath, { @required bool lockI... method markOverridden (line 1223) | void markOverridden(PubspecDependency sibling) method describeForFakePubspec (line 1237) | void describeForFakePubspec(StringBuffer dependencies, StringBuffer ov... method toString (line 1282) | String toString() function _pubspecFor (line 1288) | File _pubspecFor(Directory directory) function _generateFakePubspec (line 1295) | String _generateFakePubspec( class PubDependencyTree (line 1343) | class PubDependencyTree { method fill (line 1377) | String fill(String message) method contains (line 1406) | bool contains(String package) method getTransitiveDependenciesFor (line 1412) | Iterable getTransitiveDependenciesFor( method versionFor (line 1436) | String versionFor(String package) function _computeChecksum (line 1443) | String _computeChecksum(Iterable names, String Function(String n... function createTemporaryFlutterSdk (line 1470) | Directory createTemporaryFlutterSdk( FILE: packages/flutter_tools/lib/src/commands/upgrade.dart class UpgradeCommand (line 22) | class UpgradeCommand extends FlutterCommand { method runCommand (line 72) | Future runCommand() class UpgradeCommandRunner (line 87) | @visibleForTesting method runCommand (line 92) | Future runCommand({ method runCommandFirstHalf (line 114) | Future runCommandFirstHalf({ method recordState (line 174) | void recordState(FlutterVersion flutterVersion) method flutterUpgradeContinue (line 182) | Future flutterUpgradeContinue() method runCommandSecondHalf (line 201) | Future runCommandSecondHalf(FlutterVersion flutterVersion) method hasUncommittedChanges (line 211) | Future hasUncommittedChanges() method verifyStandardRemote (line 236) | void verifyStandardRemote(FlutterVersion localVersion) method stripDotGit (line 288) | String stripDotGit(String url) method fetchLatestVersion (line 300) | Future fetchLatestVersion({ method attemptReset (line 346) | Future attemptReset(String newRevision) method precacheArtifacts (line 363) | Future precacheArtifacts() method updatePackages (line 380) | Future updatePackages(FlutterVersion flutterVersion) method runDoctor (line 396) | Future runDoctor() FILE: packages/flutter_tools/lib/src/compile.dart class TargetModel (line 24) | class TargetModel { method toString (line 60) | String toString() class CompilerOutput (line 63) | class CompilerOutput { type StdoutState (line 74) | enum StdoutState { CollectDiagnostic, CollectDependencies } class StdoutHandler (line 77) | class StdoutHandler { method handler (line 98) | void handler(String message) method reset (line 155) | void reset({ bool suppressCompilerMessages = false, bool expectSources... function buildModeOptions (line 166) | List buildModeOptions(BuildMode mode, List dartDefines) class KernelCompiler (line 192) | class KernelCompiler { method compile (line 217) | Future compile({ class _CompilationRequest (line 337) | abstract class _CompilationRequest { method _run (line 342) | Future _run(DefaultResidentCompiler compiler) method run (line 344) | Future run(DefaultResidentCompiler compiler) class _RecompileRequest (line 349) | class _RecompileRequest extends _CompilationRequest { method _run (line 366) | Future _run(DefaultResidentCompiler compiler) class _CompileExpressionRequest (line 370) | class _CompileExpressionRequest extends _CompilationRequest { method _run (line 389) | Future _run(DefaultResidentCompiler compiler) class _CompileExpressionToJsRequest (line 393) | class _CompileExpressionToJsRequest extends _CompilationRequest { method _run (line 414) | Future _run(DefaultResidentCompiler compiler) class _RejectRequest (line 418) | class _RejectRequest extends _CompilationRequest { method _run (line 422) | Future _run(DefaultResidentCompiler compiler) class ResidentCompiler (line 431) | abstract class ResidentCompiler { method addFileSystemRoot (line 456) | void addFileSystemRoot(String root) method recompile (line 469) | Future recompile( method compileExpression (line 480) | Future compileExpression( method compileExpressionToJs (line 509) | Future compileExpressionToJs( method accept (line 522) | void accept() method reject (line 527) | Future reject() method reset (line 532) | void reset() method shutdown (line 534) | Future shutdown() class DefaultResidentCompiler (line 537) | @visibleForTesting method addFileSystemRoot (line 591) | void addFileSystemRoot(String root) method recompile (line 612) | Future recompile( method _recompile (line 647) | Future _recompile(_RecompileRequest request) method _handleCompilationRequest (line 685) | Future _handleCompilationRequest(_CompilationRequest request) method _compile (line 700) | Future _compile( method compileExpression (line 795) | Future compileExpression( method _compileExpression (line 814) | Future _compileExpression(_CompileExpressionRequest r... method compileExpressionToJs (line 841) | Future compileExpressionToJs( method _compileExpressionToJs (line 862) | Future _compileExpressionToJs(_CompileExpressionToJsR... method accept (line 890) | void accept() method reject (line 899) | Future reject() method _reject (line 909) | Future _reject() method reset (line 921) | void reset() method shutdown (line 927) | Future shutdown() function toMultiRootPath (line 942) | String toMultiRootPath(Uri fileUri, String? scheme, List fileSys... FILE: packages/flutter_tools/lib/src/context_runner.dart function runInContext (line 72) | Future runInContext( function runnerWrapper (line 80) | FutureOr runnerWrapper() FILE: packages/flutter_tools/lib/src/convert.dart class Utf8Codec (line 28) | class Utf8Codec extends Encoding { class Utf8Decoder (line 43) | class Utf8Decoder extends cnv.Utf8Decoder { method convert (line 49) | String convert(List codeUnits, [ int start = 0, int? end ]) FILE: packages/flutter_tools/lib/src/custom_devices/custom_device.dart function interpolateCommand (line 38) | List interpolateCommand( class CustomDeviceLogReader (line 52) | class CustomDeviceLogReader extends DeviceLogReader { method listenToProcessOutput (line 69) | void listenToProcessOutput(Process process, {Encoding encoding = syste... method listenToLinesStream (line 88) | void listenToLinesStream(Stream lines) method dispose (line 95) | void dispose() class CustomDevicePortForwarder (line 104) | class CustomDevicePortForwarder extends DevicePortForwarder { method dispose (line 133) | Future dispose() method tryForward (line 138) | Future tryForward(int devicePort, int hostPort) method forward (line 184) | Future forward(int devicePort, {int hostPort}) method unforward (line 215) | Future unforward(ForwardedPort forwardedPort) class CustomDeviceAppSession (line 230) | class CustomDeviceAppSession { method _getEngineOptions (line 265) | List _getEngineOptions(DebuggingOptions debuggingOptions, bool... method addFlag (line 268) | void addFlag(String value) method _getEngineOptionsForCmdline (line 348) | String _getEngineOptionsForCmdline(DebuggingOptions debuggingOptions, ... method start (line 360) | Future start({ method _maybeUnforwardPort (line 410) | void _maybeUnforwardPort() method stop (line 424) | Future stop() method dispose (line 435) | void dispose() class CustomDevice (line 449) | class CustomDevice extends Device { method _getOrCreateAppSession (line 487) | CustomDeviceAppSession _getOrCreateAppSession(covariant ApplicationPac... method tryPing (line 520) | Future tryPing({ method _tryPostBuild (line 558) | Future _tryPostBuild({ method tryUninstall (line 596) | Future tryUninstall({ method tryInstall (line 630) | Future tryInstall({ method clearLogs (line 660) | void clearLogs() method dispose (line 663) | Future dispose() method getLogReader (line 673) | FutureOr getLogReader({ method installApp (line 685) | Future installApp(covariant ApplicationPackage app, {String user... method isAppInstalled (line 699) | Future isAppInstalled(covariant ApplicationPackage app, {String ... method isLatestBuildInstalled (line 704) | Future isLatestBuildInstalled(covariant ApplicationPackage app) method takeScreenshot (line 715) | Future takeScreenshot(File outputFile) method isSupported (line 730) | bool isSupported() method isSupportedForProject (line 735) | bool isSupportedForProject(FlutterProject flutterProject) method supportsRuntimeMode (line 740) | FutureOr supportsRuntimeMode(BuildMode buildMode) method startApp (line 751) | Future startApp( method stopApp (line 802) | Future stopApp(covariant ApplicationPackage app, {String userIde... method uninstallApp (line 810) | Future uninstallApp(covariant ApplicationPackage app, {String us... class CustomDevices (line 817) | class CustomDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 859) | Future> pollingGetDevices({Duration timeout}) method getDiagnostics (line 880) | Future> getDiagnostics() FILE: packages/flutter_tools/lib/src/custom_devices/custom_device_config.dart function _listsEqual (line 12) | bool _listsEqual(List? a, List? b) function _regexesEqual (line 33) | bool _regexesEqual(RegExp? a, RegExp? b) class CustomDeviceRevivalException (line 51) | @immutable method toString (line 63) | String toString() class CustomDeviceConfig (line 81) | @immutable method getExampleForPlatform (line 295) | CustomDeviceConfig getExampleForPlatform(Platform platform) method _maybeRethrowAsRevivalException (line 333) | T _maybeRethrowAsRevivalException(T Function() closure, String fiel... method _castJsonObject (line 345) | Map _castJsonObject(dynamic value, String fieldDescri... method _castBool (line 361) | bool _castBool(dynamic value, String fieldDescription, String expected... method _castString (line 377) | String _castString(dynamic value, String fieldDescription, String expe... method _castStringOrNull (line 393) | String? _castStringOrNull(dynamic value, String fieldDescription, Stri... method _castStringList (line 406) | List _castStringList( method _castStringListOrNull (line 435) | List? _castStringListOrNull( method _convertToRegexOrNull (line 454) | RegExp? _convertToRegexOrNull(dynamic value, String fieldDescription, ... method toJson (line 466) | Object toJson() method copyWith (line 485) | CustomDeviceConfig copyWith({ method toString (line 563) | String toString() FILE: packages/flutter_tools/lib/src/custom_devices/custom_device_workflow.dart class CustomDeviceWorkflow (line 16) | @immutable FILE: packages/flutter_tools/lib/src/custom_devices/custom_devices_config.dart class CustomDevicesConfig (line 16) | class CustomDevicesConfig { method ensureFileExists (line 102) | void ensureFileExists() method _getDevicesJsonValue (line 111) | List? _getDevicesJsonValue() method tryGetDevices (line 156) | List tryGetDevices() method add (line 184) | void add(CustomDeviceConfig config) method contains (line 195) | bool contains(String deviceId) method remove (line 203) | bool remove(String deviceId) FILE: packages/flutter_tools/lib/src/dart/analysis.dart class AnalysisServer (line 20) | class AnalysisServer { method start (line 55) | Future start() method _sendCommand (line 105) | void _sendCommand(String method, Map params) method _handleServerResponse (line 115) | void _handleServerResponse(String line) method _handleStatus (line 150) | void _handleStatus(Map statusInfo) method _handleServerError (line 158) | void _handleServerError(Map error) method _handleAnalysisIssues (line 167) | void _handleAnalysisIssues(Map issueInfo) method dispose (line 186) | Future dispose() type AnalysisSeverity (line 193) | enum AnalysisSeverity { class AnalysisError (line 201) | class AnalysisError implements Comparable { method compareTo (line 234) | int compareTo(AnalysisError other) method toString (line 254) | String toString() method toLegacyString (line 264) | String toLegacyString() class WrittenError (line 270) | class WrittenError { method fromJson (line 295) | WrittenError fromJson(Map json) method toString (line 336) | String toString() class FileAnalysisErrors (line 341) | class FileAnalysisErrors { FILE: packages/flutter_tools/lib/src/dart/generate_synthetic_packages.dart function generateLocalizationsSyntheticPackage (line 13) | Future generateLocalizationsSyntheticPackage({ FILE: packages/flutter_tools/lib/src/dart/language_version.dart function currentLanguageVersion (line 23) | LanguageVersion currentLanguageVersion(FileSystem fileSystem, String flu... function _inUnitTest (line 38) | bool _inUnitTest() function determineLanguageVersion (line 51) | LanguageVersion determineLanguageVersion(File file, Package? package, St... FILE: packages/flutter_tools/lib/src/dart/package_map.dart function loadPackageConfigWithLogging (line 18) | Future loadPackageConfigWithLogging(File file, { FILE: packages/flutter_tools/lib/src/dart/pub.dart type MessageFilter (line 34) | typedef MessageFilter = String Function(String message); class PubContext (line 41) | class PubContext { method getVerifyContext (line 51) | PubContext getVerifyContext(String commandName) method toString (line 70) | String toString() method toAnalyticsString (line 72) | String toAnalyticsString() class Pub (line 78) | abstract class Pub { method get (line 97) | Future get({ method batch (line 122) | Future batch( method interactively (line 136) | Future interactively( class _DefaultPub (line 145) | class _DefaultPub implements Pub { method get (line 173) | Future get({ method batch (line 300) | Future batch( method filterWrapper (line 314) | String filterWrapper(String line) method interactively (line 378) | Future interactively( method _pubCommand (line 439) | List _pubCommand(List arguments) method _getPubEnvironmentValue (line 465) | Future _getPubEnvironmentValue(PubContext pubContext) method _getRootPubCacheIfAvailable (line 478) | String? _getRootPubCacheIfAvailable() method _createPubEnvironment (line 497) | Future> _createPubEnvironment(PubContext context, ... method _updatePackageConfig (line 521) | Future _updatePackageConfig( method _computePackageConfigSubset (line 564) | String _computePackageConfigSubset(PackageConfig packageConfig, FileSy... FILE: packages/flutter_tools/lib/src/desktop_device.dart class DesktopDevice (line 27) | abstract class DesktopDevice extends Device { method createDevFSWriter (line 54) | DevFSWriter createDevFSWriter(covariant ApplicationPackage app, String... method isAppInstalled (line 61) | Future isAppInstalled( method isLatestBuildInstalled (line 69) | Future isLatestBuildInstalled(ApplicationPackage app) method installApp (line 74) | Future installApp( method uninstallApp (line 82) | Future uninstallApp( method supportsRuntimeMode (line 100) | bool supportsRuntimeMode(BuildMode buildMode) method getLogReader (line 103) | DeviceLogReader getLogReader({ method clearLogs (line 112) | void clearLogs() method startApp (line 115) | Future startApp( method stopApp (line 188) | Future stopApp( method dispose (line 202) | Future dispose() method buildForDevice (line 207) | Future buildForDevice( method executablePathForDevice (line 215) | String executablePathForDevice(ApplicationPackage package, BuildMode b... method onAttached (line 219) | void onAttached(ApplicationPackage package, BuildMode buildMode, Proce... method _computeEnvironment (line 228) | Map _computeEnvironment(DebuggingOptions debuggingOpti... method addFlag (line 232) | void addFlag(String value) method finish (line 236) | void finish() class DesktopLogReader (line 313) | class DesktopLogReader extends DeviceLogReader { method initializeProcess (line 317) | void initializeProcess(Process process) method dispose (line 350) | void dispose() FILE: packages/flutter_tools/lib/src/devfs.dart class DevFSConfig (line 22) | class DevFSConfig { class DevFSContent (line 32) | abstract class DevFSContent { method isModifiedAfter (line 40) | bool isModifiedAfter(DateTime time) method contentsAsBytes (line 44) | Future> contentsAsBytes() method contentsAsStream (line 46) | Stream> contentsAsStream() method contentsAsCompressedStream (line 48) | Stream> contentsAsCompressedStream( class DevFSFileContent (line 56) | class DevFSFileContent extends DevFSContent { method _getFile (line 63) | File _getFile() method _stat (line 75) | void _stat() method isModifiedAfter (line 116) | bool isModifiedAfter(DateTime time) method contentsAsBytes (line 139) | Future> contentsAsBytes() method contentsAsStream (line 142) | Stream> contentsAsStream() class DevFSByteContent (line 146) | class DevFSByteContent extends DevFSContent { method isModifiedAfter (line 171) | bool isModifiedAfter(DateTime time) method contentsAsBytes (line 179) | Future> contentsAsBytes() method contentsAsStream (line 182) | Stream> contentsAsStream() class DevFSStringContent (line 187) | class DevFSStringContent extends DevFSByteContent { class DevFSStringCompressingBytesContent (line 217) | class DevFSStringCompressingBytesContent extends DevFSContent { method isModifiedAfter (line 244) | bool isModifiedAfter(DateTime time) method contentsAsBytes (line 252) | Future> contentsAsBytes() method contentsAsStream (line 255) | Stream> contentsAsStream() method equals (line 258) | bool equals(String string) class DevFSException (line 261) | class DevFSException implements Exception { method toString (line 268) | String toString() class DevFSWriter (line 272) | abstract class DevFSWriter { method write (line 278) | Future write(Map entries, Uri baseUri, DevFSW... class _DevFSHttpWriter (line 281) | class _DevFSHttpWriter implements DevFSWriter { method write (line 315) | Future write(Map entries, Uri devFSBase, [Dev... method _scheduleWrites (line 331) | void _scheduleWrites() method _startWrite (line 343) | Future _startWrite( class UpdateFSReport (line 396) | class UpdateFSReport { method incorporateResults (line 431) | void incorporateResults(UpdateFSReport report) class DevFS (line 445) | class DevFS { method deviceUriToHostUri (line 495) | Uri deviceUriToHostUri(Uri deviceUri) method create (line 505) | Future create() method destroy (line 531) | Future destroy() method resetLastCompiled (line 546) | void resetLastCompiled() method _checkIfSingleWidgetReloadApplied (line 555) | String? _checkIfSingleWidgetReloadApplied() method update (line 569) | Future update({ method _asUriPath (line 679) | String _asUriPath(String filePath) class LocalDevFSWriter (line 690) | class LocalDevFSWriter implements DevFSWriter { method write (line 698) | Future write(Map entries, Uri baseUri, [DevFS... FILE: packages/flutter_tools/lib/src/device.dart class Category (line 29) | class Category { method toString (line 39) | String toString() class PlatformType (line 43) | class PlatformType { method toString (line 58) | String toString() class DeviceManager (line 62) | abstract class DeviceManager { method getDevicesById (line 100) | Future> getDevicesById(String deviceId) method exactlyMatchesDeviceId (line 102) | bool exactlyMatchesDeviceId(Device device) method startsWithDeviceId (line 105) | bool startsWithDeviceId(Device device) method getDevices (line 156) | Future> getDevices() method getAllConnectedDevices (line 169) | Future> getAllConnectedDevices() method refreshAllConnectedDevices (line 179) | Future> refreshAllConnectedDevices({ Duration? timeout }) method getDeviceDiagnostics (line 194) | Future> getDeviceDiagnostics() method findTargetDevices (line 217) | Future> findTargetDevices(FlutterProject flutterProject, ... method _chooseOneOfAvailableDevices (line 288) | Future _chooseOneOfAvailableDevices(List devices) method _displayDeviceOptions (line 297) | void _displayDeviceOptions(List devices) method _readUserInput (line 305) | Future _readUserInput(int deviceCount) method isDeviceSupportedForProject (line 320) | bool isDeviceSupportedForProject(Device device, FlutterProject flutter... class DeviceDiscovery (line 330) | abstract class DeviceDiscovery { method discoverDevices (line 341) | Future> discoverDevices({ Duration? timeout }) method getDiagnostics (line 345) | Future> getDiagnostics() class PollingDeviceDiscovery (line 359) | abstract class PollingDeviceDiscovery extends DeviceDiscovery { method pollingGetDevices (line 373) | Future> pollingGetDevices({ Duration? timeout }) method startPolling (line 375) | void startPolling() method _initTimer (line 383) | Timer _initTimer(Duration? pollingTimeout) method stopPolling (line 396) | void stopPolling() method discoverDevices (line 407) | Future> discoverDevices({ Duration? timeout }) method _populateDevices (line 412) | Future> _populateDevices({ Duration? timeout }) method dispose (line 427) | void dispose() method toString (line 430) | String toString() class Device (line 437) | abstract class Device { method supportsRuntimeMode (line 477) | FutureOr supportsRuntimeMode(BuildMode buildMode) method isSupportedForProject (line 486) | bool isSupportedForProject(FlutterProject flutterProject) method isAppInstalled (line 491) | Future isAppInstalled( method isLatestBuildInstalled (line 497) | Future isLatestBuildInstalled(covariant ApplicationPackage app) method installApp (line 502) | Future installApp( method uninstallApp (line 511) | Future uninstallApp( method isSupported (line 517) | bool isSupported() method supportMessage (line 521) | String supportMessage() method createDevFSWriter (line 537) | DevFSWriter? createDevFSWriter( method getLogReader (line 552) | FutureOr getLogReader({ method clearLogs (line 564) | void clearLogs() method startApp (line 573) | Future startApp( method stopApp (line 604) | Future stopApp( method queryMemoryInfo (line 613) | Future queryMemoryInfo() method takeScreenshot (line 617) | Future takeScreenshot(File outputFile) method toString (line 636) | String toString() method descriptions (line 638) | Stream descriptions(List devices) method printDevices (line 673) | Future printDevices(List devices, Logger logger) method devicesPlatformTypes (line 677) | List devicesPlatformTypes(List devices) method toJson (line 685) | Future> toJson() method dispose (line 709) | Future dispose() class MemoryInfo (line 713) | abstract class MemoryInfo { method toJson (line 721) | Map toJson() class _NoMemoryInfo (line 724) | class _NoMemoryInfo implements MemoryInfo { method toJson (line 728) | Map toJson() class DebuggingOptions (line 731) | class DebuggingOptions { class LaunchResult (line 869) | class LaunchResult { method toString (line 881) | String toString() class DeviceLogReader (line 891) | abstract class DeviceLogReader { method toString (line 902) | String toString() method dispose (line 908) | void dispose() class DiscoveredApp (line 912) | class DiscoveredApp { class NoOpDeviceLogReader (line 919) | class NoOpDeviceLogReader implements DeviceLogReader { method dispose (line 935) | void dispose() function computeDartVmFlags (line 940) | String computeDartVmFlags(DebuggingOptions debuggingOptions) FILE: packages/flutter_tools/lib/src/device_port_forwarder.dart class ForwardedPort (line 9) | class ForwardedPort { method toString (line 18) | String toString() method dispose (line 21) | void dispose() class DevicePortForwarder (line 29) | abstract class DevicePortForwarder { method forward (line 37) | Future forward(int devicePort, { int? hostPort }) method unforward (line 40) | Future unforward(ForwardedPort forwardedPort) method dispose (line 43) | Future dispose() class NoOpDevicePortForwarder (line 47) | class NoOpDevicePortForwarder implements DevicePortForwarder { method forward (line 51) | Future forward(int devicePort, { int? hostPort }) method unforward (line 57) | Future unforward(ForwardedPort forwardedPort) method dispose (line 60) | Future dispose() FILE: packages/flutter_tools/lib/src/devtools_launcher.dart class DevtoolsServerLauncher (line 19) | class DevtoolsServerLauncher extends DevtoolsLauncher { method launch (line 42) | Future launch(Uri vmServiceUri, {List additionalArguments}) method serve (line 76) | Future serve() method close (line 84) | Future close() FILE: packages/flutter_tools/lib/src/doctor.dart class DoctorValidatorsProvider (line 44) | abstract class DoctorValidatorsProvider { class _DefaultDoctorValidatorsProvider (line 54) | class _DefaultDoctorValidatorsProvider implements DoctorValidatorsProvid... class Doctor (line 179) | class Doctor { method startValidatorTasks (line 192) | List startValidatorTasks() method summary (line 214) | Future summary() method _summaryText (line 218) | Future _summaryText() method checkRemoteArtifacts (line 283) | Future checkRemoteArtifacts(String engineRevision) method diagnose (line 288) | Future diagnose({ class FlutterValidator (line 396) | class FlutterValidator extends DoctorValidator { method validate (line 426) | Future validate() method _genSnapshotRuns (line 488) | bool _genSnapshotRuns(String genSnapshotPath) class DeviceValidator (line 498) | class DeviceValidator extends DoctorValidator { method validate (line 514) | Future validate() FILE: packages/flutter_tools/lib/src/doctor_validator.dart class ValidatorTask (line 11) | class ValidatorTask { class Workflow (line 18) | abstract class Workflow { type ValidationType (line 34) | enum ValidationType { type ValidationMessageType (line 42) | enum ValidationMessageType { class DoctorValidator (line 48) | abstract class DoctorValidator { method validate (line 56) | Future validate() class GroupedValidator (line 63) | class GroupedValidator extends DoctorValidator { method validate (line 82) | Future validate() method _mergeValidationResults (line 104) | ValidationResult _mergeValidationResults(List results) class ValidationResult (line 140) | @immutable class ValidationMessage (line 217) | @immutable method toString (line 270) | String toString() class NoIdeValidator (line 284) | class NoIdeValidator extends DoctorValidator { method validate (line 288) | Future validate() class ValidatorWithResult (line 297) | class ValidatorWithResult extends DoctorValidator { method validate (line 303) | Future validate() FILE: packages/flutter_tools/lib/src/drive/drive_service.dart class FlutterDriverFactory (line 26) | class FlutterDriverFactory { method createDriverService (line 46) | DriverService createDriverService(bool web) class DriverService (line 65) | abstract class DriverService { method start (line 67) | Future start( method reuseApplication (line 80) | Future reuseApplication( method startTest (line 92) | Future startTest( method stop (line 111) | Future stop({ class FlutterDriverService (line 119) | class FlutterDriverService extends DriverService { method start (line 149) | Future start( method reuseApplication (line 208) | Future reuseApplication( method startTest (line 249) | Future startTest( method stop (line 287) | Future stop({ FILE: packages/flutter_tools/lib/src/drive/web_driver_service.dart class WebDriverService (line 28) | class WebDriverService extends DriverService { method start (line 52) | Future start( method startTest (line 128) | Future startTest(String testFile, List arguments, Map stop({File writeSkslOnExit, String userIdentifier}) method _additionalDriverEnvironment (line 200) | Map _additionalDriverEnvironment(async_io.WebDriver we... method reuseApplication (line 213) | Future reuseApplication(Uri vmServiceUri, Device device, Debuggi... type Browser (line 219) | enum Browser { function getDesiredCapabilities (line 237) | Map getDesiredCapabilities(Browser browser, bool headle... function _browserNameToEnum (line 326) | Browser _browserNameToEnum(String browserName) FILE: packages/flutter_tools/lib/src/emulator.dart class EmulatorManager (line 25) | class EmulatorManager { method getEmulatorsMatching (line 54) | Future> getEmulatorsMatching(String searchText) method exactlyMatchesEmulatorId (line 57) | bool exactlyMatchesEmulatorId(Emulator emulator) method startsWithEmulatorId (line 60) | bool startsWithEmulatorId(Emulator emulator) method getAllAvailableEmulators (line 79) | Future> getAllAvailableEmulators() method createEmulator (line 88) | Future createEmulator({ String name }) method cleanError (line 131) | String cleanError(String error) method _getPreferredAvailableDevice (line 165) | Future _getPreferredAvailableDevice() method _getPreferredSdkId (line 191) | Future _getPreferredSdkId() class EmulatorDiscovery (line 236) | abstract class EmulatorDiscovery { class Emulator (line 248) | @immutable method launch (line 271) | Future launch({bool coldBoot}) method toString (line 274) | String toString() method descriptions (line 276) | List descriptions(List emulators) method printEmulators (line 312) | void printEmulators(List emulators, Logger logger) class CreateEmulatorResult (line 317) | class CreateEmulatorResult { FILE: packages/flutter_tools/lib/src/features.dart class FeatureFlags (line 19) | abstract class FeatureFlags { method isEnabled (line 56) | bool isEnabled(Feature feature) class Feature (line 260) | class Feature { method generateHelpMessage (line 308) | String? generateHelpMessage() method getSettingForChannel (line 336) | FeatureChannelSetting getSettingForChannel(String channel) class FeatureChannelSetting (line 352) | class FeatureChannelSetting { FILE: packages/flutter_tools/lib/src/flutter_application_package.dart class FlutterApplicationPackageFactory (line 29) | class FlutterApplicationPackageFactory extends ApplicationPackageFactory { method getPackageForPlatform (line 52) | Future getPackageForPlatform( FILE: packages/flutter_tools/lib/src/flutter_cache.dart class FlutterCache (line 24) | class FlutterCache extends Cache { class PubDependencies (line 68) | class PubDependencies extends ArtifactSet { method isUpToDate (line 84) | Future isUpToDate( method update (line 113) | Future update( class MaterialFonts (line 127) | class MaterialFonts extends CachedArtifact { method updateInner (line 135) | Future updateInner( method _toStorageUri (line 144) | Uri _toStorageUri(String path) class FlutterWebSdk (line 151) | class FlutterWebSdk extends CachedArtifact { method updateInner (line 169) | Future updateInner( class FlutterSdk (line 203) | class FlutterSdk extends EngineCachedArtifact { method getPackageDirs (line 216) | List getPackageDirs() method getBinaryDirs (line 219) | List> getBinaryDirs() method getLicenseDirs (line 240) | List getLicenseDirs() class MacOSEngineArtifacts (line 243) | class MacOSEngineArtifacts extends EngineCachedArtifact { method getPackageDirs (line 256) | List getPackageDirs() method getBinaryDirs (line 259) | List> getBinaryDirs() method getLicenseDirs (line 267) | List getLicenseDirs() class WindowsEngineArtifacts (line 271) | class WindowsEngineArtifacts extends EngineCachedArtifact { method getPackageDirs (line 284) | List getPackageDirs() method getBinaryDirs (line 287) | List> getBinaryDirs() method getLicenseDirs (line 295) | List getLicenseDirs() class WindowsUwpEngineArtifacts (line 298) | class WindowsUwpEngineArtifacts extends EngineCachedArtifact { method getPackageDirs (line 311) | List getPackageDirs() method getBinaryDirs (line 314) | List> getBinaryDirs() method getLicenseDirs (line 322) | List getLicenseDirs() class LinuxEngineArtifacts (line 326) | class LinuxEngineArtifacts extends EngineCachedArtifact { method getPackageDirs (line 339) | List getPackageDirs() method getBinaryDirs (line 342) | List> getBinaryDirs() method getLicenseDirs (line 355) | List getLicenseDirs() class AndroidGenSnapshotArtifacts (line 359) | class AndroidGenSnapshotArtifacts extends EngineCachedArtifact { method getPackageDirs (line 372) | List getPackageDirs() method getBinaryDirs (line 375) | List> getBinaryDirs() method getLicenseDirs (line 392) | List getLicenseDirs() class AndroidMavenArtifacts (line 398) | class AndroidMavenArtifacts extends ArtifactSet { method update (line 408) | Future update( method isUpToDate (line 450) | Future isUpToDate(FileSystem fileSystem) class AndroidInternalBuildArtifacts (line 463) | class AndroidInternalBuildArtifacts extends EngineCachedArtifact { method getPackageDirs (line 471) | List getPackageDirs() method getBinaryDirs (line 474) | List> getBinaryDirs() method getLicenseDirs (line 479) | List getLicenseDirs() class IOSEngineArtifacts (line 482) | class IOSEngineArtifacts extends EngineCachedArtifact { method getBinaryDirs (line 495) | List> getBinaryDirs() method getLicenseDirs (line 503) | List getLicenseDirs() method getPackageDirs (line 511) | List getPackageDirs() class GradleWrapper (line 520) | class GradleWrapper extends CachedArtifact { method _toStorageUri (line 529) | Uri _toStorageUri(String path) method updateInner (line 532) | Future updateInner( method isUpToDateInner (line 548) | bool isUpToDateInner( class _FuchsiaSDKArtifacts (line 573) | abstract class _FuchsiaSDKArtifacts extends CachedArtifact { method _doUpdate (line 587) | Future _doUpdate(ArtifactUpdater artifactUpdater) class FlutterRunnerSDKArtifacts (line 595) | class FlutterRunnerSDKArtifacts extends CachedArtifact { method updateInner (line 614) | Future updateInner( class VersionedPackageResolver (line 630) | abstract class VersionedPackageResolver { method resolveUrl (line 634) | String resolveUrl(String packageName, String version) class CipdArchiveResolver (line 638) | class CipdArchiveResolver extends VersionedPackageResolver { method resolveUrl (line 642) | String resolveUrl(String packageName, String version) class FlutterRunnerDebugSymbols (line 648) | class FlutterRunnerDebugSymbols extends CachedArtifact { method _downloadDebugSymbols (line 664) | Future _downloadDebugSymbols(String targetArch, ArtifactUpdater ... method updateInner (line 675) | Future updateInner( class LinuxFuchsiaSDKArtifacts (line 689) | class LinuxFuchsiaSDKArtifacts extends _FuchsiaSDKArtifacts { method updateInner (line 698) | Future updateInner( class MacOSFuchsiaSDKArtifacts (line 711) | class MacOSFuchsiaSDKArtifacts extends _FuchsiaSDKArtifacts { method updateInner (line 720) | Future updateInner( class FontSubsetArtifacts (line 733) | class FontSubsetArtifacts extends EngineCachedArtifact { method getBinaryDirs (line 744) | List> getBinaryDirs() method getLicenseDirs (line 764) | List getLicenseDirs() method getPackageDirs (line 767) | List getPackageDirs() class IosUsbArtifacts (line 771) | class IosUsbArtifacts extends CachedArtifact { method isUpToDateInner (line 813) | bool isUpToDateInner(FileSystem fileSystem) method updateInner (line 827) | Future updateInner( FILE: packages/flutter_tools/lib/src/flutter_device_manager.dart class FlutterDeviceManager (line 43) | class FlutterDeviceManager extends DeviceManager { FILE: packages/flutter_tools/lib/src/flutter_features.dart class FlutterFeatureFlags (line 10) | class FlutterFeatureFlags implements FeatureFlags { method isEnabled (line 54) | bool isEnabled(Feature feature) FILE: packages/flutter_tools/lib/src/flutter_manifest.dart class FlutterManifest (line 21) | class FlutterManifest { method createFromPath (line 28) | FlutterManifest? createFromPath(String path, { method createFromString (line 41) | FlutterManifest? createFromString(String manifest, { required Logger l... method _createFromYaml (line 45) | FlutterManifest? _createFromYaml(Object? yamlDocument, Logger logger) method computeDeferredComponents (line 215) | List? computeDeferredComponents() method _computeAssets (line 310) | List _computeAssets() method _extractFonts (line 332) | List _extractFonts() method _computeGenerateSyntheticPackage (line 379) | bool _computeGenerateSyntheticPackage() class Font (line 391) | class Font { method toString (line 408) | String toString() class FontAsset (line 411) | class FontAsset { method toString (line 434) | String toString() function _validate (line 438) | bool _validate(Object? manifest, Logger logger) function _validateFlutter (line 480) | void _validateFlutter(YamlMap? yaml, List errors) function _validateListType (line 571) | void _validateListType(YamlList yamlList, List errors, String... function _validateDeferredComponents (line 580) | void _validateDeferredComponents(MapEntry kvp, List errors) FILE: packages/flutter_tools/lib/src/flutter_plugins.dart function _renderTemplateToFile (line 28) | void _renderTemplateToFile(String template, Object? context, File file, ... function _pluginFromPackage (line 35) | Plugin? _pluginFromPackage(String name, Uri packageRoot, Set app... function findPlugins (line 69) | Future> findPlugins(FlutterProject project, { bool throwOnE... function _filterPluginsByPlatform (line 103) | List> _filterPluginsByPlatform(List plugins,... function _writeFlutterPluginsList (line 167) | bool _writeFlutterPluginsList(FlutterProject project, List plugins) function _createPluginLegacyDependencyGraph (line 212) | List _createPluginLegacyDependencyGraph(List plugins) function _writeFlutterPluginsListLegacy (line 234) | bool _writeFlutterPluginsListLegacy(FlutterProject project, List... function _readFileContent (line 254) | String? _readFileContent(File file) function _extractPlatformMaps (line 336) | List> _extractPlatformMaps(List plugins, St... function _getAndroidEmbeddingVersion (line 349) | AndroidEmbeddingVersion _getAndroidEmbeddingVersion(FlutterProject project) function _writeAndroidPluginRegistrant (line 355) | Future _writeAndroidPluginRegistrant(FlutterProject project, List<... function _writeIOSPluginRegistrant (line 750) | Future _writeIOSPluginRegistrant(FlutterProject project, List _writeLinuxPluginFiles(FlutterProject project, List... function _writeLinuxPluginRegistrant (line 812) | Future _writeLinuxPluginRegistrant(Directory destination, Map _writePluginCmakefile(File destinationFile, Map _writeMacOSPluginRegistrant(FlutterProject project, List _filterNativePlugins(List plugins, String platformKey) function _filterPluginsByVariant (line 869) | List _filterPluginsByVariant(List plugins, String platfo... function writeWindowsPluginFiles (line 882) | Future writeWindowsPluginFiles(FlutterProject project, List writeWindowsUwpPluginFiles(FlutterProject project, List _writeCppPluginRegistrant(Directory destination, Map _writeWebPluginRegistrant(FlutterProject project, List refreshPluginsList( function injectPlugins (line 1067) | Future injectPlugins( function hasPlugins (line 1122) | bool hasPlugins(FlutterProject project) function resolvePlatformImplementation (line 1140) | List resolvePlatformImplementation( function generateMainDartWithPluginRegistrant (line 1270) | Future generateMainDartWithPluginRegistrant( FILE: packages/flutter_tools/lib/src/flutter_project_metadata.dart type FlutterProjectType (line 11) | enum FlutterProjectType { function flutterProjectTypeToString (line 28) | String flutterProjectTypeToString(FlutterProjectType type) function stringToProjectType (line 32) | FlutterProjectType? stringToProjectType(String value) class FlutterProjectMetadata (line 44) | class FlutterProjectMetadata { method _versionValue (line 68) | String? _versionValue(String key) method _metadataValue (line 85) | dynamic _metadataValue(String key) FILE: packages/flutter_tools/lib/src/fuchsia/application_package.dart class FuchsiaApp (line 11) | abstract class FuchsiaApp extends ApplicationPackage { method fromFuchsiaProject (line 15) | FuchsiaApp? fromFuchsiaProject(FuchsiaProject project) method fromPrebuiltApp (line 29) | FuchsiaApp? fromPrebuiltApp(FileSystemEntity applicationBinary) method farArchive (line 44) | File farArchive(BuildMode buildMode) class PrebuiltFuchsiaApp (line 47) | class PrebuiltFuchsiaApp extends FuchsiaApp { method farArchive (line 57) | File farArchive(BuildMode buildMode) class BuildableFuchsiaApp (line 63) | class BuildableFuchsiaApp extends FuchsiaApp { method farArchive (line 70) | File farArchive(BuildMode buildMode) FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_build.dart function _timedBuildStep (line 25) | Future _timedBuildStep(String name, Future Function() action) function _validateCmxFile (line 32) | Future _validateCmxFile(FuchsiaProject fuchsiaProject) function buildFuchsia (line 47) | Future buildFuchsia({ function _genSnapshot (line 75) | Future _genSnapshot( function _buildAssets (line 115) | Future _buildAssets( function _rewriteCmx (line 146) | void _rewriteCmx(BuildMode mode, String runnerPackageSource, File src, F... function _buildPackage (line 177) | Future _buildPackage( FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_dev_finder.dart class FuchsiaDevFinder (line 24) | class FuchsiaDevFinder { method list (line 42) | Future?> list({ Duration? timeout }) method resolve (line 70) | Future resolve(String deviceName) FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_device.dart class FuchsiaDeviceTools (line 42) | class FuchsiaDeviceTools { function _kDefaultFuchsiaIsolateDiscoveryConnector (line 58) | Future _kDefaultFuchsiaIsolateDiscoveryConnector(Uri uri) function _kDefaultDartDevelopmentServiceStarter (line 62) | Future _kDefaultDartDevelopmentServiceStarter( class _FuchsiaLogReader (line 77) | class _FuchsiaLogReader extends DeviceLogReader { method _processLogs (line 98) | Stream _processLogs(Stream lines) method toString (line 117) | String toString() method dispose (line 120) | void dispose() class _FuchsiaLogSink (line 126) | class _FuchsiaLogSink implements EventSink { method add (line 135) | void add(String line) method addError (line 152) | void addError(Object error, [StackTrace stackTrace]) method close (line 157) | void close() class FuchsiaDevices (line 163) | class FuchsiaDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 187) | Future> pollingGetDevices({ Duration timeout }) method getDiagnostics (line 211) | Future> getDiagnostics() method _parseDevice (line 213) | Future _parseDevice(String text) class FuchsiaDevice (line 245) | class FuchsiaDevice extends Device { method _initIsSession (line 282) | Future _initIsSession() method isAppInstalled (line 291) | Future isAppInstalled( method isLatestBuildInstalled (line 297) | Future isLatestBuildInstalled(ApplicationPackage app) method installApp (line 300) | Future installApp( method uninstallApp (line 306) | Future uninstallApp( method isSupported (line 312) | bool isSupported() method supportsRuntimeMode (line 315) | bool supportsRuntimeMode(BuildMode buildMode) method startApp (line 318) | Future startApp( method stopApp (line 504) | Future stopApp( method _queryTargetPlatform (line 525) | Future _queryTargetPlatform() method takeScreenshot (line 557) | Future takeScreenshot(File outputFile) method getLogReader (line 612) | DeviceLogReader getLogReader({ method clearLogs (line 632) | void clearLogs() method fail (line 646) | void fail() method servicePorts (line 666) | Future> servicePorts() method shell (line 702) | Future shell(String command) method scp (line 717) | Future scp(String origin, String destination) method findIsolatePort (line 735) | Future findIsolatePort(String isolateName, List ports) method getIsolateDiscoveryProtocol (line 760) | FuchsiaIsolateDiscoveryProtocol getIsolateDiscoveryProtocol(String iso... method isSupportedForProject (line 765) | bool isSupportedForProject(FlutterProject flutterProject) method dispose (line 770) | Future dispose() class FuchsiaIsolateDiscoveryProtocol (line 775) | class FuchsiaIsolateDiscoveryProtocol { method dispose (line 812) | void dispose() method _findIsolate (line 822) | Future _findIsolate() class _FuchsiaPortForwarder (line 863) | class _FuchsiaPortForwarder extends DevicePortForwarder { method forward (line 870) | Future forward(int devicePort, {int hostPort}) method unforward (line 906) | Future unforward(ForwardedPort forwardedPort) method dispose (line 932) | Future dispose() FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_ffx.dart class FuchsiaFfx (line 31) | class FuchsiaFfx { method list (line 49) | Future?> list({Duration? timeout}) method resolve (line 78) | Future resolve(String deviceName) FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart class FuchsiaKernelCompiler (line 16) | class FuchsiaKernelCompiler { method build (line 21) | Future build({ method getBuildInfoFlags (line 99) | List getBuildInfoFlags({ FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_pm.dart class FuchsiaPM (line 16) | class FuchsiaPM { method init (line 24) | Future init(String buildPath, String appName) method build (line 49) | Future build(String buildPath, String manifestPath) method archive (line 66) | Future archive(String buildPath, String manifestPath) method newrepo (line 78) | Future newrepo(String repoPath) method serve (line 92) | Future serve(String repoPath, String host, int port) method publish (line 128) | Future publish(String repoPath, String packagePath) method _runPMCommand (line 139) | Future _runPMCommand(List args) class FuchsiaPackageServer (line 169) | class FuchsiaPackageServer { method start (line 196) | Future start() method stop (line 219) | void stop() method addPackage (line 231) | Future addPackage(File package) method toString (line 239) | String toString() FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_sdk.dart function isFuchsiaSupportedPlatform (line 23) | bool isFuchsiaSupportedPlatform(Platform platform) class FuchsiaSdk (line 31) | class FuchsiaSdk { method listDevices (line 55) | Future listDevices({Duration? timeout, bool useDeviceFinder =... method syslogs (line 78) | Stream? syslogs(String id) class FuchsiaArtifacts (line 117) | class FuchsiaArtifacts { FILE: packages/flutter_tools/lib/src/fuchsia/fuchsia_workflow.dart class FuchsiaWorkflow (line 18) | class FuchsiaWorkflow implements Workflow { FILE: packages/flutter_tools/lib/src/fuchsia/pkgctl.dart class FuchsiaPkgctl (line 14) | class FuchsiaPkgctl { method addRepo (line 16) | Future addRepo( method rmRepo (line 28) | Future rmRepo(FuchsiaDevice device, FuchsiaPackageServer server) method resolve (line 37) | Future resolve( FILE: packages/flutter_tools/lib/src/fuchsia/session_control.dart class FuchsiaSessionControl (line 46) | class FuchsiaSessionControl { method add (line 52) | Future add(FuchsiaDevice device, String url) FILE: packages/flutter_tools/lib/src/fuchsia/tiles_ctl.dart class FuchsiaTilesCtl (line 21) | class FuchsiaTilesCtl { method findAppKey (line 24) | Future findAppKey(FuchsiaDevice device, String appName) method ensureStarted (line 40) | Future ensureStarted(FuchsiaDevice device) method start (line 52) | Future start(FuchsiaDevice device) method list (line 61) | Future> list(FuchsiaDevice device) method add (line 94) | Future add(FuchsiaDevice device, String url, List args) method remove (line 103) | Future remove(FuchsiaDevice device, int key) method quit (line 111) | Future quit(FuchsiaDevice device) FILE: packages/flutter_tools/lib/src/globals_null_migrated.dart function printError (line 125) | void printError( function printStatus (line 154) | void printStatus( function printTrace (line 176) | void printTrace(String message) FILE: packages/flutter_tools/lib/src/intellij/intellij.dart class IntelliJPlugins (line 39) | class IntelliJPlugins { method validatePackage (line 51) | void validatePackage( method _hasPackage (line 82) | bool _hasPackage(String packageName) method _findPluginXml (line 90) | ArchiveFile? _findPluginXml(String packageName) method _readPackageVersion (line 139) | String? _readPackageVersion(String packageName) FILE: packages/flutter_tools/lib/src/intellij/intellij_validator.dart class IntelliJValidator (line 24) | abstract class IntelliJValidator extends DoctorValidator { method installedValidators (line 51) | Iterable installedValidators({ method validate (line 87) | Future validate() method _hasIssues (line 124) | bool _hasIssues(List messages) method _validateIntelliJVersion (line 128) | void _validateIntelliJVersion(List messages, Versio... class IntelliJValidatorOnWindows (line 146) | class IntelliJValidatorOnWindows extends IntelliJValidator { method installed (line 158) | Iterable installed({ method addValidator (line 169) | void addValidator(String title, String version, String installPath, St... class IntelliJValidatorOnLinux (line 254) | class IntelliJValidatorOnLinux extends IntelliJValidator { method installed (line 266) | Iterable installed({ method addValidator (line 277) | void addValidator(String title, String version, String installPath, St... class IntelliJValidatorOnMac (line 367) | class IntelliJValidatorOnMac extends IntelliJValidator { method installed (line 387) | Iterable installed({ method checkForIntelliJ (line 402) | void checkForIntelliJ(Directory dir) FILE: packages/flutter_tools/lib/src/ios/application_package.dart function _isBundleDirectory (line 13) | bool _isBundleDirectory(Directory dir) class IOSApp (line 15) | abstract class IOSApp extends ApplicationPackage { method fromPrebuiltApp (line 19) | IOSApp? fromPrebuiltApp(FileSystemEntity applicationBinary) method fromIosProject (line 75) | Future fromIosProject(IosProject project, BuildInfo buildInfo) class BuildableIOSApp (line 107) | class BuildableIOSApp extends IOSApp { method fromProject (line 112) | Future fromProject(IosProject project, BuildInfo bui... method _buildAppPath (line 150) | String _buildAppPath(String type) class PrebuiltIOSApp (line 155) | class PrebuiltIOSApp extends IOSApp { FILE: packages/flutter_tools/lib/src/ios/bitcode.dart function validateBitcode (line 18) | Future validateBitcode(BuildMode buildMode, TargetPlatform targetP... function _parseVersionFromClang (line 47) | Version _parseVersionFromClang(String clangVersion) function _invalid (line 49) | void _invalid() FILE: packages/flutter_tools/lib/src/ios/code_signing.dart function getCodeSigningIdentityDevelopmentTeamBuildSetting (line 97) | Future?> getCodeSigningIdentityDevelopmentTeamBuildS... function getCodeSigningIdentityDevelopmentTeam (line 141) | Future getCodeSigningIdentityDevelopmentTeam({ function _getCodeSigningIdentityDevelopmentTeam (line 157) | Future _getCodeSigningIdentityDevelopmentTeam({ function _chooseSigningIdentity (line 251) | Future _chooseSigningIdentity( function _isNotEmpty (line 322) | bool _isNotEmpty(String? s) FILE: packages/flutter_tools/lib/src/ios/devices.dart class IOSDevices (line 35) | class IOSDevices extends PollingDeviceDiscovery { method startPolling (line 61) | Future startPolling() method _onDeviceEvent (line 93) | Future _onDeviceEvent(Map event) method stopPolling (line 111) | Future stopPolling() method pollingGetDevices (line 116) | Future> pollingGetDevices({ Duration timeout }) method getDiagnostics (line 127) | Future> getDiagnostics() class IOSDevice (line 141) | class IOSDevice extends Device { method supportsRuntimeMode (line 200) | bool supportsRuntimeMode(BuildMode buildMode) method isAppInstalled (line 223) | Future isAppInstalled( method isLatestBuildInstalled (line 241) | Future isLatestBuildInstalled(IOSApp app) method installApp (line 244) | Future installApp( method uninstallApp (line 278) | Future uninstallApp( method isSupported (line 300) | bool isSupported() method startApp (line 303) | Future startApp( method stopApp (line 449) | Future stopApp( method getLogReader (line 468) | DeviceLogReader getLogReader({ method setLogReader (line 482) | void setLogReader(IOSApp app, DeviceLogReader logReader) method clearLogs (line 501) | void clearLogs() method takeScreenshot (line 507) | Future takeScreenshot(File outputFile) method isSupportedForProject (line 512) | bool isSupportedForProject(FlutterProject flutterProject) method dispose (line 517) | Future dispose() function decodeSyslog (line 537) | String decodeSyslog(String line) function isDigit (line 548) | bool isDigit(int byte) function decodeOctal (line 551) | int decodeOctal(int x, int y, int z) class IOSDeviceLogReader (line 585) | @visibleForTesting method _listenToUnifiedLoggingEvents (line 672) | Future _listenToUnifiedLoggingEvents(FlutterVmService connectedV... method logMessage (line 689) | void logMessage(vm_service.Event event) method _debuggerLineHandler (line 725) | String _debuggerLineHandler(String line) method _listenToSysLog (line 727) | void _listenToSysLog() method _newSyslogLineHandler (line 754) | void Function(String line) _newSyslogLineHandler() method dispose (line 780) | void dispose() class IOSDevicePortForwarder (line 790) | class IOSDevicePortForwarder extends DevicePortForwarder { method addForwardedPorts (line 835) | void addForwardedPorts(List ports) method forward (line 842) | Future forward(int devicePort, { int hostPort }) method unforward (line 882) | Future unforward(ForwardedPort forwardedPort) method dispose (line 893) | Future dispose() FILE: packages/flutter_tools/lib/src/ios/ios_deploy.dart class IOSDeploy (line 28) | class IOSDeploy { method uninstallApp (line 63) | Future uninstallApp({ method installApp (line 87) | Future installApp({ method prepareDebuggerForLaunch (line 125) | IOSDeployDebugger prepareDebuggerForLaunch({ method launchApp (line 167) | Future launchApp({ method isAppInstalled (line 202) | Future isAppInstalled({ method _monitorFailure (line 232) | String _monitorFailure(String stdout) type _IOSDeployDebuggerState (line 236) | enum _IOSDeployDebuggerState { class IOSDeployDebugger (line 243) | class IOSDeployDebugger { method launchAndAttach (line 299) | Future launchAndAttach() method exit (line 392) | bool exit() method detach (line 398) | void detach() function _monitorIOSDeployFailure (line 415) | String _monitorIOSDeployFailure(String stdout, Logger logger) FILE: packages/flutter_tools/lib/src/ios/ios_emulators.dart class IOSEmulators (line 13) | class IOSEmulators extends EmulatorDiscovery { class IOSEmulator (line 27) | class IOSEmulator extends Emulator { method launch (line 43) | Future launch({bool coldBoot = false}) method launchSimulator (line 44) | Future launchSimulator(List additionalArgs) function getEmulators (line 72) | List getEmulators() FILE: packages/flutter_tools/lib/src/ios/ios_workflow.dart class IOSWorkflow (line 10) | class IOSWorkflow implements Workflow { FILE: packages/flutter_tools/lib/src/ios/iproxy.dart type IOSDeviceConnectionInterface (line 11) | enum IOSDeviceConnectionInterface { class IProxy (line 20) | class IProxy { method forward (line 54) | Future forward(int devicePort, int hostPort, String deviceId) FILE: packages/flutter_tools/lib/src/ios/mac.dart class IMobileDevice (line 36) | class IMobileDevice { method startLogger (line 57) | Future startLogger(String deviceID) method takeScreenshot (line 71) | Future takeScreenshot( function buildXcodeProject (line 93) | Future buildXcodeProject({ function listenToScriptOutputLine (line 316) | Future listenToScriptOutputLine() function removeFinderExtendedAttributes (line 466) | Future removeFinderExtendedAttributes(Directory projectDirectory, ... function _runBuildWithRetries (line 482) | Future _runBuildWithRetries(List buildCommands, Buil... function _isXcodeConcurrentBuildFailure (line 518) | bool _isXcodeConcurrentBuildFailure(RunResult result) function diagnoseXcodeBuildFailure (line 525) | Future diagnoseXcodeBuildFailure(XcodeBuildResult result, Usage fl... type XcodeBuildAction (line 593) | enum XcodeBuildAction { build, archive } function xcodeBuildActionToString (line 595) | String xcodeBuildActionToString(XcodeBuildAction action) class XcodeBuildResult (line 606) | class XcodeBuildResult { class XcodeBuildExecution (line 624) | class XcodeBuildExecution { function _checkXcodeVersion (line 642) | bool _checkXcodeVersion() function upgradePbxProjWithFlutterAssets (line 659) | bool upgradePbxProjWithFlutterAssets(IosProject project, Logger logger) FILE: packages/flutter_tools/lib/src/ios/migrations/deployment_target_migration.dart class DeploymentTargetMigration (line 11) | class DeploymentTargetMigration extends ProjectMigrator { method migrate (line 23) | bool migrate() method migrateFileContents (line 40) | String migrateFileContents(String fileContents) method migrateLine (line 54) | String? migrateLine(String line) FILE: packages/flutter_tools/lib/src/ios/migrations/project_base_configuration_migration.dart class ProjectBaseConfigurationMigration (line 13) | class ProjectBaseConfigurationMigration extends ProjectMigrator { method migrate (line 21) | bool migrate() FILE: packages/flutter_tools/lib/src/ios/migrations/project_build_location_migration.dart class ProjectBuildLocationMigration (line 11) | class ProjectBuildLocationMigration extends ProjectMigrator { method migrate (line 21) | bool migrate() method migrateLine (line 32) | String migrateLine(String line) method migrateFileContents (line 40) | String migrateFileContents(String fileContents) FILE: packages/flutter_tools/lib/src/ios/migrations/project_object_version_migration.dart class ProjectObjectVersionMigration (line 11) | class ProjectObjectVersionMigration extends ProjectMigrator { method migrate (line 23) | bool migrate() method migrateLine (line 39) | String? migrateLine(String line) FILE: packages/flutter_tools/lib/src/ios/migrations/remove_framework_link_and_embedding_migration.dart class RemoveFrameworkLinkAndEmbeddingMigration (line 15) | class RemoveFrameworkLinkAndEmbeddingMigration extends ProjectMigrator { method migrate (line 28) | bool migrate() method migrateLine (line 40) | String? migrateLine(String line) FILE: packages/flutter_tools/lib/src/ios/migrations/xcode_build_system_migration.dart class XcodeBuildSystemMigration (line 13) | class XcodeBuildSystemMigration extends ProjectMigrator { method migrate (line 23) | bool migrate() FILE: packages/flutter_tools/lib/src/ios/plist_parser.dart class PlistParser (line 14) | class PlistParser { method parseFile (line 38) | Map parseFile(String plistFilePath) method getValueFromFile (line 74) | String? getValueFromFile(String plistFilePath, String key) FILE: packages/flutter_tools/lib/src/ios/simulators.dart class IOSSimulators (line 35) | class IOSSimulators extends PollingDeviceDiscovery { method pollingGetDevices (line 50) | Future> pollingGetDevices({ Duration timeout }) class IOSSimulatorUtils (line 56) | class IOSSimulatorUtils { method getAttachedDevices (line 71) | Future> getAttachedDevices() class SimControl (line 89) | class SimControl { method _list (line 104) | Future> _list(SimControlListSection section) method getDevices (line 152) | Future> getDevices() method getConnectedDevices (line 170) | Future> getConnectedDevices() method isInstalled (line 175) | Future isInstalled(String deviceId, String appId) method install (line 185) | Future install(String deviceId, String appPath) method uninstall (line 204) | Future uninstall(String deviceId, String appId) method launch (line 223) | Future launch(String deviceId, String appIdentifier, [ List... method takeScreenshot (line 243) | Future takeScreenshot(String deviceId, String outputPath) class SimControlListSection (line 263) | class SimControlListSection { class SimDeviceType (line 278) | class SimDeviceType { class SimDevice (line 298) | class SimDevice { class IOSSimulator (line 312) | class IOSSimulator extends Device { method createDevFSWriter (line 334) | DevFSWriter createDevFSWriter(covariant ApplicationPackage app, String... method supportsRuntimeMode (line 354) | bool supportsRuntimeMode(BuildMode buildMode) method isAppInstalled (line 360) | Future isAppInstalled( method isLatestBuildInstalled (line 368) | Future isLatestBuildInstalled(ApplicationPackage app) method installApp (line 371) | Future installApp( method uninstallApp (line 385) | Future uninstallApp( method isSupported (line 398) | bool isSupported() method supportMessage (line 417) | String supportMessage() method startApp (line 426) | Future startApp( method _setupUpdatedApplicationBundle (line 523) | Future _setupUpdatedApplicationBundle(covariant BuildableIOSApp ... method stopApp (line 551) | Future stopApp( method getLogReader (line 586) | DeviceLogReader getLogReader({ method clearLogs (line 600) | void clearLogs() method ensureLogsExists (line 609) | Future ensureLogsExists() method takeScreenshot (line 622) | Future takeScreenshot(File outputFile) method isSupportedForProject (line 627) | bool isSupportedForProject(FlutterProject flutterProject) method dispose (line 632) | Future dispose() function launchDeviceSystemLogTool (line 644) | Future launchDeviceSystemLogTool(IOSSimulator device) function launchDeviceUnifiedLogging (line 650) | Future launchDeviceUnifiedLogging (IOSSimulator device, String ... function orP (line 652) | String orP(List clauses) function andP (line 653) | String andP(List clauses) function notP (line 654) | String notP(String clause) function launchSystemLogTool (line 686) | Future launchSystemLogTool(IOSSimulator device) class _IOSSimulatorLogReader (line 696) | class _IOSSimulatorLogReader extends DeviceLogReader { method _start (line 721) | Future _start() method _filterDeviceLine (line 767) | String _filterDeviceLine(String string) method _onSysLogDeviceLine (line 832) | void _onSysLogDeviceLine(String line) method _onUnifiedLoggingLine (line 857) | void _onUnifiedLoggingLine(String line) method _filterSystemLog (line 873) | String _filterSystemLog(String string) method _onSystemLine (line 878) | void _onSystemLine(String line) method _stop (line 892) | void _stop() method dispose (line 898) | void dispose() function compareIosVersions (line 903) | int compareIosVersions(String v1, String v2) function compareIphoneVersions (line 931) | int compareIphoneVersions(String id1, String id2) class _IOSSimulatorDevicePortForwarder (line 950) | class _IOSSimulatorDevicePortForwarder extends DevicePortForwarder { method forward (line 961) | Future forward(int devicePort, { int hostPort }) method unforward (line 971) | Future unforward(ForwardedPort forwardedPort) method dispose (line 976) | Future dispose() FILE: packages/flutter_tools/lib/src/ios/xcode_build_settings.dart function flutterMacOSFrameworkDir (line 13) | String flutterMacOSFrameworkDir(BuildMode mode, FileSystem fileSystem, function updateGeneratedXcodeProperties (line 31) | Future updateGeneratedXcodeProperties({ function _updateGeneratedXcodePropertiesFile (line 62) | void _updateGeneratedXcodePropertiesFile({ function _updateGeneratedEnvironmentVariablesScript (line 82) | void _updateGeneratedEnvironmentVariablesScript({ function parsedBuildName (line 106) | String? parsedBuildName({ function parsedBuildNumber (line 115) | String? parsedBuildNumber({ function _xcodeBuildSettingsLines (line 139) | Future> _xcodeBuildSettingsLines({ FILE: packages/flutter_tools/lib/src/ios/xcodeproj.dart class XcodeProjectInterpreter (line 26) | class XcodeProjectInterpreter { method _updateVersion (line 97) | void _updateVersion() method xcrunCommand (line 150) | List xcrunCommand() method getBuildSettings (line 168) | Future> getBuildSettings( method pluginsBuildSettingsOutput (line 230) | Future pluginsBuildSettingsOutput( method cleanWorkspace (line 282) | Future cleanWorkspace(String workspacePath, String scheme, { boo... method getInfo (line 297) | Future getInfo(String projectPath, {String? projectF... method _allowedFailures (line 304) | bool _allowedFailures(int c) function environmentVariablesAsXcodeBuildSettings (line 328) | List environmentVariablesAsXcodeBuildSettings(Platform platform) function parseXcodeBuildSettings (line 339) | Map parseXcodeBuildSettings(String showBuildSettingsOutput) function substituteXcodeVariables (line 351) | String substituteXcodeVariables(String str, Map xcodeBui... class XcodeProjectBuildContext (line 360) | @immutable class XcodeProjectInfo (line 393) | class XcodeProjectInfo { method expectedSchemeFor (line 437) | String expectedSchemeFor(BuildInfo? buildInfo) method expectedBuildConfigurationFor (line 442) | String expectedBuildConfigurationFor(BuildInfo buildInfo, String scheme) method hasBuildConfigurationForBuildMode (line 452) | bool hasBuildConfigurationForBuildMode(String buildMode) method schemeFor (line 463) | String? schemeFor(BuildInfo? buildInfo) method reportFlavorNotFoundAndExit (line 473) | Never reportFlavorNotFoundAndExit() method buildConfigurationFor (line 485) | String? buildConfigurationFor(BuildInfo? buildInfo, String scheme) method _baseConfigurationFor (line 503) | String _baseConfigurationFor(BuildInfo buildInfo) method _uniqueMatch (line 513) | String? _uniqueMatch(Iterable strings, bool Function(String s)... method toString (line 522) | String toString() FILE: packages/flutter_tools/lib/src/isolated/devfs_web.dart type DwdsLauncher (line 46) | typedef DwdsLauncher = Future Function({ class WebExpressionCompiler (line 79) | class WebExpressionCompiler implements ExpressionCompiler { method compileExpressionToJs (line 88) | Future compileExpressionToJs( method initialize (line 115) | Future initialize({String moduleFormat, bool soundNullSafety}) method updateDependencies (line 118) | Future updateDependencies(Map modules) class WebAssetServer (line 124) | class WebAssetServer implements AssetReader { method performRestart (line 146) | void performRestart(List modules) method write (line 161) | List write( method start (line 177) | Future start( method _digestProvider (line 249) | Future> _digestProvider() method middleware (line 255) | shelf.Handler middleware(FutureOr Function(shelf.Reque... method getFile (line 324) | Uint8List getFile(String path) method getSourceMap (line 327) | Uint8List getSourceMap(String path) method getMetadata (line 330) | Uint8List getMetadata(String path) method handleRequest (line 341) | Future handleRequest(shelf.Request request) method dispose (line 466) | Future dispose() method writeFile (line 472) | void writeFile(String filePath, String contents) method writeBytes (line 476) | void writeBytes(String filePath, Uint8List contents) method _serveIndex (line 483) | shelf.Response _serveIndex() method _resolveDartFile (line 508) | File _resolveDartFile(String path) method dartSourceContents (line 576) | Future dartSourceContents(String serverPath) method sourceMapContents (line 586) | Future sourceMapContents(String serverPath) method metadataContents (line 592) | Future metadataContents(String serverPath) method close (line 604) | Future close() class ConnectionResult (line 607) | class ConnectionResult { class WebDevFS (line 616) | class WebDevFS implements DevFS { method connect (line 673) | Future connect(bool useDebugExtension) method create (line 726) | Future create() method destroy (line 758) | Future destroy() method deviceUriToHostUri (line 764) | Uri deviceUriToHostUri(Uri deviceUri) method update (line 775) | Future update({ method resetLastCompiled (line 907) | void resetLastCompiled() class ReleaseAssetServer (line 912) | class ReleaseAssetServer { method _searchPaths (line 942) | List _searchPaths() method handle (line 950) | Future handle(shelf.Request request) function _loadDwdsDirectory (line 998) | Future _loadDwdsDirectory( function _stripBasePath (line 1011) | String _stripBasePath(String path, String basePath) function _stripLeadingSlashes (line 1022) | String _stripLeadingSlashes(String path) function _stripTrailingSlashes (line 1029) | String _stripTrailingSlashes(String path) function _parseBasePathFromIndexHtml (line 1036) | String _parseBasePathFromIndexHtml(File indexHtml) FILE: packages/flutter_tools/lib/src/isolated/mustache_template.dart class MustacheTemplateRenderer (line 10) | class MustacheTemplateRenderer extends TemplateRenderer { method renderString (line 14) | String renderString(String template, dynamic context, {bool htmlEscape... FILE: packages/flutter_tools/lib/src/isolated/resident_web_runner.dart class DwdsWebRunnerFactory (line 48) | class DwdsWebRunnerFactory extends WebRunnerFactory { method createWebRunner (line 50) | ResidentRunner createWebRunner( class ResidentWebRunner (line 85) | class ResidentWebRunner extends ResidentRunner { method cleanupAfterSignal (line 174) | Future cleanupAfterSignal() method cleanupAtFinish (line 179) | Future cleanupAtFinish() method _cleanup (line 183) | Future _cleanup() method _cleanupAndExit (line 203) | Future _cleanupAndExit() method printHelp (line 209) | void printHelp({bool details = true}) method stopEchoingDeviceLog (line 228) | Future stopEchoingDeviceLog() method run (line 234) | Future run({ method restart (line 344) | Future restart({ method _generateEntrypoint (line 427) | Future _generateEntrypoint(Uri mainUri, PackageConfig packageConfig) method _updateDevFS (line 491) | Future _updateDevFS({bool fullRestart = false}) method attach (line 539) | Future attach({ method onLogEvent (line 562) | void onLogEvent(vmservice.Event event) method exitApp (line 662) | Future exitApp() function _httpUriFromWebsocketUri (line 668) | Uri _httpUriFromWebsocketUri(Uri websocketUri) FILE: packages/flutter_tools/lib/src/license_collector.dart class LicenseCollector (line 26) | class LicenseCollector { method obtainLicenses (line 40) | LicenseResult obtainLicenses( class LicenseResult (line 144) | class LicenseResult { FILE: packages/flutter_tools/lib/src/linux/application_package.dart class LinuxApp (line 12) | abstract class LinuxApp extends ApplicationPackage { method executable (line 34) | String executable(BuildMode buildMode) class PrebuiltLinuxApp (line 37) | class PrebuiltLinuxApp extends LinuxApp { method executable (line 46) | String executable(BuildMode buildMode) class BuildableLinuxApp (line 52) | class BuildableLinuxApp extends LinuxApp { method executable (line 58) | String executable(BuildMode buildMode) FILE: packages/flutter_tools/lib/src/linux/build_linux.dart function buildLinux (line 29) | Future buildLinux( function _runCmake (line 116) | Future _runCmake(String buildModeName, Directory sourceDir, Direct... function _runBuild (line 160) | Future _runBuild(Directory buildDir) FILE: packages/flutter_tools/lib/src/linux/linux_device.dart class LinuxDevice (line 24) | class LinuxDevice extends DesktopDevice { method isSupported (line 46) | bool isSupported() method isSupportedForProject (line 65) | bool isSupportedForProject(FlutterProject flutterProject) method buildForDevice (line 70) | Future buildForDevice( method executablePathForDevice (line 84) | String executablePathForDevice(covariant LinuxApp package, BuildMode b... class LinuxDevices (line 89) | class LinuxDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 122) | Future> pollingGetDevices({ Duration timeout }) method getDiagnostics (line 137) | Future> getDiagnostics() FILE: packages/flutter_tools/lib/src/linux/linux_doctor.dart class _VersionInfo (line 13) | class _VersionInfo { class LinuxDoctorValidator (line 31) | class LinuxDoctorValidator extends DoctorValidator { method validate (line 61) | Future validate() method _getBinaryVersion (line 163) | Future<_VersionInfo?> _getBinaryVersion(String binary) method _libraryIsPresent (line 181) | Future _libraryIsPresent(String library) FILE: packages/flutter_tools/lib/src/linux/linux_workflow.dart class LinuxWorkflow (line 13) | class LinuxWorkflow implements Workflow { FILE: packages/flutter_tools/lib/src/localizations/gen_l10n.dart function generateLocalizations (line 18) | LocalizationsGenerator generateLocalizations({ function _defaultSyntheticPackagePath (line 77) | String _defaultSyntheticPackagePath(FileSystem fileSystem) function _syntheticL10nPackagePath (line 84) | String _syntheticL10nPackagePath(FileSystem fileSystem) function generateMethodParameters (line 86) | List generateMethodParameters(Message message) function generateDateFormattingLogic (line 95) | String generateDateFormattingLogic(Message message) function generateNumberFormattingLogic (line 138) | String generateNumberFormattingLogic(Message message) function _generatePluralMethod (line 180) | String _generatePluralMethod(Message message, String translationForMessage) function _replaceWithVariable (line 262) | String _replaceWithVariable(String translation, String variable) function _generateSelectMethod (line 275) | String _generateSelectMethod(Message message, String translationForMessage) function _needsCurlyBracketStringInterpolation (line 338) | bool _needsCurlyBracketStringInterpolation(String messageString, String ... function _generateMethod (line 375) | String _generateMethod(Message message, String translationForMessage) function generateMessage (line 376) | String generateMessage() function generateBaseClassMethod (line 424) | String generateBaseClassMethod(Message message, LocaleInfo? templateArbL... function _addSpaces (line 445) | String _addSpaces(String message, {int spaces = 0}) function _generateLookupByAllCodes (line 459) | String _generateLookupByAllCodes( function _generateLookupByScriptCode (line 482) | String _generateLookupByScriptCode( function _generateLookupByCountryCode (line 522) | String _generateLookupByCountryCode( function _generateLookupByLanguageCode (line 559) | String _generateLookupByLanguageCode( function _generateLookupBody (line 588) | String _generateLookupBody( function generateSwitchClauseTemplate (line 594) | String generateSwitchClauseTemplate(LocaleInfo locale) function _generateDelegateClass (line 620) | String _generateDelegateClass({ class LocalizationsGenerator (line 651) | class LocalizationsGenerator { method _isNotReadable (line 840) | bool _isNotReadable(FileStat fileStat) method _isNotWritable (line 847) | bool _isNotWritable(FileStat fileStat) method projectDirFromPath (line 855) | Directory? projectDirFromPath(FileSystem fileSystem, String? projectPa... method inputDirectoryFromPath (line 873) | Directory inputDirectoryFromPath(FileSystem fileSystem, String inputPa... method outputDirectoryFromPath (line 899) | Directory outputDirectoryFromPath(FileSystem fileSystem, String output... method templateArbFileFromFileName (line 919) | File templateArbFileFromFileName(String templateArbFileName, Directory... method _isValidClassName (line 931) | bool _isValidClassName(String className) method classNameFromString (line 954) | String classNameFromString(String classNameString) method preferredSupportedLocalesFromLocales (line 969) | List preferredSupportedLocalesFromLocales(List? in... method headerFromFile (line 978) | String headerFromFile(String? headerString, String? headerFile, Direct... method _getAbsoluteProjectPath (line 1001) | String _getAbsoluteProjectPath(String relativePath, Directory projectD... method _untranslatedMessagesFileFromPath (line 1004) | File? _untranslatedMessagesFileFromPath(FileSystem fileSystem, String?... method _inputsAndOutputsListFileFromPath (line 1012) | File? _inputsAndOutputsListFileFromPath(FileSystem fileSystem, String?... method _isValidGetterAndMethodName (line 1022) | bool _isValidGetterAndMethodName(String name) method loadResources (line 1044) | void loadResources() method _addUnimplementedMessage (line 1082) | void _addUnimplementedMessage(LocaleInfo locale, String message) method _generateBaseClassFile (line 1090) | String _generateBaseClassFile( method _generateSubclass (line 1122) | String _generateSubclass( method _generateCode (line 1151) | String _generateCode() method isBaseClassLocale (line 1152) | bool isBaseClassLocale(LocaleInfo locale, String language) method getLocalesForLanguage (line 1158) | List getLocalesForLanguage(String language) method _requiresIntlImport (line 1267) | bool _requiresIntlImport() method writeOutputFiles (line 1273) | void writeOutputFiles(Logger logger, { bool isFromYaml = false }) method _generateUntranslatedMessagesFile (line 1356) | void _generateUntranslatedMessagesFile(Logger logger, File untranslate... FILE: packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart class L10nException (line 123) | class L10nException implements Exception { class OptionalParameter (line 149) | class OptionalParameter { class Placeholder (line 189) | class Placeholder { method _stringAttribute (line 214) | String? _stringAttribute( method _boolAttribute (line 233) | bool? _boolAttribute( method _optionalParameters (line 252) | List _optionalParameters( class Message (line 290) | class Message { method getCountPlaceholder (line 315) | Placeholder getCountPlaceholder() method _value (line 326) | String _value(Map bundle, String resourceId) method _attributes (line 337) | Map? _attributes( method _throwEmptyAttributes (line 361) | void _throwEmptyAttributes(final RegExp regExp, final String type) method _description (line 379) | String? _description( method _placeholders (line 401) | List _placeholders( class AppResourceBundle (line 435) | class AppResourceBundle { method translationFor (line 509) | String? translationFor(Message message) method toString (line 512) | String toString() class AppResourceBundleCollection (line 518) | class AppResourceBundleCollection { method bundleFor (line 569) | AppResourceBundle? bundleFor(LocaleInfo locale) method localesForLanguage (line 572) | Iterable localesForLanguage(String language) method toString (line 575) | String toString() FILE: packages/flutter_tools/lib/src/localizations/localizations_utils.dart type HeaderGenerator (line 12) | typedef HeaderGenerator = String Function(String regenerateInstructions); type ConstructorGenerator (line 13) | typedef ConstructorGenerator = String Function(LocaleInfo locale); function sortFilesByPath (line 15) | int sortFilesByPath (File a, File b) class LocaleInfo (line 20) | @immutable method camelCase (line 118) | String camelCase() method toString (line 135) | String toString() method compareTo (line 140) | int compareTo(LocaleInfo other) function _parseSection (line 146) | Map> _parseSection(String section) function precacheLanguageAndRegionTags (line 178) | void precacheLanguageAndRegionTags() function describeLocale (line 215) | String describeLocale(String tag) function generateString (line 263) | String generateString(String value) class LocalizationOptions (line 291) | class LocalizationOptions { function parseLocalizationsOptions (line 379) | LocalizationOptions parseLocalizationsOptions({ function _tryReadBool (line 410) | bool? _tryReadBool(YamlMap yamlMap, String key, Logger logger) function _tryReadString (line 423) | String? _tryReadString(YamlMap yamlMap, String key, Logger logger) function _tryReadStringList (line 435) | List? _tryReadStringList(YamlMap yamlMap, String key, Logger log... function _tryReadUri (line 451) | Uri? _tryReadUri(YamlMap yamlMap, String key, Logger logger) FILE: packages/flutter_tools/lib/src/macos/application_package.dart function _isBundleDirectory (line 15) | bool _isBundleDirectory(FileSystemEntity entity) class MacOSApp (line 18) | abstract class MacOSApp extends ApplicationPackage { method fromPrebuiltApp (line 34) | MacOSApp? fromPrebuiltApp(FileSystemEntity applicationBinary) method _executableFromBundle (line 49) | _BundleInfo? _executableFromBundle(FileSystemEntity applicationBundle) method applicationBundle (line 108) | String? applicationBundle(BuildMode buildMode) method executable (line 110) | String? executable(BuildMode buildMode) class PrebuiltMacOSApp (line 113) | class PrebuiltMacOSApp extends MacOSApp { method applicationBundle (line 132) | String? applicationBundle(BuildMode buildMode) method executable (line 135) | String? executable(BuildMode buildMode) class BuildableMacOSApp (line 138) | class BuildableMacOSApp extends MacOSApp { method applicationBundle (line 147) | String? applicationBundle(BuildMode buildMode) method executable (line 162) | String? executable(BuildMode buildMode) class _BundleInfo (line 172) | class _BundleInfo { FILE: packages/flutter_tools/lib/src/macos/build_macos.dart function buildMacOS (line 25) | Future buildMacOS({ FILE: packages/flutter_tools/lib/src/macos/cocoapod_utils.dart function processPodsIfNeeded (line 14) | Future processPodsIfNeeded( FILE: packages/flutter_tools/lib/src/macos/cocoapods.dart type CocoaPodsStatus (line 55) | enum CocoaPodsStatus { class CocoaPods (line 83) | class CocoaPods { method processPods (line 154) | Future processPods({ method _checkPodCondition (line 175) | Future _checkPodCondition() method setupPodfile (line 228) | Future setupPodfile(XcodeBasedProject xcodeProject) method addPodsDependencyToFlutterXcconfig (line 266) | void addPodsDependencyToFlutterXcconfig(XcodeBasedProject xcodeProject) method _addPodsDependencyToFlutterXcconfig (line 271) | void _addPodsDependencyToFlutterXcconfig(XcodeBasedProject xcodeProjec... method invalidatePodInstallOutput (line 285) | void invalidatePodInstallOutput(XcodeBasedProject xcodeProject) method _shouldRunPodInstall (line 296) | bool _shouldRunPodInstall(XcodeBasedProject xcodeProject, bool depende... method _runPodInstall (line 311) | Future _runPodInstall(XcodeBasedProject xcodeProject, BuildMode ... method _diagnosePodInstallFailure (line 351) | void _diagnosePodInstallFailure(ProcessResult result) method _warnIfPodfileOutOfDate (line 380) | void _warnIfPodfileOutOfDate(XcodeBasedProject xcodeProject) FILE: packages/flutter_tools/lib/src/macos/cocoapods_validator.dart class CocoaPodsValidator (line 13) | class CocoaPodsValidator extends DoctorValidator { method validate (line 25) | Future validate() FILE: packages/flutter_tools/lib/src/macos/macos_device.dart class MacOSDevice (line 24) | class MacOSDevice extends DesktopDevice { method isSupported (line 48) | bool isSupported() method isSupportedForProject (line 66) | bool isSupportedForProject(FlutterProject flutterProject) method buildForDevice (line 71) | Future buildForDevice( method executablePathForDevice (line 85) | String executablePathForDevice(covariant MacOSApp package, BuildMode b... method onAttached (line 90) | void onAttached(covariant MacOSApp package, BuildMode buildMode, Proce... class MacOSDevices (line 105) | class MacOSDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 135) | Future> pollingGetDevices({ Duration timeout }) method getDiagnostics (line 150) | Future> getDiagnostics() FILE: packages/flutter_tools/lib/src/macos/macos_ipad_device.dart class MacOSDesignedForIPadDevice (line 27) | class MacOSDesignedForIPadDevice extends DesktopDevice { method isSupported (line 53) | bool isSupported() method isSupportedForProject (line 56) | bool isSupportedForProject(FlutterProject flutterProject) method executablePathForDevice (line 61) | String executablePathForDevice(ApplicationPackage package, BuildMode b... method startApp (line 64) | Future startApp( method stopApp (line 79) | Future stopApp( method buildForDevice (line 85) | Future buildForDevice( class MacOSDesignedForIPadDevices (line 95) | class MacOSDesignedForIPadDevices extends PollingDeviceDiscovery { method pollingGetDevices (line 131) | Future> pollingGetDevices({Duration timeout}) method getDiagnostics (line 146) | Future> getDiagnostics() FILE: packages/flutter_tools/lib/src/macos/macos_workflow.dart class MacOSWorkflow (line 10) | class MacOSWorkflow implements Workflow { FILE: packages/flutter_tools/lib/src/macos/migrations/remove_macos_framework_link_and_embedding_migration.dart class RemoveMacOSFrameworkLinkAndEmbeddingMigration (line 13) | class RemoveMacOSFrameworkLinkAndEmbeddingMigration extends ProjectMigra... method migrate (line 26) | bool migrate() method migrateLine (line 39) | String? migrateLine(String line) FILE: packages/flutter_tools/lib/src/macos/xcdevice.dart type XCDeviceEvent (line 29) | enum XCDeviceEvent { class XCDevice (line 35) | class XCDevice { method dispose (line 65) | void dispose() method _setupDeviceIdentifierByEventStream (line 80) | void _setupDeviceIdentifierByEventStream() method _getAllDevices (line 91) | Future> _getAllDevices({ method observedDeviceEvents (line 140) | Stream> observedDeviceEvents() method _startObservingTetheredIOSDevices (line 153) | Future _startObservingTetheredIOSDevices() method _stopObservingTetheredIOSDevices (line 228) | void _stopObservingTetheredIOSDevices() method getAvailableIOSDevices (line 233) | Future> getAvailableIOSDevices({ Duration timeout }) method _isIPhoneOSDevice (line 341) | bool _isIPhoneOSDevice(Map deviceProperties) method _errorProperties (line 349) | Map _errorProperties(Map devicePrope... method _errorCode (line 356) | int _errorCode(Map errorProperties) method _interfaceType (line 363) | IOSDeviceConnectionInterface _interfaceType(Map devic... method _sdkVersion (line 377) | String _sdkVersion(Map deviceProperties) method _buildVersion (line 391) | String _buildVersion(Map deviceProperties) method _cpuArchitecture (line 401) | DarwinArch _cpuArchitecture(Map deviceProperties) method _parseErrorMessage (line 427) | String _parseErrorMessage(Map errorProperties) method getDiagnostics (line 506) | Future> getDiagnostics() FILE: packages/flutter_tools/lib/src/macos/xcode.dart function getSDKNameForIOSEnvironmentType (line 33) | String getSDKNameForIOSEnvironmentType(EnvironmentType environmentType) class Xcode (line 40) | class Xcode { method xcrunCommand (line 164) | List xcrunCommand() method cc (line 166) | Future cc(List args) method clang (line 173) | Future clang(List args) method sdkLocation (line 180) | Future sdkLocation(EnvironmentType environmentType) method getSimulatorPath (line 191) | String? getSimulatorPath() function environmentTypeFromSdkroot (line 201) | EnvironmentType? environmentTypeFromSdkroot(String sdkroot, FileSystem f... FILE: packages/flutter_tools/lib/src/macos/xcode_validator.dart class XcodeValidator (line 9) | class XcodeValidator extends DoctorValidator { method validate (line 21) | Future validate() FILE: packages/flutter_tools/lib/src/mdns_discovery.dart class MDnsObservatoryDiscovery (line 19) | class MDnsObservatoryDiscovery { method query (line 62) | Future query({String applicationId, in... method getObservatoryUri (line 147) | Future getObservatoryUri(String applicationId, Device device, { method _checkForIPv4LinkLocal (line 175) | Future _checkForIPv4LinkLocal(Device device) method _logInterfaces (line 213) | void _logInterfaces(List interfaces) class MDnsObservatoryDiscoveryResult (line 226) | class MDnsObservatoryDiscoveryResult { function buildObservatoryUri (line 232) | Future buildObservatoryUri( FILE: packages/flutter_tools/lib/src/migrations/cmake_custom_command_migration.dart class CmakeCustomCommandMigration (line 13) | class CmakeCustomCommandMigration extends ProjectMigrator { method migrate (line 21) | bool migrate() FILE: packages/flutter_tools/lib/src/persistent_tool_state.dart class PersistentToolState (line 16) | abstract class PersistentToolState { method setShouldRedisplayWelcomeMessage (line 41) | void setShouldRedisplayWelcomeMessage(bool value) method lastActiveVersion (line 46) | String? lastActiveVersion(Channel channel) method updateLastActiveVersion (line 49) | void updateLastActiveVersion(String fullGitHash, Channel channel) method setLastActiveLicenseTermsHash (line 53) | void setLastActiveLicenseTermsHash(String value) method setIsRunningOnBot (line 57) | void setIsRunningOnBot(bool value) class _DefaultPersistentToolState (line 60) | class _DefaultPersistentToolState implements PersistentToolState { method setShouldRedisplayWelcomeMessage (line 101) | void setShouldRedisplayWelcomeMessage(bool value) method lastActiveVersion (line 106) | String? lastActiveVersion(Channel channel) method updateLastActiveVersion (line 113) | void updateLastActiveVersion(String fullGitHash, Channel channel) method setLastActiveLicenseTermsHash (line 123) | void setLastActiveLicenseTermsHash(String value) method _versionKeyFor (line 127) | String? _versionKeyFor(Channel channel) method setIsRunningOnBot (line 135) | void setIsRunningOnBot(bool value) FILE: packages/flutter_tools/lib/src/platform_plugins.dart type PluginPlatformVariant (line 23) | enum PluginPlatformVariant { class PluginPlatform (line 32) | abstract class PluginPlatform { method toMap (line 35) | Map toMap() class VariantPlatformPlugin (line 39) | abstract class VariantPlatformPlugin { class NativeOrDartPlugin (line 44) | abstract class NativeOrDartPlugin { method isNative (line 47) | bool isNative() class AndroidPlugin (line 60) | class AndroidPlugin extends PluginPlatform implements NativeOrDartPlugin { method isNative (line 87) | bool isNative() method validate (line 89) | bool validate(YamlMap yaml) method toMap (line 119) | Map toMap() method _getSupportedEmbeddings (line 135) | Set _getSupportedEmbeddings() class IOSPlugin (line 211) | class IOSPlugin extends PluginPlatform implements NativeOrDartPlugin { method validate (line 231) | bool validate(YamlMap yaml) method isNative (line 252) | bool isNative() method toMap (line 255) | Map toMap() class MacOSPlugin (line 270) | class MacOSPlugin extends PluginPlatform implements NativeOrDartPlugin { method validate (line 293) | bool validate(YamlMap yaml) method isNative (line 310) | bool isNative() method toMap (line 313) | Map toMap() class WindowsPlugin (line 327) | class WindowsPlugin extends PluginPlatform implements NativeOrDartPlugin... method validate (line 371) | bool validate(YamlMap yaml) method isNative (line 393) | bool isNative() method toMap (line 396) | Map toMap() class LinuxPlugin (line 411) | class LinuxPlugin extends PluginPlatform implements NativeOrDartPlugin { method validate (line 434) | bool validate(YamlMap yaml) method isNative (line 451) | bool isNative() method toMap (line 454) | Map toMap() class WebPlugin (line 470) | class WebPlugin extends PluginPlatform { method validate (line 486) | bool validate(YamlMap yaml) method toMap (line 507) | Map toMap() function _filenameForCppClass (line 517) | String _filenameForCppClass(String className) FILE: packages/flutter_tools/lib/src/plugins.dart class Plugin (line 11) | class Plugin { method createPlatformsYamlMap (line 224) | YamlMap createPlatformsYamlMap(List platforms, String pluginCl... method validatePluginYaml (line 235) | List validatePluginYaml(YamlMap? yaml) method _validateMultiPlatformYaml (line 275) | List _validateMultiPlatformYaml(YamlMap? yaml) method isInvalid (line 276) | bool isInvalid(String key, bool Function(YamlMap) validate) method _validateLegacyYaml (line 312) | List _validateLegacyYaml(YamlMap yaml) method _supportsPlatform (line 327) | bool _supportsPlatform(YamlMap platformsYaml, String platformKey) method _getDefaultPackageForPlatform (line 337) | String? _getDefaultPackageForPlatform(YamlMap platformsYaml, String pl... method _getPluginDartClassForPlatform (line 347) | String? _getPluginDartClassForPlatform(YamlMap platformsYaml, String p... method _providesImplementationForPlatform (line 357) | bool _providesImplementationForPlatform(YamlMap platformsYaml, String ... class PluginInterfaceResolution (line 392) | class PluginInterfaceResolution { method toMap (line 404) | Map toMap() FILE: packages/flutter_tools/lib/src/preview_device.dart type BundleBuilderFactory (line 27) | typedef BundleBuilderFactory = BundleBuilder Function(); function _defaultBundleBuilder (line 29) | BundleBuilder _defaultBundleBuilder() class PreviewDevice (line 38) | class PreviewDevice extends Device { method clearLogs (line 59) | void clearLogs() method dispose (line 62) | Future dispose() method getLogReader (line 70) | FutureOr getLogReader({covariant ApplicationPackage a... method installApp (line 73) | Future installApp(covariant ApplicationPackage app, {String user... method isAppInstalled (line 76) | Future isAppInstalled(covariant ApplicationPackage app, {String ... method isLatestBuildInstalled (line 79) | Future isLatestBuildInstalled(covariant ApplicationPackage app) method isSupported (line 85) | bool isSupported() method isSupportedForProject (line 88) | bool isSupportedForProject(FlutterProject flutterProject) method startApp (line 103) | Future startApp(covariant ApplicationPackage package, { method stopApp (line 169) | Future stopApp(covariant ApplicationPackage app, {String userIde... method uninstallApp (line 182) | Future uninstallApp(covariant ApplicationPackage app, {String us... method createDevFSWriter (line 187) | DevFSWriter createDevFSWriter(covariant ApplicationPackage app, String... FILE: packages/flutter_tools/lib/src/project.dart class FlutterProjectFactory (line 29) | class FlutterProjectFactory { method fromDirectory (line 45) | FlutterProject fromDirectory(Directory directory) class FlutterProject (line 74) | class FlutterProject { method fromDirectory (line 83) | FlutterProject fromDirectory(Directory directory) method current (line 87) | FlutterProject current() method fromDirectoryTest (line 91) | FlutterProject fromDirectoryTest(Directory directory, [Logger? logger]) method _organizationNameFromPackageName (line 158) | String? _organizationNameFromPackageName(String packageName) method _exampleDirectory (line 247) | Directory _exampleDirectory(Directory directory) method _readManifest (line 254) | FlutterManifest _readManifest(String path, { method regeneratePlatformSpecificTooling (line 285) | Future regeneratePlatformSpecificTooling() method ensureReadyForPlatformSpecificTooling (line 301) | Future ensureReadyForPlatformSpecificTooling({ method getVersionInfo (line 348) | String getVersionInfo() class FlutterProjectPlatform (line 364) | abstract class FlutterProjectPlatform { method existsSync (line 370) | bool existsSync() class AndroidProject (line 377) | class AndroidProject extends FlutterProjectPlatform { method _computeSupportedVersion (line 417) | bool _computeSupportedVersion() method existsSync (line 458) | bool existsSync() method ensureReadyForPlatformSpecificTooling (line 481) | Future ensureReadyForPlatformSpecificTooling() method _shouldRegenerateFromTemplate (line 513) | bool _shouldRegenerateFromTemplate() method _regenerateLibrary (line 524) | Future _regenerateLibrary() method _overwriteFromTemplate (line 535) | Future _overwriteFromTemplate(String path, Directory target) method getEmbeddingVersion (line 556) | AndroidEmbeddingVersion getEmbeddingVersion() type AndroidEmbeddingVersion (line 592) | enum AndroidEmbeddingVersion { class WebProject (line 600) | class WebProject extends FlutterProjectPlatform { method existsSync (line 610) | bool existsSync() method ensureReadyForPlatformSpecificTooling (line 626) | Future ensureReadyForPlatformSpecificTooling() class FuchsiaProject (line 630) | class FuchsiaProject { method existsSync (line 639) | bool existsSync() FILE: packages/flutter_tools/lib/src/protocol_discovery.dart class ProtocolDiscovery (line 18) | class ProtocolDiscovery { method cancel (line 103) | Future cancel() method _stopScrapingLogs (line 105) | Future _stopScrapingLogs() method _getPatternMatch (line 111) | Match _getPatternMatch(String line) method _getObservatoryUri (line 116) | Uri _getObservatoryUri(String line) method _handleLine (line 124) | void _handleLine(String line) method _forwardPort (line 141) | Future _forwardPort(Uri deviceUri) class _BufferedStreamController (line 162) | class _BufferedStreamController { method add (line 194) | void add(T event) method addError (line 203) | void addError(Object error, [StackTrace stackTrace]) method close (line 212) | Future close() function _throttle (line 222) | StreamTransformer _throttle({ FILE: packages/flutter_tools/lib/src/proxy_validator.dart class ProxyValidator (line 12) | class ProxyValidator extends DoctorValidator { method _getEnv (line 27) | String _getEnv(String key, Platform platform) method validate (line 33) | Future validate() FILE: packages/flutter_tools/lib/src/reporting/crash_reporting.dart class CrashDetails (line 44) | class CrashDetails { class CrashReporter (line 59) | class CrashReporter { method informUser (line 76) | Future informUser(CrashDetails details, File crashFile) class CrashReportSender (line 111) | class CrashReportSender { method sendReport (line 149) | Future sendReport({ FILE: packages/flutter_tools/lib/src/reporting/custom_dimensions.dart class CustomDimensions (line 11) | @immutable method toMap (line 128) | Map toMap() method merge (line 188) | CustomDimensions merge(CustomDimensions? other) method fromMap (line 252) | CustomDimensions fromMap(Map map) method _extractBool (line 310) | bool? _extractBool(Map map, CustomDimensionsEnum field) method _extractString (line 313) | String? _extractString(Map map, CustomDimensionsEnum f... method _extractInt (line 316) | int? _extractInt(Map map, CustomDimensionsEnum field) method toString (line 320) | String toString() type CustomDimensionsEnum (line 337) | enum CustomDimensionsEnum { function cdKey (line 395) | String cdKey(CustomDimensionsEnum cd) FILE: packages/flutter_tools/lib/src/reporting/disabled_usage.dart class DisabledUsage (line 7) | class DisabledUsage implements Usage { method sendCommand (line 24) | void sendCommand(String command, { CustomDimensions? parameters }) method sendEvent (line 27) | void sendEvent( method sendTiming (line 36) | void sendTiming(String category, String variableName, Duration duratio... method sendException (line 39) | void sendException(dynamic exception) method ensureAnalyticsSent (line 45) | Future ensureAnalyticsSent() method printWelcome (line 48) | void printWelcome() FILE: packages/flutter_tools/lib/src/reporting/events.dart class UsageEvent (line 11) | class UsageEvent { method send (line 24) | void send() class HotEvent (line 36) | class HotEvent extends UsageEvent { method send (line 80) | void send() class DoctorResultEvent (line 107) | class DoctorResultEvent extends UsageEvent { method send (line 123) | void send() class PubResultEvent (line 143) | class PubResultEvent extends UsageEvent { class BuildEvent (line 152) | class BuildEvent extends UsageEvent { method send (line 176) | void send() class CommandResultEvent (line 192) | class CommandResultEvent extends UsageEvent { method send (line 199) | void send() class AnalyticsConfigEvent (line 226) | class AnalyticsConfigEvent extends UsageEvent { class CodeSizeEvent (line 239) | class CodeSizeEvent extends UsageEvent { class ErrorHandlingEvent (line 250) | class ErrorHandlingEvent extends UsageEvent { class NullSafetyAnalysisEvent (line 259) | class NullSafetyAnalysisEvent implements UsageEvent { method send (line 277) | void send() FILE: packages/flutter_tools/lib/src/reporting/first_run.dart class FirstRunMessenger (line 44) | class FirstRunMessenger { method shouldDisplayLicenseTerms (line 60) | bool shouldDisplayLicenseTerms() method confirmLicenseTermsDisplayed (line 69) | void confirmLicenseTermsDisplayed() FILE: packages/flutter_tools/lib/src/reporting/github_template.dart class GitHubTemplateCreator (line 26) | class GitHubTemplateCreator { method toolCrashSimilarIssuesURL (line 42) | String toolCrashSimilarIssuesURL(String errorString) method sanitizedCrashException (line 47) | String sanitizedCrashException(dynamic error) method toolCrashIssueTemplateGitHubURL (line 84) | Future toolCrashIssueTemplateGitHubURL( method _projectMetadataInformation (line 125) | String _projectMetadataInformation() method _shortURL (line 177) | Future _shortURL(String fullURL) FILE: packages/flutter_tools/lib/src/reporting/usage.dart class Usage (line 9) | abstract class Usage { method command (line 32) | void command(String command, { method sendCommand (line 56) | void sendCommand( method sendEvent (line 67) | void sendEvent( method sendTiming (line 76) | void sendTiming( method sendException (line 84) | void sendException(dynamic exception) method ensureAnalyticsSent (line 92) | Future ensureAnalyticsSent() method printWelcome (line 96) | void printWelcome() type AnalyticsFactory (line 99) | typedef AnalyticsFactory = Analytics Function( function _defaultAnalyticsIOFactory (line 107) | Analytics _defaultAnalyticsIOFactory( class _DefaultUsage (line 123) | class _DefaultUsage implements Usage { method initialize (line 133) | _DefaultUsage initialize({ method sendCommand (line 259) | void sendCommand(String command, { CustomDimensions? parameters }) method sendEvent (line 273) | void sendEvent( method sendTiming (line 296) | void sendTiming( method sendException (line 314) | void sendException(dynamic exception) method ensureAnalyticsSent (line 325) | Future ensureAnalyticsSent() method printWelcome (line 333) | void printWelcome() class LogToFileAnalytics (line 353) | class LogToFileAnalytics extends AnalyticsMock { method sendScreenView (line 368) | Future sendScreenView(String viewName, { method sendEvent (line 383) | Future sendEvent(String category, String action, method sendTiming (line 397) | Future sendTiming(String variableName, int time, method setSessionValue (line 414) | void setSessionValue(String param, dynamic value) class TestUsage (line 424) | @visibleForTesting method ensureAnalyticsSent (line 442) | Future ensureAnalyticsSent() method printWelcome (line 450) | void printWelcome() method sendCommand (line 453) | void sendCommand(String command, {CustomDimensions? parameters}) method sendEvent (line 458) | void sendEvent(String category, String parameter, {String? label, int?... method sendException (line 463) | void sendException(dynamic exception) method sendTiming (line 468) | void sendTiming(String category, String variableName, Duration duratio... class TestUsageCommand (line 473) | @visibleForTesting method toString (line 492) | String toString() class TestUsageEvent (line 495) | @visibleForTesting method toString (line 520) | String toString() class TestTimingEvent (line 523) | @visibleForTesting method toString (line 546) | String toString() function _mapsEqual (line 549) | bool _mapsEqual(Map? a, Map? b) FILE: packages/flutter_tools/lib/src/resident_devtools_handler.dart type ResidentDevtoolsHandlerFactory (line 18) | typedef ResidentDevtoolsHandlerFactory = ResidentDevtoolsHandler Functio... function createDefaultHandler (line 20) | ResidentDevtoolsHandler createDefaultHandler(DevtoolsLauncher launcher, ... class ResidentDevtoolsHandler (line 26) | abstract class ResidentDevtoolsHandler { method hotRestart (line 36) | Future hotRestart(List flutterDevices) method serveAndAnnounceDevTools (line 38) | Future serveAndAnnounceDevTools({ method launchDevToolsInBrowser (line 43) | bool launchDevToolsInBrowser({@required List flutterDev... method shutdown (line 45) | Future shutdown() class FlutterResidentDevtoolsHandler (line 48) | class FlutterResidentDevtoolsHandler implements ResidentDevtoolsHandler { method serveAndAnnounceDevTools (line 71) | Future serveAndAnnounceDevTools({ method launchDevToolsInBrowser (line 102) | bool launchDevToolsInBrowser({@required List flutterDev... method _launchDevToolsForDevices (line 117) | void _launchDevToolsForDevices(List flutterDevices) method _maybeCallDevToolsUriServiceExtension (line 129) | Future _maybeCallDevToolsUriServiceExtension( method _callDevToolsUriExtension (line 141) | Future _callDevToolsUriExtension( method _devicesWithExtensions (line 160) | Future> _devicesWithExtensions(List... method _waitForExtensionsForDevice (line 168) | Future _waitForExtensionsForDevice(FlutterDevice flutte... method _callConnectedVmServiceUriExtension (line 185) | Future _callConnectedVmServiceUriExtension(List f... method _callConnectedVmServiceExtension (line 192) | Future _callConnectedVmServiceExtension(FlutterDevice device) method _invokeRpcOnFirstView (line 214) | Future _invokeRpcOnFirstView( method hotRestart (line 237) | Future hotRestart(List flutterDevices) method shutdown (line 246) | Future shutdown() function createNoOpHandler (line 256) | NoOpDevtoolsHandler createNoOpHandler(DevtoolsLauncher launcher, Residen... class NoOpDevtoolsHandler (line 260) | @visibleForTesting method hotRestart (line 271) | Future hotRestart(List flutterDevices) method serveAndAnnounceDevTools (line 276) | Future serveAndAnnounceDevTools({Uri devToolsServerAddress, List... method launchDevToolsInBrowser (line 281) | bool launchDevToolsInBrowser({List flutterDevices}) method shutdown (line 286) | Future shutdown() function urlToDisplayString (line 294) | String urlToDisplayString(Uri uri) FILE: packages/flutter_tools/lib/src/resident_runner.dart class FlutterDevice (line 46) | class FlutterDevice { method create (line 77) | Future create( method connect (line 216) | Future connect({ method handleError (line 240) | void handleError(Exception e, StackTrace st) method exitApps (line 335) | Future exitApps({ method setupDevFS (line 344) | Future setupDevFS( method startEchoingDeviceLog (line 360) | Future startEchoingDeviceLog() method stopEchoingDeviceLog (line 376) | Future stopEchoingDeviceLog() method initLogReader (line 384) | Future initLogReader() method runHot (line 390) | Future runHot({ method runCold (line 454) | Future runCold({ method updateDevFS (line 526) | Future updateDevFS({ method updateReloadStatus (line 570) | Future updateReloadStatus(bool wasReloadSuccessful) class ResidentHandlers (line 580) | abstract class ResidentHandlers { method printHelp (line 624) | void printHelp({ @required bool details }) method restart (line 631) | Future restart({ bool fullRestart = false, bool pause... method debugDumpApp (line 637) | Future debugDumpApp() method debugDumpRenderTree (line 654) | Future debugDumpRenderTree() method debugDumpLayerTree (line 671) | Future debugDumpLayerTree() method debugDumpSemanticsTreeInTraversalOrder (line 690) | Future debugDumpSemanticsTreeInTraversalOrder() method debugDumpSemanticsTreeInInverseHitTestOrder (line 709) | Future debugDumpSemanticsTreeInInverseHitTestOrder() method debugToggleDebugPaintSizeEnabled (line 726) | Future debugToggleDebugPaintSizeEnabled() method debugTogglePerformanceOverlayOverride (line 744) | Future debugTogglePerformanceOverlayOverride() method debugToggleWidgetInspector (line 763) | Future debugToggleWidgetInspector() method debugToggleInvertOversizedImages (line 779) | Future debugToggleInvertOversizedImages() method debugToggleProfileWidgetBuilds (line 795) | Future debugToggleProfileWidgetBuilds() method debugToggleBrightness (line 811) | Future debugToggleBrightness() method debugTogglePlatform (line 839) | Future debugTogglePlatform() method writeSkSL (line 865) | Future writeSkSL() method screenshot (line 892) | Future screenshot(FlutterDevice device) method _takeVmServiceScreenshot (line 926) | Future _takeVmServiceScreenshot(FlutterDevice device, File outpu... method _toggleDebugBanner (line 942) | Future _toggleDebugBanner(FlutterDevice device, Future Fun... method setDebugBanner (line 948) | Future setDebugBanner(bool value) method cleanupAfterSignal (line 978) | Future cleanupAfterSignal() method detach (line 984) | Future detach() method exit (line 987) | Future exit() method runSourceGenerators (line 993) | Future runSourceGenerators() class ResidentRunner (line 997) | abstract class ResidentRunner extends ResidentHandlers { method getReloadPath (line 1075) | String getReloadPath({ method run (line 1132) | Future run({ method attach (line 1139) | Future attach({ method runSourceGenerators (line 1147) | Future runSourceGenerators() method writeVmServiceFile (line 1186) | void writeVmServiceFile() method exit (line 1200) | Future exit() method detach (line 1210) | Future detach() method stopEchoingDeviceLog (line 1218) | Future stopEchoingDeviceLog() method shutdownDartDevelopmentService (line 1224) | Future shutdownDartDevelopmentService() method cacheInitialDillCompilation (line 1233) | void cacheInitialDillCompilation() method printStructuredErrorLog (line 1253) | void printStructuredErrorLog(vm_service.Event event) method connectToServiceProtocol (line 1268) | Future connectToServiceProtocol({ method _serviceProtocolDone (line 1306) | Future _serviceProtocolDone(dynamic object) method _serviceProtocolError (line 1310) | Future _serviceProtocolError(dynamic error, StackTrace stack) method _serviceDisconnected (line 1315) | void _serviceDisconnected() method appFinished (line 1327) | void appFinished() method appFailedToStart (line 1335) | void appFailedToStart() method waitForAppToFinish (line 1341) | Future waitForAppToFinish() method preExit (line 1349) | Future preExit() method exitApp (line 1357) | Future exitApp() method printDebuggerList (line 1368) | void printDebuggerList({ bool includeObservatory = true, bool includeD... method printHelpDetails (line 1400) | void printHelpDetails() method cleanupAfterSignal (line 1434) | Future cleanupAfterSignal() method cleanupAtFinish (line 1437) | Future cleanupAtFinish() class OperationResult (line 1440) | class OperationResult { function getMissingPackageHintForPlatform (line 1459) | Future getMissingPackageHintForPlatform(TargetPlatform platform) class TerminalHandler (line 1476) | class TerminalHandler { method setupTerminal (line 1510) | void setupTerminal() method _addSignalHandler (line 1521) | void _addSignalHandler(io.ProcessSignal signal, SignalHandler handler) method registerSignalHandlers (line 1525) | void registerSignalHandlers() method stop (line 1540) | void stop() method _commonTerminalInputHandler (line 1559) | Future _commonTerminalInputHandler(String character) method processTerminalInput (line 1653) | Future processTerminalInput(String command) method _handleSignal (line 1680) | Future _handleSignal(io.ProcessSignal signal) method _cleanUp (line 1696) | Future _cleanUp(io.ProcessSignal signal) class DebugConnectionInfo (line 1703) | class DebugConnectionInfo { function nextPlatform (line 1715) | String nextPlatform(String currentPlatform) class DevtoolsLauncher (line 1732) | abstract class DevtoolsLauncher { method serve (line 1739) | Future serve() method launch (line 1749) | Future launch(Uri vmServiceUri, {List additionalArguments}) method close (line 1751) | Future close() class DevToolsServerAddress (line 1789) | class DevToolsServerAddress { FILE: packages/flutter_tools/lib/src/run_cold.dart class ColdRunner (line 23) | class ColdRunner extends ResidentRunner { method run (line 61) | Future run({ method attach (line 149) | Future attach({ method cleanupAfterSignal (line 193) | Future cleanupAfterSignal() method cleanupAtFinish (line 202) | Future cleanupAtFinish() method printHelp (line 212) | void printHelp({ @required bool details }) method preExit (line 229) | Future preExit() FILE: packages/flutter_tools/lib/src/run_hot.dart class HotRunnerConfig (line 43) | class HotRunnerConfig { method setupHotRestart (line 52) | Future setupHotRestart() method setupHotReload (line 58) | Future setupHotReload() method updateDevFSComplete (line 65) | void updateDevFSComplete() method runPreShutdownOperations (line 69) | Future runPreShutdownOperations() class DeviceReloadReport (line 76) | class DeviceReloadReport { class HotRunner (line 83) | class HotRunner extends ResidentRunner { method _calculateTargetPlatform (line 148) | Future _calculateTargetPlatform() method _addBenchmarkData (line 169) | void _addBenchmarkData(String name, int value) method _reloadSourcesService (line 174) | Future _reloadSourcesService( method _restartService (line 189) | Future _restartService({ bool pause = false }) method _compileExpressionService (line 201) | Future _compileExpressionService( method attach (line 225) | Future attach({ method run (line 351) | Future run({ method _initDevFS (line 441) | Future> _initDevFS() method _updateDevFS (line 452) | Future _updateDevFS({ bool fullRestart = false }) method _resetDirtyAssets (line 506) | void _resetDirtyAssets() method _cleanupDevFS (line 512) | Future _cleanupDevFS() method _launchInView (line 529) | Future _launchInView( method _launchFromDevFS (line 545) | Future _launchFromDevFS() method _restartFromSources (line 558) | Future _restartFromSources({ method validateReloadReport (line 659) | bool validateReloadReport( method restart (line 683) | Future restart({ method _fullRestartHelper (line 728) | Future _fullRestartHelper({ method _hotReloadHelper (line 797) | Future _hotReloadHelper({ method _reloadSources (line 858) | Future _reloadSources({ method printHelp (line 985) | void printHelp({ @required bool details }) method evictDirtyAssets (line 1019) | Future evictDirtyAssets() method cleanupAfterSignal (line 1062) | Future cleanupAfterSignal() method preExit (line 1073) | Future preExit() method cleanupAtFinish (line 1080) | Future cleanupAtFinish() type ReloadSourcesHelper (line 1090) | typedef ReloadSourcesHelper = Future Function( function _defaultReloadSourcesHelper (line 1101) | Future _defaultReloadSourcesHelper( function _reloadDeviceSources (line 1167) | Future>> _reloadDeviceSources( function _resetDevFSCompileTime (line 1185) | void _resetDevFSCompileTime(List flutterDevices) class ReassembleResult (line 1191) | @visibleForTesting type ReassembleHelper (line 1199) | typedef ReassembleHelper = Future Function( function _defaultReassembleHelper (line 1207) | Future _defaultReassembleHelper( function _describePausedIsolates (line 1314) | String _describePausedIsolates(int pausedIsolatesFound, String serviceEv... class InvalidationResult (line 1355) | class InvalidationResult { class ProjectFileInvalidator (line 1367) | class ProjectFileInvalidator { method findInvalidated (line 1391) | Future findInvalidated({ method _isNotInPubCache (line 1479) | bool _isNotInPubCache(Uri uri) method _createPackageConfig (line 1484) | Future _createPackageConfig(String packagesPath) class ReloadReportContents (line 1493) | class ReloadReportContents { class ReasonForCancelling (line 1530) | class ReasonForCancelling { method toString (line 1538) | String toString() FILE: packages/flutter_tools/lib/src/runner/flutter_command.dart type ExitStatus (line 36) | enum ExitStatus { class FlutterCommandResult (line 46) | class FlutterCommandResult { method toString (line 84) | String toString() class FlutterOptions (line 102) | class FlutterOptions { class FlutterCommandCategory (line 126) | class FlutterCommandCategory { class FlutterCommand (line 132) | abstract class FlutterCommand extends Command { method requiresPubspecYaml (line 198) | void requiresPubspecYaml() method usesWebOptions (line 202) | void usesWebOptions({ @required bool verboseHelp }) method usesTargetOption (line 271) | void usesTargetOption() method usesPubOption (line 313) | void usesPubOption({bool hide = false}) method usesFilesystemOptions (line 325) | void usesFilesystemOptions({ @required bool hide }) method usesPortOptions (line 347) | void usesPortOptions({ @required bool verboseHelp }) method addDevToolsOptions (line 369) | void addDevToolsOptions({@required bool verboseHelp}) method addDdsOptions (line 387) | void addDdsOptions({@required bool verboseHelp}) method _tryParseHostVmservicePort (line 438) | int _tryParseHostVmservicePort() method addPublishPort (line 507) | void addPublishPort({ bool enabledByDefault = true, bool verboseHelp =... method usesIpv6Flag (line 519) | void usesIpv6Flag({@required bool verboseHelp}) method usesBuildNumberOption (line 532) | void usesBuildNumberOption() method usesBuildNameOption (line 542) | void usesBuildNameOption() method usesDartDefineOption (line 551) | void usesDartDefineOption() method usesWebRendererOption (line 564) | void usesWebRendererOption() method usesDeviceUserOption (line 577) | void usesDeviceUserOption() method usesDeviceTimeoutOption (line 583) | void usesDeviceTimeoutOption() method addBuildModeFlags (line 611) | void addBuildModeFlags({ method addSplitDebugInfoOption (line 642) | void addSplitDebugInfoOption() method addDartObfuscationOption (line 656) | void addDartObfuscationOption() method addBundleSkSLPathOption (line 674) | void addBundleSkSLPathOption({ @required bool hide }) method addTreeShakeIconsFlag (line 684) | void addTreeShakeIconsFlag({ method addShrinkingFlag (line 695) | void addShrinkingFlag({ @required bool verboseHelp }) method addNullSafetyModeOptions (line 704) | void addNullSafetyModeOptions({ @required bool hide }) method usesExtraDartFlagOptions (line 725) | void usesExtraDartFlagOptions({ @required bool verboseHelp }) method usesFuchsiaOptions (line 745) | void usesFuchsiaOptions({ bool hide = false }) method addEnableExperimentation (line 762) | void addEnableExperimentation({ @required bool hide }) method addBuildPerformanceFile (line 772) | void addBuildPerformanceFile({ bool hide = false }) method addAndroidSpecificBuildOptions (line 782) | void addAndroidSpecificBuildOptions({ bool hide = false }) method addNativeNullAssertions (line 802) | void addNativeNullAssertions({ bool hide = false }) method usesInitializeFromDillOption (line 815) | void usesInitializeFromDillOption({ @required bool hide }) method addCommonDesktopBuildOptions (line 824) | void addCommonDesktopBuildOptions({ @required bool verboseHelp }) method getBuildMode (line 847) | BuildMode getBuildMode() method usesFlavorOption (line 878) | void usesFlavorOption() method usesTrackWidgetCreation (line 887) | void usesTrackWidgetCreation({ bool hasEffect = true, @required bool v... method usesAnalyzeSizeFlag (line 897) | void usesAnalyzeSizeFlag() method getBuildInfo (line 923) | Future getBuildInfo({ BuildMode forcedBuildMode, File force... method setupApplicationPackages (line 1091) | void setupApplicationPackages() method run (line 1118) | Future run() method _printDeprecationWarning (line 1142) | void _printDeprecationWarning() method updateDartDefines (line 1156) | List updateDartDefines(List dartDefines, String webRen... method _registerSignalHandlers (line 1166) | void _registerSignalHandlers(String commandPath, DateTime startTime) method handler (line 1167) | void handler(io.ProcessSignal s) method _sendPostUsage (line 1184) | void _sendPostUsage( method verifyThenRunCommand (line 1228) | Future verifyThenRunCommand(String commandPath) method _sendNullSafetyAnalyticsEvents (line 1284) | Future _sendNullSafetyAnalyticsEvents(FlutterProject project) method runCommand (line 1303) | Future runCommand() method findAllTargetDevices (line 1309) | Future> findAllTargetDevices({ method findTargetDevice (line 1369) | Future findTargetDevice({ method validateCommand (line 1388) | Future validateCommand() method boolArg (line 1438) | bool boolArg(String name) method stringArg (line 1441) | String stringArg(String name) method stringsArg (line 1444) | List stringsArg(String name) function artifactFromTargetPlatform (line 1476) | DevelopmentArtifact artifactFromTargetPlatform(TargetPlatform targetPlat... function _isBlank (line 1517) | bool _isBlank(String s) FILE: packages/flutter_tools/lib/src/runner/flutter_command_runner.dart class FlutterCommandRunner (line 25) | class FlutterCommandRunner extends CommandRunner { method parse (line 149) | ArgResults parse(Iterable args) method run (line 171) | Future run(Iterable args) method runCommand (line 186) | Future runCommand(ArgResults topLevelResults) method getRepoRoots (line 294) | List getRepoRoots() method getRepoPackages (line 303) | List getRepoPackages() method _gatherProjectPaths (line 310) | List _gatherProjectPaths(String rootPath) FILE: packages/flutter_tools/lib/src/runner/local_engine.dart class LocalEngineLocator (line 29) | class LocalEngineLocator { method findEnginePath (line 49) | Future findEnginePath(String? engineSourcePath, Str... method _findEngineSourceByLocalEngine (line 89) | String? _findEngineSourceByLocalEngine(String localEngine) method _findEngineSourceByPackageConfig (line 105) | Future _findEngineSourceByPackageConfig(String? packagePath) method _getHostEngineBasename (line 152) | String _getHostEngineBasename(String localEngineBasename) method _findEngineBuildPath (line 167) | EngineBuildPaths _findEngineBuildPath(String? localEngine, String engi... method _tryEnginePath (line 189) | String? _tryEnginePath(String enginePath) FILE: packages/flutter_tools/lib/src/sksl_writer.dart function sharedSkSlWriter (line 18) | Future sharedSkSlWriter(Device device, Map data, { FILE: packages/flutter_tools/lib/src/template.dart class Template (line 40) | class Template { method fromName (line 96) | Future