LayoutRetrieverBuilder typedef

LayoutRetrieverBuilder = Widget Function(BuildContext context, SizeC bounds, String pageID, String layoutID, String canvasID)

Implementation

typedef LayoutRetrieverBuilder = Widget Function(
  BuildContext context,
  SizeC bounds,
  String pageID,
  String layoutID,
  String canvasID,
);