MaterialDrawerBase class

Implemented types
Implementers

Constructors

MaterialDrawerBase({bool visible = true})

Properties

contentVisible Stream<bool>
Event fired when the visibility of the drawer changes.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
Visibility of the drawer.
getter/setter pair

Methods

ngOnInit() → void
Executed after the first change detection run for a directive.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle() → void
Toggle the drawer's visibility.
toString() String
A string representation of this object.
inherited

Operators

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