children property

List<Widget> children
final

The list of widgets to display in the carousel.

These widgets are laid out horizontally in a row that can be scrolled. Typically, these would be card-like widgets, but any widget can be used.

Implementation

final List<Widget> children;