body5Style top-level property

TextStyle body5Style
final

Implementation

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