ZetaIconButton constructor
- Key? key,
- bool? rounded,
- VoidCallback? onPressed,
- ZetaWidgetBorder? borderType,
- ZetaButtonType type = ZetaButtonType.primary,
- ZetaWidgetSize size = ZetaWidgetSize.medium,
- IconData icon = ZetaIcons.more_horizontal,
- String? semanticLabel,
Constructor for ZetaIconButton
Implementation
const ZetaIconButton({
super.key,
super.rounded,
this.onPressed,
this.borderType,
this.type = ZetaButtonType.primary,
this.size = ZetaWidgetSize.medium,
this.icon = ZetaIcons.more_horizontal,
this.semanticLabel,
});