child property

Widget? child
final

The child property of the ChatBubble is used to specify the widget contained within the bounds.

Implementation

final Widget? child;