CustomWidthButton constructor
- String text,
- {required VoidCallback onPressed,
- required ButtonSize size,
- required double buttonWidthProportion,
- double? fontSize,
- IconData? rightIcon,
- Color? backgroundColor,
- Color? textColor}
Implementation
CustomWidthButton(this.text,
{required this.onPressed,
required this.size,
required this.buttonWidthProportion,
this.fontSize,
this.rightIcon,
this.backgroundColor,
this.textColor});