ZwapLinearProgress constructor

ZwapLinearProgress({
  1. Key? key,
  2. required double valueProgress,
})

Implementation

ZwapLinearProgress({Key? key,
  required this.valueProgress
}): super(key: key);