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