moveDownRight static method

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

MoveDownRight icon

Implementation

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