whiteClose property
SvgPicture
whiteClose
final
Implementation
static final SvgPicture whiteClose = SvgPicture.asset(
"assets/images/close.svg",
colorFilter: const ColorFilter.mode(MyColors.xFFFFFFFF, BlendMode.srcIn),
width: 16,
height: 16,
);