openWidth property

double? openWidth
final

The max width of the FloatingSearchBar when opened.

This can be used, when the max width when opened should be different from the one specified by width.

When not specified, will use the value of width.

Implementation

final double? openWidth;