getValueColors method

List<Color>? getValueColors()

Implementation

List<ui.Color>? getValueColors() {
  return _valueColors;
}