autovalidateMode property
autovalidateMode
if mode is AutovalidateMode.onUserInteraction , will validate and rebuild all fields which has a validator after field was interacted by user
if mode is AutovalidateMode.always , will revalidated all value fields after called reset
Implementation
final AutovalidateMode autovalidateMode;