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