ScrollableListTab class
Constructors
- ScrollableListTab({required ListTab tab, required ScrollView body})
- A skeleton class to be used in order to build the scrollable list. ScrollableListTab.tab will be used on both tab bar and scrollable body.
Properties
- body → ScrollView
-
A single widget in the scrollable tab list.
Make sure that body is created with ScrollView.shrinkWrap = true
and ScrollView.physics = NeverScrollableScrollPhysics.
This will ensure that all the children will layout correctly.
For more details see ScrollView.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tab → ListTab
-
A data class for tab properties
final
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