desktopPrimaryRegular14 property

TextStyle desktopPrimaryRegular14
getter/setter pair

Implementation

static TextStyle desktopPrimaryRegular14 = const TextStyle(
    color: Colors.black,
    fontSize: 14,
    letterSpacing: 0.1,
    fontWeight: FontWeight.normal);