getSoftWrap method

bool getSoftWrap()

Returns the softWrap of the matched Text via Widget.toDiagnosticsNode

Implementation

bool getSoftWrap() {
  return getDiagnosticProp<bool>('softWrap');
}