menu
tim_ui_kit_calling_plugin package
documentation
view/dragable.dart
DragArea
DragArea const constructor
DragArea const constructor
dark_mode
light_mode
DragArea
constructor
const
DragArea
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const DragArea({Key? key, required this.child}) : super(key: key);
tim_ui_kit_calling_plugin package
documentation
view/dragable
DragArea
DragArea const constructor
DragArea class