children property

List<Widget> children
final

The list of button widgets to group together.

Each widget should typically be a Button or similar interactive widget. The group automatically applies border modifications to create the connected appearance.

Implementation

final List<Widget> children;