AuiIconButton constructor
const
AuiIconButton({
- Key? key,
- ButtonRadiusType? borderRadius,
- Color? iconColor = Colors.deepPurple,
- Color backgroundColor = Colors.yellow,
- double itemGap = 10,
- TextStyle? textStyle,
- double iconWeight = 5,
- double iconSize = 30,
- IconData icon = Icons.send_rounded,
- double buttonWidth = 500,
- void onPressed()?,
- double? iconWidth,
Implementation
const AuiIconButton({
Key? key,
this.borderRadius,
this.iconColor = Colors.deepPurple,
this.backgroundColor = Colors.yellow,
this.itemGap = 10,
this.textStyle,
this.iconWeight = 5,
this.iconSize = 30,
this.icon = Icons.send_rounded,
this.buttonWidth = 500,
this.onPressed,
this.iconWidth,
}) : super(key: key);