SunnyPageLayout class abstract

Implementers

Constructors

SunnyPageLayout()
const

Properties

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

Methods

build(BuildContext context, PlatformLayoutInfo layoutInfo) Widget
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

buildAppBar(BuildContext context, {double? headerHeight, bool? centerTitle, Widget? pageTitle, Widget? leading, bool pinned = true, bool floating = false, List<Widget>? actions, Color? appBarColor, Color? pageBackground, AsyncCallback? onStretch, bool? showAppBarDivider, HeroBar? expanded, bool? isImpliedLeading}) SliverAppBar