menu
qwxcomponents package
documentation
GUI/FrameImage.dart
FrameImage
FrameImage.new constructor
FrameImage.new constructor
dark_mode
light_mode
FrameImage
constructor
FrameImage
(
{
required
String
url
,
void
onTap
()?,
required
double
height
,
BoxFit
?
fit
,
})
Implementation
FrameImage({required this.url, this.onTap, required this.height, this.fit});
qwxcomponents package
documentation
GUI/FrameImage
FrameImage
FrameImage.new constructor
FrameImage class