curtain and forget password and select all check box and fix bugs

This commit is contained in:
mohammad
2024-09-08 17:09:32 +03:00
parent 67ea7af595
commit 85a04e504f
16 changed files with 708 additions and 352 deletions

View File

@ -48,11 +48,11 @@ class _HourPickerDialogState extends State<HourPickerDialog> {
value: _isPm,
items: const [
DropdownMenuItem(
value: false,
value: true,
child: Text('AM'),
),
DropdownMenuItem(
value: true,
value:false ,
child: Text('PM'),
),
],