onConstraints method

BoxConstraints? onConstraints()

Make the menu wider than the default maximum width

Implementation

BoxConstraints? onConstraints() =>
    inConstraints == null ? null : inConstraints!();