child property

Widget? child
final

The child Widget that is transformed by InteractiveViewer.

If the InteractiveViewer.builder constructor is used, then this will be null, otherwise it is required.

Implementation

final Widget? child;