setForeground method

void setForeground(
  1. Color? value
)

Implementation

void setForeground(Color? value) {
  foreground = value;
  _notify;
}