Preferred height of the AppBar status strip.
static double statusStripHeight(bool isTablet) => isTablet ? _tabletStripH : _phoneStripH;