Export new InputEvent classes from appropriate places

This commit is contained in:
Kris Giesing 2015-10-15 10:29:09 -07:00
parent 6e91cfa49a
commit 269ba86a3e
2 changed files with 3 additions and 0 deletions

View File

@ -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
///

View File

@ -24,11 +24,13 @@ export 'package:flutter/rendering.dart' show
FlexDirection,
FlexJustifyContent,
FractionalOffset,
InputEvent,
Matrix4,
Offset,
Paint,
Path,
Point,
PointerInputEvent,
Rect,
ScrollDirection,
Shape,