elevation property

WidgetStatePropertyAll<double>? elevation
final

The elevation of the search field for all states.

This controls the shadow beneath the field. Defaults to 0 if not specified.

Implementation

final WidgetStatePropertyAll<double>? elevation;