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