smallTextSemiBold property

TextStyle get smallTextSemiBold

Implementation

static TextStyle get smallTextSemiBold => _theme.textTheme.displayLarge!.copyWith(
      fontSize: 12,
      fontWeight: FontWeight.w600,
      fontFamily: _clashDisplayFamily,
    );