GitDiffThemeData constructor
const
GitDiffThemeData({
- Color? addedBackground,
- Color? addedForeground,
- Color? removedBackground,
- Color? removedForeground,
- Color? contextForeground,
- Color? headerForeground,
- Color? selectedCommentLineBackground,
- Color? selectedCommentGutterBackground,
- Color? commentRangeLineBackground,
- Color? commentRangeGutterBackground,
- Color? commentThreadLineBackground,
- Color? commentThreadGutterBackground,
Implementation
const GitDiffThemeData({
this.addedBackground,
this.addedForeground,
this.removedBackground,
this.removedForeground,
this.contextForeground,
this.headerForeground,
this.selectedCommentLineBackground,
this.selectedCommentGutterBackground,
this.commentRangeLineBackground,
this.commentRangeGutterBackground,
this.commentThreadLineBackground,
this.commentThreadGutterBackground,
});