reverse method

T reverse()

Set reverse direction - accepts bool

Implementation

T reverse() {
  return copyWith(flyStyle.copyWith(reverse: true));
}