colorOf method

ThemeColors colorOf(
  1. String name
)

Implementation

ThemeColors colorOf(String name) => colors[name] ?? ThemeColors();