expandedColor property
Color
get
expandedColor
The color of the title when expanded.
Implementation
Color get expandedColor => _expandedColor;
set
expandedColor
(Color v)
Sets the expanded title color and invalidates the paint cache.
Implementation
set expandedColor(Color v) {
_expandedColor = v;
_invalidateCache();
}