systemInsets property
EdgeInsets
get
systemInsets
Returns the system insets of the device.
Implementation
EdgeInsets get systemInsets => MediaQuery.of(context).viewInsets;
Returns the system insets of the device.
EdgeInsets get systemInsets => MediaQuery.of(context).viewInsets;