LinearProgressIndicatorIF constructor

const LinearProgressIndicatorIF({
  1. required double width,
  2. ControllerLinearProgressIndicatorIF? controllerLinearProgressIndicator,
  3. Key? key,
})

Implementation

const LinearProgressIndicatorIF(
    {required this.width, this.controllerLinearProgressIndicator, super.key});