bodySemiBold property
TextStyle
get
bodySemiBold
Implementation
static TextStyle get bodySemiBold => _theme.textTheme.displayLarge!.copyWith(
fontSize: 14,
fontWeight: FontWeight.w600,
fontFamily: _clashDisplayFamily,
);