iconTheme property
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
IconThemeData? get iconTheme => _data != null ? _data.iconTheme : _iconTheme;