children property

List<Widget> children
final

The list of the items of the RadioGroup. It's good to pass a list of Text

Implementation

final List<Widget> children;