FloatingData constructor

FloatingData(
  1. FloatingEdgeType slideType, {
  2. double? left,
  3. double? top,
  4. double? right,
  5. double? bottom,
  6. FPosition<double>? position,
})

Implementation

FloatingData(
  this.slideType, {
  this.left,
  this.top,
  this.right,
  this.bottom,
  this.position,
});