reset button

main_design2.0
nextwo 2 years ago
parent 307fd55fa1
commit e42aa6205f

@ -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();

Loading…
Cancel
Save