arrowDownZA static method

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

ArrowDownZA icon

Implementation

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