desktopPrimaryRegular24 property
Implementation
static TextStyle desktopPrimaryRegular24 = const TextStyle(
color: Colors.black,
fontSize: 24,
letterSpacing: 0.1,
fontWeight: FontWeight.w600,
);
static TextStyle desktopPrimaryRegular24 = const TextStyle(
color: Colors.black,
fontSize: 24,
letterSpacing: 0.1,
fontWeight: FontWeight.w600,
);