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