BsCode constructor

const BsCode(
  1. String text, {
  2. Key? key,
  3. Color? color,
  4. double? fontSize,
})

Creates a BsCode widget.

Implementation

const BsCode(
  this.text, {
  super.key,
  this.color,
  this.fontSize,
});