show method

void show(
  1. BuildContext context,
  2. RelativeRect position
)

Implementation

void show(
  BuildContext context,
  RelativeRect position,
) {
  showMenu95(
    context,
    position,
    items,
  ).then((value) => onItemSelected(value));
}