topPadding property
double
get
topPadding
Get top safe area padding (status bar, notch).
Implementation
double get topPadding => MediaQuery.paddingOf(this).top;
Get top safe area padding (status bar, notch).
double get topPadding => MediaQuery.paddingOf(this).top;