menu
grouped_expansion_tile package
documentation
drag_decoration.dart
DragDecoration
DragDecoration const constructor
DragDecoration const constructor
dark_mode
light_mode
DragDecoration
constructor
const
DragDecoration
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const DragDecoration({ Key? key, required this.child, }) : super(key: key);
grouped_expansion_tile package
documentation
drag_decoration
DragDecoration
DragDecoration const constructor
DragDecoration class