widget
Parameters
- self:*Reorderable
- *Reorderable
Source
Implementation
pub fn widget(self: *Reorderable) Widget {
return Widget.init(self, Reorderable.data, Reorderable.rectFor, Reorderable.screenRectScale, Reorderable.minSizeForChild);
}