content property

Widget? content
final

The content of the radio button.

This, if non-null, is displayed at the right of the checkbox, and is affected by user touch.

Usually a Text or Icon widget

Implementation

final Widget? content;