Use item-right inside ion-list-header

Is it possible to align some text to the right inside ion-list-header? I tried the following code without success:

<ion-list-header>
  left <span item-right>right</span>
</ion-list-header>

Is there a possible solution? Thank you in advance!