iconTheme property
final
The color, opacity, and size to use for toolbar icons.
If this property is null, then a copy of ThemeData.iconTheme is used, with the IconThemeData.color set to the app bar's foregroundColor.
This property is used to configure an AppBar.
Implementation
final IconThemeData? iconTheme;