InputPart.editable constructor
const
InputPart.editable({})
Creates an editable input part.
Implementation
const factory InputPart.editable({
required int length,
bool obscureText,
List<TextInputFormatter> inputFormatters,
Widget? placeholder,
required double width,
}) = EditablePart;