showCursorOnlyOnFocus property

bool? get showCursorOnlyOnFocus

Only show the cursor when the input is focused. If not set, it is up to Flutter's TextFormField to decide.

Implementation

bool? get showCursorOnlyOnFocus;