children property

List<Widget>? children
final

The widgets that will be laid out in a Row.

Typically ZdsTag and ZdsLabel.

Implementation

final List<Widget>? children;