isIdentity property

bool get isIdentity

True when showing the full data range.

Implementation

bool get isIdentity => xStart <= 0 && xEnd >= 1;