iconTheme property

IconThemeData iconTheme

Returns the icon theme data from the closest widgets.IconTheme ancestor.

context.iconTheme is equivalent to widgets.IconTheme.of.

Implementation

widgets.IconThemeData get iconTheme {
  return widgets.IconTheme.of(this);
}