popupPadding property
Contains a window margin for the popup. The popup widget will never get closer to the edge of the enclosing Navigator (edge of the screen for the application level Navigator).
Can be changed at any time (except SchedulerPhase.persistentCallbacks).
Implementation
final ValueNotifier<EdgeInsets> popupPadding;