pilcrowRight static method

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

PilcrowRight icon

Implementation

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