Export new InputEvent classes from appropriate places
This commit is contained in:
parent
6e91cfa49a
commit
269ba86a3e
@ -12,6 +12,7 @@ import 'box.dart';
|
|||||||
import 'object.dart';
|
import 'object.dart';
|
||||||
|
|
||||||
export 'package:flutter/src/painting/box_painter.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
|
/// A base class for render objects that resemble their children
|
||||||
///
|
///
|
||||||
|
@ -24,11 +24,13 @@ export 'package:flutter/rendering.dart' show
|
|||||||
FlexDirection,
|
FlexDirection,
|
||||||
FlexJustifyContent,
|
FlexJustifyContent,
|
||||||
FractionalOffset,
|
FractionalOffset,
|
||||||
|
InputEvent,
|
||||||
Matrix4,
|
Matrix4,
|
||||||
Offset,
|
Offset,
|
||||||
Paint,
|
Paint,
|
||||||
Path,
|
Path,
|
||||||
Point,
|
Point,
|
||||||
|
PointerInputEvent,
|
||||||
Rect,
|
Rect,
|
||||||
ScrollDirection,
|
ScrollDirection,
|
||||||
Shape,
|
Shape,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user