castle property

SvgAsset get castle

The assets/icons/castle.svg.

Implementation

SvgAsset get castle => const SvgAsset(
      'forui_assets',
      'castle',
      'assets/icons/castle.svg',
    );