refactor: update agent type dropdown hint text to professional role

This commit is contained in:
pradeepkumar
2026-04-11 22:42:23 +05:30
parent 5e5ed97c56
commit 9c63ee70d9

View File

@@ -345,7 +345,7 @@ class _SignupScreenState extends ConsumerState<SignupScreen> {
child: DropdownButton<String>( child: DropdownButton<String>(
value: _selectedAgentTypeId, value: _selectedAgentTypeId,
hint: Text( hint: Text(
'Select Agent Type', 'Select Professional Role',
style: TextStyle( style: TextStyle(
fontFamily: 'Fractul', fontFamily: 'Fractul',
fontSize: 14, fontSize: 14,