ComponentBuilderWidget constructor
const
ComponentBuilderWidget({
- Key? key,
- required ComponentContext context,
- required BaseJsonComponent component,
- required void setState(
- void ()
- VoidCallback? onDispose,
Implementation
const ComponentBuilderWidget({
super.key,
required this.context,
required this.component,
required this.setState,
this.onDispose,
});