TimerProgress constructor
const
TimerProgress({ - Key? key,
- required Rx<int> timerCount,
- required int max,
- bool isCustomTimer = false,
- Color? progressColor,
- Color? backgroundColor,
- Color? progressBackgroundColor,
- Color? timerTextColor,
- double? height,
- double? width,
})
Implementation
const TimerProgress(
{super.key,
required this.timerCount,
required this.max,
this.isCustomTimer = false,
this.progressColor,
this.backgroundColor,
this.progressBackgroundColor,
this.timerTextColor,
this.height,
this.width});