LoadingButton constructor
const
LoadingButton({})
Implementation
const LoadingButton({
super.key,
required this.text,
required this.onPressed,
this.isLoading = false,
this.height = 48,
this.width,
this.borderRadius = 8,
this.backgroundColor = Colors.blue,
this.loadingColor = Colors.white,
this.textStyle,
this.elevation = 2,
this.icon,
});