forget password changes

This commit is contained in:
mohammad
2024-08-15 13:17:35 +03:00
parent 75d5c7a4ac
commit 5cce050013
5 changed files with 259 additions and 258 deletions

View File

@ -28,7 +28,6 @@ class VisitorPasswordBloc extends Bloc<VisitorPasswordEvent, VisitorPasswordStat
selectAccessType(SelectPasswordType event, Emitter<VisitorPasswordState> emit) {
accessTypeSelected=event.type;
print(accessTypeSelected);
emit(PasswordTypeSelected(event.type));
}

View File

@ -86,7 +86,7 @@ class VisitorPasswordDialog extends StatelessWidget {
SizedBox(
width: size.width*0.15,
child: RadioListTile<String>(
title: Text('Online Password'),
title: const Text('Online Password'),
value: 'Online Password',
groupValue: (state is PasswordTypeSelected)
? state.selectedType