CodeBlockActions constructor

const CodeBlockActions({
  1. void onCopy(
    1. String
    )?,
  2. void onLanguageChanged(
    1. String language
    )?,
})

Implementation

const CodeBlockActions({
  this.onCopy,
  this.onLanguageChanged,
});