onConstraints method

  1. @override
BoxConstraints? onConstraints()
override

Make the menu wider than the default maximum width

Implementation

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