|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public override Widget build(BuildContext context) { |
|
|
|
if (_useCupertinoScrollbar.Value) { |
|
|
|
//TODO:uncomment here when cupertino updates are merged
|
|
|
|
/*if (_useCupertinoScrollbar.Value) { |
|
|
|
} |
|
|
|
}*/ |
|
|
|
return new NotificationListener<ScrollNotification>( |
|
|
|
onNotification: _handleScrollNotification, |
|
|
|
child: new RepaintBoundary( |
|
|
|