SpeedDisplay constructor
const
SpeedDisplay({
- Key? key,
- bool showLabels = true,
- bool showMode = true,
- bool showInterval = true,
- double fontSize = 16,
- MainAxisAlignment alignment = MainAxisAlignment.center,
- EdgeInsets padding = const EdgeInsets.all(16),
Implementation
const SpeedDisplay({
super.key,
this.showLabels = true,
this.showMode = true,
this.showInterval = true,
this.fontSize = 16,
this.alignment = MainAxisAlignment.center,
this.padding = const EdgeInsets.all(16),
});