topPadding property

double get topPadding

Get top safe area padding (status bar, notch).

Implementation

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