Vertical gap between a section title and its content area.
static double gap(bool isTablet) => isTablet ? _tabletGap : _phoneGap;