cornerLeftDown static method

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

CornerLeftDown icon

Implementation

static Widget cornerLeftDown({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e0a3', size: size);