textCursorInput static method

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

TextCursorInput icon

Implementation

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