To hide keyboard and keep the cursor visible, set readOnly
to true
and showCursor
to true
.
TextFormField(
showCursor: true,
readOnly: true),
See flutter/issues/#16863
To hide keyboard and keep the cursor visible, set readOnly
to true
and showCursor
to true
.
TextFormField(
showCursor: true,
readOnly: true),
See flutter/issues/#16863