captions static method

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

Captions icon

Implementation

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