getBackgroundColor method

Color? getBackgroundColor(
  1. BuildContext context
)

Returns the background color of the popup menu.

Implementation

Color? getBackgroundColor(BuildContext context) {
  return backgroundColor;
}