LayoutWidgetBuilder typedef
LayoutWidgetBuilder =
Widget Function(BuildContext context, BoxConstraints constraints)
Signature for a function that builds a widget tree given BoxConstraints.
Implementation
typedef LayoutWidgetBuilder = Widget Function(
BuildContext context, BoxConstraints constraints);