backgroundColor method
Sets the background color (for fullWidth display).
Implementation
StyledBlock backgroundColor(Color color) {
_backgroundColor = color;
return this;
}
Sets the background color (for fullWidth display).
StyledBlock backgroundColor(Color color) {
_backgroundColor = color;
return this;
}