logicalConstraints property

  1. @override
BoxConstraints logicalConstraints
final

The constraints of the output surface in logical pixel.

The constraints are passed to the child of the root render object.

Implementation

@override
final BoxConstraints logicalConstraints;