FProgressStyleDelta.delta constructor
const
FProgressStyleDelta.delta({
- BoxConstraints? constraints,
- BoxDecorationDelta? trackDecoration,
- BoxDecorationDelta? fillDecoration,
- FProgressMotionDelta? motion,
Creates a partial modification of a FProgressStyle.
Parameters
- FProgressStyle.constraints - The linear progress's constraints.
- FProgressStyle.trackDecoration - The track's decoration.
- FProgressStyle.fillDecoration - The fill's decoration.
- FProgressStyle.motion - The motion-related properties for an indeterminate FProgress.
Implementation
const factory FProgressStyleDelta.delta({
BoxConstraints? constraints,
BoxDecorationDelta? trackDecoration,
BoxDecorationDelta? fillDecoration,
FProgressMotionDelta? motion,
}) = _FProgressStyleDelta;