child property

Widget? child
final

A custom widget to display instead of an asset image.

If provided, this widget will be displayed instead of the imagePath image. The widget will be clipped to have rounded corners.

Implementation

final Widget? child;