VProgressLinear constructor

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

Implementation

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