FloatingView constructor
const
FloatingView(
- Widget child,
- FloatingData floatingData,
- bool isPosCache,
- bool isSnapToEdge,
- HideController _hideControl,
- List<
FloatingListener> _listener, - FloatingLog _log, {
- Key? key,
- double slideTopHeight = 0,
- double slideBottomHeight = 0,
- double moveOpacity = 0.3,
Implementation
const FloatingView(this.child, this.floatingData, this.isPosCache,
this.isSnapToEdge, this._hideControl, this._listener, this._log,
{Key? key,
this.slideTopHeight = 0,
this.slideBottomHeight = 0,
this.moveOpacity = 0.3})
: super(key: key);