static string(String string,{double? height,double? width,Color? color}){ return SvgPicture.string( string, height: height, width: width, color: color, ); }