menu
overscroll_pop package
documentation
drag_to_pop.dart
DragToPop
DragToPop const constructor
DragToPop const constructor
dark_mode
light_mode
DragToPop
constructor
const
DragToPop
(
{
Key
?
key
,
required
Widget
child
,
bool
enable
=
true
,
})
Implementation
const DragToPop({ Key? key, required this.child, this.enable = true, }) : super(key: key);
overscroll_pop package
documentation
drag_to_pop
DragToPop
DragToPop const constructor
DragToPop class