backgroundColor method
Implementation
StyleContext backgroundColor(Color color) {
_assertUseOnce(_backgroundColor == Colors.transparent, "backgroundColor()");
_backgroundColor = color;
return this;
}
StyleContext backgroundColor(Color color) {
_assertUseOnce(_backgroundColor == Colors.transparent, "backgroundColor()");
_backgroundColor = color;
return this;
}