KPrimaryButton constructor
const
KPrimaryButton({})
Implementation
const KPrimaryButton({
Key? key,
required this.label,
required this.isBusy,
required this.onPressed,
this.labelColor = Colors.black,
this.progressColor = Colors.red,
this.labelSize = 20.0,
}) : super(key: key);