captions static method

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

Captions icon

Implementation

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