FProgressStyle constructor
const
FProgressStyle({
- required Decoration trackDecoration,
- required Decoration fillDecoration,
- BoxConstraints constraints = const .tightFor(height: 6.0),
- FProgressMotion motion = const FProgressMotion(),
Creates a FProgressStyle.
Implementation
const FProgressStyle({
required this.trackDecoration,
required this.fillDecoration,
this.constraints = const .tightFor(height: 6.0),
this.motion = const FProgressMotion(),
});