dividerTextLarge property

TextStyle? dividerTextLarge

Implementation

TextStyle? get dividerTextLarge => bodySmall?.copyWith(
    letterSpacing: 1.5,
    fontWeight: FontWeight.w700,
    fontSize: 13.0,
    height: 1.23);