MarkdownHelpButton constructor
Create a MarkdownHelpButton.
Implementation
const MarkdownHelpButton({
required this.assetPath,
required this.isDark,
this.label = '❓',
this.labelIcon,
this.package,
this.titleIcon,
this.substitutions,
super.key,
});