DefaultButton constructor
DefaultButton({
- required String title,
- required dynamic onTap(),
- Color? color,
- Color? textColor,
- BorderRadius? borderRadius,
- EdgeInsets? margin,
- Color? borderColor,
- double? width,
Implementation
DefaultButton({required this.title,required this.onTap,
this.color,this.textColor,this.borderRadius,this.margin,this.borderColor,this.width});