Hologram.multiple constructor
Hologram.multiple(})
If you wish you can assign each line a separate TextComponent with Hologram.multiple
Implementation
Hologram.multiple(
this.texts, {
required this.location,
this.tags,
this.space = 0.25,
}) {
if (tags == null) {
tags = ['objd_hologram'];
} else {
tags!.add('objd_hologram');
}
}