getMaxLines method

int getMaxLines()

Returns the maxLines of the matched AnyText via Widget.toDiagnosticsNode

Implementation

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