activeColor property

Color get activeColor

Implementation

Color get activeColor => _activeColor;
set activeColor (Color v)

Implementation

set activeColor(Color v) {
  _activeColor = v;
  _invalidateCache();
}