TkfBigButton constructor
const
TkfBigButton({
- required Key testKey,
- Function? onClick,
- required String text,
- Key? key,
- EdgeInsets? buttonPadding,
- ButtonStyle? style,
- bool isLoading = false,
- ButtonType type = ButtonType.normal,
- bool useCountdown = false,
- int waitTime = 15,
- DateTime? lastSent,
- bool cancelTimer = false,
Implementation
const TkfBigButton(
{required this.testKey,
this.onClick,
required this.text,
super.key,
this.buttonPadding,
this.style,
this.isLoading = false,
this.type = ButtonType.normal,
this.useCountdown = false,
this.waitTime = 15,
this.lastSent,
this.cancelTimer = false});