enabled property

bool enabled
final

Whether the wrapper should attempt to move SR focus at all.

When false, the widget is a simple passthrough. Callers can use this to conditionally opt into autofocus (e.g., only on the first time a route is entered).

Implementation

final bool enabled;