QuillEditorBulletPoint constructor

const QuillEditorBulletPoint({
  1. required TextStyle style,
  2. required double width,
  3. double padding = 0,
  4. Color? backgroundColor,
  5. TextAlign? textAlign,
  6. Key? key,
})

Implementation

const QuillEditorBulletPoint({
  required this.style,
  required this.width,
  this.padding = 0,
  this.backgroundColor,
  this.textAlign,
  super.key,
});