getSemanticLabel method

String getSemanticLabel()

Returns the semanticLabel of the matched Image via Widget.toDiagnosticsNode

Implementation

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