boundaryWidth property

double boundaryWidth
final

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;