squarePilcrow static method

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

SquarePilcrow icon

Implementation

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