child property

Widget child
final

The child widget tree that the math keyboard view insets should report to.

Usually a Scaffold. Do note, however, that the Scaffold, SafeArea, etc. can be as deep in the tree below the MathKeyboardViewInsets as you like.

Implementation

final Widget child;