itemCount property

int? itemCount
final

Number of widgets to display

Corresponds to Material PageView's itemCount parameter: https://api.flutter.dev/flutter/widgets/PageView-class.html

Implementation

final int? itemCount;