QuillBulletPoint constructor

const QuillBulletPoint({
  1. required TextStyle style,
  2. required double width,
  3. Key? key,
})

Implementation

const QuillBulletPoint({
  required this.style,
  required this.width,
  Key? key,
}) : super(key: key);