FCurcularTimerBuilder typedef

FCurcularTimerBuilder = Widget Function(BuildContext context, String? value, double? progress)

Implementation

typedef FCurcularTimerBuilder = Widget Function(
  BuildContext context,
  String? value,
  double? progress,
);