foregroundColor method
Sets the foreground (text) color.
Implementation
StyledBlock foregroundColor(Color color) {
_foregroundColor = color;
return this;
}
Sets the foreground (text) color.
StyledBlock foregroundColor(Color color) {
_foregroundColor = color;
return this;
}