setPrimaryBackgroundColor method

Theme setPrimaryBackgroundColor(
  1. Color primaryBackgroundColor
)

Implementation

Theme setPrimaryBackgroundColor(Color primaryBackgroundColor) {
  _primaryBackgroundColor = primaryBackgroundColor;
  return this;
}