mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 14:02:48 +00:00
Border line top items search
This commit is contained in:
parent
d816bc2319
commit
f1a837dc42
1 changed files with 12 additions and 0 deletions
|
@ -110,6 +110,18 @@ class _TopItemsScreenState extends State<TopItemsScreen> {
|
||||||
),
|
),
|
||||||
const SizedBox(width: 10)
|
const SizedBox(width: 10)
|
||||||
],
|
],
|
||||||
|
bottom: PreferredSize(
|
||||||
|
preferredSize: const Size(double.maxFinite, 1),
|
||||||
|
child: Container(
|
||||||
|
width: double.maxFinite,
|
||||||
|
height: 1,
|
||||||
|
decoration: BoxDecoration(
|
||||||
|
color: searchActive == true
|
||||||
|
? Colors.grey.withOpacity(0.5)
|
||||||
|
: Colors.transparent
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
body: RefreshIndicator(
|
body: RefreshIndicator(
|
||||||
onRefresh: () async {
|
onRefresh: () async {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue