KeyboardInputType constructor

const KeyboardInputType({
  1. required int index,
})

Implementation

const KeyboardInputType({required this.index});