Builder function for custom widget types.
typedef WWidgetBuilder = Widget Function( Map<String, dynamic> props, List<Widget> children, );