chore: Follow up linter fix

This commit is contained in:
krille-chan 2024-08-10 19:19:00 +02:00
parent 89309ca15e
commit d0e1e0229c
No known key found for this signature in database

View file

@ -125,8 +125,7 @@ class PresenceAvatar extends StatelessWidget {
final statusMsg = presence.statusMsg;
const statusMsgBubbleElevation = 6.0;
final statusMsgBubbleShadowColor =
Theme.of(context).colorScheme.surface;
final statusMsgBubbleShadowColor = theme.colorScheme.surface;
final statusMsgBubbleColor = Colors.white.withOpacity(0.9);
return Padding(
padding: const EdgeInsets.symmetric(horizontal: 8.0),