SmartIconButton constructor
const
SmartIconButton({
- SmartIconData? icon,
- Key? key,
- bool stroke = false,
- SmartIconButtonSize size = SmartIconButtonSize.m,
- VoidCallback? onPressed,
- Color? surface,
- IconData? iconData,
Implementation
const SmartIconButton({
this.icon,
super.key,
this.stroke = false,
this.size = SmartIconButtonSize.m,
this.onPressed,
this.surface,
this.iconData,
});