IndicatorWidgetBuilder constructor
const
IndicatorWidgetBuilder({
- Key? key,
- required double value,
- required TextStyle textStyle,
- ValueListenable<
double> ? notifier, - ProgressIndicatorBuilder? brnProgressIndicatorBuilder,
Implementation
const IndicatorWidgetBuilder({
Key? key,
required this.value,
required this.textStyle,
this.notifier,
this.brnProgressIndicatorBuilder,
}) : super(key: key);