KeyboardEmptyKey constructor
const
KeyboardEmptyKey({
- int weight = 1,
Implementation
const KeyboardEmptyKey({super.weight})
: super(type: KeyboardKeyType.empty, data: null);
const KeyboardEmptyKey({super.weight})
: super(type: KeyboardKeyType.empty, data: null);