Builder constructor
- Key? key,
- required WidgetBuilder builder,
Creates a widget that delegates its build to a callback.
Implementation
const Builder({
super.key,
required this.builder,
});
Creates a widget that delegates its build to a callback.
const Builder({
super.key,
required this.builder,
});