updated iconpicker

This commit is contained in:
2022-11-18 14:51:47 -05:00
parent 4cfffa59f9
commit 7e6ccf67a2
7 changed files with 75 additions and 9 deletions

View File

@@ -86,7 +86,10 @@ class _NewCarScreenState extends State<NewCarScreen> {
leading: CircleAvatar(
backgroundImage: AssetImage(selectedIcon),
backgroundColor: Colors.white),
title: const Text("Change Icon"),
title: Text(
"Change Icon",
style: TextStyle(color: Colors.grey[700], fontSize: 14),
),
onTap: () => showDialog(
barrierColor: Colors.black.withOpacity(.5),
context: context,