_body = _controller.findInput('body-percent');
_mind = _controller.findInput('mind-percent');
_spirit = _controller.findInput('spirit-percent');
FlutterActorShape shape = artboard.getNode("Hair1");
FlutterColorFill _fill = shape?.fill as FlutterColorFill;
_fill.uiColor = widget.theme.colorAccent;
FlutterActorShape shape2 = artboard.getNode("Hair2");
FlutterColorFill _fill2 = shape2?.fill as FlutterColorFill;
_fill2.uiColor = widget.theme.colorAccent;
FlutterActorShape shape3 = artboard.getNode("Hair3");
FlutterColorFill _fill3 = shape3?.fill as FlutterColorFill;
_fill3.uiColor = widget.theme.colorAccent;