TextInputElement constructor
TextInputElement({})
Implementation
TextInputElement({
super.elementType = UIElementTypeConstants.textInput,
required super.elementId,
required this.label,
this.maxLines = 1,
this.placeholder,
super.response,
super.defaultValue,
bool? optional = true,
}) : super(optional: optional ?? true);