NomoScaffold class

Constructors

NomoScaffold({dynamic key, required dynamic child, dynamic appBar, dynamic bottomBar, dynamic sider, dynamic bottomSheet, dynamic padding, dynamic backgroundColor, bool? showBottomBar, bool? showSider, dynamic drawer, dynamic nestedAppBar, dynamic endDrawer})
const

Properties

appBar → dynamic
final
backgroundColor → dynamic
final
bottomBar → dynamic
final
bottomSheet → dynamic
final
child → dynamic
final
drawer → dynamic
final
endDrawer → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
nestedAppBar → dynamic
final
padding → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBottomBar bool?
final
showSider bool?
final
sider → dynamic
final

Methods

createState() → dynamic
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

maybeOf(dynamic context) → dynamic
of(dynamic context) → dynamic