granularity property
final
The granularity for which the selection moves.
Only TextGranularity.character and TextGranularity.word are currently supported.
Defaults to TextGranularity.character.
Implementation
final TextGranularity granularity;