secondaryBackgroundColor method

Theme secondaryBackgroundColor(
  1. Color secondaryBackgroundColor
)

Sets the _secondaryBackgroundColor

Implementation

Theme secondaryBackgroundColor(Color secondaryBackgroundColor) {
  _secondaryBackgroundColor = secondaryBackgroundColor;
  return this;
}