CNNativeList class
A natively-rendered, scrollable list used as the content of a tab.
Attach one to a CNTab (via nativeList:) when that tab should drive the
iOS 26 minimize-on-scroll behavior — iOS only minimizes the tab bar when it
observes a real native scroll view, which a Flutter list cannot provide.
Constructors
-
CNNativeList({required List<
CNListItem> items}) -
Creates a native list from
items.const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
CNListItem> -
The rows to render, top to bottom.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited