ForegroundIndicatorTransition class abstract

Different types of transitions for the foreground indicator.

Currently this class is used mainly for deactivating the rolling animation in some constructors.

Constructors

ForegroundIndicatorTransition.fading()
Fades between the different icons.
const
factory
ForegroundIndicatorTransition.rolling({double? rollingRadius})
Fades between the different icons and shows a rolling animation additionally.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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