actionsIconTheme property

IconThemeData? get actionsIconTheme

Overrides the default value of AppBar.actionsIconTheme in all descendant AppBar widgets.

See also:

Implementation

IconThemeData? get actionsIconTheme => _data != null ? _data.actionsIconTheme : _actionsIconTheme;