onLocalSVGPath function

String onLocalSVGPath(
  1. String? imagePath
)

Implementation

String onLocalSVGPath(String? imagePath) {
  return 'assets/common/svg/$imagePath.svg';
}