SlidableBarController class

Constructors

SlidableBarController({bool initialStatus = false})

Properties

currentStatus bool
return the current state for the bar open true, close false
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialStatus bool
the initial bar state when it's build for the first time
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusStream Stream<bool>
stream for bar state changes
no setter

Methods

dispose() → dynamic
this should be called when the widget is disposed to close the stream it is called by default
hide() → dynamic
to hide the bar
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reverseStatus() → dynamic
if the bar was closed this method will open it if the bar was opened this method will closed it
show() → dynamic
to show the bar
toString() String
A string representation of this object.
inherited

Operators

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