textCursorInput static method

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

TextCursorInput icon

Implementation

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