undoDot property

SvgAsset get undoDot

The assets/icons/undo-dot.svg.

Implementation

SvgAsset get undoDot => const SvgAsset(
      'forui_assets',
      'undo-dot',
      'assets/icons/undo-dot.svg',
    );