maxWidthToResize property

double maxWidthToResize
final

When the screen is bigger than the maxWidthToResize, the child widget will be in the center, and the other parts of the screen will be filled by color or image.

The default value is 600

Implementation

final double maxWidthToResize;