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