AssetPickerPageRoute<T> constructor
AssetPickerPageRoute<T> ({})
Implementation
AssetPickerPageRoute({
required this.builder,
this.transitionCurve = Curves.easeIn,
this.transitionDuration = const Duration(milliseconds: 250),
this.barrierColor,
this.barrierDismissible = false,
this.barrierLabel,
this.maintainState = true,
this.opaque = true,
this.canTransitionFromPredicate,
});