Flutter
widgets
PageableList
itemCount
itemCount
Flutter
widgets
PageableList
itemCount
property
itemCount
Flutter
widgets
PageableList
Constructors
PageableList
Properties
children
itemCount
builder
curve
duration
hashCode
initialScrollOffset
itemsSnapAlignment
itemsWrap
key
onPageChanged
onScroll
onScrollEnd
onScrollStart
runtimeType
scrollAnchor
scrollDirection
snapOffsetCallback
Operators
operator ==
Methods
createState
createElement
debugFillDescription
noSuchMethod
toString
toStringShort
int
itemCount
The number of items, one per page, to display.
Source
@override int get itemCount => children?.length ?? 0;