popupMenuSchemeColor property

SchemeColor? popupMenuSchemeColor
final

The ColorScheme based color used as background color on PopupMenuButton.

If not defined, then if useMaterial3 is:

  • false : defaults to theme.cardColor.
  • true : defaults to theme.colorScheme.surface. Usually they are the same.

Implementation

final SchemeColor? popupMenuSchemeColor;