priority

abstract val priority: Int

The priority of the item. The higher the value, the more important. The importance determines the precedence in visibility. That is, when space is limited the more important items are visible and less important items are hidden.

A value of 1 has a higher priority than a value of 0. Items can have the same priority, in such a case the order of the list determines which of these items has precedence.

Negative priority values are allowed.