【发布时间】:2021-09-27 11:43:17
【问题描述】:
我正在尝试将下拉箭头设置在右侧,+92 旁边,但没有发生。
这里是代码
Container(
width: MediaQuery.of(context).size.width * 0.80,
height: 50.0,
child: IntlPhoneField(
showDropdownIcon: true,
decoration: InputDecoration(
labelText: 'Phone Number',
border: OutlineInputBorder(
borderRadius:
BorderRadius.all(Radius.circular(10.0))),
),
initialCountryCode: 'PK',
onChanged: (phone) {
print(phone.completeNumber);
},
)),
请帮忙解决一下
【问题讨论】: