smallText1 top-level property

TextStyle smallText1
final

Implementation

final smallText1 = TextStyle(
  color: Pallet.secondary.shade600,
  fontSize: setSp(8),
  fontFamily: "hkgrotesk",
  fontWeight: FontWeight.w400,
);