RotateOptionConfig constructor

const RotateOptionConfig({
  1. bool enableFree = true,
  2. bool enableFixed = true,
})

Implementation

const RotateOptionConfig({
  this.enableFree = true,
  this.enableFixed = true,
});