pub fn wrap(line: &Line<'_>, width: usize) -> Vec<Line<'static>>
Wrap one styled line to width columns. Continuation lines keep the original indentation.
width