isRequired property

bool isRequired
final

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;