DVUI

widget

Parameters

#
self:*BoxWidget
*BoxWidget

Source

Implementation

#
pub fn widget(self: *BoxWidget) Widget {
    return Widget.init(self, data, rectFor, screenRectScale, minSizeForChild);
}