ExpandedTextFieldBlob constructor
Implementation
const ExpandedTextFieldBlob(this.parentContext,
{super.key,
required this.initialData,
this.prefixIcon,
this.labelText = "Enter input",
this.dialogTitleText,
this.maxChars, // if set to null, then no max chars
required this.onChanged,
required this.hintText,
required this.maxLines});