MobilePageLayout class
Methods
-
build(BuildContext context, PlatformLayoutInfo info)
→ Widget
-
inherited
-
override
-
buildPageGuts(BuildContext context, PlatformLayoutInfo layoutInfo, {bool shrinkWrap = false})
→ Widget
-
inherited
-
buildScrollables(BuildContext context, PlatformLayoutInfo layoutInfo, bool shrinkWrap, [dynamic _body])
→ dynamic
-
Returns either a single widget (may be a CustomScrollView) or a List of widgets
inherited
-
buildScrollView(BuildContext context, dynamic scrollables, PlatformLayoutInfo layoutInfo, {required bool shrinkWrap})
→ Widget
-
inherited
-
buildScrollViewWithWrapper(BuildContext context, dynamic scrollables, PlatformLayoutInfo layoutInfo, {SliverWrapper sliverWrapper = sameWidget, bool shrinkWrap = false})
→ Widget
-
inherited
-
dispose()
→ void
-
inherited
-
expandScrollables(dynamic scrollables)
→ List<Widget>
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
wrapInScaffold(BuildContext context, PlatformLayoutInfo info)
→ Widget
-
inherited