GitDiffThemeData constructor

const GitDiffThemeData({
  1. Color? addedBackground,
  2. Color? addedForeground,
  3. Color? removedBackground,
  4. Color? removedForeground,
  5. Color? contextForeground,
  6. Color? headerForeground,
})

Implementation

const GitDiffThemeData({
  this.addedBackground,
  this.addedForeground,
  this.removedBackground,
  this.removedForeground,
  this.contextForeground,
  this.headerForeground,
});