SnackstackThemeData class

Constructors

SnackstackThemeData({SnackTileThemeData tileTheme = const SnackTileThemeData(), Duration appearDuration = const Duration(milliseconds: 250), Duration resizeDuration = const Duration(milliseconds: 200), Curve resizeTimeCurve = const Interval(0.4, 1.0, curve: Curves.ease), Curve appearCurve = Curves.easeInOutBack})
const

Properties

appearCurve Curve
final
appearDuration Duration
final
hashCode int
The hash code for this object.
no setterinherited
resizeDuration Duration
final
resizeTimeCurve Curve
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileTheme SnackTileThemeData
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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