DarkButton constructor
- String? text,
- {DarkButtonSize size = DarkButtonSize.Medium,
- required VoidCallback onPressed,
- IconData? rightIcon,
- IconData? leftIcon,
- DarkButtonStyle? style,
- double? fontSize}
Implementation
DarkButton(this.text,
{this.size = DarkButtonSize.Medium,
required this.onPressed,
this.rightIcon,
this.leftIcon,
this.style,
this.fontSize});