productIcon property

Image get productIcon

Implementation

static Image get productIcon =>
    Image.memory(base64Decode(Base64DummyProduct.productBase64),
        color: Colors.black, fit: BoxFit.scaleDown,
        frameBuilder: ((context, child, frame, wasSynchronouslyLoaded) {
      // if (wasSynchronouslyLoaded)
      return child;
      // return Loader.animatedSwitcher(child, frame);
    }));