DVUI

styleGet

Parameters

#
self:*const Options
*const Options

Source

Implementation

#
pub fn styleGet(self: *const Options) Theme.Style.Name {
    return self.style orelse .content;
}