colors property

Implementation

UnmodifiableListView<Color> get colors {
  return UnmodifiableListView<Color>(_colors);
}