paragraphSmallSemibold property
TextStyle
get
paragraphSmallSemibold
Implementation
TextStyle get paragraphSmallSemibold => const TextStyle(
fontSize: 14,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w600,
height: 20.3 / 14,
letterSpacing: 0,
);