TagflowImgElement constructor

const TagflowImgElement({
  1. String tag = 'img',
  2. Map<String, String>? attributes,
})

Implementation

const TagflowImgElement({super.tag = 'img', Map<String, String>? attributes})
  : _attributes = attributes ?? const {};