dot static method

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

Dot icon

Implementation

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