JustTransitionType.none constructor

JustTransitionType.none()

Without animation. Needs to be provided as type in JustTransitions.goTo.

Implementation

JustTransitionType.none()
    : type = JustTransitionSpecificType.none,
      alignment = null,
      axis = null,
      textDirection = null;