sensitivity property

Sensitivity sensitivity
final

With non-negative Sensitivity, the scrims of this 📜 Curtains will change state before the scrollable reaches a min/max extent.

  • sensitivity.start defines startCurtain tolerance to min extent.

  • sensitivity.end defines endCurtain tolerance to max extent.

  • Such that sensitivity.start == 50 will make this 📜 Curtains startCurtain toggle visibility at a point 50px away from the minimum scrollable extent.

Default is Sensitivity.none.

Implementation

final Sensitivity sensitivity;