SchematicHelpButton constructor

const SchematicHelpButton({
  1. required bool isDark,
  2. bool isEmbedded = true,
  3. Key? key,
})

Create a SchematicHelpButton.

Implementation

const SchematicHelpButton({
  required this.isDark,
  this.isEmbedded = true,
  super.key,
});