contentBoxConstraints property

BoxConstraints? contentBoxConstraints
final

Box constraints, size limitations of the content widget, if any. Limits their size acc. to width and height.

Implementation

final BoxConstraints? contentBoxConstraints;