AtomIconButton constructor
const
AtomIconButton({
- Key? key,
- required IconData icon,
- VoidCallback? onPressed,
- double? size,
- EdgeInsetsGeometry? padding,
- Color? iconColor,
- double spacing = 0,
- BoxConstraints? constraints,
- VisualDensity? visualDensity,
Implementation
const AtomIconButton({
super.key,
required this.icon,
this.onPressed,
this.size,
this.padding,
this.iconColor,
this.spacing = 0,
this.constraints,
this.visualDensity,
});