reverse method
T
reverse()
Set reverse direction - accepts bool
Implementation
T reverse() {
return copyWith(flyStyle.copyWith(reverse: true));
}
Set reverse direction - accepts bool
T reverse() {
return copyWith(flyStyle.copyWith(reverse: true));
}