viewSide property

BorderSide? viewSide
final

The color and weight of the search view's outline.

This value is combined with viewShape to create a shape decorated with an outline. This will be ignored if the view is full-screen.

If null, the value of SearchViewThemeData.side will be used. If this is also null, the search view doesn't have a side by default.

Implementation

final BorderSide? viewSide;