feat: implement debounced live search with clear button, refactor UI components, and adjust layout spacing and image cropping across screens.
This commit is contained in:
@@ -29,7 +29,7 @@ class _ContactScreenState extends State<ContactScreen> {
|
||||
String _contactOfficeAddress = '123 Market Street';
|
||||
String _contactOfficeCity = 'New York CA 234737';
|
||||
String _pageTitle = 'Get In Touch';
|
||||
String _pageDescription = 'Have a question about a property or need assistance? Fill out the form below and our team will get back to you shortly.';
|
||||
String _pageDescription = 'Need assistance? Fill out the form below and our team will get back to you shortly.';
|
||||
String _directionsUrl = 'https://maps.google.com/?q=123+Market+Street+New+York+CA+234737';
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user