ScaleWidget constructor
const
ScaleWidget({})
Implementation
const ScaleWidget(
{Key? key, required this.child, this.duration = 500, this.begin = 0.5, this.end = 1.0, this.stopDuration = 0})
: super(key: key);