width property

double? width
final

The max width of the FloatingSearchBar.

By default the FloatingSearchBar will expand to fill all the available width. This value can be set to avoid this.

Implementation

final double? width;