static Widget one(Images imgs, double width, double height) { return SizedBox( width: width, height: height, child: imageDecoration(EmbedImage(images: imgs))); }