laterdayi
laterdayi
@jonataslaw How is the function of getx5 split into multiple feature packs
 https://pub.dev/packages/refreshed
 https://pub.dev/packages/refreshed
 https://pub.dev/packages/refreshed
``` enabledBorder: const OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(12))), focusedBorder: const OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(12))), ``` This works for me, but I can't set its height, contentPadding: 0 isn't valid, it's too high now
Setting just `border: OutlineInputBorder(borderRadius: borderradius.circular (16)) ` in your example won't work, and you'll also need to set `enabledBorder focusedBorder`
How should I adjust the height of DensedropdownMenu, now it is too high
@huycozy hi, thanks for your help. Could you please provide some of your sample code? I have tried it in M3, but it seems to be invalid in m3
I am trying to lower the dropMenu input height, but I don't know how this works, can you provide some examples of your own
There may be scenarios where a trailing icon is not required, but even if there is an icon, the spacing should be controlled by the user or provided with an...