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