DiffCommentBlock constructor
const
DiffCommentBlock({
- required int renderLine,
- required Widget child,
- required int height,
- DiffCommentSide? side,
Creates a diff comment block.
Implementation
const DiffCommentBlock({
required this.renderLine,
required this.child,
required this.height,
this.side,
});