clear method

void clear()

Clears all tab stops.

Implementation

void clear() {
  stops = List<int>.filled(stops.length, 0);
}