builder property

SubFocusScopeBuilder? builder
final

Builder function that creates the widget tree for this scope.

Called with the build context and the scope's state for managing focus within child widgets. If null, the scope acts as an invisible wrapper without building additional UI.

Implementation

final SubFocusScopeBuilder? builder;