GTFTimerButton constructor
const
GTFTimerButton({
- Key? key,
- Function? onTap,
- VoidCallback? countingTap,
- VoidCallback? countComplete,
- String? text,
- String? countText,
- int? timeCount,
- double? fontSize,
- FontWeight? fontWeight,
- Color? textColor,
- Color? countTextColor,
Implementation
const GTFTimerButton({
Key? key,
this.onTap,
this.countingTap,
this.countComplete,
this.text,
this.countText,
this.timeCount,
this.fontSize,
this.fontWeight,
this.textColor,
this.countTextColor,
}) : super(key: key);