assetImgSelected property

String assetImgSelected

选中图片的url 必须满足xxx_selected.png

Implementation

String get assetImgSelected {
  var split = this.split(".");
  return "${_assetImagePrefix + split[0]}_selected.${split[1]}";
}