constraints property

BoxConstraints? constraints
final

Size constraints for the picker interface container.

Controls the dimensions of the picker when displayed, allowing customization of the available space for item display.

Implementation

final BoxConstraints? constraints;