linkLarge property
TextStyle
get
linkLarge
Link style for large text.
Implementation
TextStyle get linkLarge => bodyLarge!.copyWith(fontWeight: FontWeight.bold, decoration: TextDecoration.underline);
Link style for large text.
TextStyle get linkLarge => bodyLarge!.copyWith(fontWeight: FontWeight.bold, decoration: TextDecoration.underline);