TabPaneData<T> class
Data wrapper for tab pane items that extends sortable functionality.
TabPaneData extends SortableData to provide drag-and-drop reordering capabilities for tab pane items. Each tab item is wrapped in this data structure to enable sorting operations.
Example:
TabPaneData<String>('tab_content')
TabPaneData<TabInfo>(TabInfo(title: 'Tab 1', content: widget))
- Inheritance
-
- Object
- SortableData<
T> - TabPaneData
Constructors
- TabPaneData.new(T data)
-
Creates a TabPaneData wrapper for tab content.
const
Properties
- data → T
-
The actual data being wrapped for sorting operations.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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