iconBackgroundColor property

String? get iconBackgroundColor

Implementation

String? get iconBackgroundColor => _iconBackgroundColor;
set iconBackgroundColor (String? value)

Implementation

set iconBackgroundColor(String? value) => _iconBackgroundColor = value;