GitDiffThemeData constructor

const GitDiffThemeData({
  1. Color? addedBackground,
  2. Color? addedForeground,
  3. Color? removedBackground,
  4. Color? removedForeground,
  5. Color? contextForeground,
  6. Color? headerForeground,
  7. Color? selectedCommentLineBackground,
  8. Color? selectedCommentGutterBackground,
  9. Color? commentRangeLineBackground,
  10. Color? commentRangeGutterBackground,
  11. Color? commentThreadLineBackground,
  12. 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,
});