iconColor property
Color
get
iconColor
The color of the expand/collapse arrow icon.
Implementation
Color get iconColor => _iconColor;
set
iconColor
(Color v)
Sets the icon color and invalidates the paint cache.
Implementation
set iconColor(Color v) {
_iconColor = v;
_invalidateCache();
}