primarySwatchColor method

MaterialColor primarySwatchColor()

Implementation

MaterialColor primarySwatchColor() {
  return getColorFromString(this.themePrimarySwatch);
}