NiceComponentBuilder typedef
NiceComponentBuilder =
Widget Function(BuildContext context, NiceViewComponent component)
Callback that builds a widget for a NiceViewComponent.
Implementation
typedef NiceComponentBuilder = Widget Function(
BuildContext context, NiceViewComponent component);