children property

List<FlintWidget> children
final

The list of widgets to display horizontally.

Each widget is rendered in a separate <td> element.

Implementation

final List<FlintWidget> children;