setTextColor method

void setTextColor(
  1. Color? value
)

Implementation

void setTextColor(Color? value) {
  onNotifyWithCallback(() => textColor = value);
}