FitLoadingHandlerBehavior class

Parameters of the behavior of a FitLoadingHandler.

Constructors

FitLoadingHandlerBehavior({double loadingOpacity = _defaultLoadingOpacity, Duration transitionDuration = _defaultTransitionDuration})
Creates a new FitLoadingHandlerBehavior.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
loadingOpacity double
Opacity of the child when the loading state is set to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionDuration Duration
Duration of the animation transition when toggling the loading state.
final

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