Commit 7038c363 authored by Anthony Bullard's avatar Anthony Bullard Committed by Michael Goderbauer

Fix typo in in raw_keyboard.dart (#22757)

Obviously a small change, looks like a little copy-paste accident.
parent 9ceb9ab3
...@@ -77,7 +77,7 @@ class RawKeyEventDataAndroid extends RawKeyEventData { ...@@ -77,7 +77,7 @@ class RawKeyEventDataAndroid extends RawKeyEventData {
/// ///
/// * [RawKeyboard], which uses this interface to expose key data. /// * [RawKeyboard], which uses this interface to expose key data.
class RawKeyEventDataFuchsia extends RawKeyEventData { 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. /// The [hidUsage], [codePoint], and [modifiers] arguments must not be null.
const RawKeyEventDataFuchsia({ const RawKeyEventDataFuchsia({
......
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