toolIconsThemeData property

IconThemeData? toolIconsThemeData
final

The theme for the toolbar icons.

The toolbar is compact, so icons are small by design.

Effective style will uses any none null property in the passed in IconThemeData. If the passed in theme data is null, or any property in it, is null, then the following fallback defaults are used:

color: remains null, so default IconThemeData color behavior is kept. size: 22 opacity: 0.90

NOTE: This theme on purpose does not merge any ambient theme. To keep the compact fallback values as its default style. To change them you have to pass in the desired IconThemeData.

Implementation

final IconThemeData? toolIconsThemeData;