getSemanticLabel method

String getSemanticLabel()

Returns the semanticLabel of the matched Icon via Widget.toDiagnosticsNode

Implementation

String getSemanticLabel() {
  return getDiagnosticProp<String>('semanticLabel');
}