visitor password

This commit is contained in:
mohammad
2024-08-14 12:37:41 +03:00
parent 2d0f85bded
commit 6efcc6081d
9 changed files with 380 additions and 188 deletions

View File

@ -28,7 +28,7 @@ Decoration containerDecoration = BoxDecoration(
BoxShadow(
color: Colors.grey.withOpacity(0.5),
spreadRadius: 5,
blurRadius: 7,
blurRadius: 8,
offset: Offset(0,
3), // changes position of shadow
),