Fix typo in in raw_keyboard.dart (#22757)

Obviously a small change, looks like a little copy-paste accident.
This commit is contained in:
Anthony Bullard 2018-10-08 11:09:18 -07:00 committed by Michael Goderbauer
parent 9ceb9ab305
commit 7038c3633b

View File

@ -77,7 +77,7 @@ class RawKeyEventDataAndroid extends RawKeyEventData {
///
/// * [RawKeyboard], which uses this interface to expose key data.
class RawKeyEventDataFuchsia extends RawKeyEventData {
/// Creates a key event data structure specific for Android.
/// Creates a key event data structure specific for Fuchsia.
///
/// The [hidUsage], [codePoint], and [modifiers] arguments must not be null.
const RawKeyEventDataFuchsia({