getMinLines method

int getMinLines()

Returns the minLines of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

int getMinLines() {
  return getDiagnosticProp<int>('minLines');
}