actionsIconTheme property

IconThemeData? actionsIconTheme
final

The color, opacity, and size to use for trailing app bar icons. This should only be used when the trailing icons should be themed differently than the leading icons.

If this property is null, then ThemeData.appBarTheme.actionsIconTheme is used, if that is also null, then this falls back to iconTheme.

Implementation

final IconThemeData? actionsIconTheme;