FloatingData constructor
FloatingData(
- FloatingSlideType slideType, {
- double? left,
- double? top,
- double? right,
- double? bottom,
Implementation
FloatingData(this.slideType, {this.left, this.top, this.right, this.bottom});