ChangeLogView constructor

const ChangeLogView({
  1. MarkdownTapLinkCallback? onTapLink,
  2. String? path,
  3. String? changes,
  4. required bool adaptive,
})

Implementation

const ChangeLogView({
  this.onTapLink,
  this.path,
  this.changes,
  required this.adaptive,
});