DragAnimNotification constructor
const
DragAnimNotification({
- required Widget child,
- Key? key,
- dynamic onNotification(
- ScrollNotification notification
Implementation
const DragAnimNotification({required this.child, Key? key, this.onNotification}) : super(key: key);