setSemanticsLabel method

void setSemanticsLabel(
  1. String? value
)

Implementation

void setSemanticsLabel(String? value) {
  onNotifyWithCallback(() => semanticsLabel = value);
}