KeyboardDismisser constructor
const
KeyboardDismisser({
- Key? key,
- required Widget child,
- HitTestBehavior? behavior,
- List<
GestureType> gestures = const [GestureType.onTap], - DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- bool excludeFromSemantics = false,
- bool isLtr = true,
Implementation
const KeyboardDismisser({
super.key,
required this.child,
this.behavior,
this.gestures = const [GestureType.onTap],
this.dragStartBehavior = DragStartBehavior.start,
this.excludeFromSemantics = false,
this.isLtr = true,
});