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