push countdown widget

This commit is contained in:
ashrafzarkanisala
2024-06-26 15:55:40 +03:00
parent 3ddd4ed197
commit ae47e48832
7 changed files with 45 additions and 72 deletions

View File

@ -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),