Commit c79cef55 authored by Aryan Patel's avatar Aryan Patel

Commit 4/29/25 2

parent 22d957cc
No preview for this file type
......@@ -286,6 +286,7 @@ String _filterBy = 'Latest Posted'; // Default filter option
),
const SizedBox(width: 8), // Small space between search and sort
// Sort button
if(!_searchController.text.isEmpty) // Only show if search is not empty
GestureDetector(
onTap: () => showModalBottomSheet(
context: context,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment