selection property
final
      SelectedContent of a SelectionArea within this ChatView.
Implementation
final Rx<SelectedContent?> selection = Rx(null);SelectedContent of a SelectionArea within this ChatView.
final Rx<SelectedContent?> selection = Rx(null);