MobilePageLayout class

Mixed in types

Constructors

MobilePageLayout(SunnyPageState state)

Properties

hashCode int
The hash code for this object.
no setterinherited
pageTitle Widget?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SunnyPageState
final
widget SunnyPage
no setterinherited

Methods

build(BuildContext context, PlatformLayoutInfo info) Widget
inherited
buildHeader(BuildContext context, PlatformLayoutInfo layoutInfo) Widget?
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, Widget? headerSliver, PlatformLayoutInfo layoutInfo, {required bool shrinkWrap}) Widget
inherited
buildScrollViewWithWrapper(BuildContext context, dynamic scrollables, Widget? headerSliver, 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

Operators

operator ==(Object other) bool
The equality operator.
inherited