topPadding property

double get topPadding

Get the top padding of the MediaQuery

Example: context.topPadding

Implementation

double get topPadding => MediaQuery.of(this).padding.top;