SpanEmbed constructor

SpanEmbed(
  1. String type, {
  2. Map<String, dynamic> data = const {},
})

Implementation

SpanEmbed(
  super.type, {
  super.data,
}) : super(inline: true);