segments property

List<Widget> segments
final

The list of widgets to display as the segments.

Typically a list of Text, Icon, or Row widgets.

Implementation

final List<Widget> segments;