options
Return widget options for this cell. col and row are ignored.
Parameters
- self:*const CellStyle
- *const CellStyle
- cell:Cell
- Cell
Source
Implementation
pub fn options(self: *const CellStyle, cell: Cell) Options {
_ = cell;
return self.opts;
}