ModCodeExample constructor
const
ModCodeExample({})
Implementation
const ModCodeExample({
super.key,
required this.code,
this.title = 'Exemplo de Código',
this.initiallyExpanded = false,
this.codeBackgroundColor,
this.codeStyle,
this.borderRadius = 8.0,
});