primaryBackgroundColor method

Theme primaryBackgroundColor(
  1. Color primaryBackgroundColor
)

Sets the _primaryBackgroundColor

Implementation

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