style: Link underline color
This commit is contained in:
parent
ab23ba6c2c
commit
e2aa5584a2
5 changed files with 11 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
themeData.textTheme.bodyMedium!.copyWith(
|
||||
color: themeData.colorScheme.secondary,
|
||||
decoration: TextDecoration.underline,
|
||||
decorationColor: themeData.colorScheme.secondary,
|
||||
),
|
||||
shrinkToFit: true,
|
||||
maxLines: maxLines,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue