captionStyle top-level property
Implementation
final captionStyle = TextStyle(
color: Pallet.grey,
fontSize: setSp(14),
fontFamily: "hkgrotesk",
fontWeight: FontWeight.w400,
);
final captionStyle = TextStyle(
color: Pallet.grey,
fontSize: setSp(14),
fontFamily: "hkgrotesk",
fontWeight: FontWeight.w400,
);