Commit 269ba86a authored by Kris Giesing's avatar Kris Giesing

Export new InputEvent classes from appropriate places

parent 6e91cfa4
......@@ -12,6 +12,7 @@ import 'box.dart';
import 'object.dart';
export 'package:flutter/src/painting/box_painter.dart';
export 'package:flutter/gestures.dart' show InputEvent, PointerInputEvent;
/// A base class for render objects that resemble their children
///
......
......@@ -24,11 +24,13 @@ export 'package:flutter/rendering.dart' show
FlexDirection,
FlexJustifyContent,
FractionalOffset,
InputEvent,
Matrix4,
Offset,
Paint,
Path,
Point,
PointerInputEvent,
Rect,
ScrollDirection,
Shape,
......
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