SunnyPageLayoutMixin mixin

Implemented types
Mixin Applications

Properties

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

Methods

build(BuildContext context, PlatformLayoutInfo info) Widget
override
buildHeader(BuildContext context, PlatformLayoutInfo layoutInfo) Widget?
buildPageGuts(BuildContext context, PlatformLayoutInfo layoutInfo, {bool shrinkWrap = false}) Widget
buildScrollables(BuildContext context, PlatformLayoutInfo layoutInfo, bool shrinkWrap, [dynamic _body]) → dynamic
Returns either a single widget (may be a CustomScrollView) or a List of widgets
buildScrollView(BuildContext context, dynamic scrollables, Widget? headerSliver, PlatformLayoutInfo layoutInfo, {required bool shrinkWrap}) Widget
buildScrollViewWithWrapper(BuildContext context, dynamic scrollables, Widget? headerSliver, PlatformLayoutInfo layoutInfo, {SliverWrapper sliverWrapper = sameWidget, bool shrinkWrap = false}) Widget
dispose() → void
override
expandScrollables(dynamic scrollables) List<Widget>
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

Operators

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