smallTextMedium property
TextStyle
get
smallTextMedium
Implementation
static TextStyle get smallTextMedium => _theme.textTheme.displayLarge!.copyWith(
fontSize: 12,
fontWeight: FontWeight.w500,
fontFamily: _clashDisplayFamily,
);