ColumnSelectionOverlay constructor

const ColumnSelectionOverlay({
  1. required List<SelectionOverlayItem> children,
})

Creates a ColumnSelectionOverlay with the specified children.

Implementation

const ColumnSelectionOverlay({required this.children});