shadow property

List<BoxShadow> shadow
final

The shadow of the search bar. By default is a little black shadow. It can be any value. A list of BoxShadow.

Implementation

final List<BoxShadow> shadow;