isIdentity property
bool
get
isIdentity
True when showing the full data range.
Implementation
bool get isIdentity => xStart <= 0 && xEnd >= 1;
True when showing the full data range.
bool get isIdentity => xStart <= 0 && xEnd >= 1;