IsKeyUp method

String IsKeyUp(
  1. KeyboardKey key
)

Implementation

String IsKeyUp(
  KeyboardKey key,
) => 'IsKeyUp($key)';