progressIndicatorWithValue abstract method

Widget progressIndicatorWithValue(
  1. AppModel app,
  2. BuildContext context, {
  3. Animation<Color>? valueColor,
  4. required double value,
})

Implementation

Widget progressIndicatorWithValue(AppModel app, BuildContext context,
    {Animation<Color>? valueColor, required double value});