horizontalValue property
double
get
horizontalValue
The horizontal value of the flip. Negative if it is flipped horizontally, positive otherwise.
Implementation
double get horizontalValue => isHorizontal ? -1 : 1;