listChevronsDownUp static method

Component listChevronsDownUp({
  1. IconSize size = IconSize.md,
})

ListChevronsDownUp icon

Implementation

static Component listChevronsDownUp({IconSize size = IconSize.md}) =>
    lucide.ListChevronsDownUp(width: size.unit, height: size.unit);