FDeterminateProgressStyle constructor
const
FDeterminateProgressStyle({
- required BoxDecoration trackDecoration,
- required BoxDecoration fillDecoration,
- BoxConstraints constraints = const BoxConstraints.tightFor(height: 10.0),
- FDeterminateProgressMotion motion = const FDeterminateProgressMotion(),
Creates a FDeterminateProgressStyle.
Implementation
const FDeterminateProgressStyle({
required this.trackDecoration,
required this.fillDecoration,
this.constraints = const BoxConstraints.tightFor(height: 10.0),
this.motion = const FDeterminateProgressMotion(),
});