Unverified Commit ae96e81c authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

export RawKeyEvent from RawKeyboardListener (#15956)

Adds an export of the RawKeyEvent type from the RawKeyboardListener library, since it is required by the API
parent d4084cde
......@@ -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.
///
......
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