topPadding property
double
get
topPadding
Get the top padding of the MediaQuery
Example: context.topPadding
Implementation
double get topPadding => MediaQuery.of(this).padding.top;
Get the top padding of the MediaQuery
Example: context.topPadding
double get topPadding => MediaQuery.of(this).padding.top;