iconBackgroundColor property
String?
get
iconBackgroundColor
Implementation
String? get iconBackgroundColor => getProperty(this, 'icon_background_color');
set
iconBackgroundColor
(String? value)
Implementation
set iconBackgroundColor(String? value) {
setProperty(this, 'icon_background_color', value);
}