arrowDownToDot static method

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

ArrowDownToDot icon

Implementation

static Component arrowDownToDot({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e44d', size: size);