AnimatedMargin constructor
const
AnimatedMargin({})
Implementation
const AnimatedMargin({
super.key,
required this.animation,
required this.position,
required this.child,
}) : super(listenable: animation);
const AnimatedMargin({
super.key,
required this.animation,
required this.position,
required this.child,
}) : super(listenable: animation);