FloatingData constructor

FloatingData(
  1. FloatingSlideType slideType, {
  2. double? left,
  3. double? top,
  4. double? right,
  5. double? bottom,
  6. Point<double>? point,
  7. double snapToEdgeSpace = 0,
  8. bool dynamicSlideType = false,
})

Implementation

FloatingData(
  this.slideType, {
  this.left,
  this.top,
  this.right,
  this.bottom,
  this.point,
  this.snapToEdgeSpace = 0,
  this.dynamicSlideType = false,
});