fix horizontal scroll bar

This commit is contained in:
Rafeek Alkhoudare
2025-05-22 04:52:23 -05:00
parent 24372a0618
commit 9eaa367d32

View File

@ -112,8 +112,8 @@ class _DynamicTableState extends State<DynamicTable> {
trackVisibility: true,
child: Scrollbar(
controller: _horizontalScrollController,
thumbVisibility: false,
trackVisibility: false,
thumbVisibility: true,
trackVisibility: true,
notificationPredicate: (notif) => notif.depth == 1,
child: SingleChildScrollView(
controller: _verticalScrollController,