ZetaIconButton.text constructor
- Key? key,
- bool? rounded,
- required IconData icon,
- VoidCallback? onPressed,
- ZetaWidgetSize size = ZetaWidgetSize.medium,
- ZetaWidgetBorder? borderType,
- String? semanticLabel,
Constructs ZetaIconButton with text theme.
Implementation
const ZetaIconButton.text({
super.key,
super.rounded,
required this.icon,
this.onPressed,
this.size = ZetaWidgetSize.medium,
this.borderType,
this.semanticLabel,
}) : type = ZetaButtonType.text;