useAutogeneratedHints property
if this is true and you don't pass hintText to a form field, it will automatically generate it based on the field's name value, using splitByCamelCase method()
Implementation
final bool useAutogeneratedHints;
if this is true and you don't pass hintText to a form field, it will automatically generate it based on the field's name value, using splitByCamelCase method()
final bool useAutogeneratedHints;