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