Bullet constructor

Bullet({
  1. required int indent,
  2. required String text,
})

Implementation

Bullet({required this.indent, required String text}) : _text = text;