comment static method

ArcaneGlyph comment({
  1. IconSize size = IconSize.md,
})

Alias for message-square - semantic name for common use case

Implementation

static ArcaneGlyph comment({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e117', size: size);