BulletSetting constructor
const
BulletSetting({
- required FlutterDanmakuController flutterDanmakuController,
- Key? key,
- Color? primaryColor,
Implementation
const BulletSetting({
required this.flutterDanmakuController,
Key? key,
this.primaryColor,
}) : super(key: key);