KeyboardConfig constructor

const KeyboardConfig({
  1. List<RawKeyBinding> bindings = const [],
})

Implementation

const KeyboardConfig({this.bindings = const []});