Change laout

main
joerg 2023-06-25 21:19:09 +02:00
parent ba14bff972
commit 42ba93462f
3 changed files with 7 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -28,7 +28,13 @@ class PlantRowHorizontalSpace extends StatelessWidget {
color: Colors.brown,
borderRadius: BorderRadius.circular(8),
),
child: const Center(),
child: Center(
child: Image.asset(
'lib/assets/layout/digging-64.png',
height: 32,
width: 32,
),
),
);
}