heightLines property

set heightLines (int v)

Implementation

set heightLines(int v) {
  if (_heightLines == v) return;
  _heightLines = v;
}