SubFocusScopeBuilder typedef
SubFocusScopeBuilder =
Widget Function(BuildContext context, SubFocusScopeState state)
Callback function type for building SubFocusScope widgets.
Receives the build context and the scope state for managing focus within the scope's widget tree.
Implementation
typedef SubFocusScopeBuilder = Widget Function(
BuildContext context,
SubFocusScopeState state,
);