hasExtraSpace property

bool hasExtraSpace

Implementation

bool get hasExtraSpace {
  return position > width + 8;
}