BloomImage.raw constructor
const
BloomImage.raw({})
Const constructor for BloomImage with pre-computed attributes and event listeners.
Useful for compile-time constant descriptors with predetermined styles and attributes.
Implementation
const BloomImage.raw({
super.className,
super.style,
super.attrs,
super.on,
}) : super('img');