VProgressGaugeSmall constructor

const VProgressGaugeSmall({
  1. Key? key,
  2. VProgressStyle? style,
  3. VExt? vExt,
  4. double? value,
  5. Icon? icon,
})

Implementation

const VProgressGaugeSmall({
  Key? key,
  this.style,
  this.vExt,
  this.value,
  this.icon,
}) : super(key: key);