build: Update to flutter 3.27
This commit is contained in:
parent
21196a108f
commit
dbe8c1b9f4
20 changed files with 81 additions and 152 deletions
|
|
@ -126,7 +126,7 @@ class PresenceAvatar extends StatelessWidget {
|
|||
|
||||
const statusMsgBubbleElevation = 6.0;
|
||||
final statusMsgBubbleShadowColor = theme.colorScheme.surface;
|
||||
final statusMsgBubbleColor = Colors.white.withOpacity(0.9);
|
||||
final statusMsgBubbleColor = Colors.white.withAlpha(230);
|
||||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8.0),
|
||||
child: SizedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue