textCursor static method

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

TextCursor icon

Implementation

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