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