KappaButton constructor
const
KappaButton({})
Implementation
const KappaButton({
super.key,
required this.label,
required this.onPressed,
this.isLoading = false,
this.color,
this.textColor,
});
const KappaButton({
super.key,
required this.label,
required this.onPressed,
this.isLoading = false,
this.color,
this.textColor,
});