iconTheme property
IconThemeData?
get
iconTheme
Retrieves the current icon theme data used in the theme of the given context using Theme.of(context).iconTheme.
Implementation
IconThemeData? get iconTheme => theme.iconTheme;