getFamily method

String getFamily()

Returns the family of the matched EditableText via Widget.toDiagnosticsNode

Implementation

String getFamily() {
  return getDiagnosticProp<String>('family');
}