children property

List<Widget>? children
final

List of widgets to display

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

Implementation

final List<Widget>? children;