systemInsets property

EdgeInsets get systemInsets

Returns the system insets of the device.

Implementation

EdgeInsets get systemInsets => MediaQuery.of(context).viewInsets;