maxWidth property

double? maxWidth
final

The maximum width that this sidebar can be resized to.

The maxWidth should not be less than the minWidth.

Defaults to 400.0

Implementation

final double? maxWidth;