buildPopup method

  1. @protected
Widget? buildPopup()

Implementation

@protected
Widget? buildPopup() {
  return widget.builder?.call(close, getState());
}