closedCaption static method

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

ClosedCaption icon

Implementation

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