none property

No motion.

Implementation

static MotionWidgetBuilder get none => (
      BuildContext context,
      MontageAnimation current,
      Animation<double> animation,
      Widget? child,
    ) =>
        child!;