NUIScaleAnimation constructor
NUIScaleAnimation({})
Implementation
NUIScaleAnimation({required this.child, this.duration, this.begin = 0.0, this.end = 100.0, this.endAnimationListener, Key? key}): super(key: key);
NUIScaleAnimation({required this.child, this.duration, this.begin = 0.0, this.end = 100.0, this.endAnimationListener, Key? key}): super(key: key);