iconBackgroundColor property

String? iconBackgroundColor

Implementation

String? get iconBackgroundColor => getProperty(this, 'icon_background_color');
void iconBackgroundColor=(String? value)

Implementation

set iconBackgroundColor(String? value) {
  setProperty(this, 'icon_background_color', value);
}