79165651

Date: 2024-11-07 08:58:14
Score: 1
Natty:
Report link

You can set isDense and isExpanded to true and wrap the hint widget with Align to center it:

isDense: true,
isExpanded: true,
hint: Align(
  alignment: Alignment.center,
  child: yourHintWidget,
),

This will center the hint widget within the dropdown.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Huynh Nhuc