bodyText1 top-level constant

TextStyle const bodyText1

Implementation

const bodyText1 = const TextStyle(
  fontSize: 15,
  fontWeight: FontWeight.normal,
  color: gray2,
);