heading1 top-level property

TextStyle heading1
final

Implementation

final heading1 = TextStyle(
  color: Pallet.secondary.shade600,
  fontSize: setSp(33),
  fontFamily: "hkgrotesk",
  fontWeight: FontWeight.w700,
);