PanelController class

Constructors

PanelController()

Properties

animation Animation?
no setter
defaultPanelSize double
no setter
hashCode int
The hash code for this object.
no setterinherited
isAttached bool
no setter
maxPanelSize double
no setter
minPanelSize double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double?
no setter

Methods

animateTo(double to) → void
animate panel height to passed value
close() → void
animate panel height to minPanelSize
expand() → void
animate panel height to maxPanelSize
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
alias toDefault
toDefault() → void
animate panel height to defaultPanelSize
toString() String
A string representation of this object.
inherited

Operators

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