nativeList property

CNNativeList? nativeList
final

Optional native list content for this tab.

When set, the tab's content is rendered as a native scrollable list, which is what allows CNTabBarNative to drive the iOS 26 minimize-on-scroll behavior.

Implementation

final CNNativeList? nativeList;