onConnectionSelected property

ValueChanged<Connection?>? onConnectionSelected
final

Called when a connection's selection state changes.

Receives the selected connection, or null if selection was cleared. Only active if allowSelection is true.

Implementation

final ValueChanged<Connection?>? onConnectionSelected;