AppBorderButton constructor
const
AppBorderButton({
- Key? key,
- String? title,
- Color? backgroundColor,
- Color? borderColor,
- Color? textColor,
- double? fontSize,
- FontWeight? fontWeight,
- double? height,
- double? width,
- BorderRadius? borderRadius,
- VoidCallback? onTap,
Implementation
const AppBorderButton({
super.key,
this.title,
this.backgroundColor,
this.borderColor,
this.textColor,
this.fontSize,
this.fontWeight,
this.height,
this.width,
this.borderRadius,
this.onTap,
});