ScaleUpTransition constructor
const
ScaleUpTransition({})
Implementation
const ScaleUpTransition({
super.key,
required this.child,
this.delay,
this.duration = const Duration(milliseconds: 200),
this.curve = Curves.easeOutBack,
this.initialScale = 0.0,
this.endScale = 1.0,
});