backgroundColor method

StyledBlock backgroundColor(
  1. Color color
)

Sets the background color (for fullWidth display).

Implementation

StyledBlock backgroundColor(Color color) {
  _backgroundColor = color;
  return this;
}