menu
rixa package
documentation
widgets/markdown/code_wrapper.dart
CodeWrapperWidget
CodeWrapperWidget const constructor
CodeWrapperWidget const constructor
dark_mode
light_mode
CodeWrapperWidget
constructor
const
CodeWrapperWidget
(
{
Key
?
key
,
required
Widget
child
,
required
String
text
,
})
Implementation
const CodeWrapperWidget({Key? key, required this.child, required this.text}) : super(key: key);
rixa package
documentation
widgets/markdown/code_wrapper
CodeWrapperWidget
CodeWrapperWidget const constructor
CodeWrapperWidget class