child property

Widget? child
final

Specifies the child of the zoomable widget. It didn't get updated based on the zoomable widget interaction or changes.

By default it will be null.

Implementation

final Widget? child;