DragAnimNotification constructor

const DragAnimNotification({
  1. required Widget child,
  2. Key? key,
})

Implementation

const DragAnimNotification({required this.child, Key? key}) : super(key: key);