KeyBoarDismisserWidget constructor

const KeyBoarDismisserWidget({
  1. Key? key,
  2. required Widget child,
  3. bool keyboardDimissable = false,
})

Implementation

const KeyBoarDismisserWidget({Key? key, required this.child, this.keyboardDimissable = false})
    : super(key: key);