isIdentity property
Whether the channel currently displaces nothing.
Implementation
bool get isIdentity => _offset == .zero && _scaleX == 1 && _scaleY == 1;
Whether the channel currently displaces nothing.
bool get isIdentity => _offset == .zero && _scaleX == 1 && _scaleY == 1;