ShrinkSheetController class
Constructors
- ShrinkSheetController({required AnimationController shrinkController, required AnimationController hideController})
- ShrinkSheetController.simple({required TickerProvider vsync, bool initialShrink = true, required Duration shrinkDuration, bool initialShow = true, required Duration fadeInDuration})
-
factory
Properties
- expanded → bool
-
no setter
- fadeInAnimation ↔ AnimationCurveSwitcher
-
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shown → bool
-
no setter
- shrinkAnimation ↔ AnimationCurveSwitcher
-
latefinal
- shrunk → bool
-
no setter
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited