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