GlamourCodeBlockStyle constructor
const
GlamourCodeBlockStyle({
- GlamourBlockStyle style = const GlamourBlockStyle(),
- String? theme,
- ChromaTheme? chroma,
Implementation
const GlamourCodeBlockStyle({
this.style = const GlamourBlockStyle(),
this.theme,
this.chroma,
});