unfoldVertical property

SvgAsset get unfoldVertical

The assets/icons/unfold-vertical.svg.

Implementation

SvgAsset get unfoldVertical => const SvgAsset(
      'forui_assets',
      'unfold-vertical',
      'assets/icons/unfold-vertical.svg',
    );