textAlignJustify static method

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

TextAlignJustify icon

Implementation

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