DragAnimNotification constructor

const DragAnimNotification({
  1. required Widget child,
  2. Key? key,
  3. dynamic onNotification(
    1. ScrollNotification notification
    )?,
})

Implementation

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