IosOptions class

Constructors

IosOptions({bool? autocorrect, Color? cursorColor, Brightness? keyboardAppearance, TextStyle? placeholderStyle})

Properties

autocorrect bool?
Whether autocorrect is enabled.
final
cursorColor Color?
The color of the cursor (https://api.flutter.dev/flutter/material/TextField/cursorColor.html)
final
hashCode int
The hash code for this object.
no setterinherited
keyboardAppearance Brightness?
The appearance of the keyboard (https://api.flutter.dev/flutter/material/TextField/keyboardAppearance.html)
final
placeholderStyle TextStyle?
The style to use for the placeholder text. Only `fontSize`, `fontWeight` are supported (https://api.flutter.dev/flutter/cupertino/CupertinoTextField/placeholderStyle.html)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited