mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 12:36:27 +08:00
bump flutter (#859)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -40,7 +40,7 @@ class LiveRoomChat extends StatelessWidget {
|
||||
const EdgeInsets.symmetric(horizontal: 10, vertical: 5),
|
||||
decoration: BoxDecoration(
|
||||
color: isPP == true
|
||||
? Colors.black.withOpacity(0.3)
|
||||
? Colors.black.withValues(alpha: 0.3)
|
||||
: const Color(0x15FFFFFF),
|
||||
borderRadius: const BorderRadius.all(Radius.circular(18)),
|
||||
),
|
||||
@@ -51,7 +51,7 @@ class LiveRoomChat extends StatelessWidget {
|
||||
text:
|
||||
'${liveRoomController.messages[index]['name']}: ',
|
||||
style: TextStyle(
|
||||
color: Colors.white.withOpacity(0.6),
|
||||
color: Colors.white.withValues(alpha: 0.6),
|
||||
fontSize: 14,
|
||||
),
|
||||
recognizer: TapGestureRecognizer()
|
||||
|
||||
Reference in New Issue
Block a user