OverrideRenderBuilder<TOptions> typedef
Signature for wrap-based overrides that receive the default builder.
Implementation
typedef OverrideRenderBuilder<TOptions> = Widget Function(
BuildContext context,
TOptions options,
DefaultComponentBuilder<TOptions> defaultBuilder,
);