viewPadding property
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;
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.
final EdgeInsetsGeometry? viewPadding;