KButton constructor
const
KButton({})
Implementation
const KButton(
{super.key,
required this.child,
this.icon,
this.suffixIcon,
this.onPressed,
this.type = KButtonType.regular,
this.size = ControlSize.regular,
this.error = false,
this.warning = false,
this.success = false,
this.disabled = false,
this.loading = false});