verticalLineLeft property

bool get verticalLineLeft

Lazily evaluates and caches vertical line detection on the left side.

Implementation

bool get verticalLineLeft =>
    cachedVerticalLineLeft ??= hasVerticalLineLeft(this);