KeyboardController constructor

KeyboardController({
  1. String? value,
})

Implementation

KeyboardController({String? value}) : super(value = '');