ElevatedButtonWithLoader constructor
Implementation
const ElevatedButtonWithLoader({
required this.enableButton,
required this.showLoader,
required this.onPressed,
required this.label,
this.backgroundColor,
super.key,
}) : count = null;
const ElevatedButtonWithLoader({
required this.enableButton,
required this.showLoader,
required this.onPressed,
required this.label,
this.backgroundColor,
super.key,
}) : count = null;