IntroDurations class
Constructors
- IntroDurations({Duration fast = const Duration(milliseconds: 300), Duration med = const Duration(milliseconds: 600), Duration slow = const Duration(milliseconds: 900), Duration pageTransition = const Duration(milliseconds: 200)})
-
const
Properties
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