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