viewInsets property

EdgeInsets get viewInsets

Access current viewInsets (e.g., keyboard height)

Implementation

EdgeInsets get viewInsets => MediaQuery.of(this).viewInsets;