Compare commits
1 Commits
2026.03.07
...
2026.03.07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7df6090554 |
@@ -76,7 +76,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
|
|||||||
if (phoneNumbers.isNotEmpty) ...[
|
if (phoneNumbers.isNotEmpty) ...[
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
DropdownButtonFormField<String>(
|
DropdownButtonFormField<String>(
|
||||||
value: selectedCallerId,
|
initialValue: selectedCallerId,
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
labelText: 'Caller ID',
|
labelText: 'Caller ID',
|
||||||
isDense: true,
|
isDense: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user