min_size_contentGet
Parameters
- self:*const Options
- *const Options
Source
Implementation
pub fn min_size_contentGet(self: *const Options) Size {
return self.min_size_content orelse Size{};
}Source
pub fn min_size_contentGet(self: *const Options) Size {
return self.min_size_content orelse Size{};
}