topPadding property
double
get
topPadding
Get the top padding of the screen from the current BuildContext.
Implementation
double get topPadding => media.padding.top;
Get the top padding of the screen from the current BuildContext.
double get topPadding => media.padding.top;