TransitionCSS class

Implementers

Constructors

TransitionCSS({required DurationCSS duration, DurationCSS? delay, PropertyCSS? property, TimingFunctionCSS? timingFunction})
const

Properties

delay DurationCSS?
final
duration DurationCSS
final
hashCode int
The hash code for this object.
no setterinherited
property PropertyCSS?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timingFunction → TimingFunctionCSS?
final

Methods

build() String
copyWith({DurationCSS? duration, DurationCSS? delay, PropertyCSS? property, TimingFunctionCSS? timingFunction}) TransitionCSS
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