TF-1710 Remove some import unnecessary

(cherry picked from commit 3bef92aa5ec2acd313eb32f6ff1ed9e025d773b1)
This commit is contained in:
dab246
2023-08-04 15:20:46 +07:00
committed by Dat Vu
parent 3dc3283aac
commit fca8540ac3
2 changed files with 3 additions and 3 deletions
@@ -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),