Waste os many time, but finally found a solution. Enjoy, guys)
child: Scrollbar(
notificationPredicate: (ScrollNotification notification) {
return notification.metrics.pixels > 100.h;
},
child: CustomScrollView(
slivers: [])...