OverrideRenderBuilder<TOptions> typedef

OverrideRenderBuilder<TOptions> = Widget Function(BuildContext context, TOptions options, DefaultComponentBuilder<TOptions> defaultBuilder)

Signature for wrap-based overrides that receive the default builder.

Implementation

typedef OverrideRenderBuilder<TOptions> = Widget Function(
  BuildContext context,
  TOptions options,
  DefaultComponentBuilder<TOptions> defaultBuilder,
);