menu
altera_flutter_quill package
documentation
flutter_quill.dart
QuillBulletPoint
QuillBulletPoint.new const constructor
QuillBulletPoint.new const constructor
dark_mode
light_mode
QuillBulletPoint
constructor
const
QuillBulletPoint
(
{
required
TextStyle
style
,
required
double
width
,
Key
?
key
,
})
Implementation
const QuillBulletPoint({ required this.style, required this.width, Key? key, }) : super(key: key);
altera_flutter_quill package
documentation
flutter_quill
QuillBulletPoint
QuillBulletPoint.new const constructor
QuillBulletPoint class