children property

List<Widget> children
final

The buttons to display in the group (widget children mode).

Ideally, these should be GlassButtons with GlassButtonStyle.transparent. Empty when using GlassButtonGroup.icons.

Implementation

final List<Widget> children;