menu
flexicomponents package
documentation
components/app_ui_components_dragger.dart
DragView
DragView.new const constructor
DragView.new const constructor
dark_mode
light_mode
DragView
constructor
const
DragView
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const DragView({Key? key, required this.child,}) : super(key: key);
flexicomponents package
documentation
components/app_ui_components_dragger
DragView
DragView.new const constructor
DragView class