GlamourCodeBlockStyle constructor

const GlamourCodeBlockStyle({
  1. GlamourBlockStyle style = const GlamourBlockStyle(),
  2. String? theme,
  3. ChromaTheme? chroma,
})

Implementation

const GlamourCodeBlockStyle({
  this.style = const GlamourBlockStyle(),
  this.theme,
  this.chroma,
});