SyncedImageView constructor
const
SyncedImageView({})
Implementation
const SyncedImageView({
super.key,
required this.url,
required this.width,
required this.height,
required this.fit,
required this.placeholder,
});