OnscreenKeyboardWidget constructor

OnscreenKeyboardWidget({
  1. ValueChanged<String?>? onChanged,
  2. Color? backgroundColor,
  3. Color? focusColor,
  4. Color? borderColor,
  5. Color? buttonColor,
  6. String? value,
  7. InitialCase? initialCase,
})

Implementation

OnscreenKeyboardWidget({
  this.onChanged,
  this.backgroundColor,
  this.focusColor,
  this.borderColor,
  this.buttonColor,
  this.value,
  this.initialCase,
});