JustTransitionType.fade constructor

JustTransitionType.fade()

Fade transition Needs to be provided as type in JustTransitions.goTo.

Implementation

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