smallTextSmall property

TextStyle get smallTextSmall

Implementation

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