setTextAllCaps method

void setTextAllCaps(
  1. bool value
)

Implementation

void setTextAllCaps(bool value) {
  onNotifyWithCallback(() => textAllCaps = value);
}