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
hidden bool
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

expand() Future<void>
fadeIn() Future<void>
fadeOut() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shrink() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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