allowUnfocusOnTapOutside property

bool? allowUnfocusOnTapOutside
final

Will automatically hide the keyboard if you tap outside of the focused text input. This can also be set individually for each form via a LiteFormGroup constructor Has no effect on web

Implementation

final bool? allowUnfocusOnTapOutside;