menu
termui package
documentation
ui/widgets/interactive/draggable.dart
Draggable<T>
Draggable.new const constructor
Draggable.new const constructor
dark_mode
light_mode
Draggable<
T
>
constructor
const
Draggable<
T
>
(
{
required
T
data
,
required
Widget
child
,
Key
?
key
,
})
Creates a
Draggable
widget.
Implementation
const Draggable({required this.data, required this.child, super.key});
termui package
documentation
ui/widgets/interactive/draggable
Draggable<T>
Draggable.new const constructor
Draggable class