TimerCard constructor
TimerCard({
- Key? key,
- required String? label,
- String? time,
- String? svgAsset,
- String? imgAsset,
- bool? status,
- dynamic onChanged()?,
- Color? activeColor,
- Color? disableColor,
- ValueNotifier<
String?> ? timer, - Color? color,
- dynamic onTap()?,
- TextStyle? timerStyle,
- TextStyle? labelStyle,
- TextStyle? sliderlabelStyle,
- String package = "flexicomponents",
Implementation
TimerCard(
{super.key,
required this.label,
this.time,
this.svgAsset,
this.imgAsset,
this.status,
this.onChanged,
this.activeColor,
this.disableColor,
this.timer,
this.color,
this.onTap,
this.timerStyle,
this.labelStyle,
this.sliderlabelStyle,
this.package = "flexicomponents"});