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