asset图片
static Image asset(String path, {BoxFit? fit}) { return Image( image: AssetImage(path), fit: fit, ); }