ThemedIconButton constructor
const
ThemedIconButton(
- IconData? icon, {
- Key? key,
- ThemeGroupType type = ThemeGroupType.MOM,
- IconSize iconSize = IconSize.SMALL,
- String? semanticLabel,
- TextDirection? textDirection,
- VoidCallback? onPressedCallback,
- Emphasis emphasis = Emphasis.NONE,
Implementation
const ThemedIconButton(
this.icon,
{
super.key,
this.type = ThemeGroupType.MOM,
this.iconSize = IconSize.SMALL,
this.semanticLabel,
this.textDirection,
this.onPressedCallback,
this.emphasis = Emphasis.NONE
}
);