VProgressGaugeSmall constructor
const
VProgressGaugeSmall({
- Key? key,
- VProgressStyle? style,
- VExt? vExt,
- double? value,
- Icon? icon,
Implementation
const VProgressGaugeSmall({
Key? key,
this.style,
this.vExt,
this.value,
this.icon,
}) : super(key: key);