textCursor property

SvgAsset get textCursor

The assets/icons/text-cursor.svg.

Implementation

SvgAsset get textCursor => const SvgAsset(
      'forui_assets',
      'text-cursor',
      'assets/icons/text-cursor.svg',
    );