Merge pull request #1633 from krisgiesing/event_exports
Export new InputEvent classes from appropriate places
This commit is contained in:
commit
7352da14bd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user