Signature for a factory that builds a widget from JSON params.
typedef WidgetBuilder = Widget Function(Map<String, dynamic> params);