child property

Widget? child
final

The widget that will be shown in the circle.

Typically a Text widget.

Implementation

final Widget? child;