child property
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;
The child Widget that is transformed by InteractiveViewer.
If the InteractiveViewer.builder constructor is used, then this will be null, otherwise it is required.
final Widget? child;