IstButton constructor
const
IstButton({
- Key? key,
- ButtonType buttonType = ButtonType.primary,
- String? title,
- Widget? customTitle,
- bool isLoading = false,
- VoidCallback? action,
Implementation
const IstButton({
super.key,
this.buttonType = ButtonType.primary,
this.title,
this.customTitle,
this.isLoading = false,
this.action,
});