remoteSelections property

PropertyValueNotifier<List<RemoteSelection>> remoteSelections
final

Remote selection is the selection from other users.

Implementation

final PropertyValueNotifier<List<RemoteSelection>> remoteSelections =
    PropertyValueNotifier<List<RemoteSelection>>([]);