MenuProps constructor
const
MenuProps({
- MenuAlign? align,
- String? barrierLabel,
- double? elevation,
- ShapeBorder? shape,
- PositionCallback? positionCallback,
- Color? barrierColor,
- Color? backgroundColor,
- bool barrierDismissible = true,
- Clip clipBehavior = Clip.none,
- bool borderOnForeground = false,
- BorderRadiusGeometry? borderRadius,
- Color? shadowColor,
- Color? color,
- AnimationStyle? popUpAnimationStyle,
- String? semanticLabel,
- Color? surfaceTintColor,
- EdgeInsets? margin,
Implementation
const MenuProps({
this.align,
this.barrierLabel,
this.elevation,
this.shape,
this.positionCallback,
this.barrierColor,
this.backgroundColor,
this.barrierDismissible = true,
this.clipBehavior = Clip.none,
this.borderOnForeground = false,
this.borderRadius,
this.shadowColor,
this.color,
this.popUpAnimationStyle,
this.semanticLabel,
this.surfaceTintColor,
this.margin,
});