BottomsheetTransitionScope constructor
const
BottomsheetTransitionScope({
- Key? key,
- required Animation<
double> animation, - BottomsheetAnimationDirection? startAnimation,
- BottomsheetAnimationDirection? endAnimation,
- bool hideLikeCircle = false,
- required bool useBarrierBlur,
- ImageFilter? barrierFilter,
- required bool barrierDismissible,
- String? title,
- IconData? icon,
- Color? iconColor,
- Color? backgroundColor,
- required bool isDark,
- required bool isLoading,
- ValueNotifier<
bool> ? loadingNotifier, - required bool showHandle,
- required bool isDismissible,
- required bool enableDrag,
- double? maxHeight,
- required bool isScrollControlled,
- ContentDesignStyle? designStyle,
- double? blur,
- ImageFilter? backdropFilter,
- Widget? child,
Implementation
const BottomsheetTransitionScope({
super.key,
required this.animation,
this.startAnimation,
this.endAnimation,
this.hideLikeCircle = false,
required this.useBarrierBlur,
this.barrierFilter,
required this.barrierDismissible,
this.title,
this.icon,
this.iconColor,
this.backgroundColor,
required this.isDark,
required this.isLoading,
this.loadingNotifier,
required this.showHandle,
required this.isDismissible,
required this.enableDrag,
this.maxHeight,
required this.isScrollControlled,
this.designStyle,
this.blur,
this.backdropFilter,
this.child,
});