menu
flutstrap package
documentation
components/code_viewer.dart
FSCodeViewer
FSCodeViewer.new const constructor
FSCodeViewer.new const constructor
dark_mode
light_mode
FSCodeViewer
constructor
const
FSCodeViewer
(
{
Key
?
key
,
required
String
code
,
String
?
title
,
})
Implementation
const FSCodeViewer({ Key? key, required this.code, this.title, }) : super(key: key);
flutstrap package
documentation
components/code_viewer
FSCodeViewer
FSCodeViewer.new const constructor
FSCodeViewer class