DrawerViewState class

Implemented types

Constructors

DrawerViewState()

Properties

activeDrawer Drawers?
getter/setter pair
afterAnimation Function?
getter/setter pair
animate bool
getter/setter pair
animatingClose bool
getter/setter pair
bottom BoxView?
getter/setter pair
dragEdge double
getter/setter pair
fromBottom double?
getter/setter pair
fromLeft double?
getter/setter pair
fromRight double?
getter/setter pair
fromTop double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left BoxView?
getter/setter pair
oldHeight double?
getter/setter pair
oldWidth double?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top BoxView?
getter/setter pair
visibleDrawer BoxView?
getter/setter pair

Methods

build(BuildContext context) Widget
builder(BuildContext context, BoxConstraints constraints) Widget
closeDrawer(Drawers? drawer, {dynamic cb}) → dynamic
didChangeDependencies() → dynamic
didUpdateWidget(DrawerView oldWidget) → void
dispose() → void
finishedAnimation() → dynamic
initState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClose(Event event) → void
onDragEnd(DragEndDetails details, DragDirection direction, bool isOpen) → dynamic
override
onDragging(DragUpdateDetails details, DragDirection direction, bool isOpen) → dynamic
override
onDragStart(DragStartDetails dragStartDetails, DragDirection direction) → dynamic
override
onOpen(Event event) → void
openBottom() → void
openDrawer(Drawers drawer) → dynamic
openLeft() → void
openRight() → void
openTop() → void
preventPop() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

dragLeeway int
getter/setter pair