desktopPrimaryRegular24 property

TextStyle desktopPrimaryRegular24
getter/setter pair

Implementation

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