Change laout
parent
ba14bff972
commit
42ba93462f
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
|
@ -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,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue