child property

Widget child
final

Child widget containing the radio buttons.

Usually a layout widget like Column, Row, or Wrap containing multiple Radio widgets. The radio group will manage the selection state of all descendant radio buttons automatically.

Implementation

final Widget child;