Skip to content

Resizing not working in DropDownMenuItem #69

@jabirmayar

Description

@jabirmayar

It is not working on DropDownButton Children i.e DropDownmenuItem, I tried wrapping AutoTextsize within a Expanded Widget and Fittedbox but still no use. Example Code:
new DropdownMenuItem( child: Expanded(child: new AutoSizeText('Portuguese', style: TextStyle(color: parseColor("#dadce0"),fontSize: 15), minFontSize: 10, maxFontSize: 18, maxLines: 4, overflow: TextOverflow.ellipsis, )), value: 'pt', ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions