constraints property

BoxConstraints? constraints
final

Optional constraints for the code display area.

Type: BoxConstraints?. Controls the maximum/minimum size of the scrollable code container. Useful for limiting height in layouts.

Implementation

final BoxConstraints? constraints;