KeyboardDismiss constructor
const
KeyboardDismiss({})
Implementation
const KeyboardDismiss({
Key? key,
required this.child,
this.iOS = true,
this.androidCloseWhenTap = false,
this.androidCloseWhenSwipe = false,
this.androidLoseFocus = false,
}) : super(key: key);