BookRideSearchScreen constructor
const
BookRideSearchScreen({
- Key? key,
- required List<
String> suggestions, - Color? focusedBorderColor,
- TextStyle? placeholderStyle,
- VoidCallback? onSearchIconPressed,
- VoidCallback? onLocationIconPressed,
- ValueChanged<
String> ? onSearchTextChanged,
Implementation
const BookRideSearchScreen({Key? key,
required this.suggestions,
this.focusedBorderColor,
this.placeholderStyle,
this.onSearchIconPressed,
this.onLocationIconPressed,
this.onSearchTextChanged,
}) : super(key: key);