FlipInit constructor

FlipInit({
  1. bool flipX = false,
  2. bool flipY = false,
})

Implementation

FlipInit({
  this.flipX = false,
  this.flipY = false,
});