iconTheme property

IconThemeData? iconTheme
final

The color, opacity, and size to use for app bar icons. Typically this is set along with backgroundColor, brightness, textTheme.

If this property is null, then ThemeData.appBarTheme.iconTheme is used, if that is also null, then ThemeData.primaryIconTheme is used.

Implementation

final IconThemeData? iconTheme;