The Comment widget generates a simple line with some annotations(# ...).
Comment(String text, {this.force = false}) : _text = text.startsWith('#') ? text : '# $text';