StringValueComposer constructor
const
StringValueComposer({
- Key? key,
- DartBlockStringValue? value,
- required dynamic onChange(),
- dynamic onSubmitted(
- String value
Implementation
const StringValueComposer({
super.key,
this.value,
required this.onChange,
this.onSubmitted,
});