FloatingView constructor

const FloatingView(
  1. Widget child,
  2. FloatingData floatingData,
  3. FloatingParams params,
  4. FloatingListenerController _listenerController,
  5. FloatingCommonController _commonControl,
  6. FloatingLog _log, {
  7. Key? key,
})

Implementation

const FloatingView(
  this.child,
  this.floatingData,
  this.params,
  this._listenerController,
  this._commonControl,
  this._log, {
  Key? key,
}) : super(key: key);