minSizeForChild
Parameters
- self:*ReorderWidget
- *ReorderWidget
- s:Size
- Size
Source
Implementation
pub fn minSizeForChild(self: *ReorderWidget, s: Size) void {
self.data().minSizeMax(self.data().options.padSize(s));
}Source
pub fn minSizeForChild(self: *ReorderWidget, s: Size) void {
self.data().minSizeMax(self.data().options.padSize(s));
}