textQuote static method

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

TextQuote icon

Implementation

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