Signature for a function that creates a widget, e.g. StatelessWidget.build or State.build.
Source
typedef Widget WidgetBuilder(BuildContext context);
Signature for a function that creates a widget, e.g. StatelessWidget.build or State.build.
typedef Widget WidgetBuilder(BuildContext context);