FlapStyle constructor

const FlapStyle({
  1. Widget? separator,
  2. bool locked = false,
  3. double breakpoint = 900,
  4. double flapWidth = 270.0,
})

Implementation

const FlapStyle({
  this.separator,
  this.locked = false,
  this.breakpoint = 900,
  this.flapWidth = 270.0,
});