isRequired property
Determines whether the field is required for submission.
If true, the field must contain a valid value before the form can be submitted.
Implementation
final bool isRequired;
Determines whether the field is required for submission.
If true, the field must contain a valid value before the form can be submitted.
final bool isRequired;