SoftUiButton constructor
const
SoftUiButton({})
Implementation
const SoftUiButton({
required this.text,
this.type = SoftUiButtonTypes.normal,
this.isLoading = false,
this.prefixIcon,
this.suffixIcon,
this.onPressed,
super.key,
});