$CustomTag constructor
$CustomTag(})
Implementation
@override
$CustomTag(
String tag, {
super.attrs,
super.children,
var type = TagType.double,
super.classes,
}) {
_tag = tag;
this.type = type;
}
@override
$CustomTag(
String tag, {
super.attrs,
super.children,
var type = TagType.double,
super.classes,
}) {
_tag = tag;
this.type = type;
}