controlAffinity property

ListTileControlAffinity? controlAffinity
final

Typically used to force the expansion arrow icon to the tile's leading or trailing edge.

By default, the value of controlAffinity is ListTileControlAffinity.platform, which means that the expansion arrow icon will appear on the tile's trailing edge.

Implementation

final ListTileControlAffinity? controlAffinity;