ComponentState constructor
ComponentState({
- required Widget builder(
- BuildContext,
- ControlsInterface
- required String stateName,
- String? markdown,
- String? codeSample,
Implementation
ComponentState({
required this.builder,
required this.stateName,
this.markdown,
this.codeSample,
});