$Comment constructor
$Comment(
- Tag content
Implementation
$Comment(this.content)
: super(
children: [],
classes: const [],
);
$Comment(this.content)
: super(
children: [],
classes: const [],
);