PhotoProvider constructor
const
PhotoProvider({})
Implementation
const PhotoProvider({
super.key,
required this.media,
this.onFailBuilder,
this.fit = BoxFit.contain,
this.backgroundColor,
this.width,
this.height,
});