chore: fix weird hovered mode on track tile options

This commit is contained in:
Kingkor Roy Tirtho 2025-03-28 22:32:05 +06:00
parent 9d2ad1c626
commit 8a7f5c4008

View File

@ -92,8 +92,10 @@ class AdaptivePopSheetList<T> extends StatelessWidget {
// ),
position: position,
builder: (context) {
return DropdownMenu(
return WidgetStatesProvider.boundary(
child: DropdownMenu(
children: childrenModified(context),
),
);
},
).future;