expansion_tile_card icon indicating copy to clipboard operation
expansion_tile_card copied to clipboard

Results 16 expansion_tile_card issues
Sort by recently updated
recently updated
newest added

It would be nice to have a controller to be able to programmatically expand or collapse the widget.

Added this option to take full advantage of screen space

Hi. Why the expanded body widgets lost state? For example I have a drop down inside an ExpansionTitleCard and after close and open again the expansion card, the drop down...

Per this reddit: https://www.reddit.com/r/flutterhelp/comments/tszzvc/can_we_open_an_expanding_tile_upward_in_flutter/ I added an option to have the expand direction. The default is to expand down. If it is to expand Up, then the content (cliprect) is...

Hi, great library. Just looking to see if we can add => expandedBorderRadius This will allow to have something very customizable. So you can have something like this: ``` borderRadius:...

Null safety is coming to Dart/Flutter, and we need to be ready. It may require a fair bit of work. Current plan is to look to the library's upstream baseline...

Since this project was originally forked, the Flutter team has added more features to ExpansionTile that should be ported here: - [ ] `maintainState` - [ ] `tilePadding` - [...

The Google app's Assistant Snapshot view is _very cool_. Might be fun to support creating these styles of card. Initial observations: - Increased padding which stays consistent from collapsed to...