physicalConstraints property

BoxConstraints physicalConstraints
final

The constraints of the output surface in physical pixel.

These constraints are enforced in toPhysicalSize when translating the logical size of the root render object back to physical pixels for the FlutterView.render method.

Implementation

final BoxConstraints physicalConstraints;