tinyTextSemiBold property

TextStyle get tinyTextSemiBold

Implementation

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