CyberSpeedIndicator constructor

const CyberSpeedIndicator({
  1. Key? key,
  2. bool showLabel = true,
  3. bool autoStart = true,
  4. TextStyle? textStyle,
  5. EdgeInsets? padding,
  6. bool compact = false,
})

Implementation

const CyberSpeedIndicator({
  super.key,
  this.showLabel = true,
  this.autoStart = true,
  this.textStyle,
  this.padding,
  this.compact = false,
});