color property

ThemeColor? get color

The optional ThemeColor of the icon. The color is currently only used in {@link TreeItem}.

Implementation

_i3.ThemeColor? get color => _i5.getProperty(
      this,
      'color',
    );