menu
tfn_design_system package
documentation
components/responsive_image.dart
ResponsiveImage
ResponsiveImage.new const constructor
ResponsiveImage.new const constructor
dark_mode
light_mode
ResponsiveImage
constructor
const
ResponsiveImage
(
{
Key
?
key
,
required
String
url
,
double
?
height
,
double
?
width
,
BoxFit
?
fit
,
})
Implementation
const ResponsiveImage({ super.key, required this.url, this.height, this.width, this.fit, });
tfn_design_system package
documentation
components/responsive_image
ResponsiveImage
ResponsiveImage.new const constructor
ResponsiveImage class