scrollLine property

set scrollLine (int v)

Implementation

set scrollLine(int v) {
  if (_scrollLine == v) return;
  _scrollLine = v;
}