TF-1710 Remove some import unnecessary
(cherry picked from commit 3bef92aa5ec2acd313eb32f6ff1ed9e025d773b1)
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ class IdentityDropListFieldBuilder extends StatelessWidget {
|
||||
DropdownButtonHideUnderline(
|
||||
child: DropdownButton2<EmailAddress>(
|
||||
isExpanded: true,
|
||||
hint: Row(
|
||||
children: const [
|
||||
hint: const Row(
|
||||
children: [
|
||||
Expanded(child: Text(
|
||||
'',
|
||||
style: TextStyle(fontSize: 16, fontWeight: FontWeight.normal, color: Colors.black),
|
||||
|
||||
Reference in New Issue
Block a user