SetupFunctionBuilder<T extends SetupWidget<T>> typedef

SetupFunctionBuilder<T extends SetupWidget<T>> = SetupFunction<T> Function(SetupBuildContext<T> context)

A function type that creates a setup function from a BuildContext.

This is used by SetupBuilder to provide the setup function.

Implementation

typedef SetupFunctionBuilder<T extends SetupWidget<T>> = SetupFunction<T>
    Function(SetupBuildContext<T> context);