MenuProps constructor

const MenuProps({
  1. MenuAlign? align,
  2. String? barrierLabel,
  3. double? elevation,
  4. ShapeBorder? shape,
  5. PositionCallback? positionCallback,
  6. Color? barrierColor,
  7. Color? backgroundColor,
  8. bool barrierDismissible = true,
  9. Clip clipBehavior = Clip.none,
  10. bool borderOnForeground = false,
  11. BorderRadiusGeometry? borderRadius,
  12. Color? shadowColor,
  13. Color? color,
  14. AnimationStyle? popUpAnimationStyle,
  15. String? semanticLabel,
  16. Color? surfaceTintColor,
  17. 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,
});