mediaViewInsets property

EdgeInsets get mediaViewInsets

Returns the system screen view insets (e.g. for keyboard detection)

Implementation

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