call method

SelectPopup<T> call(
  1. BuildContext context
)

A method used to implement SelectPopupBuilder

Implementation

SelectPopup<T> call(BuildContext context) {
  return this;
}