M3ESearchViewRoute constructor

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

M3ESearchViewRoute.

Implementation

M3ESearchViewRoute({
  required this.anchorKey,
  required this.searchController,
  required this.suggestionsBuilder,
  required this.showFullScreenView,
  this.toggleVisibility,
  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.viewOnOpen,
  this.viewOnClose,
  this.textInputAction,
  this.keyboardType,
  this.smartDashesType,
  this.smartQuotesType,
});