|
|
|
@ -10,7 +10,7 @@ class LaserBodyParts {
|
|
|
|
factory LaserBodyParts() => _instance;
|
|
|
|
factory LaserBodyParts() => _instance;
|
|
|
|
|
|
|
|
|
|
|
|
static Widget image(String assetUri) {
|
|
|
|
static Widget image(String assetUri) {
|
|
|
|
return new SvgPicture.asset(assetUri, fit: BoxFit.cover,width: 97,height: 97,);
|
|
|
|
return new SvgPicture.asset(assetUri, fit: BoxFit.cover, width: 88, height: 88);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static Widget imagePng(String assetUri) {
|
|
|
|
static Widget imagePng(String assetUri) {
|
|
|
|
@ -57,16 +57,16 @@ class LaserBodyParts {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Widget> femaleBodyMap = {
|
|
|
|
Map<String, Widget> femaleBodyMap = {
|
|
|
|
"40": image("assets/images/new/body_parts/female/upper_arm.svg"),
|
|
|
|
"40": imagePng("assets/images/new/body_parts/female/upper_arm.png"),
|
|
|
|
"41": image("assets/images/new/body_parts/female/lower_arm.svg"),
|
|
|
|
"41": imagePng("assets/images/new/body_parts/female/lower_arm.png"),
|
|
|
|
"42": image("assets/images/new/body_parts/female/chest.svg"),
|
|
|
|
"42": imagePng("assets/images/new/body_parts/female/chest.png"),
|
|
|
|
"43": image("assets/images/new/body_parts/female/chest_line.svg"),
|
|
|
|
"43": imagePng("assets/images/new/body_parts/female/chest_line.png"),
|
|
|
|
"44": image("assets/images/new/body_parts/female/shoulder.svg"),
|
|
|
|
"44": imagePng("assets/images/new/body_parts/female/shoulders.png"),
|
|
|
|
"45": image("assets/images/new/body_parts/female/back.svg"),
|
|
|
|
"45": imagePng("assets/images/new/body_parts/female/back.png"),
|
|
|
|
"46": image("assets/images/new/body_parts/female/abdomin.svg"),
|
|
|
|
"46": imagePng("assets/images/new/body_parts/female/abdomin.png"),
|
|
|
|
"47": image("assets/images/new/body_parts/female/upper_leg.svg"),
|
|
|
|
"47": imagePng("assets/images/new/body_parts/female/upper_legs.png"),
|
|
|
|
"48": image("assets/images/new/body_parts/female/lower_leg.svg"),
|
|
|
|
"48": imagePng("assets/images/new/body_parts/female/lower_leg.png"),
|
|
|
|
"49": image("assets/images/new/body_parts/female/axilla.svg")
|
|
|
|
"49": imagePng("assets/images/new/body_parts/female/axilla.png")
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
Map<String, Widget> femaleFaceMap = {
|
|
|
|
Map<String, Widget> femaleFaceMap = {
|
|
|
|
|