WidgetBuilder typedef

WidgetBuilder = Widget Function(BuildContext context, BoundingBox bounds, EdgeInsets padding)

Implementation

typedef WidgetBuilder = Widget Function(
  BuildContext context,
  BoundingBox bounds,
  EdgeInsets padding,
);