mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-02 23:30:16 +08:00
opt set dyn react count
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -152,18 +152,16 @@ class _UpPanelState extends State<UpPanel> {
|
||||
Widget avatar;
|
||||
if (isAll) {
|
||||
avatar = DecoratedBox(
|
||||
decoration: BoxDecoration(
|
||||
decoration: const BoxDecoration(
|
||||
shape: .circle,
|
||||
border: Border.all(
|
||||
width: 5,
|
||||
color: const Color(0xFF5CB67B),
|
||||
),
|
||||
color: Color(0xFF5CB67B),
|
||||
),
|
||||
child: Image.asset(
|
||||
width: 38,
|
||||
height: 38,
|
||||
cacheWidth: 38.cacheSize(context),
|
||||
Assets.logo,
|
||||
Assets.logo2,
|
||||
color: Colors.white,
|
||||
),
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user