cornerRightDown static method

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

CornerRightDown icon

Implementation

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