popOverConstraints property
final
Defines the constraints for the child of the popover.
Defaults to BoxConstraints(maxWidth: size.width * 0.94)
Implementation
final BoxConstraints? popOverConstraints;
Defines the constraints for the child of the popover.
Defaults to BoxConstraints(maxWidth: size.width * 0.94)
final BoxConstraints? popOverConstraints;