getShape method

ShapeBorder? getShape(
  1. BuildContext context
)

Returns the shape of the popup menu.

Implementation

ShapeBorder? getShape(BuildContext context) {
  return shape;
}