dividerTextSmall property

TextStyle? dividerTextSmall

Implementation

TextStyle? get dividerTextSmall => bodySmall?.copyWith(
    letterSpacing: 0.5, fontWeight: FontWeight.w700, fontSize: 12.0);