CarpenterTextFieldDescriptor constructor
const
CarpenterTextFieldDescriptor({})
Implementation
const CarpenterTextFieldDescriptor({
required this.id,
required this.label,
this.initialValue,
this.placeholder,
this.maxLines = 1,
});