Delte button + create wool from modal

This commit is contained in:
Leandro 2024-05-20 19:31:26 +02:00
parent aa25288c3e
commit 732042255a
8 changed files with 52 additions and 29 deletions

View file

@ -9,7 +9,7 @@ class Woolcard extends StatelessWidget {
int id;
String manufacture;
String title;
String color;
Color color;
@override
Widget build(BuildContext context) {
return CustomCard(Row(
@ -21,7 +21,7 @@ class Woolcard extends StatelessWidget {
Container(
height: 70,
width: 30,
color: HexColor(color),
color: color,
),
Padding(
padding: const EdgeInsets.all(10.0),