mamableSet_leave static method
with slide
Implementation
static MamableSet mamableSet_leave({
Alignment alignment = Alignment.topLeft,
required Between<double> rotation,
required Between<Offset> sliding,
}) =>
MamableSet([
MamableTransition.rotate(rotation, alignment: alignment),
MamableTransition.slide(sliding),
]);