bodyText2 top-level constant

TextStyle const bodyText2

Implementation

const bodyText2 = const TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.w500,
  color: gray2,
  letterSpacing: 1.15,
);