WidgetBuilderFunc typedef

WidgetBuilderFunc = Widget Function(UXPProps uxpProps, Map<String, String>? params)

Implementation

typedef WidgetBuilderFunc = Widget Function(
    UXPProps uxpProps, Map<String, String>? params);