gap static method

double gap(
  1. bool isTablet
)

Vertical gap between a section title and its content area.

Implementation

static double gap(bool isTablet) => isTablet ? _tabletGap : _phoneGap;