Function make_list

Source
pub fn make_list<'a>(
    title: &'a str,
    data: &[DomainData],
    color: Color,
    width: u16,
) -> List<'a>