getDefaultSchemeColors method

List<String> getDefaultSchemeColors(
  1. int size
)

Implementation

List<String> getDefaultSchemeColors(int size) =>
    getSchemeColors(defaultSchemeName, size);