EWBaseButton constructor
const
EWBaseButton({
- ButtonType buttonType = const Filled(),
- bool showTitle = true,
- VoidCallback? onPressed,
- String? title,
- Widget? icon,
- ButtonStyle? style,
- Key? key,
Implementation
const EWBaseButton({
this.buttonType = const Filled(),
this.showTitle = true,
this.onPressed,
this.title,
this.icon,
this.style,
super.key,
});