getMaxLines method

int getMaxLines()

Returns the maxLines of the matched Text via Widget.toDiagnosticsNode

Implementation

int getMaxLines() {
  return getDiagnosticProp<int>('maxLines');
}