M3ESearchViewContent constructor

const M3ESearchViewContent({
  1. required M3ESearchController searchController,
  2. required M3ESearchSuggestionsBuilder suggestionsBuilder,
  3. required Animation<double> animation,
  4. required Rect viewRect,
  5. required double viewMaxWidth,
  6. required double topPadding,
  7. required bool showFullScreenView,
  8. M3ESearchViewBuilder? viewBuilder,
  9. Widget? viewLeading,
  10. Iterable<Widget>? viewTrailing,
  11. String? viewHintText,
  12. Color? viewBackgroundColor,
  13. double? viewElevation,
  14. Color? viewSurfaceTintColor,
  15. BorderSide? viewSide,
  16. OutlinedBorder? viewShape,
  17. EdgeInsetsGeometry? viewBarPadding,
  18. double? viewHeaderHeight,
  19. TextStyle? viewHeaderTextStyle,
  20. TextStyle? viewHeaderHintStyle,
  21. Color? dividerColor,
  22. BoxConstraints? viewConstraints,
  23. EdgeInsetsGeometry? viewPadding,
  24. bool? shrinkWrap,
  25. TextCapitalization? textCapitalization,
  26. ValueChanged<String>? viewOnChanged,
  27. ValueChanged<String>? viewOnSubmitted,
  28. TextInputAction? textInputAction,
  29. TextInputType? keyboardType,
  30. SmartDashesType? smartDashesType,
  31. SmartQuotesType? smartQuotesType,
  32. Key? key,
})

M3ESearchViewContent.

Implementation

const M3ESearchViewContent({
  required this.searchController,
  required this.suggestionsBuilder,
  required this.animation,
  required this.viewRect,
  required this.viewMaxWidth,
  required this.topPadding,
  required this.showFullScreenView,
  this.viewBuilder,
  this.viewLeading,
  this.viewTrailing,
  this.viewHintText,
  this.viewBackgroundColor,
  this.viewElevation,
  this.viewSurfaceTintColor,
  this.viewSide,
  this.viewShape,
  this.viewBarPadding,
  this.viewHeaderHeight,
  this.viewHeaderTextStyle,
  this.viewHeaderHintStyle,
  this.dividerColor,
  this.viewConstraints,
  this.viewPadding,
  this.shrinkWrap,
  this.textCapitalization,
  this.viewOnChanged,
  this.viewOnSubmitted,
  this.textInputAction,
  this.keyboardType,
  this.smartDashesType,
  this.smartQuotesType,
  super.key,
});