'Positioning right icon in a MDList

Is it possible to position an icon all the way to the right using kivy's OneLineAvatarListItem? if it is, how can accomplish that?

: IconRightWidget: icon: 'trash-can-outline' theme_text_color: "Custom" text_color: 1, 0, 0, 1 on_release: app.del_song(root)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source