builder property

SubFocusBuilder builder
final

Builder function that creates the widget tree with focus state.

Called with the build context and focus state, allowing the widget to update its appearance and behavior based on the current focus status.

Implementation

final SubFocusBuilder builder;