child property

Widget? child
final

The widget to display inside the bubble. When null the bubble will contain an empty Container.

Implementation

final Widget? child;