FloatingData constructor

FloatingData(
  1. FloatingSlideType slideType, {
  2. double? left,
  3. double? top,
  4. double? right,
  5. double? bottom,
})

Implementation

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