isTargetInclusive property

bool isTargetInclusive
final

In case you want to change how value acts when it's exactly on the target value.

By default this is true, meaning that when the target is the same as the value then the value and it's not using colorOverTarget

Implementation

final bool isTargetInclusive;