ColumnSelectionOverlay constructor
const
ColumnSelectionOverlay({
- required List<
SelectionOverlayItem> children,
Creates a ColumnSelectionOverlay with the specified children
.
Implementation
const ColumnSelectionOverlay({required this.children});