displaySmallSemibold property
TextStyle
get
displaySmallSemibold
Implementation
TextStyle get displaySmallSemibold => const TextStyle(
fontSize: 48,
decoration: TextDecoration.none,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.w600,
height: 48 / 48,
letterSpacing: -1,
);