constraints property

BoxConstraints? constraints
final

Size constraints for the navigation rail container.

Defines minimum and maximum width/height bounds for the rail. Useful for responsive layouts and ensuring consistent sizing.

Implementation

final BoxConstraints? constraints;