boundaryWidth property
The max width this widget can have.
If the InteractiveViewer can take up the entire screen width, this
should be set to MediaQuery.of(context).size.width.
Implementation
final double boundaryWidth;The max width this widget can have.
If the InteractiveViewer can take up the entire screen width, this
should be set to MediaQuery.of(context).size.width.
final double boundaryWidth;