bodySmall constant

TextStyle const bodySmall

Implementation

static const bodySmall = TextStyle(
  fontFamily: _sansFamily,
  fontSize: 12,
  fontWeight: FontWeight.w400,
  height: 1.4,
);