FLinearProgressStyle constructor
const
FLinearProgressStyle({
- required BoxDecoration backgroundDecoration,
- required BoxDecoration progressDecoration,
- BoxConstraints constraints = const BoxConstraints.tightFor(height: 10.0),
- Curve curve = Curves.ease,
Creates a FLinearProgressStyle.
Implementation
const FLinearProgressStyle({
required this.backgroundDecoration,
required this.progressDecoration,
this.constraints = const BoxConstraints.tightFor(height: 10.0),
this.curve = Curves.ease,
});