KeyboardInvisibleWidget constructor

KeyboardInvisibleWidget({
  1. Key? key,
  2. required Widget child,
  3. bool isReverse = false,
})

Implementation

KeyboardInvisibleWidget({Key? key, required this.child, this.isReverse = false}) : super(key: key);