OffsetValue typedef

OffsetValue = void Function(int start, int end)

Used for handling text selection.

Implementation

typedef OffsetValue = void Function(int start, int end);