rightCount property

int rightCount
final

How many trailing items to pin right when split is true.

Must be less than the total number of items. Follows Apple's HIG recommendation for maintaining balanced visual hierarchy.

Note: When searchItem is provided, this value is ignored as the search tab automatically becomes the right-side floating element.

Implementation

final int rightCount;