Skip to content

ExpansionTile Improvements #137530

@mhbdev

Description

@mhbdev

Is there an existing issue for this?

Use case

There is no problem indeed but this would be much better if the ExpansionTile widget supports these parameters:

  • dense
  • visualDensity
  • reverse (if it is true then the tile should render beneath its children) - defaults to false
  • enabled
  • enableFeedback

I know that we can wrap this widget with ExpansionTileTheme or even ListTileTheme to force changes but it would be much easier to have direct access to those parameters in the main widget.

Proposal

I want to add more access to the ExpansionTile widget's ListTile and make it possible to change the arrangement of placing ListTile and the children.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Issues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.team-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions