statusStripHeight static method

double statusStripHeight(
  1. bool isTablet
)

Preferred height of the AppBar status strip.

Implementation

static double statusStripHeight(bool isTablet) =>
    isTablet ? _tabletStripH : _phoneStripH;