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