ListBaseStyle constructor
const
ListBaseStyle({
- TextStyle? titleStyle,
- double? searchBoxRadius,
- TextStyle? searchTextStyle,
- TextStyle? searchPlaceholderStyle,
- double? searchBorderWidth,
- Color? searchBorderColor,
- Color? searchBoxBackground,
- Color? backIconTint,
- Color? searchIconTint,
- EdgeInsetsGeometry? padding,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
Implementation
const ListBaseStyle({
this.titleStyle,
this.searchBoxRadius,
this.searchTextStyle,
this.searchPlaceholderStyle,
this.searchBorderWidth,
this.searchBorderColor,
this.searchBoxBackground,
this.backIconTint,
this.searchIconTint,
this.padding,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});