menu
flenx package
documentation
blog/document/blocks/image_block.dart
ImageBlock
ImageBlock.new const constructor
ImageBlock.new const constructor
dark_mode
light_mode
ImageBlock
constructor
const
ImageBlock
(
String
url
, {
String
?
caption
,
String
?
credit
,
String
?
alt
,
})
Implementation
const ImageBlock(this.url, {this.caption, this.credit, this.alt});
flenx package
documentation
blog/document/blocks/image_block
ImageBlock
ImageBlock.new const constructor
ImageBlock class