BulletSetting constructor

const BulletSetting({
  1. required FlutterDanmakuController flutterDanmakuController,
  2. Key? key,
  3. Color? primaryColor,
})

Implementation

const BulletSetting({
  required this.flutterDanmakuController,
  Key? key,
  this.primaryColor,
}) : super(key: key);