ProLoadingButton constructor
const
ProLoadingButton({})
Creates a loading button.
Implementation
const ProLoadingButton({
super.key,
required this.isLoading,
required this.onPressed,
required this.child,
this.loaderType = ProLoaderType.buttonLoader,
this.loaderColor,
this.loaderSize = 22,
});