You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| icon |`String`| The name of the icon to display. |
11
+
| iconType |`IconType`| The type of the icon (material, cupertino). Defaults to `material`. |
12
+
| size |`double?`| The size of the icon. |
13
+
| color |`String?`| The color of the icon. |
14
+
| semanticLabel |`String?`| The semantic label for the icon. |
15
+
| textDirection |`TextDirection?`| The text direction for the icon. |
16
+
17
+
> Note: To check the available icons, refer to [Icon utils](https://github.com/BuildMirai/mirai/blob/dev/packages/mirai/lib/src/utils/icon_utils.dart).
0 commit comments