captionsOff static method

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

CaptionsOff icon

Implementation

static Component captionsOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5c1', size: size);