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