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