MathKeyboardViewInsets constructor

const MathKeyboardViewInsets({
  1. Key? key,
  2. required Widget child,
})

Creates a MathKeyboardViewInsets widget around the child widget.

Implementation

const MathKeyboardViewInsets({
  Key? key,
  required this.child,
}) : super(key: key);