FloatingDragBin constructor

const FloatingDragBin({
  1. Key? key,
  2. FloatingDragTargetController? controller,
  3. required WidgetBuilder builder,
})

Implementation

const FloatingDragBin({
  Key? key,
  this.controller,
  required this.builder,
}) : super(key: key);