ModalOverlayLayout class
- Implemented types
-
- Mixed-in types
-
Methods
-
build(BuildContext context, PlatformLayoutInfo info)
→ Widget
-
inherited
-
On web, the top header is replaced by a static bar, and the "regular" header
is placed down within the card
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, {bool shrinkWrap = false})
→ Widget
-
override
-
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
-
A modal page doesn't need a scaffold, and doesn't take up as much space as possible
override