linkSmall property

TextStyle get linkSmall

Link style for small text.

Implementation

TextStyle get linkSmall => bodySmall!.copyWith(fontWeight: FontWeight.bold, decoration: TextDecoration.underline);