SearchViewThemeData constructor

const SearchViewThemeData(
  1. {Color? backgroundColor,
  2. double? elevation,
  3. Color? surfaceTintColor,
  4. BoxConstraints? constraints,
  5. BorderSide? side,
  6. OutlinedBorder? shape,
  7. TextStyle? headerTextStyle,
  8. TextStyle? headerHintStyle,
  9. 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.headerTextStyle,
  this.headerHintStyle,
  this.dividerColor,
});