enlarge static method
Implementation
static MamableSet enlarge({
Alignment alignmentScale = Alignment.topLeft,
required Between<double> scaling,
required Between<Offset> sliding,
}) =>
MamableSet([
MamableTransition.scale(scaling, alignment: alignmentScale),
MamableTransition.slide(sliding),
]);