Creates a new block embed of specified type and containing data.
type
data
BlockEmbed( String type, { Map<String, dynamic> data = const {}, }) : super(type, inline: false, data: data);