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