DanmakuBorderText constructor

const DanmakuBorderText(
  1. String text, {
  2. TextAlign textAlign = TextAlign.left,
  3. Color color = Colors.white,
  4. double fontSize = 16,
  5. Key? key,
})

Implementation

const DanmakuBorderText(
  this.text, {
  this.textAlign = TextAlign.left,
  this.color = Colors.white,
  this.fontSize = 16,
  Key? key,
}) : super(key: key);