I have an ExpansionTile that checks if the user is allowed to enable it: ExpansionTile( tilePadding: widget.rent ? EdgeInsets.all(0) : null, onExpansionChanged: (bo
ExpansionTile