setTrailingImage method
Updating the image displayed on the trailing edge of the list item cell.
See trailingImage for supported formats, including SVG Flutter assets.
Implementation
void setTrailingImage(String trailingImage, {AutoImageTint? imageTint}) {
this.trailingImage = trailingImage;
if (imageTint != null) trailingImageTint = imageTint;
FlutterCarPlayController.updateCPListItem(this);
}