menu
bootstrap_ui_flutter package
documentation
ui/components/typography/bs_code.dart
BsCode
BsCode.new const constructor
BsCode.new const constructor
dark_mode
light_mode
BsCode
constructor
const
BsCode
(
String
text
, {
Key
?
key
,
Color
?
color
,
double
?
fontSize
,
})
Creates a
BsCode
widget.
Implementation
const BsCode( this.text, { super.key, this.color, this.fontSize, });
bootstrap_ui_flutter package
documentation
ui/components/typography/bs_code
BsCode
BsCode.new const constructor
BsCode class