DVUI

widget

Parameters

#
self:*Self
*Self

Source

Implementation

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