children property

List<Widget> children
final

The buttons to display in the group.

Ideally, these should be GlassButtons with GlassButtonStyle.transparent.

Implementation

final List<Widget> children;