SearchViewThemeData constructor
- Color? backgroundColor,
- double? elevation,
- Color? surfaceTintColor,
- BoxConstraints? constraints,
- BorderSide? side,
- OutlinedBorder? shape,
- double? headerHeight,
- TextStyle? headerTextStyle,
- TextStyle? headerHintStyle,
- Color? dividerColor,
Creates a theme that can be used for ThemeData.searchViewTheme.
Implementation
const SearchViewThemeData({
this.backgroundColor,
this.elevation,
this.surfaceTintColor,
this.constraints,
this.side,
this.shape,
this.headerHeight,
this.headerTextStyle,
this.headerHintStyle,
this.dividerColor,
});