requestFocus property

bool? requestFocus
final

Whether to request focus when the menu appears.

If null, Navigator.requestFocus will be used instead.

Implementation

final bool? requestFocus;