menu
gpt_markdown package
documentation
plusparse/ast.dart
MdImage
MdImage.new const constructor
MdImage.new const constructor
dark_mode
light_mode
MdImage
constructor
const
MdImage
(
{
required
String
url
,
required
String
alt
,
double
?
width
,
double
?
height
,
})
Implementation
const MdImage({ required this.url, required this.alt, this.width, this.height, });
gpt_markdown package
documentation
plusparse/ast
MdImage
MdImage.new const constructor
MdImage class