body2Style top-level property

TextStyle body2Style
final

Implementation

final body2Style = TextStyle(
  color: Pallet.grey,
  fontSize: setSp(16),
  fontFamily: "hkgrotesk",
  fontWeight: FontWeight.w600,
);