StringEditorWidget constructor
const
StringEditorWidget({
- Key? key,
- required ParamValue<
String> value, - int? minLines,
- int? maxLines = 1,
Implementation
const StringEditorWidget({
super.key,
required this.value,
this.minLines,
this.maxLines = 1,
});