TransitionCSSList class
- Inheritance
-
- Object
- TransitionCSS
- TransitionCSSList
Constructors
-
TransitionCSSList(List<
TransitionCSS> list) -
const
Properties
- delay → DurationCSS?
-
finalinherited
- duration → DurationCSS
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
list
→ List<
TransitionCSS> -
final
- property → PropertyCSS?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timingFunction → TimingFunctionCSS?
-
finalinherited
Methods
-
build(
) → String -
override
-
copyWith(
{DurationCSS? duration, DurationCSS? delay, PropertyCSS? property, TimingFunctionCSS? timingFunction}) → TransitionCSS -
inherited
-
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