forward property Null safety

bool forward
final

Whether the input field, if applicable, should perform the text editing operation from the current caret location towards the end of the document.

Unless otherwise specified by the recipient of this intent, this parameter uses the logical order of characters in the string to determind the direction, and is not affected by the writing direction of the text.

Implementation

final bool forward;