AnimationToLayoutNotifier constructor
- Key? key,
- required Listenable? animation,
- required Widget child,
Implementation
const AnimationToLayoutNotifier({
super.key,
required this.animation,
required this.child,
});
const AnimationToLayoutNotifier({
super.key,
required this.animation,
required this.child,
});