Grabber constructor
const
Grabber({
- Key? key,
- required ValueChanged<
DragUpdateDetails> onVerticalDragUpdate,
Implementation
const Grabber({
super.key,
required this.onVerticalDragUpdate,
});