SelectionOverlayItem constructor
const
SelectionOverlayItem({})
Creates a SelectionOverlayItem with the given widget, containWithinParent, and fullWidth values.
Implementation
const SelectionOverlayItem({
required this.widget,
this.containWithinParent = false,
this.fullWidth = false,
});