forked from firka/flutter
Merge pull request #477 from abarth/reprojection
Reduce paint time for Stocks drawer animation by 88%
This commit is contained in:
@@ -202,7 +202,9 @@ class _DrawerControllerState extends State<_DrawerController> {
|
||||
widthFactor: _performance.progress,
|
||||
child: new SizeObserver(
|
||||
onSizeChanged: _handleSizeChanged,
|
||||
child: config.child
|
||||
child: new ForcedLayer(
|
||||
child: config.child
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user