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