StatefulBuilder constructor
- Key? key,
- required StatefulWidgetBuilder builder,
Creates a widget that both has state and delegates its build to a callback.
Implementation
const StatefulBuilder({
super.key,
required this.builder,
});
Creates a widget that both has state and delegates its build to a callback.
const StatefulBuilder({
super.key,
required this.builder,
});