AuiLoadingButton constructor
const
AuiLoadingButton({})
Implementation
const AuiLoadingButton({
Key? key,
this.borderRadius,
this.indicatorColor = Colors.deepPurple,
this.backgroundColor = Colors.black87,
this.itemGap = 10,
this.indicatorStrokeWidth = 2,
this.textStyle,
this.buttonWidth = 500,
this.onPressed,
}) : super(key: key);