body3Style top-level property

TextStyle body3Style
final

Implementation

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