TextBullet constructor

const TextBullet([
  1. bool colorful = true
])

Implementation

const TextBullet([final bool colorful = true]) : _checked = colorful;