label constant

TextStyle const label

Implementation

static const label = TextStyle(
  fontFamily: _sansFamily,
  fontSize: 12,
  fontWeight: FontWeight.w600,
  height: 1.3,
  letterSpacing: 0.3,
);