children property

List<Widget> children
final

The buttons to arrange horizontally.

Typically ElevatedButton or TextButton widgets.

Implementation

final List<Widget> children;