child property

Widget? child
final

Typically a Text widget. If the CircleAvatar is to have an image, use backgroundImage instead.

Implementation

final Widget? child;