takeFocus property

bool takeFocus
final

Whether or not new routes pushed to ImplicitNavigator should request focus as they're pushed.

Unless your pages are fullscreen, you probably want to leave this false.

Implementation

final bool takeFocus;