AppDrawer class

Constructors

AppDrawer({double smallDrawerWidth = 70, Widget? smallDrawer, double largeDrawerWidth = 100, Widget? largeDrawer, bool showOnDesktop = true, bool defaultSmall = true, double edgeDragOpenWidth = 40, bool autoSizing = true})
const

Properties

autoSizing bool
final
defaultSmall bool
final
edgeDragOpenWidth double
final
hashCode int
The hash code for this object.
no setterinherited
largeDrawer Widget?
final
largeDrawerWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOnDesktop bool
final
smallDrawer Widget?
final
smallDrawerWidth double
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