WhatsNewPage constructor

const WhatsNewPage({
  1. required List<ListTile>? items,
  2. required Widget title,
  3. required Widget buttonText,
  4. VoidCallback? onButtonPressed,
  5. Color? backgroundColor,
  6. Color? buttonColor,
  7. MarkdownTapLinkCallback? onTapLink,
  8. bool adaptive = true,
})

Implementation

const WhatsNewPage({
  required this.items,
  required this.title,
  required this.buttonText,
  this.onButtonPressed,
  this.backgroundColor,
  this.buttonColor,
  this.onTapLink,
  this.adaptive = true,
})  : changelog = false,
      changes = null,
      path = null;