withValue method
Implementation
InputPart withValue(String value) => InputPart._(
editable: editable,
length: length,
width: width,
placeholder: placeholder,
staticText: staticText,
value: value,
inputType: inputType,
);