BuildWidgetFromNode typedef

BuildWidgetFromNode = Widget Function(BaseNode node, BuildContext context)

Implementation

typedef BuildWidgetFromNode = Widget Function(
  BaseNode node,
  BuildContext context,
);