cornerDownRight static method

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

CornerDownRight icon

Implementation

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