padding property

double get padding

Implementation

double get padding {
  return MediaQuery.of(this).viewPadding.top;
}