setSecondaryBackgroundColor method

Theme setSecondaryBackgroundColor(
  1. Color secondaryBackgroundColor
)

Implementation

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