Comment constructor

Comment({
  1. RenderConfig renderConfig = const RenderConfig(),
})

Creates a new empty comment builder.

Implementation

Comment({this._renderConfig = const RenderConfig()});