DiffView constructor
const
DiffView({})
Implementation
const DiffView({
super.key,
required this.hunks,
this.filePath,
this.colors,
this.showLineNumbers = true,
this.textStyle,
});
const DiffView({
super.key,
required this.hunks,
this.filePath,
this.colors,
this.showLineNumbers = true,
this.textStyle,
});