contentVerticalInsets property

double get contentVerticalInsets

Implementation

double get contentVerticalInsets {
  return from(EBreakpoints.tablet) ? 64 : 16;
}