const
UnSheet<T>(- {required Widget child,
- SmoothRadius? topRadius,
- Color? transitionBackgroundColor = Colors.black,
- SystemUiOverlayStyle? overlayStyle,
- Color? backgroundColor,
- double? elevation,
- double? closeProgressThreshold,
- ShapeBorder? shape,
- Clip? clipBehavior,
- Color? barrierColor,
- bool expand = false,
- AnimationController? secondAnimation,
- Curve? animationCurve,
- Curve? previousRouteAnimationCurve,
- bool useRootNavigator = false,
- bool bounce = true,
- bool? isDismissible,
- bool enableDrag = true,
- Duration? duration,
- RouteSettings? settings,
- BoxShadow? shadow,
- LocalKey? key,
- String? name,
- Object? arguments,
- String? restorationId}
)
Implementation
const UnSheet({
required this.child,
this.topRadius,
this.transitionBackgroundColor = Colors.black,
this.overlayStyle,
this.backgroundColor,
this.elevation,
this.closeProgressThreshold,
this.shape,
this.clipBehavior,
this.barrierColor,
this.expand = false,
this.secondAnimation,
this.animationCurve,
this.previousRouteAnimationCurve,
this.useRootNavigator = false,
this.bounce = true,
this.isDismissible,
this.enableDrag = true,
this.duration,
this.settings,
this.shadow,
super.key,
super.name,
super.arguments,
super.restorationId,
});