constraints property

BoxConstraints? constraints
final

Size constraints for the navigation sidebar container.

Defines width and height bounds for the sidebar. Useful for responsive layouts and consistent sidebar sizing.

Implementation

final BoxConstraints? constraints;