PopupMenuAppearance

constructor(colors: PopupMenuColors, elevation: Dp = 3.dp, shape: Shape = RoundedCornerShape(8.dp), containerHorizontalPadding: Dp = 8.dp, animationDuration: Int = 500)

Parameters

colors

The colors of the popup menu

elevation

The elevation/shadow of the popup menu

shape

The shape of the popup menu

containerHorizontalPadding

The horizontal padding of the popup menu

animationDuration

The duration of the popup menu animations