mirror of
https://github.com/foss42/apidash.git
synced 2025-06-04 17:37:05 +08:00
Confirm with user before clearing datastore
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user