needFinalSlot
Parameters
- self:*ReorderWidget
- *ReorderWidget
Source
Implementation
pub fn needFinalSlot(self: *ReorderWidget) bool {
if (self.dragging()) {
return !self.found_slot;
}
return false;
}Source
pub fn needFinalSlot(self: *ReorderWidget) bool {
if (self.dragging()) {
return !self.found_slot;
}
return false;
}