-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Use case
Currently, the default alignment for the dropdown item cannot be changed from our end unless we go in and change it from the framework ☠.
We are left with all that white space if there are items in the list that have different length in characters
Proposal
It would be good if it was changed from
alignment: AlignmentDirectional.topStart,to
alignment: itemsAlignment ?? AlignmentDirectional.topStart,After positioning it as it should be this is the result 🌟✨✨
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version



