split property

bool split
final

When true, splits items between left and right sections.

This follows Apple's HIG guidelines for organizing related tab functions into logical groups with clear visual separation.

Note: When searchItem is provided, split mode is automatically enabled with the search tab appearing as a floating button on the right.

Implementation

final bool split;