onConstraints method
Make the menu wider than the default maximum width
Implementation
@override
BoxConstraints? onConstraints() =>
inConstraints == null ? null : inConstraints!();
Make the menu wider than the default maximum width
@override
BoxConstraints? onConstraints() =>
inConstraints == null ? null : inConstraints!();