Commit addcb1f7 authored by Adam Barth's avatar Adam Barth Committed by GitHub

Move RenderViewport to its own file (#8310)

It doesn't need to be in the same file as RenderSliver.
parent 58898636
......@@ -54,6 +54,7 @@ export 'src/rendering/table.dart';
export 'src/rendering/tweens.dart';
export 'src/rendering/view.dart';
export 'src/rendering/viewport_offset.dart';
export 'src/rendering/viewport.dart';
export 'package:flutter/foundation.dart' show
VoidCallback,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment