chore: Follow up linter fix

pull/1270/head
krille-chan 7 months ago
parent 89309ca15e
commit d0e1e0229c
No known key found for this signature in database

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

Loading…
Cancel
Save