captionsOff static method

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

CaptionsOff icon

Implementation

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