enableSmoothPushing property

bool? enableSmoothPushing
getter/setter pair

Whether elements with the same stickyKey should smoothly "push" each other when they collide, instead of overlapping.

This does not work correctly for any current implementations when interleaving different stickyKeys.

Implementation

bool? enableSmoothPushing;