FloatingView constructor
const
FloatingView(
- Widget child,
- FloatingData floatingData,
- FloatingParams params,
- FloatingListenerController _listenerController,
- FloatingCommonController _commonControl,
- FloatingLog _log, {
- Key? key,
Implementation
const FloatingView(
this.child,
this.floatingData,
this.params,
this._listenerController,
this._commonControl,
this._log, {
Key? key,
}) : super(key: key);