ModernFormProgressIndicator constructor

const ModernFormProgressIndicator({
  1. Key? key,
  2. Color? color = Colors.blue,
  3. double? value,
})

Implementation

const ModernFormProgressIndicator(
    {Key? key, this.color = Colors.blue, this.value})
    : super(key: key);