TextKey constructor

TextKey()

Implementation

TextKey() : super(type: InputTypes.text, counter: TextKey.index) {
  TextKey.index++;
}