marginAnimation property

Animation<double> get marginAnimation

Implementation

Animation<double> get marginAnimation => Tween<double>(
      begin: s0,
      end: position,
    ).animate(curvedAnimation);