isFrontStart property
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;
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
bool isFrontStart = true;