MenuProps constructor
const
MenuProps({
- String? barrierLabel,
- Curve? barrierCurve,
- double? elevation,
- ShapeBorder? shape,
- PositionCallback? positionCallback,
- Color? barrierColor,
- Color? backgroundColor,
- bool barrierDismissible = true,
- AnimationController? animation,
- Clip clipBehavior = Clip.none,
- Duration animationDuration = const Duration(milliseconds: 300),
- bool borderOnForeground = false,
- BorderRadiusGeometry? borderRadius,
- Color? shadowColor,
Implementation
const MenuProps({
this.barrierLabel,
this.barrierCurve,
this.elevation,
this.shape,
this.positionCallback,
this.barrierColor,
this.backgroundColor,
this.barrierDismissible = true,
this.animation,
this.clipBehavior = Clip.none,
this.animationDuration = const Duration(milliseconds: 300),
this.borderOnForeground = false,
this.borderRadius,
this.shadowColor,
});