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