getExpands method

bool getExpands()

Returns the expands of the matched EditableText via Widget.toDiagnosticsNode

Implementation

bool getExpands() {
  return getDiagnosticProp<bool>('expands');
}