resizeToAvoidBottomPadding property
If true the sheet content should size itself to avoid the onscreen keyboard
whose height is defined by the ambient MediaQuery's MediaQueryData.viewInsets property.
This will affect viewport constraints and pixel offsets for all sheet states.
Implementation
final bool resizeToAvoidBottomPadding;