selection property

Rx<SelectedContent?> selection
final

SelectedContent of a SelectionArea within this ChatView.

Implementation

final Rx<SelectedContent?> selection = Rx(null);