BigGhostButton constructor
const
BigGhostButton({
- Key? key,
- String? title,
- Color? titleColor,
- Color? bgColor,
- VoidCallback? onTap,
- double? width,
- ButtonConfig? themeData,
Implementation
const BigGhostButton({
Key? key,
this.title,
this.titleColor,
this.bgColor,
this.onTap,
this.width,
this.themeData,
}) : super(key: key);