BigOutlineButton constructor
const
BigOutlineButton({
- Key? key,
- String? title,
- Color? lineColor,
- Color? textColor,
- bool isEnable = true,
- double? width,
- VoidCallback? onTap,
- ButtonConfig? themeData,
Implementation
const BigOutlineButton({
Key? key,
this.title,
this.lineColor,
this.textColor,
this.isEnable = true,
this.width,
this.onTap,
this.themeData,
}) : super(key: key);