export RawKeyEvent from RawKeyboardListener (#15956)

Adds an export of the RawKeyEvent type from the RawKeyboardListener library, since it is required by the API
This commit is contained in:
Jonah Williams 2018-04-04 10:06:10 -07:00 committed by GitHub
parent d4084cde7d
commit ae96e81ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@ import 'basic.dart';
import 'focus_manager.dart';
import 'framework.dart';
export 'package:flutter/services.dart' show RawKeyEvent;
/// A widget that calls a callback whenever the user presses or releases a key
/// on a keyboard.
///