SearchBarThemeData constructor
- MaterialStateProperty<
double?> ? elevation, - MaterialStateProperty<
Color?> ? backgroundColor, - MaterialStateProperty<
Color?> ? shadowColor, - MaterialStateProperty<
Color?> ? surfaceTintColor, - MaterialStateProperty<
Color?> ? overlayColor, - MaterialStateProperty<
BorderSide?> ? side, - MaterialStateProperty<
OutlinedBorder?> ? shape, - MaterialStateProperty<
EdgeInsetsGeometry?> ? padding, - MaterialStateProperty<
TextStyle?> ? textStyle, - MaterialStateProperty<
TextStyle?> ? hintStyle, - BoxConstraints? constraints,
- TextCapitalization? textCapitalization,
Creates a theme that can be used for ThemeData.searchBarTheme.
Implementation
const SearchBarThemeData({
this.elevation,
this.backgroundColor,
this.shadowColor,
this.surfaceTintColor,
this.overlayColor,
this.side,
this.shape,
this.padding,
this.textStyle,
this.hintStyle,
this.constraints,
this.textCapitalization,
});