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