scale method
Chains a scale transition.
Implementation
Transition scale({Curve curve = Curves.easeInOut}) =>
and(Transition.scale(curve: curve));
Chains a scale transition.
Transition scale({Curve curve = Curves.easeInOut}) =>
and(Transition.scale(curve: curve));