menu
xmrbi_base_design package
documentation
entity/ImgInfo.dart
ImgInfo
ImgInfo.new constructor
ImgInfo.new constructor
dark_mode
light_mode
ImgInfo
constructor
ImgInfo
(
{
required
String
key
,
required
String
url
,
double
?
width
,
double
?
height
,
BoxFit
?
fit
,
String
?
redirectUrl
,
})
Implementation
ImgInfo({required this.key,required this.url,this.width,this.height,this.fit,this.redirectUrl});
xmrbi_base_design package
documentation
entity/ImgInfo
ImgInfo
ImgInfo.new constructor
ImgInfo class