Confirm with user before clearing datastore

This commit is contained in:
Ankit Mahato
2023-05-04 14:11:39 +05:30
parent e440b5a5a7
commit 64e7e14cfa
2 changed files with 36 additions and 8 deletions

View File

@ -20,6 +20,7 @@ final kColorTransparentState =
MaterialStateProperty.all<Color>(Colors.transparent);
const kColorTransparent = Colors.transparent;
const kColorWhite = Colors.white;
const kColorRed = Colors.red;
final kColorLightDanger = Colors.red.withOpacity(0.9);
const kColorDarkDanger = Color(0xffcf6679);