AnchoredPopupMenuStyle constructor
- EdgeInsetsGeometry padding = _anchoredPopupMenuPadding,
- Duration transitionDuration = _anchoredPopupMenuAnimationDuration,
- double elevation = 4,
- Color? color,
- Color? shadowColor,
- Color surfaceTintColor = Colors.transparent,
- ShapeBorder shape = _anchoredPopupMenuShape,
Creates the visual styling for an anchored popup menu.
Implementation
const AnchoredPopupMenuStyle({
this.padding = _anchoredPopupMenuPadding,
this.transitionDuration = _anchoredPopupMenuAnimationDuration,
this.elevation = 4,
this.color,
this.shadowColor,
this.surfaceTintColor = Colors.transparent,
this.shape = _anchoredPopupMenuShape,
}) : assert(elevation >= 0);