EasingViewportTransition constructor
Creates an EasingViewportTransition with the specified curve and duration.
Implementation
const EasingViewportTransition({
this.curve = Curves.easeInOut,
required this.duration,
}) : super();
Creates an EasingViewportTransition with the specified curve and duration.
const EasingViewportTransition({
this.curve = Curves.easeInOut,
required this.duration,
}) : super();