TransitionOptions class
Defines global transition options that are used when properties are changed without specific transition options.
Constructors
- TransitionOptions({int? duration, int? delay, bool? enablePlacementTransitions})
Properties
- delay ↔ int?
-
Length of time before a transition begins. Units in milliseconds. Defaults to
0.0.getter/setter pair - duration ↔ int?
-
Time allotted for transitions to complete. Units in milliseconds. Defaults to
300.0.getter/setter pair - enablePlacementTransitions ↔ bool?
-
Whether the fade in/out symbol placement transition is enabled. Defaults to
true.getter/setter pair - hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Object -
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.
override
Static Methods
-
decode(
Object result) → TransitionOptions