getElevation method

double? getElevation(
  1. BuildContext context
)

Returns the elevation of the popup menu.

Implementation

double? getElevation(BuildContext context) {
  return elevation;
}