viewPadding property

EdgeInsetsGeometry? viewPadding
final

The padding to use for the search view.

Has no effect if the search view is full-screen.

If null, the value of SearchViewThemeData.padding will be used.

Implementation

final EdgeInsetsGeometry? viewPadding;