svgIcon method

Widget svgIcon(
  1. String icon
)

Implementation

Widget svgIcon(String icon) => SvgPicture.asset(iconPath(icon));