style: Link underline color
This commit is contained in:
parent
ab23ba6c2c
commit
e2aa5584a2
5 changed files with 11 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ class StoryView extends StatelessWidget {
|
|||
fontSize: 24,
|
||||
color: Colors.blue.shade50,
|
||||
decoration: TextDecoration.underline,
|
||||
decorationColor: Colors.blue.shade50,
|
||||
shadows: event.messageType == MessageTypes.Text
|
||||
? null
|
||||
: textShadows,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue