Closed samuelselleck closed 3 months ago
Images now support in memory backed data sources:
<Image source={ImageSource::Data(2, 3, self.data)}/>
the way of specifying an URL is now:
<Image source=ImageSource::Url("....")/>
Images now support in memory backed data sources:
the way of specifying an URL is now: