Fix typo in in raw_keyboard.dart (#22757)
Obviously a small change, looks like a little copy-paste accident.
This commit is contained in:
parent
9ceb9ab305
commit
7038c3633b
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user