menu
flutter_reorderable_grid_view package
documentation
widgets/custom_draggable.dart
CustomDraggable
CustomDraggable const constructor
CustomDraggable const constructor
dark_mode
light_mode
CustomDraggable
constructor
const
CustomDraggable
(
{
required
Widget
child
,
required
Key
key
,
Object
?
data
,
})
Implementation
const CustomDraggable({ required this.child, required Key key, this.data, }) : super(key: key);
flutter_reorderable_grid_view package
documentation
widgets/custom_draggable
CustomDraggable
CustomDraggable const constructor
CustomDraggable class