FloatingPanelConfig constructor

const FloatingPanelConfig({
  1. double? width,
  2. double? height,
  3. double? x,
  4. double? y,
})

Implementation

const FloatingPanelConfig({
  this.width,
  this.height,
  this.x,
  this.y,
});