LoadingButton constructor
LoadingButton({
- required String title,
- required dynamic onTap(),
- Color? color,
- Color? textColor,
- double? borderRadius,
- EdgeInsets? margin,
- Color? borderColor,
- double? width,
- required GlobalKey<
CustomButtonState> btnKey,
Implementation
LoadingButton({required this.title,required this.onTap,
this.color,this.textColor,this.borderRadius,this.margin,this.borderColor,this.width,required this.btnKey});