closedCaption static method

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

ClosedCaption icon

Implementation

static Component closedCaption({IconSize size = IconSize.md}) =>
    lucide.ClosedCaption(width: size.unit, height: size.unit);