cornerLeftDown static method

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

CornerLeftDown icon

Implementation

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