MobileView class

Constructors

MobileView({double appBarElevation = 0.0, bool isDraggable = true, double sideBarOpenSize = 256, double? appBarToolbarHeight, double? appBarToolbarHeightLeadingWidth, TextStyle? toolbarTextStyle, Widget? appBarFlexibleSpace, PreferredSizeWidget? appBarbottom})
properties for mobile
const

Properties

appBabottomOpacity double
appBabottomOpacity AppBar
final
appBarbottom PreferredSizeWidget?
appBarBottom AppBar
final
appBarElevation double
app bar elevation
final
appBarFlexibleSpace Widget?
appBarFlexibleSpace AppBar
final
appBarToolbarHeight double?
app bar tool bar height
final
appBarToolbarHeightLeadingWidth double?
app bar leading width
final
appBatoolbarOpacity double
appBatoolbarOpacity AppBar
final
excludeHeaderSemantics bool
excludeHeaderSemantics AppBar
final
hashCode int
The hash code for this object.
no setterinherited
isDraggable bool
if side bar can be opened by dragging from left to right
final
primary bool
primary AppBar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideBarOpenSize double
size of the side bar when opened
final
toolbarTextStyle TextStyle?
tool bar text style
final

Methods

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