textCursorInput static method

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

TextCursorInput icon

Implementation

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