Update copy for no search result

This commit is contained in:
Neeraj Gupta 2022-09-15 10:49:32 +05:30
parent c730e36201
commit cf8d7956b0
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -57,10 +57,11 @@ class NoResultWidget extends StatelessWidget {
Container( Container(
margin: const EdgeInsets.only(bottom: 20, top: 12), margin: const EdgeInsets.only(bottom: 20, top: 12),
child: Text( child: Text(
'''\u2022 Places (e.g. "London") '''\u2022 Album names (e.g. "Camera")
\u2022 Types of files (e.g. "Videos", ".gif")
\u2022 Years and months (e.g. "2022", "January") \u2022 Years and months (e.g. "2022", "January")
\u2022 Holidays (e.g. "Christmas") \u2022 Holidays (e.g. "Christmas")
\u2022 Album names (e.g. "Recents")''', ''',
style: TextStyle( style: TextStyle(
fontSize: 14, fontSize: 14,
color: Theme.of(context) color: Theme.of(context)