listChevronsUpDown static method

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

ListChevronsUpDown icon

Implementation

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