mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 18:16:21 +00:00
push countdown widget
This commit is contained in:
@ -47,10 +47,10 @@ class SceneListTile extends StatelessWidget {
|
||||
width: iconsSize,
|
||||
child: SvgPicture.asset(
|
||||
assetPath ?? Assets.assetsImagesLogo,
|
||||
width: 20,
|
||||
height: assetHeight ?? 32,
|
||||
width: iconsSize,
|
||||
height: assetHeight ?? 35,
|
||||
alignment: Alignment.center,
|
||||
fit: BoxFit.fill,
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
)
|
||||
: null),
|
||||
|
Reference in New Issue
Block a user