foregroundColor method
Implementation
StyleContext foregroundColor(Color color) {
_assertUseOnce(_foregroundColor == null, "foregroundColor()");
_foregroundColor = color;
return this;
}
StyleContext foregroundColor(Color color) {
_assertUseOnce(_foregroundColor == null, "foregroundColor()");
_foregroundColor = color;
return this;
}