I want to change ExpansionTile title in flutter, so when tile is expanded, title is "less" and when tile isn't expanded, title is "more"...
I already tried using ExpansionTileController.isExpanded? "less": "more", but I get error:
Failed assertion: line 49 pos 12: '_state != null': is not true.
You can add parameter
isExpandedinto is and setsetStateinonExpansionChanged.The sample code follows below:
Result: