FastCalculatorInstructionsOverlay constructor

const FastCalculatorInstructionsOverlay({
  1. Key? key,
  2. FastPaletteScheme? palette,
  3. Widget? content,
  4. String? titleText,
})

Implementation

const FastCalculatorInstructionsOverlay({
  super.key,
  this.palette,
  this.content,
  this.titleText,
});