|
|
|
@ -73,7 +73,7 @@ class _AllRequestsSearchPageState extends State<AllRequestsSearchPage> {
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Text(
|
|
|
|
Text(
|
|
|
|
context.translation.reset,
|
|
|
|
context.translation.reset,
|
|
|
|
// style: AppTextStyles.bodyText2.copyWith(color: const Color(0xFF4A8DB7)),
|
|
|
|
style: AppTextStyles.bodyText2.copyWith(color: const Color(0xFF4A8DB7)),
|
|
|
|
).paddingAll(8).onPress(() {
|
|
|
|
).paddingAll(8).onPress(() {
|
|
|
|
setState(() {
|
|
|
|
setState(() {
|
|
|
|
search.resetSearchValues();
|
|
|
|
search.resetSearchValues();
|
|
|
|
|