SelectableCodeView constructor
const
SelectableCodeView({})
Implementation
const SelectableCodeView({
Key? key,
required this.code,
required this.language,
this.languageTheme,
this.withZoom = true,
this.withLinesCount = true,
this.fontSize = 12.0,
this.expanded = false,
}) : super(key: key);