padding property

EdgeInsets get padding

Retrieves the padding of the current media query in the current context, similar to MediaQuery.of(context).padding.

Implementation

EdgeInsets get padding => MediaQuery.paddingOf(this);