cornerLeftUp static method

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

CornerLeftUp icon

Implementation

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