isFrontStart property

bool isFrontStart
getter/setter pair

isFrontStart is a boolean variable that indicates whether the front side of the flipper was displayed at the start of the drag gesture. Used for inverting side if velocity>100

Implementation

bool isFrontStart = true;