KeyboardEmptyKey constructor

const KeyboardEmptyKey({
  1. int weight = 1,
})

Implementation

const KeyboardEmptyKey({super.weight})
    : super(type: KeyboardKeyType.empty, data: null);