iconTheme property
final
Overrides the default value of AppBar.iconTheme in all descendant AppBar widgets.
See also:
- actionsIconTheme, which overrides the default value of AppBar.actionsIconTheme in all descendant AppBar widgets.
- foregroundColor, which overrides the default value AppBar.foregroundColor in all descendant AppBar widgets.
Implementation
final IconThemeData? iconTheme;