IosOptions constructor

IosOptions({
  1. bool? autocorrect,
  2. Color? cursorColor,
  3. Brightness? keyboardAppearance,
  4. TextStyle? placeholderStyle,
})

Implementation

IosOptions({
  this.autocorrect,
  this.cursorColor,
  this.keyboardAppearance,
  this.placeholderStyle,
});