topPadding property

double get topPadding

Get the top padding of the screen from the current BuildContext.

Implementation

double get topPadding => media.padding.top;