ButtonView constructor
const
ButtonView({
- Key? key,
- VoidCallback? callback,
- String? label,
- TextStyle? style,
- bool? showLoading = false,
Implementation
const ButtonView({super.key, this.callback, this.label, this.style, this.showLoading = false});