foreground method

T foreground(
  1. Paint value
)

Sets foreground paint

Implementation

T foreground(Paint value) {
  return style(TextStyleMix.foreground(value));
}