squareArrowOutDownRight static method

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

SquareArrowOutDownRight icon

Implementation

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