menu
sampler package
documentation
helper_widgets.dart
CodePanel
CodePanel.new const constructor
CodePanel.new const constructor
dark_mode
light_mode
CodePanel
constructor
const
CodePanel
(
{
Key
?
key
,
required
String
code
,
Color
?
color
,
})
Implementation
const CodePanel({Key? key, required this.code, this.color}) : super(key: key);
sampler package
documentation
helper_widgets
CodePanel
CodePanel.new const constructor
CodePanel class