$Comment constructor

$Comment(
  1. Tag content
)

Implementation

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