linkLarge property

TextStyle get linkLarge

Link style for large text.

Implementation

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